@charset "UTF-8";

/*
Theme Name: osaka-nipponbashi
*/

/* =Reset
-------------------------------------------------------------- */
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;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: inherit;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select,
button {
  font-size: 100%;
}
legend {
  color: #000;
}
img {
  vertical-align: top;
}
input[type="radio"],
input[type="checkbox"] {
  vertical-align: -2px;
}
label {
  cursor: pointer;
}

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

.fl {
  float: left;
}
.fr {
  float: right;
}
.bold {
  font-weight: bold;
}

/* =all
-------------------------------------------------------------- */
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  line-height: 1;
  color: #000;
  background: #fff;
  font-size: 14px;
  position: relative;
}
.gf {
  font-family: "Josefin Sans";
}
a,
a img,
a svg,
input[type="submit"],
input[type="reset"] {
  -webkit-transition: color 0.3s, opacity 0.3s, background-color 0.3s, fill 0.3s;
  transition: color 0.3s, opacity 0.3s, background-color 0.3s, fill 0.3s;
  opacity: 1;
}
.top100 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .hover:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }
}
img,
svg {
  max-width: 100%;
  height: auto;
}
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
.inner {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 10px;
}
.inner2 {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 600px) {
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 3.46vw;
  }
  .inner {
    padding: 0 4vw;
  }
}

/* = レスポンシブ 切り替え用 class
-------------------------------------------------------------- */
@media (min-width: 601px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media (min-width: 901px) {
  .sp2 {
    display: none;
  }
}
@media (max-width: 900px) {
  .pc2 {
    display: none;
  }
}

/* =anime
-------------------------------------------------------------- */
.opfd00 {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}
.opfd10 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.opfd00.tr15 {
  transition: 1.5s;
}
.opfd00.tr10 {
  transition: 1s;
}
.opfd00.tr05 {
  transition: 0.5s;
}

/* =Common
-------------------------------------------------------------- */
#wrap {
  padding: 0 0 0 100px;
  margin-top: -100vh;
}
#header {
  width: 100px;
  box-sizing: border-box;
  border-right: 1px solid #e9ecef;
  background: #fff;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 40px 10px;
  margin-left: -100px;
  z-index: 9996;
  position: sticky;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 9996;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#header::-webkit-scrollbar {
  display: none;
}
#header .log svg {
  width: 60px;
  height: 37.83px;
}
#header .log a {
  text-decoration: none;
}
#header .log a .txt {
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 10px 0 0;
  color: #000;
}
#header #nav {
  /* position: absolute;
  bottom: 40px;
  left: 0; */
  width: 100%;
  margin-top: 40px;
  /* padding: 0 10px; */
  box-sizing: border-box;
}
#header #nav .iconmennu {
  margin: 0 0 30px;
}
#header #nav .iconmennu li {
  margin: 0 0 30px;
  position: relative;
}
#header #nav .iconmennu li:last-child {
  margin: 0;
}
#header #nav .iconmennu li a {
  color: #000;
  text-decoration: none;
  display: block;
}
#header #nav .iconmennu li a:after {
  content: "";
  width: 100%;
  padding-top: 100%;
  position: absolute;
  top: -30%;
  right: 0;
  background: none;
  border-radius: 100%;
  z-index: -1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}
#header #nav .iconmennu li a:hover:after,
#header #nav .iconmennu li a.active:after {
  background: #ff5c04;
}
#header #nav .iconmennu li a .iconlog {
  display: block;
  width: 32px;
  margin: 0 auto 5px;
}
#header #nav .iconmennu li a .txt {
  font-size: 12px;
  font-weight: bold;
}
#header #nav .txtlink {
  margin: 0 0 20px;
}
#header #nav .txtlink a {
  color: #000;
  font-weight: bold;
  font-size: 11px;
}
#header #nav .lang {
  display: inline-block;
  position: relative;
}
#header #nav .lang .linkbtn {
  padding: 0 15px 0 0;
  color: #000;
  font-style: italic;
  font-weight: bold;
  font-size: 11px;
  position: relative;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
#header #nav .lang .linkbtn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
}
#header #nav .lang ul {
  display: none;
  position: absolute;
  right: 10px;
  margin: auto;
}
#header #nav .lang ul li {
  margin: 6px 0;
}
#header #nav .lang ul li a {
  color: #000;
  font-weight: bold;
  font-size: 11px;
}
#header #nav .lang ul li a:hover {
  text-decoration: none;
}
.transparentshahow {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9993;
  top: 0;
  left: 0;
  display: none;
}
.transparentshahow.active {
  display: block;
}
#bookingslide {
  position: absolute;
  top: 0;
  left: -190px;
  width: 290px;
  height: 100%;
  background: rgba(255, 92, 4, 1);
  opacity: 0;
  z-index: -9994;
  -webkit-transition: all 0.3s, opacity 0.2s ease-out;
  transition: all 0.3s, opacity 0.2s ease-out;
}
#bookingslide.active {
  position: fixed;
  overflow-y: scroll;
  left: 100px;
  opacity: 1;
  z-index: 9994;
}
#bookingslide .searchform {
  position: static;
  top: 10%;
  /*bottom: 115px;*/
  left: 0;
  right: 0;
  margin: auto;
  max-width: 220px;
  text-align: left;
  padding: 10% 0 30%;
}
#bookingslide .searchform_air {
  display: none;
}
#bookingslide .subtit {
  color: #80330c;
  font-size: 13px;
  font-weight: 700;
}
#bookingslide .selectcustom .subtit {
  position: absolute;
  left: 0;
  bottom: 14px;
}
#bookingslide .datawrap .subtit {
  margin: 0 0 12px;
}
#bookingslide .inputwrap {
  position: relative;
  margin: 0 0 28px;
}
#bookingslide .inputwrap:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#bookingslide .typedatepicker {
  background: none;
  border: none;
  padding: 0 14px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.35em;
  position: relative;
  z-index: 10;
  width: 100%;
}
#bookingslide .datapicker {
  background: #fff;
}
#bookingslide .datapicker:before {
  content: "";
  width: 24px;
  height: 20px;
  background: url(img/calendar_icon.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 14px;
}
#bookingslide .inputwrap input {
  box-sizing: border-box;
  height: 45px;
  outline: none;
  cursor: pointer;
}
#bookingslide .btnwrap input {
  text-align: left;
  width: 100%;
  background: #000 url(img/arrow_wi.png) no-repeat;
  background-size: 20px;
  background-position: right 16px center;
  border: none;
  box-sizing: border-box;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.35em;
  cursor: pointer;
  padding: 0 40px 0 18px;
  margin: 0 0 20px;
}
#bookingslide .selectcustom {
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  position: relative;
}
#bookingslide select {
  position: relative;
  width: 100%;
  z-index: 1;
  height: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 85px;
}
#bookingslide select option {
  font-size: 14px;
  color: #000;
}
#bookingslide select::-ms-expand {
  display: none;
}
#bookingslide .control {
  width: 46px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
#bookingslide .arrow {
  width: 100%;
  height: 22px;
  background: #dd530d;
  display: block;
  position: relative;
}
#bookingslide .arrow.up:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#bookingslide .arrow.down:after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1.5px solid #000;
  border-left: 1.5px solid #000;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  margin: auto;
}
#bookingslide .underlink {
  font-size: 12px;
  color: #000;
  font-weight: bold;
}
#kvcontent {
  position: relative;
  margin: 0 0 60px;
}
#kvcontent .bx-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#kvcontent .bx-wrapper .bx-viewport,
#kvcontent .backslide {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}
#kvcontent .sidechild {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#kvcontent .blwrap {
  width: 100%;
  height: calc(100vh - 177px);
  background: rgba(9, 13, 29, 0.45);
  position: relative;
  padding: 30px 0 0;
  box-sizing: border-box;
  position: relative;
  min-height: 530px;
}
#kvcontent .lead {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
#kvcontent .lead .gf {
  font-size: 20px;
  font-style: italic;
  margin: 0 0 8px;
  display: block;
  font-weight: 700;
}
#kvcontent .log {
  position: absolute;
  top: -4%;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 290px;
  height: 200px;
}
#kvcontent .log svg {
  width: 290px;
  height: 200px;
  fill: #c9c9c9;
}
#kvcontent .catchcopy {
  text-align: left;
  position: absolute;
  bottom: 50px;
  color: #fff;
}
#kvcontent .catchcopy .tit {
  font-size: 28px;
  margin: 0 0 20px;
  line-height: 1.3;
}
#kvcontent .catchcopy p {
  font-size: 16px;
  color: #fff;
  font-weight: 100;
  background: #000;
  padding: 7px 40px 5px 4px;
  line-height: 0.5;
}
@media (max-width: 1090px) {
  #kvcontent .catchcopy .open_img {
    width: 27vw;
    margin: 0 0 0.5em;
  }
}
@media (max-width: 600px) {
  #kvcontent .catchcopy .open_img {
    width: 35vw;
    margin: 0 0 0.3em;
  }
}
#kvcontent .brandsns {
  position: absolute;
  right: 0;
  bottom: 0;
}
#kvcontent .brandsns a {
  float: left;
  height: 36px;
  background: #000;
  margin: 0 0 0 3px;
}
#kvcontent .spsnswrap a img {
  vertical-align: bottom;
}
#kvcontent .spsnswrap a {
  padding: 6px;
  width: 36px;
  box-sizing: border-box;
}
#kvcontent .brandsns a.brandsite {
  font-style: italic;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
  padding: 0 50px 0 15px;
  background: #000 url(img/arrow_wi.png) no-repeat !important;
  background-size: 26px !important;
  background-position: right 10px center !important;
}
#kvcontent .brandsns a.redband {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 36px;
  padding: 0 48px 0 10px;
  background: #f03e3e url(img/arrow_wi.png) no-repeat !important;
  background-size: 26px !important;
  background-position: right 10px center !important;
  position: relative;
  letter-spacing: 0.05em;
}
#kvcontent .brandsns a.redband:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 20px;
  border-color: transparent transparent #f03e3e transparent;
  position: absolute;
  left: -20px;
  top: 0;
}
.yewrap {
  padding: 20px 0;
}
#kvcontent .yewrap,
#ftreservation .yewrap {
  background: rgba(255, 92, 4, .8);
}
.yewrap .changeformbtn {
  /*height: 80px;*/
  margin: 0 0 15px;
  position: relative;
}
.yewrap .inner {
  max-width: 1125px;
}
#bookingslide .selctbtn {
  margin-top: 100px;
  margin-bottom: 15px !important;
}
#bookingslide .selctbtn,
#bookingslide .selctbtn_air {
  display: block;
  background-color: #fff;
  border: 4px solid #000;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  line-height: 50px;
  margin: auto;
  letter-spacing: 0.2em;
  max-width: 220px;
}
.yewrap .selctbtn,
.yewrap .selctbtn_air {
  display: block;
  /* display:none; */
  background-color: #fff;
  border: 4px solid #000;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  line-height: 72px;
  /*position: absolute;*/
  position: relative;
  width: 100%;
  max-width: 650px;
  /*left: 55px;*/
  margin: auto;
  letter-spacing: 0.2em;
  background-image: url(img/calendar_icon.png);
  background-repeat: no-repeat;
  background-position: left 22px center;
  cursor: pointer;
}
.yewrap .selctbtn_air {
  left: auto;
  right: 55px;
}
.yewrap .changeformbtn > a:hover {
  background-color: #ff5c04;
}
#bookingslide .selctbtn:hover,
#bookingslide .selctbtn_air:hover {
  background-color: #000000;
  color: #ffffff;
}

/*.yewrap .searchform, .yewrap .searchform_air{
	display: none;
}*/
.yewrap .searchform_air {
  display: none;
}
.yewrap .inputwrap {
  margin: 0 8px 0 0;
  position: relative;
}
.yewrap .inputwrap:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.yewrap .datapicker {
  background: #fff;
}
.yewrap .searchform .datapicker {
  margin-left: 101px;
}
.yewrap .datapicker:before {
  content: "";
  width: 27px;
  height: 23px;
  background: url(img/calendar_icon.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 22px;
}
.yewrap .inputwrap input {
  box-sizing: border-box;
  height: 80px;
  outline: none;
  cursor: pointer;
}
.yewrap .inputwrap,
.yewrap .btnwrap {
  float: left;
}
.yewrap .datapicker input {
  width: 300px;
}
.sky280 {
  width: 300px !important;
}
.yewrap .btnwrap {
  margin: 0 0 0 13px;
}
.yewrap .btnwrap input {
  width: 200px;
  border: none;
  box-sizing: border-box;
  height: 80px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.35em;
  background: #000 url(img/arrow_wi.png) no-repeat;
  background-size: 26px;
  background-position: right 16px center;
  text-indent: -20px;
  outline: none;
  cursor: pointer;
}
.yewrap .selectcustom {
  height: 80px;
  width: 126px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
.w140 {
  width: 140px;
}
.yewrap select {
  position: relative;
  width: 100%;
  z-index: 1;
  height: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  outline: none;
  border: 0;
  font-size: 20px;
  padding: 0 30px;
  font-weight: bold;
}
.yewrap select option {
  font-size: 14px;
  font-weight: bold;
}
.yewrap .selectcustom select::-ms-expand {
  display: none;
}
.yewrap .control {
  width: 62px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.yewrap .arrow {
  width: 100%;
  height: 38px;
  background: #fff;
  display: block;
  position: relative;
}
.yewrap .arrow.up:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
}
.yewrap .arrow.down:after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  margin: auto;
}
.yewrap .typedatepicker {
  background: none;
  border: none;
  padding: 0 25px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.3em;
  position: relative;
  z-index: 10;
}

#ui-datepicker-div {
  display: none !important;
  width: 180px;
  background: #efefef;
  padding: 15px 15px 18px;
  border-radius: 8px;
  z-index: 9999 !important;
}
#ui-datepicker-div .ui-datepicker-calendar {
  width: 100%;
  border: 1px solid #ccc;
}
#ui-datepicker-div .ui-datepicker-calendar td,
#ui-datepicker-div .ui-datepicker-calendar th {
  border: 1px solid #ccc;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  background: #e1e1e1;
  color: #737373;
  font-weight: bold;
  font-size: 12px;
  padding: 4px;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  background: #fff;
  font-size: 14px;
  color: #737373;
  text-decoration: none;
  padding: 4px;
  display: block;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  background: #ff5c04;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
  margin: 0 0 10px;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
  position: absolute;
  color: #d53636;
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.yewrap .otherbtn,
.yewrap .otherbtn_air {
  width: 456px;
  max-width: 100%;
  margin: 0 auto;
}
.yewrap .otherbtn a,
.yewrap .otherbtn_air a {
  display: block;
  font-size: 16px;
  padding: 13px 55px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: bold;
  background: #000 url(img/arrow_lowi.png) no-repeat;
  background-size: 32px;
  background-position: right 13px center;
}
.yewrap .otherbtn_air a {
  display: none;
}
.yewrap .otherbtn_air_active a {
  display: block;
}
@media (max-width: 1270px) {
  .yewrap .inputwrap {
    margin: 0 0.6vw 0 0;
  }
  .yewrap .datapicker input {
    width: 22vw;
  }
  .yewrap .selectcustom {
    width: 10.1vw;
    height: 6.2vw;
  }
  .yewrap .inputwrap input {
    height: 6.2vw;
  }
  .yewrap .btnwrap {
    margin: 0;
    float: right;
  }
  .yewrap .btnwrap input {
    width: 17.6vw;
    height: 6.2vw;
    font-size: 1.7vw;
  }
  .yewrap .control {
    width: 4.8vw;
  }
  .yewrap .arrow {
    height: 3vw;
  }
  .yewrap .typedatepicker {
    padding: 0 2vw;
    font-size: 1.65vw;
  }
  .yewrap select {
    padding: 0 2.3vw;
    font-size: 1.65vw;
  }
}
@media (max-width: 1150px) {
  .yewrap .selctbtn,
  .yewrap .selctbtn_air {
    position: static;
    margin-top: 3vh;
    width: 80%;
  }
  .yewrap .otherbtn {
    width: 80%;
  }
  .yewrap .changeformbtn {
    /*height: 180px;*/
    margin: 0 0 3vh;
  }
  .yewrap .selectcustom {
    height: 100px;
    width: 10vw;
  }
  .yewrap .searchform .selectcustom {
    width: 17%;
  }
  .yewrap .inputwrap .typedatepicker,
  .yewrap .btnwrap input {
    height: 100px;
    background-size: 15px;
  }
  .sky280 {
    width: 28% !important;
  }
  .yewrap .control {
    width: 3vw;
    top: 20px;
  }
  .yewrap .searchform,
  .yewrap .searchform_air {
    padding-top: 50px;
  }
  .yewrap .searchform .inputwrap.datapicker {
    margin-left: 0;
  }
}
@media (max-width: 900px) {
  #wrap {
    padding: 77px 0 0;
    margin-top: 0;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 77px;
    padding: 15px 20px;
    margin-left: 0;
    display: block;
    overflow: visible;
  }
  #header .log {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 37.83px;
  }
  #header .log img {
    margin-top: 0;
    max-width: auto;
    max-height: 100%;
  }
  #header #nav {
    position: static;
    float: right;
    width: auto;
    padding: 0;
    margin-top: 0;
  }
  #header #nav .iconmennu li {
    float: left;
    margin: 0 0 0 15px;
    width: 76px;
  }
  #header #nav .iconmennu li:last-child {
    margin: 0 0 0 15px;
  }
  #header #nav .lang,
  #header #nav .txtlink {
    display: none;
  }
  #bookingslide {
    top: calc(-100vh + 77px);
    width: 100%;
    left: 0;
  }
  #bookingslide.active {
    top: 77px;
    left: 0;
    opacity: 1;
  }
  #bookingslide .searchform,
  #bookingslide .searchform_air {
    bottom: auto;
    top: 10%;
    max-width: 400px;
  }
  .yewrap .inputwrap.datapicker:before {
    right: 9px;
    background-size: 80%;
  }
  #kvcontent .catchcopy {
    bottom: 70px;
  }
  #header .log a .txt {
    display: none;
  }
}
@media (max-width: 600px) {
  #wrap {
    padding: 17vw 0 0;
  }
  #header {
    height: 17vw;
    padding: 2.9vw 3.6vw;
  }
  #header .log {
    left: 4vw;
    height: 8vw;
  }
  #header .log img {
    margin-top: 0;
  }
  #header #nav .iconmennu {
    margin: 0;
  }
  #header #nav .iconmennu li,
  #header #nav .iconmennu li:last-child {
    margin: 0 0 0 1vw;
  }
  #header #nav .iconmennu li a .iconlog {
    width: 7.1vw;
    margin: 0 auto 1.3vw;
  }
  #header #nav .iconmennu li a .txt {
    font-size: 2.8vw;
    font-size:min(2.8vw,12px);
  }
  #header #nav .iconmennu li a:after {
    border-radius:0;
    padding-top: 0;
    height: 16.9vw;
    right: 0;
    left: 0;
    top: -2.8vw;
    margin: auto;
  }
  #header #nav .iconmennu li a:hover:after {
    background: none;
  }
  #header #nav .iconmennu li a.active:after {
    background: none;
  }
  #header #nav .iconmennu li a.bookingbtn.active:after {
    background: rgba(255, 92, 4, 1);
  }
  #bookingslide {
    top: calc(-100vh + 18vw);
  }
  #bookingslide.active {
    top: 17vw;
  }
  .yewrap .otherbtn {
    width: 100%;
  }
  #bookingslide .searchform,
  #bookingslide .searchform_air {
    /*top: 30vw;*/
    bottom: auto;
    max-width: 80vw;
  }
  #bookingslide .subtit {
    font-size: 3.46vw;
    margin: 0 0 3.3vw 1.3vw;
  }
  #bookingslide .inputwrap {
    margin: 0 0 6.666vw;
  }
  #bookingslide .typedatepicker {
    font-size: 4.53vw;
    height: 12.4vw !important;
    padding: 0 3.2vw;
  }
  #bookingslide .datapicker:before {
    width: 8vw;
    height: 7.4vw;
    background: url(img/calendar_icon.png) no-repeat center;
    background-size: 100%;
    right: 3.2vw;
  }
  #bookingslide .selectcustom {
    height: 12vw;
  }
  #bookingslide .selectcustom .subtit {
    bottom: 3.4vw;
    margin: 0;
  }
  #bookingslide select {
    padding: 0 0 0 30.666vw;
    font-size: 4.8vw;
  }
  #bookingslide .control {
    width: 12.6vw;
  }
  #bookingslide .arrow {
    width: 100%;
    height: 6vw;
  }
  #bookingslide .btnwrap {
    margin: 8vw 0 5.9vw;
  }
  #bookingslide input {
    height: 16vw;
    font-size: 4.266vw;
    background-image: url(img/arrow_bl.png);
    background-size: 5.999vw;
    padding: 0 10.6vw 0 5vw;
  }
  #bookingslide .underlink {
    font-size: 3.199vw;
  }
  #kvcontent {
    margin: 0 0 7.3vw;
  }
  #kvcontent .sidechild {
    background-size: 100% auto;
    background-position: top center;
    background-repeat: repeat-y;
  }
  #kvcontent .blwrap {
    height: auto;
    min-height: 125vw !important;
    padding: 14vw 0 21vw;
  }
  #kvcontent .headlink {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: #000;
    width: 100%;
    height: 6.4vw;
    padding-top: 2.6vw;
    text-align: right;
  }
  #kvcontent .blok {
    display: inline-block;
    position: relative;
  }
  #kvcontent .blbtn {
    color: #fff;
    font-size: 2.8vw;
    font-weight: bold;
    text-decoration: underline;
    margin: 0 3vw 0 0;
  }
  #kvcontent .langbtn .blbtn {
    padding: 0 3vw 0 0;
    position: relative;
  }
  #kvcontent .langbtn .blbtn:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.3vw 1.4vw 0 1.4vw;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
  }
  #kvcontent .langbtn ul {
    display: none;
    position: absolute;
    left: 1.2vw;
  }
  #kvcontent .langbtn li {
    margin: 1.3vw 0 0;
  }
  #kvcontent .langbtn li a {
    color: #fff;
    font-size: 2.8vw;
  }
  #kvcontent .lead {
    margin: 0 0 13.5vw;
    font-size: 5.3vw;
    padding-bottom: 36.5vw;
  }
  #kvcontent .lead .gf {
    font-size: 4.3vw;
  }
  #kvcontent .log {
    position: static;
    width: auto;
    height: auto;
    margin: 0 0 6vw;
  }
  #kvcontent .log svg {
    width: 44.5vw;
    height: 32vw;
  }
  #kvcontent .catchcopy {
    position: static;
  }
  #kvcontent .catchcopy .tit {
    font-size: 4.8vw;
    margin: 0 0 10px;
  }
  #kvcontent .catchcopy p {
    font-size: 3.4vw;
    display: inline-block;
    font-weight: 300;
    padding: 1.4vw 6vw 1vw 1vw;
  }
  #kvcontent .brandsns a.brandsite,
  #kvcontent .brandsns a.redband {
    font-size: 3.6vw;
    line-height: 7.6vw;
    height: 7.4vw;
  }
  #kvcontent .brandsns a.brandsite {
    padding: 0 10vw 0 4.6vw;
    background-size: 5.3vw !important;
  }
  #kvcontent .brandsns a.redband {
    padding: 0 10vw 0 2vw;
    font-weight: 700;
    background-size: 5.3vw !important;
  }
  #kvcontent .brandsns a.redband:after {
    border-width: 0 0 7.2vw 4.2vw;
    top: auto;
    bottom: 0;
    left: -4.05vw;
  }
  #kvcontent .spsnswrap {
    display: block;
    position: absolute;
    bottom: 8vw;
    right: 0;
  }
  #kvcontent .spsnswrap a {
    background: none;
    padding: 1.2vw 1.2vw 1.2vw;
    width: 8.5vw;
    height: 8.5vw;
  }
  .yewrap {
    padding: 5.6vw 0;
  }
  .yewrap .changeformbtn {
    height: 24vw;
    margin: 0 0 3vw;
  }
  .yewrap .selctbtn,
  .yewrap .selctbtn_air {
    box-sizing: border-box;
    border: 3px solid #000;
    font-size: 6.2vw;
    font-weight: bold;
    line-height: 1;
    padding: 6vw 0;
    background-size: 7.3vw;
    position: static;
    margin-top: 3vw;
    width: 100%;
  }
  .yewrap .selctbtn {
    display: block;
  }
  #bookingslide .selctbtn,
  #bookingslide .selctbtn_air {
    box-sizing: border-box;
    border: 3px solid #000;
    font-weight: bold;
    line-height: 1;
    padding: 6vw 0;
    max-width: 80vw;
    margin-bottom: 3vw;
  }
  .yewrap .otherbtn a {
    padding: 4vw 10vw 4vw 5vw;
    font-size: 4.3vw;
    background-size: 7vw;
    letter-spacing: 0.25em;
  }
}
.linecommontit {
  text-align: left;
  padding: 12px 0 0 35px;
  position: relative;
}
.linecommontit .line {
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
  position: absolute;
  left: 0px;
  width: 10px;
  top: 0;
  line-height: 1.5;
}
.linecommontit .tit {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  line-height:1.5;
}
.linecommontit .note {
  margin-top:1em;
}
#topnews {
  margin: 0 0 60px;
}
#topnews .sliderwrap {
  margin: 0 0 60px;
}
.toggleslderwrap {
  max-width: 1090px;
  margin: 55px auto 0;
  padding: 0 10px;
}
.toggleslderwrap .taoggleslider {
  margin: 0 0 30px;
}
.toggleslderwrap .taoggleslider .item {
  display: inline-block;
  width: 31%;
  margin-right: 1.6%;
  margin-bottom: 30px;
  vertical-align: top;
}
.toggleslderwrap .taoggleslider .item a {
  border: 3px solid #000;
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
.toggleslderwrap .taoggleslider .item a .imgbox {
  width: 100%;
  /* height: 160px; */
  aspect-ratio: 3 / 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.toggleslderwrap .taoggleslider .item a .textarea {
  padding: 25px 65px 20px 30px;
  text-align: left;
  background-image: url(img/arrow_bl.png);
  background-size: 20px;
  background-position: right 22px center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.toggleslderwrap .taoggleslider .item a:hover .textarea {
  background-color: #ff5c04;
  background-image: url(img/arrow_wi.png);
  color:#fff;
}
.toggleslderwrap .taoggleslider .item a .textarea .title {
  font-size: 14px;
  line-height: 1.7;
  font-weight: bold;
  margin: 0 0 15px;
  height: 5.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.toggleslderwrap .taoggleslider .item a .textarea .iconarea span {
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 2px 10px;
  float: left;
  margin: 0 5px 5px 0;
}
.toggleslderwrap .taoggleslider .item a .textarea .date {
  font-weight: bold;
  font-size: 12px;
  text-align: right;
  margin: 0 -50px 0 0;
}
.sliderwrap .bx-wrapper {
  margin: 0 auto;
}
.sliderwrap .bx-controls {
  display: none;
}
.sliderwrap.cur_3cl {
  position: relative;
}
.sliderwrap.cur_3cl .bx-controls {
  display: block;
}
.sliderwrap.cur_3cl .bx-controls .bx-prev,
.sliderwrap.cur_3cl .bx-controls .bx-next {
  position: absolute;
  text-indent: -9999px;
  width: 67px;
  height: 170px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sliderwrap.cur_3cl .bx-controls .bx-prev {
  background: url(img/slider_pager_prev.png) no-repeat center;
  background-size: cover;
  left: -30px;
}
.sliderwrap.cur_3cl .bx-controls .bx-next {
  background: url(img/slider_pager_next.png) no-repeat center;
  background-size: cover;
  right: -30px;
}
.boxslider .item {
  width: 345px;
}
.boxslider .item a,
.boxslider .item .cobox,
.shortp .item a {
  border: 3px solid #000;
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
.boxslider .item a .imgbox,
.boxslider .item .cobox .imgbox,
.shortp .item a .imgbox {
  width: 100%;
  height: auto;
  padding-top: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.boxslider .item a .textarea,
.boxslider .item .cobox .textarea,
.shortp .item a .textarea {
  padding: 25px 55px 20px 30px;
  text-align: left;
  background-image: url(img/arrow_bl.png);
  background-size: 20px;
  background-position: right 22px center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.boxslider .item a:hover .textarea,
.shortp .item a:hover .textarea {
  background-color: #ff5c04;
  background-image: url(img/arrow_wi.png);
  color:#fff;
}
.boxslider .item a .textarea .title,
.boxslider .item .cobox .textarea .title,
.shortp .item a .textarea .title {
  font-size: 14px;
  line-height: 1.7;
  font-weight: bold;
  margin: 0 0 15px;
  height: 5.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.boxslider .item a .iconarea span,
.shortp .item a .iconarea span {
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 2px 10px;
  float: left;
  margin: 0 5px 5px 0;
}
.commonbtnwrap .btn {
  width: 270px;
  border: 3px solid #000;
  box-sizing: border-box;
  padding: 20px 30px 20px 20px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  display: block;
  float: right;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.3em;
  background-image: url(img/arrow_bl.png);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 20px;
}
.commonbtnwrap .btn:hover {
  background-color: #ff5c04;
}
@media (max-width: 900px) {
  .shortp .item a .textarea {
    padding: 8vw 17vw 8vw 7vw;
  }
}
@media (max-width: 600px) {
  .linecommontit {
    padding: 4.6vw 0 0 9vw;
  }
  .linecommontit .line {
    font-size: 3.2vw;
  }
  .linecommontit .tit {
    font-size: 5.2vw;
    padding: 0;
    letter-spacing: 0.08em;
  }
  #topnews {
    margin: 0 0 7.3vw;
  }
  #topnews .linecommontit {
    margin: 0 0 6.6vw;
  }
  .toggleslderwrap {
    padding: 0;
    position: relative;
    margin: 0 auto 8.5vw;
  }
  .toggleslderwrap .bx-wrapper {
    margin: 0 auto;
  }
  .toggleslderwrap .bx-viewport {
    padding: 0 4vw;
    box-sizing: border-box;
  }
  .toggleslderwrap .taoggleslider .item a .textarea {
    padding: 8vw 17vw 8vw 7vw;
  }
  .toggleslderwrap .taoggleslider .item a .textarea .title {
    font-size: 3.7vw;
    margin: 0 0 4vw;
  }
  .toggleslderwrap .taoggleslider .item a .textarea .iconarea span {
    font-size: 2.9vw;
    margin: 0 0 4vw;
  }
  .toggleslderwrap .taoggleslider .item a .textarea .date {
    font-size: 3vw;
    margin: 0px -12vw 0 0;
  }
  .toggleslderwrap .bx-controls {
    display: block;
  }
  .toggleslderwrap .bx-controls .bx-prev,
  .toggleslderwrap .bx-controls .bx-next {
    position: absolute;
    text-indent: -9999px;
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .toggleslderwrap .bx-controls .bx-prev {
    border-width: 4vw 4vw 4vw;
    border-color: transparent #ff5c04 transparent transparent;
    left: -1.8vw;
  }
  .toggleslderwrap .bx-controls .bx-next {
    border-width: 4vw 0 4vw 4vw;
    border-color: transparent transparent transparent #ff5c04;
    right: 2.8vw;
  }
  .sliderwrap {
    position: relative;
  }
  .sliderwrap .bx-viewport {
    padding: 0 4vw;
    box-sizing: border-box;
  }
  .sliderwrap.cur_3cl .bx-viewport {
    padding: 0;
  }
  .sliderwrap.cur_3cl .bx-controls .bx-prev,
  .sliderwrap.cur_3cl .bx-controls .bx-next {
    border: 0;
  }
  .sliderwrap.cur_3cl .bx-controls .bx-prev {
    left: -3vw;
    width: 10vw;
    height: 26vw;
  }
  .sliderwrap.cur_3cl .bx-controls .bx-next {
    right: -3vw;
    width: 10vw;
    height: 26vw;
  }
  .shortp {
    margin-bottom: 0;
  }
  .boxslider .item a .textarea,
  .boxslider .item .cobox .textarea {
    padding: 8vw 17vw 8vw 7vw;
  }
  .boxslider .item a .textarea .title,
  .boxslider .item .cobox .textarea .title,
  .shortp .item a .textarea .title {
    font-size: 3.7vw;
    margin: 0 0 4vw;
  }
  .boxslider .item a .iconarea span,
  .boxslider .item .cobox .iconarea span,
  .shortp .item a .iconarea span {
    font-size: 2.9vw;
  }
  .sliderwrap .bx-controls {
    display: block;
  }
  .sliderwrap .bx-controls .bx-pager {
    display: none;
  }
  .sliderwrap .bx-controls .bx-prev,
  .sliderwrap .bx-controls .bx-next {
    position: absolute;
    text-indent: -9999px;
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .sliderwrap .bx-controls .bx-prev {
    border-width: 4vw 4vw 4vw;
    border-color: transparent #ff5c04 transparent transparent;
    left: -1.8vw;
  }
  .sliderwrap .bx-controls .bx-next {
    border-width: 4vw 0 4vw 4vw;
    border-color: transparent transparent transparent #ff5c04;
    right: 2.8vw;
  }
  #topnews .sliderwrap {
    margin: 0 0 7.7vw;
  }
  .commonbtnwrap .btn {
    width: 57vw;
    padding: 4.8vw 10.8vw 4.8vw 4.8vw;
    font-size: 4.2vw;
    border: 0.5vw solid #000;
  }
  #topguestroom {
    padding: 0;
  }
}
#topconcept .conceptinner {
  max-width: 854px;
  margin: 0 auto;
}
#topconcept .checkinflow {
  margin: 0 0 50px;
}
#topconcept .linecommontit {
  min-height: 36px;
  margin: 0 0 25px;
}
#topconcept .imgblwrap {
  display: block;
  overflow: hidden;
  position: relative;
}
/* circle css */
.circlefadewrap {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}
#topconcept .circlefadewrap {
  position: absolute;
  top: 166px;
  width: 100%;
}
.circlefadewrap .circle {
  border-radius: 100%;
  background: #000;
  position: absolute;
  display: none;
  margin: auto;
}
.circlefadewrap .circle:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.circlefadewrap .circle.gr {
  background: #f1f3f5;
}
.circlefadewrap .circle.bu {
  background: #c5f6fa;
}
.circlefadewrap .circle.pi {
  background: #ffdeeb;
}
.circlefadewrap .circle.or {
  background: #fff4c5;
}
.circlefadewrap .circle.ge {
  background: #c3fae8;
}
.circlefadewrap .circle.pu {
  background: #dbe4ff;
}
.circlefadewrap .circle.size1 {
  width: 85px;
}
.circlefadewrap .circle.size2 {
  width: 75px;
}
.circlefadewrap .circle.size3 {
  width: 54px;
}
.circlefadewrap .circle.size4 {
  width: 43px;
}
.circlefadewrap .circle.size5 {
  width: 26px;
}
.circlefadewrap .type01 {
  right: 673px;
  left: -673px;
  top: 15px;
}
.circlefadewrap .type02 {
  right: 578px;
  left: -578px;
  top: 87px;
}
.circlefadewrap .type03 {
  right: 538px;
  left: -538px;
  top: 135px;
}
.circlefadewrap .type04 {
  right: 477px;
  left: -477px;
  top: 15px;
}
.circlefadewrap .type05 {
  right: 412px;
  left: -412px;
  top: 150px;
}
.circlefadewrap .type06 {
  right: 275px;
  left: -275px;
  top: 100px;
}
.circlefadewrap .type07 {
  right: 200px;
  left: -200px;
  top: 108px;
}
.circlefadewrap .type08 {
  right: 108px;
  left: -108px;
  top: 50px;
}
.circlefadewrap .type09 {
  right: -40px;
  left: 40px;
  top: 0px;
}
.circlefadewrap .type10 {
  right: -78px;
  left: 78px;
  top: 122px;
}
.circlefadewrap .type11 {
  right: -205px;
  left: 205px;
  top: 65px;
}
.circlefadewrap .type12 {
  right: -320px;
  left: 320px;
  top: 145px;
}
.circlefadewrap .type13 {
  right: -433px;
  left: 433px;
  top: 17px;
}
.circlefadewrap .type14 {
  right: -545px;
  left: 545px;
  top: 87px;
}
.circlefadewrap .type15 {
  right: -580px;
  left: 580px;
  top: 135px;
}
.circlefadewrap .type16 {
  right: -645px;
  left: 645px;
  top: 15px;
}
/* circle css end */
#topconcept .imgblwrap .imgbox {
  position: relative;
  z-index: 100;
}
#topconcept .imgblwrap .imgbox img {
  display: block;
}
#topconcept .conceptds .titleband {
  padding: 70px 0 0;
  position: relative;
}
#topconcept .conceptds .titleband::before {
  content: "";
  background: #ff5c04;
  background-size: contain;
  width: 100%;
  height: 170px;
  position: absolute;
  top: -25px;
  left: 0;
  z-index: -1;
}
#topconcept .conceptds .titleband .textinbl {
  text-align: left;
  margin: 0 auto 60px;
}
#topconcept .conceptds .titleband .title {
  float: left;
  font-size: 28px;
  font-weight: 700;
}
#topconcept .conceptds .titleband .title span {
  font-size: 12px;
  font-style: italic;
  margin: 0 0 10px;
  display: block;
}
#topconcept .conceptds .titleband .txtarea {
  padding: 50px 0 0 70px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 2;
  letter-spacing: 0.18em;
  box-sizing: border-box;
  position: relative;
}
#topconcept .conceptds .titleband .txtarea:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  background: #000;
  transform: rotate(14deg);
}
#topconcept .conceptds .drcontent {
  text-align: left;
  margin: 0 0 40px;
}
#topconcept .conceptds .drcontent .tablbl dl {
  display: table;
  width: 100%;
  margin: 0 0 30px;
}
#topconcept .conceptds .drcontent .tablbl dl dt,
#topconcept .conceptds .drcontent .tablbl dl dd {
  display: table-cell;
  vertical-align: middle;
}
#topconcept .conceptds .drcontent .tablbl dl dt {
  width: 115px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
#topconcept .conceptds .drcontent .tablbl dl dd .eliconwrap {
  float: left;
  margin: 0 23px 0 0;
  width: 30%;
}
#topconcept .conceptds .drcontent .tablbl dl dd .eliconwrap:last-child {
  margin: 0;
}
#topconcept .conceptds .drcontent .tablbl dl dd .eliconwrap .img {
  width: 50px;
  display: block;
  float: left;
  background: #ff5c04;
  border-radius: 4px;
}
#topconcept .conceptds .drcontent .tablbl dl dd .eliconwrap .txt {
  padding: 0 0 0 64px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}
#topconcept #topgrapharea {
  max-width: 430px;
}
#topconcept #topgrapharea .leadtxt {
  float: left;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 35px 0 0;
}
#topconcept .conceptds .drcontent .tablbl dl.type02 dd p {
  padding-top: 15px;
  font-size: 12px;
}
#topconcept #topgrapharea .cover {
  float: right;
}
#topconcept #topgrapharea .cover .graph {
  float: left;
}
#topconcept #topgrapharea .cover .txt {
  float: right;
  font-size: 43px;
  font-weight: 600;
  padding: 25px 0 25px 55px;
  position: relative;
}
#topconcept #topgrapharea .cover .txt:after {
  content: "";
  width: 22px;
  height: 3px;
  position: absolute;
  background: #e9ecef;
  left: 15px;
  top: -4px;
  bottom: 0;
  margin: auto;
}
#topconcept #topgrapharea .graph {
  width: 90px;
  height: 90px;
}
#topconcept #topgrapharea .graph .ct-series-a .ct-slice-donut {
  stroke: #ff5c04;
}
#topconcept #topgrapharea .graph .ct-series-b .ct-slice-donut {
  stroke: #a0a0a0;
}
#topconcept .conceptds .drcontent .tablbl dl dd.dltype03 {
  font-size: 20px;
  font-weight: bold;
}
#topconcept .conceptds .drcontent .bottomtxtarea {
  font-size: 15px;
  line-height: 1.8;
}
#topguestroom {
  padding: 55px 0 0;
  margin: 0 0 110px;
}
.circlefadecover {
  overflow: hidden;
  position: relative;
}
#topguestroom .circlefadewrap {
  position: absolute;
  top: 0;
  width: 100%;
}
.circleclear {
  position: relative;
  z-index: 100;
}
#topguestroom .circlefadewrap .type04 {
  right: 380px;
  left: -380px;
  top: 15px;
}
#topguestroom .roomlistwrap {
  margin: 55px 0 40px;
}
#topguestroom .roomlistwrap .item {
  float: left;
  width: 32.1%;
  margin: 0 1.8% 30px 0;
  background: #fff;
}
#topguestroom .roomlistwrap .item:nth-child(3n) {
  margin: 0;
}
#topguestroom .roomlistwrap .item:nth-child(3n + 1) {
  clear: both;
}
#topguestroom .roomlistwrap .item a {
  border: 3px solid #000;
  display: block;
  text-decoration: none;
  color: #000;
}
#topguestroom .roomlistwrap .item a:hover {
  background-color: #ff5c04;
  color:#fff;
}
#topguestroom .roomlistwrap .item .imgbox {
  display: block;
  height: auto;
  padding-top: 92%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#topguestroom .roomlistwrap .item .textarea {
  padding: 15px 20px;
}
#topguestroom .roomlistwrap .item .textarea .tit {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 0 auto 12px;
  background-image: url(img/arrow_bl.png);
  background-size: 18px;
  background-position: right 0 center;
  background-repeat: no-repeat;
  padding: 0 25px 0 15px;
  line-height: 1.4;
  display: table-cell;
  vertical-align: middle;
  height: 4.2em;
  width: 1%;
  box-sizing: border-box;
  overflow: hidden;
}
#topguestroom .roomlistwrap .item a:hover .textarea .tit{
  background-image: url(img/arrow_wi.png);
  color:#fff;
}
#topguestroom .roomlistwrap .item .textarea .tit .mini {
  font-size: 14px;
}
#topguestroom .roomlistwrap .item .textarea .undertxt {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#topguestroom .roomlistwrap .item .textarea .undertxt .mem {
  color: #f03e3e;
}
.commonbtnwrap .guestroomoption {
  float: left;
  position: relative;
}
.commonbtnwrap .guestroomoption .optionitem {
  float: left;
  position: relative;
}
.commonbtnwrap .guestroomoption .optionitem:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: #000;
  transform: rotate(14deg);
}
.commonbtnwrap .guestroomoption .optionitem:last-child:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  transform: rotate(14deg);
}
.commonbtnwrap .guestroomoption .optionitem span.acler {
  text-decoration: none;
  color: #000;
  min-width: 90px;
  padding: 3px 10px;
}
.commonbtnwrap .guestroomoption .optionitem span.acler img {
  width: 42px;
}
.commonbtnwrap .guestroomoption .optionitem span.acler {
  display: block;
}
.commonbtnwrap .guestroomoption .optionitem span.acler .txt {
  display: block;
  font-size: 11px;
  margin: 8px 0 0;
  line-height: 1.3;
  min-height: 2.6em;
}
#topguestroom .movechar {
  position: absolute;
  z-index: -1;
  top: 73px;
  width: 85px;
  left: 29.6%;
}
#topstayplan {
  margin: 0 0 60px;
}
#topstayplan .linecommontit {
  margin: 0 0 55px;
}
#topstayplan .sliderwrap {
  margin: 0 0 60px;
}
.shortp {
  display: block;
  margin: 0 0 30px;
}
.shortp .item {
  display: inline-block;
  width: 31%;
  margin-right: 1.6%;
  margin-bottom: 30px;
  vertical-align: top;
}
.shortp .item:last-child,
.shortp .item:nth-child(3n) {
  margin-right: 0;
}
#topfullscreen {
  margin: 0 0 53px;
}
#topfullscreen .restaurant {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0;
}
#topfullscreen .restaurant a.btn {
  color: #fff;
  padding: 0 25px;
  line-height: 78px;
  text-align: left;
  font-style: italic;
  font-size: 29px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #fff;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  box-sizing: border-box;
  background-image: url(img/arrow_wi.png);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: right 20px center;
}
#topfullscreen .restaurant a.btn:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
#topfullscreen #dataaccess {
  width: 100%;
  height: 485px;
  background: url(img/top_mapsbackimg.png) no-repeat center;
  background-size: cover;
}
#topfullscreen .access {
  position: relative;
}
#topfullscreen .access .shodowcover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 92, 4, 0.3);
  z-index: 10;
}
#topfullscreen .access a.btn {
  color: #000;
  padding: 0 25px;
  line-height: 78px;
  height: 78px;
  text-align: left;
  font-style: italic;
  font-size: 29px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #000;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  box-sizing: border-box;
  background-image: url(img/arrow_bl.png);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: right 20px center;
  background-color: rgba(255, 92, 4, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 12;
}
#topfullscreen .access a.btn:hover {
  background-color: rgba(255, 92, 4, 0.7);
  background-image: url(img/arrow_wi.png);
  color:#fff;
}
#topservice {
  margin: 0 0 115px;
}
#topservice .linecommontit {
  margin: 0 0 20px;
}
#topservice .textwrap {
  text-align: left;
  max-width: 860px;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 500;
}
#topservice .textwrap .centertable {
  max-width: 514px;
  margin: 0 auto 55px;
}
#topservice .textwrap .centertable dl {
  display: table;
  width: 100%;
}
#topservice .textwrap .centertable dl dt,
#topservice .textwrap .centertable dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 3px;
  font-size: 14px;
}
#topservice .textwrap .centertable dl dt {
  width: 160px;
}
#topservice .textwrap .texttit {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
#topservice .textwrap .facilitybox .texttit {
  margin: 0 0 15px;
}
#topservice .textwrap .texttit .links {
  font-size: 11px;
  font-style: italic;
  color: #000;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 15px;
}
#topservice .textwrap .tit {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
}
#topservice .textwrap .facilitybox .box {
  margin: 0 0 30px;
}
#topservice .textwrap .facilitybox .normallist ul {
  float: left;
  width: 33.3%;
}
#topservice .textwrap .facilitybox .normallist ul li {
  padding: 4px 3px;
}
#topservice .textwrap .facilitybox .box .comment {
  margin: 0.8em 0 0;
}
#topservice .textwrap .langbox,
#topservice .textwrap .mealbox {
  margin: 0 0 25px;
}
#topservice .textwrap .langbox .text,
#topservice .textwrap .mealbox .text {
  line-height: 2;
}
#topservice .textwrap .cardbox .cau {
  font-size: 12px;
  margin: 10px 0 0;
  font-weight: bold;
}
#tabiofttop {
  text-align: left;
}
#tabiofttop span {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 40px 0 15px;
}
#tabiofttop .type01 {
  width: 60px;
}
#tabiofttop .type02 {
  width: 67px;
}
#tabiofttop .type03 {
  width: 74px;
}
#ftcontact {
  padding: 38px 0;
  border-bottom: 1px solid #e9ecef;
}
#ftcontact .textwrap {
  float: left;
  text-align: left;
}
#ftcontact .textwrap .titarea {
  margin: 0 0 15px;
}
#ftcontact .textwrap .titarea .lead {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 8px;
}
#ftcontact .textwrap .titarea .telcontent .tel {
  font-size: 21px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
  padding: 0 0 0 30px;
  background: url(img/tel_icon.png) no-repeat left center;
  background-size: 21px;
  color: #000;
}
#ftcontact .textwrap .titarea .telcontent .tel:hover {
  text-decoration: none;
}
#ftcontact .textwrap .textarea {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 12px;
}
#ftcontact .textwrap .linkarea a {
  display: inline-block;
  font-size: 12px;
  text-decoration: underline;
  margin: 0 24px 0 0;
  color: #000;
}
#ftcontact #page_top {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#ftcontact .commonbtnwrap {
  float: right;
  width: 290px;
  margin: 10px 80px 0 0;
}
#ftcontact .commonbtnwrap02 {
  float: right;
  width: 290px;
  margin: 10px 30px 0 0;
}
#ftcontact .commonbtnwrap .btn {
  display: block;
  float: none;
  position: relative;
  width: 290px;
  padding: 15px 40px 15px 50px;
  letter-spacing: 0;
  background-color: #fff;
  background-image: url(img/arrow05.png);
  background-position: right 20px center;
  background-size: 26px;
  margin-bottom: 15px;
}
#ftcontact .commonbtnwrap .btn:hover {
  background-color: #ff5c04;
}
#ftcontact .commonbtnwrap .btn.icon:after {
  content: "";
  width: 25px;
  height: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  position: absolute;
  background: url(img/panficon.png) no-repeat top 0 left 0;
  background-size: 25px;
}
#ftcontent {
  border-bottom: 1px solid #e9ecef;
}
#ftcontent .contentcover {
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px 0 20px;
}
#ftcontent .contentcover .coplog {
  float: left;
  width: 15%;
}
#ftcontent .contentcover .affiliated_company_wrap {
  float: left;
  width: 85%;
}
#ftcontent .contentcover .affiliated_company_wrap .box {
  float: left;
  width: 25%;
  text-align: left;
}
#ftcontent .contentcover .affiliated_company_wrap .box .w70 img {
  max-width: 70%;
  height: auto;
}
#ftcontent .contentcover .affiliated_company_wrap .box .log {
  margin: 0 auto 15px;
}
#ftcontent .contentcover .affiliated_company_wrap .box .log:nth-child(n + 2) {
  margin: 20px auto 15px;
}
#ftcontent .contentcover .affiliated_company_wrap .box .log.kume {
  max-width: 120px;
}
#ftcontent .contentcover .affiliated_company_wrap .box ul li {
  padding: 3px;
}
#ftcontent .contentcover .affiliated_company_wrap .box ul li a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
}
#ftcontent .contentcover .affiliated_company_wrap .box ul li a:hover {
  text-decoration: underline;
}
#ftcontent .contentcover .affiliated_company_wrap .box ul li a .oldname {
  font-size: 11px;
}
#footer .copywrap {
  padding: 14px 0;
}
#footer .copywrap .copy {
  font-size: 11px;
  font-weight: 500;
  float: left;
  margin-right: 10px;
}
#footer .copywrap .linkarea {
  float: left;
}
#footer .copywrap .linkarea a {
  color: #000;
  text-decoration: underline;
  font-size: 11px;
}
#footer .copywrap .linkarea a:hover {
  text-decoration: none;
}
@media (max-width: 1270px) {
  #ftcontact #page_top {
    right: 10px;
  }
  #ftcontent .contentcover .coplog {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 0 10px;
  }
  #ftcontent .contentcover .affiliated_company_wrap {
    width: 100%;
    float: none;
    padding: 0 30px;
    box-sizing: border-box;
  }
}
@media (max-width: 1050px) {
  #ftcontact .textwrap {
    float: none;
  }
  #ftcontact .commonbtnwrap {
    float: none;
    width: 100%;
    display: block;
    margin: 8.2vw 0 0;
  }
  #ftcontact .commonbtnwrap02 {
    float: none;
    width: 456px;
    display: block;
    margin: 20px auto 0;
  }
  #ftcontact .commonbtnwrap .btn {
    width: 456px;
    max-width: 100%;
    margin: 0 auto 15px;
    text-align: center;
    background-size: 32px;
    background-position: right 13px center;
    line-height: 72px;
    padding: 0;
    font-size: 24px;
  }
  #ftcontact .commonbtnwrap .btn.icon:after {
    width: 30px;
    height: 34px;
    background-size: 30px;
  }
  #ftcontact .commonbtnwrap .btn.icon {
    margin: 0 auto;
  }
  #ftcontact #page_top {
    top: auto;
    margin: 0;
  }
}
@media (max-width: 900px) {
  #topconcept .circlefadewrap {
    top: 0;
  }
  #topconcept .conceptinner {
    padding: 0 10px;
  }
  #topconcept .conceptds .titleband .textinbl .title {
    float: none;
  }
  #topconcept .conceptds .titleband .textinbl .title .name {
    font-size: 24px;
  }
  #topconcept .conceptds .titleband .textinbl .txtarea {
    font-size: 14px;
  }
  #topconcept .conceptds .titleband .textinbl .txtarea {
    padding: 15px 0 0;
    margin: 0;
  }
  #topconcept .conceptds .titleband .textinbl .txtarea:after {
    display: none;
  }
  #topconcept .conceptds .drcontent .tablbl dl {
    display: block;
  }
  #topconcept .conceptds .drcontent .tablbl dl dt,
  #topconcept .conceptds .drcontent .tablbl dl dd {
    display: block;
  }
  #topconcept .conceptds .drcontent .tablbl dl dt {
    width: 100%;
    margin: 0 0 10px;
  }
  #topguestroom .roomlistwrap .item {
    margin: 0 0 20px;
    float: none;
    width: 100%;
  }
  #topguestroom .roomlistwrap .item:nth-child(3n) {
    margin: 0 0 20px;
  }
  .shortp .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .commonbtnwrap .guestroomoption {
    float: none;
    display: inline-block;
  }
  #topservice .textwrap {
    padding: 0 10px;
  }
  #ftcontent .contentcover .coplog {
    text-align: center;
  }
  #ftcontent .contentcover .affiliated_company_wrap .box {
    width: 50%;
    text-align: center;
    margin: 0 0 30px;
  }
  #ftcontent .contentcover .affiliated_company_wrap .box:nth-child(2n + 1) {
    clear: both;
  }
  #ftcontent .contentcover .affiliated_company_wrap .box .w70 img {
    max-width: 40%;
  }
  #topfullscreen #dataaccess {
    height: 375px;
  }
}
@media (max-width: 600px) {
  #topconcept .linecommontit {
    min-height: 10vw;
    margin: 0 0 6vw;
  }
  #topconcept .linecommontit .tit {
    font-size: 5.2vw;
    line-height: 1.2;
  }
  #topconcept .conceptinner {
    padding: 0 4vw;
  }
  /* circle css */
  .circlefadewrap .circle.size1 {
    width: 9vw;
  }
  .circlefadewrap .circle.size2 {
    width: 8.1vw;
  }
  .circlefadewrap .circle.size3 {
    width: 5.8vw;
  }
  .circlefadewrap .circle.size4 {
    width: 4.5vw;
  }
  .circlefadewrap .circle.size5 {
    width: 26px;
  }
  .circlefadewrap .type01 {
    right: auto;
    left: -1.2vw;
    top: 9vw;
  }
  .circlefadewrap .type02 {
    right: auto;
    left: 12vw;
    top: 16vw;
  }
  .circlefadewrap .type03 {
    right: auto;
    left: 18vw;
    top: 20.5vw;
    opacity: 0;
  }
  .circlefadewrap .type04,
  #topguestroom .circlefadewrap .type04 {
    right: auto;
    left: 21vw;
    top: 8.5vw;
  }
  .circlefadewrap .type05 {
    right: auto;
    left: 0;
    top: 150px;
    opacity: 0;
  }
  .circlefadewrap .type06 {
    right: auto;
    left: 0;
    top: 100px;
    opacity: 0;
  }
  .circlefadewrap .type07 {
    right: auto;
    left: 0;
    top: 108px;
    opacity: 0;
  }
  .circlefadewrap .type08 {
    right: auto;
    left: 61vw;
    top: 11vw;
  }
  .circlefadewrap .type09 {
    right: auto;
    left: 78vw;
    top: 6vw;
  }
  .circlefadewrap .type10 {
    right: auto;
    left: 0;
    top: 122px;
    opacity: 0;
  }
  .circlefadewrap .type11 {
    right: auto;
    left: 95vw;
    top: 13vw;
  }
  .circlefadewrap .type12 {
    right: auto;
    left: 0;
    top: 145px;
    opacity: 0;
  }
  .circlefadewrap .type13 {
    right: auto;
    left: 0;
    top: 17px;
    opacity: 0;
  }
  .circlefadewrap .type14 {
    right: auto;
    left: 0;
    top: 87px;
    opacity: 0;
  }
  .circlefadewrap .type15 {
    right: auto;
    left: 0;
    top: 135px;
    opacity: 0;
  }
  .circlefadewrap .type16 {
    right: auto;
    left: 0;
    top: 15px;
    opacity: 0;
  }
  /* circle css end */
  #topconcept {
    margin: 0 0 15.3vw;
  }
  #topconcept .conceptds .titleband {
    padding: 7.4vw 0 0;
  }
  #topconcept .conceptds .titleband::before {
    height: 44vw;
    top: -8.6vw;
  }
  #topconcept .conceptds .titleband .textinbl {
    padding: 0 4vw;
    margin: 0 auto 10vw;
    font-size: 6.6vw;
  }
  #topconcept .conceptds .titleband .textinbl .title span {
    font-size: 3.2vw;
    margin: 0 0 2.6vw;
  }
  #topconcept .conceptds .titleband .textinbl .txtarea {
    padding: 5vw 0 0;
    font-size: 3.7vw;
  }
  #topconcept .conceptds .drcontent {
    margin: 0 0 6.6vw;
  }
  #topconcept .conceptds .drcontent .tablbl dl {
    margin: 0 0 8vw;
  }
  #topconcept .conceptds .drcontent .tablbl dl:last-child {
    margin: 0 0 3.3vw;
  }
  #topconcept .conceptds .drcontent .tablbl dl dt {
    font-size: 3.1vw;
    margin: 0 0 4.6vw;
  }
  #topconcept .conceptds .drcontent .tablbl dl dd .eliconwrap {
    display: table;
    max-width: 100%;
    width: 100%;
    margin: 0 0 1.6vw;
  }
  #topconcept .conceptds .drcontent .tablbl dl dd .eliconwrap .img,
  #topconcept .conceptds .drcontent .tablbl dl dd .eliconwrap .txt {
    display: table-cell;
    vertical-align: middle;
  }
  #topconcept .conceptds .drcontent .tablbl dl dd .eliconwrap .img {
    width: 13vw;
    float: none;
  }
  #topconcept .conceptds .drcontent .tablbl dl dd .eliconwrap .img img {
    width: 100%;
  }
  #topconcept .conceptds .drcontent .tablbl dl dd .eliconwrap .txt {
    padding: 0 0 0 3.3vw;
    box-sizing: border-box;
    font-size: 3.7vw;
  }
  #topconcept .conceptds .drcontent .tablbl dl dd.dltype03 {
    font-size: 4.6vw;
    letter-spacing: 0.14em;
  }
  #topconcept #topgrapharea .graph {
    width: 27vw;
    height: 27vw;
  }
  #topconcept #topgrapharea .cover .txt {
    font-size: 12.5vw;
    padding: 9vw 0 8vw 10vw;
  }
  #topconcept #topgrapharea .cover .txt:after {
    width: 2.3vw;
    height: 0.6vw;
    left: 3.5vw;
  }
  #topconcept #topgrapharea .leadtxt {
    padding: 1.5vw 0 0;
    float: none;
    display: block;
    clear: both;
    text-align: center;
  }
  #topconcept .conceptds .drcontent .tablbl dl.type02 dd p {
    padding-top: 10px;
  }
  #topconcept .conceptds .drcontent .bottomtxtarea {
    font-size: 3.5vw;
    letter-spacing: 0.04em;
  }
  #topguestroom {
    padding: 0;
    margin: 0 0 15vw;
  }
  #topguestroom .roomlistwrap .item .textarea {
    padding: 4vw;
  }
  #topguestroom .roomlistwrap .item .textarea .tit {
    font-size: 5.06vw;
    background-size: 5.2vw;
    padding: 0 6.5vw 0 4vw;
    margin: 0 auto 3.2vw;
    min-width: 72%;
  }
  #topguestroom .roomlistwrap .item .textarea .tit .mini {
    font-size: 4vw;
  }
  #topguestroom .roomlistwrap .item .textarea .undertxt {
    font-size: 3.46vw;
    letter-spacing: 0.13em;
  }
  #topguestroom .roomlistwrap {
    margin: 55px 0 5vw;
  }
  #topguestroom .roomlistwrap .item a {
    border: 0.79vw solid #000;
  }
  #topguestroom .circlefadewrap {
    top: -4vw;
  }
  #topguestroom .movechar {
    top: 13vw;
    width: 16vw;
    left: 27.8%;
  }
  .commonbtnwrap .guestroomoption {
    display: block;
    width: 98%;
    margin: 0 auto;
  }
  .commonbtnwrap .guestroomoption .optionitem span.acler {
    padding: 1.6vw 1.7vw 1.6vw 1.9vw;
    min-width: auto;
  }
  .commonbtnwrap .guestroomoption .optionitem span.acler .txt {
    font-size: 2.8vw;
  }
  .commonbtnwrap .guestroomoption .optionitem span.acler img {
    width: 9.08vw;
  }
  .commonbtnwrap .guestroomoption .optionitem:before {
    left: 0.5vw;
  }
  .commonbtnwrap .guestroomoption .optionitem:last-child:after {
    right: -1.6vw;
  }
  .commonbtnwrap .btnarea {
    margin: 4vw 0 0;
  }
  #topstayplan {
    margin: 0 0 15.5vw;
  }
  #topstayplan .linecommontit {
    margin: 0 0 13vw;
  }
  #topstayplan .sliderwrap {
    margin: 0 0 8.2vw;
  }
  #topfullscreen {
    margin: 0 0 15.5vw;
  }
  #topfullscreen .restaurant {
    padding: 23.99vw 4vw;
  }
  #topfullscreen .restaurant a.btn {
    border: 0.26vw solid #fff;
    max-width: 100%;
  }
  #topfullscreen .access a.btn {
    border: 0.26vw solid #000;
    max-width: 92%;
  }
  #topfullscreen .restaurant a.btn,
  #topfullscreen .access a.btn {
    font-size: 7.73vw;
    line-height: 21vw;
    padding: 0 5.8vw;
    background-size: 5.8vw;
    height: 21vw;
  }
  #topfullscreen #dataaccess {
    height: 71.2vw;
    background: url(img/top_mapsbackimg_sp.png) no-repeat center;
    background-size: cover;
  }
  #topservice {
    margin: 5.99vw 0 15.2vw;
  }
  #topservice .textwrap .cardbox .imgbox {
    height: 12vw;
  }
  #topservice .textwrap .cardbox .imgbox img {
    height: 100%;
  }
  #topservice .textwrap .cardbox .cau {
    font-size: 2.6vw;
    margin: 2vw 0 0;
  }
  #topservice .textwrap .centertable {
    padding: 0 2.6vw;
    margin: 0 0 6.06vw;
  }
  #topservice .textwrap .centertable dl dt {
    width: 25.3vw;
  }
  #topservice .textwrap .centertable dl dt,
  #topservice .textwrap .centertable dl dd {
    font-size: 3.2vw;
    padding: 0.8vw 1vw;
  }
  #topservice .textwrap .facilitybox .texttit {
    font-size: 4vw;
    margin: 0 0 2.4vw;
  }
  #topservice .textwrap .tit {
    font-size: 2.9vw;
    margin: 0 0 1.3vw;
  }
  #topservice .textwrap .facilitybox .normallist ul {
    float: none;
    display: inline-block;
    width: auto;
  }
  #topservice .textwrap .facilitybox .normallist ul li {
    font-size: 2.933vw;
  }
  #topservice .textwrap .facilitybox .box {
    margin: 0 0 4vw;
  }
  #topservice .textwrap .texttit {
    font-size: 2.93vw;
    font-weight: bold;
    margin: 0 0 1vw;
  }
  #topservice .textwrap .langbox .text,
  #topservice .textwrap .mealbox .text {
    font-size: 2.9vw;
  }
  #topservice .textwrap .langbox,
  #topservice .textwrap .mealbox {
    margin: 0 0 2vw;
  }
  #ftcontact {
    padding: 14.6vw 0 27.3vw;
  }
  #ftcontact .textwrap .textarea {
    font-size: 2.6vw;
    margin: 0 0 3.8vw;
  }
  #ftcontact .textwrap .titarea .lead {
    font-size: 3.19vw;
    margin: 0 0 2.4vw;
  }
  #ftcontact .textwrap .titarea .telcontent a {
    color: #000;
    text-decoration: none;
  }
  #ftcontact .textwrap .titarea .telcontent .tel {
    padding: 0 0 0 8.7vw;
    font-size: 5.95vw;
    background-size: 6vw;
    letter-spacing: 0.05em;
    color: #000;
    text-decoration: underline;
  }
  #ftcontact .textwrap .titarea .telcontent .calltime {
    margin: 2vw 0 0;
    font-size: 3.199vw;
  }
  #ftcontact .textwrap .linkarea a {
    font-size: 2.6vw;
    margin: 0 5vw 0 0;
  }
  #ftcontact #page_top {
    position: absolute;
    top: auto;
    bottom: -24vw;
    width: 11.7vw;
    right: 4vw;
  }
  #ftcontact .circlefadewrap {
    position: absolute;
    top: 110vw;
  }
  #ftcontact .movechar {
    position: absolute;
    bottom: 14.5vw;
    left: -4vw;
    width: 10vw;
  }
  #ftcontact .commonbtnwrap02 {
    max-width: 100%;
  }
  #ftcontact .commonbtnwrap .btn {
    font-size: 5vw;
    background-size: 7vw;
    line-height: 1;
    padding: 6vw 0;
    margin: 0 auto 4vw;
  }
  #ftcontact .commonbtnwrap .btn.icon {
    margin: 0 auto;
  }
  #ftcontact .commonbtnwrap .btn.icon:after {
    background-size: 7.3vw;
    width: 7.3vw;
    height: 8.6vw;
  }
  #ftcontent .contentcover {
    padding: 11.4vw 0 8.5vw;
  }
  #ftcontent .contentcover .coplog {
    margin: 0 0 8.6vw;
  }
  #ftcontent .contentcover .affiliated_company_wrap .box {
    width: 100%;
    float: none;
    margin: 0 0 7.7vw;
  }
  #ftcontent .contentcover .affiliated_company_wrap .box ul li {
    padding: 1.3vw 0;
  }
  #ftcontent .contentcover .affiliated_company_wrap .box ul li a {
    line-height: 1.3;
    font-size: 3.2vw;
  }
  #ftcontent .contentcover .affiliated_company_wrap .box ul li a .oldname {
    font-size: 3vw;
  }
  #ftcontent .contentcover .affiliated_company_wrap .box .log {
    margin: 0 0 5.8vw;
  }
  #ftcontent .contentcover .affiliated_company_wrap .box .w70 img {
    max-width: auto;
  }
  #footer .copywrap {
    padding: 4.2vw 1vw;
  }
  #footer .copywrap .copy {
    float: none;
    margin: 0 0 2.4vw;
  }
  #footer .copywrap .linkarea {
    float: none;
  }
  #footer .copywrap .linkarea a {
    font-size: 3.2vw;
  }
}

/*----------------------------
	rooms
-----------------------------*/
#rooms .roomlist .subtitle {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;
  margin: 0 0 25px;
}
#rooms .roomlist .subtitle .mini {
  font-size: 16px;
}
#rooms .tit3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
#rooms .roomlist .roomlistwrap {
  margin: 0 0 100px;
}
#rooms .roomlist .roomlistwrap .item {
  margin: 0 0 50px;
}
#rooms .roomlist .roomlistwrap .item .itembox {
  border: 3px solid #000;
  margin: 0 0 30px;
  position: relative;
}
#rooms .roomlist .roomlistwrap .item .itembox .imgsliderwrap {
  width: calc(100% - 460px);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#rooms .roomlist .roomlistwrap .item .itembox .imgsliderwrap .bx-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .imgsliderwrap
  .bx-wrapper
  .bx-viewport {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .imgsliderwrap
  .bx-wrapper
  .bx-viewport
  .slider {
  height: 100%;
}
#rooms .roomlist .roomlistwrap .item .itembox .imgsliderwrap .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .imgsliderwrap
  .bx-controls
  .bx-pager {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .imgsliderwrap
  .bx-controls
  .bx-pager-item {
  display: inline-block;
  margin: 0 6px;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .imgsliderwrap
  .bx-controls
  .bx-pager-item
  a.bx-pager-link {
  text-indent: -9999px;
  display: block;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-sizing: border-box;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .imgsliderwrap
  .bx-controls
  .bx-pager-item
  a.bx-pager-link.active {
  background: #fff;
}
#rooms .roomlist .roomlistwrap .item .itembox .roomcontent {
  float: right;
  width: 460px;
  padding: 25px 18px;
  box-sizing: border-box;
}
#rooms .roomlist .roomlistwrap .item .itembox .roomcontent .leadtxt {
  font-size: 14px;
  line-height: 1.57;
  text-align: left;
  margin: 0 0 35px;
}
#rooms .roomlist .roomlistwrap .item .itembox .roomcontent .leadtxt.super {
  margin: 0 0 20px;
}
#rooms .roomlist .roomlistwrap .item .itembox .roomcontent .dttable dl {
  display: table;
  width: 100%;
  margin: 20px 0;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  dl:last-child {
  margin: 14px 0 0;
}
#rooms .roomlist .roomlistwrap .item .itembox .roomcontent .dttable dl dt,
#rooms .roomlist .roomlistwrap .item .itembox .roomcontent .dttable dl dd {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  dl.icontb
  dt,
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  dl.icontb
  dd {
  vertical-align: top;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  dl.icontb
  dt {
  padding: 18px 0 0;
}
#rooms .roomlist .roomlistwrap .item .itembox .roomcontent .dttable dl dt {
  width: 90px;
  padding: 0 5px 0 0;
  font-size: 12px;
  font-weight: 700;
}
#rooms .roomlist .roomlistwrap .item .itembox .roomcontent .dttable dl dd {
  font-size: 16px;
  font-weight: 700;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  dl
  dd
  .mintxt {
  font-size: 12px;
  line-height: 1.5;
  margin: 6px 0;
}
#rooms .roomlist .roomlistwrap .item .itembox .roomcontent .dttable .icontl {
  display: table;
  width: 100%;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  .icontl
  .icon {
  width: 50px;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  .icontl
  .icon,
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  .icontl
  .tldd {
  display: table-cell;
  vertical-align: top;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  .icontl
  .icon
  span {
  width: 50px;
  height: 50px;
  background: #ff5c04;
  border-radius: 4px;
  display: block;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  .icontl
  .tldd {
  text-align: left;
  padding: 0 0 0 15px;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  .icontl
  .tldd.numpe {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  .icontl
  .tldd.numpe
  .num {
  font-size: 42px;
  font-weight: 700;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  .icontl
  .tldd.feearea
  .num {
  text-align: left;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  .icontl
  .tldd.feearea
  .num
  .txt {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 6px;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  .icontl
  .tldd.numpe
  .mini {
  font-size: 12px;
  line-height: 1.5;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  .icontl
  .tldd.feearea
  .num
  .cau {
  font-size: 12px;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  .icontl
  .tldd.feearea
  .fee {
  font-size: 20px;
  font-weight: 700;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  .icontl
  .tldd.feearea
  .fee
  .ple {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 0 12px;
}
#rooms
  .roomlist
  .roomlistwrap
  .item
  .itembox
  .roomcontent
  .dttable
  .icontl
  .tldd.feearea
  .fee
  .mem {
  color: #f03e3e;
}
#rooms .roomlist .roomlistwrap .item .commonbtnwrap .btnarea {
  float: right;
  width: 470px;
}
#rooms .roomlist .roomlistwrap .item .commonbtnwrap .btn {
  background-color: #ff5c04;
  background-image: url(img/arrow_wi.png);
  color:#fff;
  float: right;
}
#rooms .roomlist .roomlistwrap .item .commonbtnwrap .btn:hover{
  background-image: url(img/arrow_bl.png);
  color:#000;
}
#rooms .roomlist .roomlistwrap .item .commonbtnwrap .btn360 {
  width: 190px;
  border: 2px solid #000;
  box-sizing: border-box;
  padding: 23px 10px 22px 55px;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  background-image: url(img/360icon.png);
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 40px;
}
#rooms .roomlist .roomlistwrap .item .commonbtnwrap .btn:hover {
  background-color: #fff;
}
#rooms .roomlist .roomlistwrap .item .commonbtnwrap .btn.sp {
  display: none;
}
#rooms #topstayplan {
  margin: 0 0 120px;
}
#roomoptionarea .optionbox {
  margin: 0 0 45px;
}
#roomoptionarea .optionbox a.nocolor {
  color: #000;
}
#roomoptionarea .optionbox:last-child {
  margin: 0 0 90px;
}
#roomoptionarea .optionbox .title {
  background: #ff5c04;
  color:#fff;
  padding: 40px 0;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 25px;
  text-align: left;
}
#roomoptionarea .optionbox .leadtxt {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 25px;
  text-align: left;
  line-height: 1.73;
}
#roomoptionarea .optionbox .leadtxt li {
  display: inline-block;
}
#roomoptionarea .optionbox .imggrit .contentitem {
  float: left;
  margin: 0 0 25px;
}
#roomoptionarea .optionbox .imggrit.column2 .contentitem {
  width: 49%;
  margin: 0 2% 25px 0;
}
#roomoptionarea .optionbox .imggrit.column2 .contentitem:nth-child(2n) {
  margin: 0 0 25px;
}
#roomoptionarea .optionbox .imggrit.column2 .contentitem:nth-child(2n + 1) {
  clear: both;
}
#roomoptionarea .optionbox .imggrit.column3 .contentitem {
  width: 31.3%;
  margin: 0 3% 25px 0;
}
#roomoptionarea .optionbox .imggrit.column3 .contentitem:nth-child(3n) {
  margin: 0 0 25px;
}
#roomoptionarea .optionbox .imggrit.column3 .contentitem:nth-child(3n + 1) {
  clear: both;
}
#roomoptionarea .optionbox .imggrit .contentitem .txt {
  font-size: 18px;
  margin: 23px 0 0;
  font-weight: bold;
}
#roomoptionarea .optionbox .imggrit .contentitem .txt.mini {
  font-size: 16px;
}
#roomoptionarea .optionbox .imggrit .contentitem .txt .stxt {
  font-size: 16px;
  line-height: 1.8;
}
#roomoptionarea .optionbox .imggrit .contentitem .txt.linktxt {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  margin: 23px 0 0;
  display: inline-block;
  background-image: url(img/arrow_bl.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right;
  padding: 0 55px 0 0;
  text-indent: 55px;
}
#roomoptionarea .optionbox .irregulartxt {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0 0 25px;
}
#roomoptionarea .optionbox .moviearea {
  padding: 40px 0;
  margin: 0 0 25px;
}
#roomoptionarea .optionbox .moviearea iframe {
  width: 100%;
  height: 612px;
  margin: 0 0 25px;
}
#roomoptionarea .optionbox .moviearea .txt {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
#roomoptionarea .optiontable table {
  width: 100%;
}
#roomoptionarea .optiontable table th,
#roomoptionarea .optiontable table td {
  border: 14px solid #fff;
  width: 11%;
  text-align: center;
  height: 120px;
}
#roomoptionarea .optiontable table td.tit {
  width: 18%;
}
#roomoptionarea .optiontable .scroll table th ul {
  text-align: left;
  padding: 10px 15px;
}
#roomoptionarea .optiontable table .toperea th,
#roomoptionarea .optiontable table .toperea td {
  height: 80px;
  box-sizing: border-box;
}
#roomoptionarea .optiontable table th {
  position: relative;
  font-weight: bold;
}
#roomoptionarea .optiontable table th:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
#roomoptionarea .optiontable table .tit {
  font-size: 18px;
  font-weight: bold;
  background: #fff;
}
#roomoptionarea .optiontable table td {
  background: #eee;
  font-weight: bold;
}
#roomoptionarea .optiontable table td.bkco {
  height: 90px;
  background: #ff5c04;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#roomoptionarea .optiontable table th.liston {
  text-align: left;
  padding: 25px 15px 15px;
  vertical-align: top;
}
#roomoptionarea .optiontable table th.liston .bl {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0 0 15px;
}
#roomoptionarea .optiontable table th.liston ul li {
  margin: 3px 0;
  display: block;
  line-height: 1.3;
  font-size: 12px;
}
#roomoptionarea .optiontable {
  margin: 0 0 20px;
}
#roomoptionarea .tableunder {
  text-align: left;
  padding: 0 20px;
}
#roomoptionarea .tableunder .txt {
  font-size: 14px;
  margin: 0 0 55px;
  line-height: 1.7;
}
#roomoptionarea .tableunder .list dl {
  display: table;
  font-weight: bold;
  margin: 14px 0;
  padding-left: 22%;
}
#roomoptionarea .tableunder .list dl dt,
#roomoptionarea .tableunder .list dl dd {
  display: table-cell;
  vertical-align: middle;
}
#roomoptionarea .tableunder .list dl dt {
  font-size: 12px;
  width: 135px;
}
#roomoptionarea .tableunder .list dl dd {
  font-size: 16px;
}
#roomoptionarea .tableunder .list dl dt span {
  padding: 0 0 0 25px;
  position: relative;
}
#roomoptionarea .tableunder .list dl dt span:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ff5c04;
  border-radius: 5px;
}
@media (max-width: 1100px) {
  #rooms .roomlist .roomlistwrap .item .commonbtnwrap .btnarea {
    width: 270px;
  }
  #rooms .roomlist .roomlistwrap .item .commonbtnwrap .btn {
    float: none;
  }
  #rooms .roomlist .roomlistwrap .item .commonbtnwrap .btn360 {
    width: 270px;
    letter-spacing: 0.1em;
    text-align: center;
    float: none;
    margin-bottom: 15px;
  }
}
@media (max-width: 900px) {
  #rooms .roomlist .roomlistwrap .item .itembox .imgsliderwrap {
    width: 100%;
    position: relative;
  }
  #rooms .roomlist .roomlistwrap .item .itembox .roomcontent {
    float: none;
    width: 100%;
  }
  #roomoptionarea .optionbox .moviearea iframe {
    height: 445px;
  }
}
@media (max-width: 600px) {
  #rooms .roomlist .subtitle {
    font-size: 4.8vw;
    margin: 0 0 4vw;
  }
  #rooms .roomlist .subtitle .mini {
    font-size: 3.8vw;
  }
  #rooms .tit3 {
    font-size: 5vw;
  }
  #rooms .roomlist .roomlistwrap {
    margin: 0 0 16vw;
  }
  #rooms .roomlist .roomlistwrap .item .itembox {
    border: 0.6vw solid #000;
    margin: 0 0 4vw;
  }
  #rooms .roomlist .roomlistwrap .item .itembox .imgsliderwrap {
    height: 50vw;
  }
  #rooms
    .roomlist
    .roomlistwrap
    .item
    .itembox
    .imgsliderwrap
    .bx-controls
    .bx-pager {
    bottom: 2vw;
  }
  #rooms .roomlist .roomlistwrap .item .itembox .roomcontent {
    padding: 5vw 4vw 1vw;
  }
  #rooms .roomlist .roomlistwrap .item .itembox .roomcontent .leadtxt {
    font-size: 3.4vw;
    margin: 0 0 5vw;
  }
  #rooms .roomlist .roomlistwrap .item .itembox .roomcontent .leadtxt.super {
    margin: 0 0 5vw;
  }
  #rooms .roomlist .roomlistwrap .item .itembox .roomcontent .dttable dl {
    margin: 4vw 0;
  }
  #rooms .roomlist .roomlistwrap .item .itembox .roomcontent .dttable dl.mgn18 {
    margin: 0 0 6vw;
  }
  #rooms .roomlist .roomlistwrap .item .itembox .roomcontent .dttable dl dt {
    font-size: 3.4vw;
    width: 24vw;
    padding: 0;
  }
  #rooms .roomlist .roomlistwrap .item .itembox .roomcontent .dttable dl dd {
    font-size: 4vw;
  }
  #rooms
    .roomlist
    .roomlistwrap
    .item
    .itembox
    .roomcontent
    .dttable
    dl
    dd
    .mintxt {
    font-size: 3.2vw;
    margin: 1.4vw 0 2vw;
  }
  #rooms
    .roomlist
    .roomlistwrap
    .item
    .itembox
    .roomcontent
    .dttable
    .icontl
    .icon {
    width: 10vw;
  }
  #rooms
    .roomlist
    .roomlistwrap
    .item
    .itembox
    .roomcontent
    .dttable
    .icontl
    .icon
    span {
    width: 10vw;
    height: 10vw;
  }
  #rooms
    .roomlist
    .roomlistwrap
    .item
    .itembox
    .roomcontent
    .dttable
    .icontl
    .tldd.numpe {
    font-size: 4.2vw;
  }
  #rooms
    .roomlist
    .roomlistwrap
    .item
    .itembox
    .roomcontent
    .dttable
    .icontl
    .tldd.numpe
    .num {
    font-size: 8.4vw;
  }
  #rooms
    .roomlist
    .roomlistwrap
    .item
    .itembox
    .roomcontent
    .dttable
    .icontl
    .tldd.feearea
    .num {
    float: none;
    text-align: left;
  }
  #rooms
    .roomlist
    .roomlistwrap
    .item
    .itembox
    .roomcontent
    .dttable
    .icontl
    .tldd.feearea
    .num
    .txt,
  #rooms
    .roomlist
    .roomlistwrap
    .item
    .itembox
    .roomcontent
    .dttable
    .icontl
    .tldd.feearea
    .num
    .cau {
    display: inline-block;
  }
  #rooms
    .roomlist
    .roomlistwrap
    .item
    .itembox
    .roomcontent
    .dttable
    .icontl
    .tldd.feearea
    .num
    .txt {
    font-size: 4.4vw;
    margin: 0;
  }
  #rooms
    .roomlist
    .roomlistwrap
    .item
    .itembox
    .roomcontent
    .dttable
    .icontl
    .tldd.numpe
    .mini {
    font-size: 3.2vw;
  }
  #rooms
    .roomlist
    .roomlistwrap
    .item
    .itembox
    .roomcontent
    .dttable
    .icontl
    .tldd.feearea
    .num
    .cau {
    font-size: 3.2vw;
  }
  #rooms
    .roomlist
    .roomlistwrap
    .item
    .itembox
    .roomcontent
    .dttable
    .icontl
    .tldd.feearea
    .fee {
    text-align: left;
    font-size: 3.8vw;
  }
  #rooms
    .roomlist
    .roomlistwrap
    .item
    .itembox
    .roomcontent
    .dttable
    .icontl
    .tldd.feearea
    .fee
    .ple {
    margin: 0 0 0 0.6em;
    font-size: 7.5vw;
    display: inline-block;
  }
  #rooms
    .roomlist
    .roomlistwrap
    .item
    .itembox
    .roomcontent
    .dttable
    .icontl
    .tldd.feearea
    .fee
    p {
    margin: 0 0 2vw;
  }
  #rooms
    .roomlist
    .roomlistwrap
    .item
    .itembox
    .roomcontent
    .dttable
    .icontl
    .tldd.feearea
    .fee
    p
    span.feetit {
    display: block;
    margin: 0 0 1.6vw;
  }
  #rooms .roomlist .roomlistwrap .item .commonbtnwrap .btnarea {
    width: 64vw;
  }
  #rooms .roomlist .roomlistwrap .item .commonbtnwrap .btn {
    width: 64vw;
  }
  #rooms .roomlist .roomlistwrap .item .commonbtnwrap .btn360 {
    width: 100%;
    font-size: 4.2vw;
    margin-bottom: 15px;
    padding: 4.8vw 4.7vw 4.7vw 10.8vw;
    background-size: 10vw;
    border: 0.5vw solid #000;
    margin-bottom: 2.8vw;
  }
  #rooms .roomlist .roomlistwrap .item .commonbtnwrap .btn.pc {
    display: none;
  }
  #rooms .roomlist .roomlistwrap .item .commonbtnwrap .btn.sp {
    display: block;
  }
  #rooms #topstayplan {
    margin: 0 0 14vw;
  }
  #roomoptionarea .optionbox {
    margin: 0 0 5vw;
  }
  #roomoptionarea .optionbox:last-child {
    margin: 0 0 14vw;
  }
  #roomoptionarea .optionbox .title {
    padding: 7.2vw 0;
    font-size: 4.8vw;
    margin: 0 0 4.2vw;
  }
  #roomoptionarea .optionbox .leadtxt {
    font-size: 3.6vw;
    margin: 0 0 4.4vw;
  }
  #roomoptionarea .optionbox .imggrit .contentitem .txt {
    font-size: 2.9vw;
    margin: 3vw 0 0;
    line-height: 1.3;
    padding: 0 1.5vw;
  }
  #roomoptionarea .optionbox .imggrit .contentitem .txt.mini {
    font-size: 2vw;
  }
  #roomoptionarea .optionbox .imggrit .contentitem .txt .stxt {
    font-size: 2.6vw;
    line-height: 1.3;
  }
  #roomoptionarea .optionbox .imggrit .contentitem .txt.linktxt {
    font-size: 3.2vw;
    margin: 3vw 0 0;
    background-size: 4vw;
    padding: 0 4.5vw 0 0;
    text-indent: 0;
    line-height: 1.3;
  }
  #roomoptionarea .optionbox .imggrit.column2 .contentitem {
    margin: 0 2% 3.2vw 0;
  }
  #roomoptionarea .optionbox .imggrit.column2 .contentitem:nth-child(2n) {
    margin: 0 0 3.2vw;
  }
  #roomoptionarea .optionbox .imggrit.column3 .contentitem {
    margin: 0 3% 3.2vw 0;
  }
  #roomoptionarea .optionbox .imggrit.column3 .contentitem:nth-child(3n) {
    margin: 0 0 3.2vw;
  }
  #roomoptionarea .optionbox .irregulartxt {
    font-size: 3.2vw;
    margin: 0 0 3.4vw;
    line-height: 1.3;
  }
  #roomoptionarea .optionbox .moviearea {
    padding: 3vw 0;
    margin: 0 0 6vw;
  }
  #roomoptionarea .optionbox .moviearea iframe {
    width: 100%;
    height: 52vw;
    margin: 0 0 2.8vw;
  }
  #roomoptionarea .optionbox .moviearea .txt {
    font-size: 4.2vw;
  }
  #roomoptionarea .optiontable {
    margin: 0 -4vw 3vw;
  }
  #roomoptionarea .optiontable .scroll table {
    width: 100%;
  }
  #roomoptionarea .optiontable .scroll {
  }
  #roomoptionarea .optiontable .scroll::-webkit-scrollbar {
    height: 5px;
  }
  #roomoptionarea .optiontable .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  #roomoptionarea .optiontable .scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  #roomoptionarea .optiontable table th,
  #roomoptionarea .optiontable table td,
  #roomoptionarea .optiontable table td.bkco {
    border: 2.5vw solid #fff;
    padding: 2vw 1vw;
    height: 16vw;
    font-size: 3.8vw;
  }
  #roomoptionarea .optiontable table td.fbox {
    background: #fff;
    position: relative;
  }
  #roomoptionarea .optiontable table td.fbox:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #000;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
  #roomoptionarea .optiontable table .toperea th,
  #roomoptionarea .optiontable table .toperea td {
    height: 40vw;
  }
  #roomoptionarea .optiontable table th.tit {
    font-size: 3.8vw;
    border: 2.5vw solid #fff;
  }
  #roomoptionarea .optiontable table th.liston {
    padding: 4vw 1.5vw 3vw;
    width: 10%;
    box-sizing: border-box;
    vertical-align: middle;
  }
  #roomoptionarea .optiontable table td.tit {
    width: 10%;
  }
  #roomoptionarea .optiontable table .toperea td .bl {
    margin: 0 0 2vw;
  }
  #roomoptionarea .optiontable table .toperea td ul {
    text-align: left;
    padding: 0 1vw;
  }
  #roomoptionarea .optiontable table th.liston .bl {
    font-size: 3.8vw;
    margin: 0;
    vertical-align: middle;
  }
  #roomoptionarea .optiontable table th.liston ul li {
    font-size: 2.9vw;
  }
  #roomoptionarea .tableunder .txt {
    font-size: 3.4vw;
    margin: 0 0 10vw;
    padding: 0;
  }
  #roomoptionarea .tableunder {
    padding: 0;
  }
  #roomoptionarea .tableunder .list dl {
    margin: 3vw 0;
    padding: 0;
  }
  #roomoptionarea .tableunder .list dl dt {
    font-size: 3.4vw;
    width: 30vw;
  }
  #roomoptionarea .tableunder .list dl dt span:after {
    width: 3.8vw;
    height: 3.8vw;
  }
  #roomoptionarea .tableunder .list dl dt span {
    padding: 0 0 0 5.2vw;
  }
  #roomoptionarea .tableunder .list dl dd {
    font-size: 3.8vw;
    line-height: 1.3;
  }
}

/*----------------------------
	news
-----------------------------*/
#commonundertitle {
  background: #ff7d36;
  color: #000;
  padding: 60px 0 0;
  min-height: 180px;
  box-sizing: border-box;
  margin: 0 0 60px;
}
#news {
  margin: 0 0 120px;
}
#news .newslist .item {
  border: 2px solid #0c0004;
  margin: 0 0 60px;
}
#news .newslist .item .itemcr {
  display: block;
  color: #000;
  position: relative;
  min-height: 310px;
  overflow: hidden;
  text-decoration: none;
}
#news .newslist .item .itemcr .txtarea {
  float: left;
  width: 39.4%;
  padding: 34px 28px 30px;
  box-sizing: border-box;
  text-align: left;
}
#news .newslist .item .itemcr .txtarea {
  background-image: url(img/arrow05.png);
  background-repeat: no-repeat;
  background-position: right 28px bottom 32px;
}
#news .newslist .item .itemcr .imgbox {
  position: absolute;
  right: 0;
  top: 0;
  width: 60.6%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
#news .newslist .item .itemcr .txtarea .day {
  font-size: 13px;
  display: block;
  margin: 0 0 23px;
}
#news .newslist .item .itemcr .txtarea .itemtit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
  margin: 0 0 15px;
}
#news .newslist .item .itemcr .txtarea .txtcontent {
  line-height: 1.7;
  font-size: 14px;
  margin: 0 0 15px;
  font-weight: 500;
}
#news .newslist .item .itemcr .txtarea .unericon span.icon {
  font-size: 11px;
  color: #fff;
  background: #000;
  display: block;
  float: left;
  padding: 3px 10px;
  margin: 0 5px 0 0;
}
#pager {
  margin: 0 0 60px;
}
#pager span,
#pager a {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-bottom: 2px solid #000;
  line-height: 45px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 5px;
  color: #000;
}
#pager a,
#pager .page-numbers {
  background: #dfdfdf;
}
#pager a:hover {
  background: #ff5c04;
  color:#fff;
}
#pager .current {
  background: #ff5c04;
  color:#fff;
}
#news .newsbottomcontent {
  margin: 0 0 60px;
}
#news .newsbottomcontent .box {
  position: relative;
  float: left;
  padding: 30px 45px 0 32px;
}
#news .newsbottomcontent .box .tit {
  font-size: 12px;
  font-weight: 700;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
  position: absolute;
  left: 0px;
  width: 10px;
  top: 0;
  line-height: 1.5;
}
#news .newsbottomcontent .box ul li {
  margin: 8px 0;
  text-align: left;
}
#news .newsbottomcontent .box ul li a {
  color: #000;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.15em;
}
#news .newsbottomcontent .box ul li a:hover {
  text-decoration: underline;
}
#news .newsbottomcontent .slidedw {
  display: none;
}
#news .newsbottomcontent .box .btnarrow {
  width: 0px;
  height: 0px;
  display: block;
  border-top: 13px solid #000000;
  border-right: 8px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 8px solid transparent;
  float: right;
}
#news .newsbottomcontent .box .btnarrow.active {
  border-top: 13px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 13px solid #000000;
  border-left: 8px solid transparent;
  margin: -15px 0 15px;
}
#news .detailcontent {
  margin: 0 0 60px;
}
#news .detailcontent .dltitlearea {
  text-align: left;
  margin: 0 0 25px;
}
#news .detailcontent .dltitlearea .day {
  font-size: 13px;
  margin: 0 0 20px;
  display: block;
}
#news .detailcontent .dltitlearea .tit {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.5;
}
#news .detailcontent .dltitlearea .eyecatimg {
  text-align: center;
  margin: 0 0 30px;
}
#news .detailcontent .dltitlearea .iconarea .icon {
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 3px 10px;
  float: left;
  margin: 0 5px 5px 0;
}
#news .detailcontent .eyecatimg {
  margin: 0 0 30px;
}
@media (max-width: 900px) {
  #news .newslist .item .itemcr .txtarea {
    float: none;
    width: 100%;
  }
  #news .newslist .item .itemcr .imgbox {
    position: static;
    height: 290px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 600px) {
  #commonundertitle {
    padding: 5vw 0 0;
    height: 26vw;
    margin: 0 0 10vw;
    min-height: auto;
  }
  #news {
    margin: 0 0 20vw;
  }
  #news .newslist .item {
    border: 3px solid #000;
    margin: 0 0 6vw;
  }
  #news .newslist .item .itemcr .imgbox {
    height: 48vw;
  }
  #news .newslist .item .itemcr .txtarea {
    padding: 6vw 7vw;
  }
  #news .newslist .item .itemcr .txtarea .unericon span.icon {
    font-size: 2.9vw;
    padding: 2px 10px;
    margin: 0 5px 5px 0;
  }
  #news .newslist .item .itemcr .txtarea .day {
    font-size: 3.2vw;
    margin: 0 0 3vw;
  }
  #news .newslist .item .itemcr .txtarea .itemtit {
    font-size: 4.4vw;
    line-height: 1.3;
    margin: 0 0 1.6vw;
  }
  #news .newslist .item .itemcr .txtarea .txtcontent {
    font-size: 3.4vw;
    margin: 0 0 2.5vw;
  }
  #pager {
    margin: 0 0 8vw;
  }
  #pager span,
  #pager a {
    width: 11vw;
    height: 11vw;
    line-height: 11vw;
    font-size: 3.8vw;
    margin: 0 0.5vw 1.6vw;
  }
  #news .newsbottomcontent {
    margin: 0 0 8vw;
  }
  #news .newsbottomcontent .box {
    padding: 5vw 10vw;
  }
  #news .newsbottomcontent .box .tit {
    font-size: 3.2vw;
  }
  #news .newsbottomcontent .box ul li {
    margin: 3vw 0;
  }
  #news .newsbottomcontent .box ul li a {
    font-size: 3.4vw;
  }
  #news .detailcontent .dltitlearea .day {
    font-size: 3.6vw;
    margin: 0 0 4vw;
  }
  #news .detailcontent .dltitlearea .tit {
    font-size: 4.6vw;
    margin: 0 0 4vw;
  }
}
/*----------------------------
	faq
-----------------------------*/
#faq {
  margin: 0 0 120px;
}
#faq .faqcontent .catewrap {
  text-align: left;
  margin: 0 0 50px;
}
#faq .faqcontent .tel {
  color: #000;
}
#faq .faqcontent .tel:hover {
  text-decoration: none;
}
#faq .faqcontent .catewrap .ttl02 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 0 0 14px;
}
#faq .faqcontent .catewrap dl {
  margin: 0 0 20px;
}
#faq .faqcontent .catewrap dl dt {
  padding: 15px 70px 15px 70px;
  background-image: url(img/faqicon02.png);
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  border: 3px solid #000;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#faq .faqcontent .catewrap dl dt:after {
  content: "Q";
  font-family: "Josefin Sans";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  height: 1.2em;
}
#faq .faqcontent .catewrap dl dt:hover,
#faq .faqcontent .catewrap dl dt.active {
  background-color: #ff5c04;
}
#faq .faqcontent .catewrap dl dt:hover{
  background-image: url(img/faqicon02.png);
}
#faq .faqcontent .catewrap dl dt.active {
  background-image: url(img/faqicon01.png);
}
#faq .faqcontent .catewrap dl dd {
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.7;
  display: none;
}
@media (max-width: 600px) {
  #faq {
    margin: 0 0 18vw;
  }
  #faq .faqcontent .catewrap {
    margin: 0 0 8vw;
  }
  #faq .faqcontent .catewrap .ttl02 {
    font-size: 4.8vw;
    margin: 0 0 4vw;
  }
  #faq .faqcontent .catewrap dl {
    margin: 0 0 4.2vw;
  }
  #faq .faqcontent .catewrap dl dt {
    background-size: 5vw;
    background-position: right 3.4vw center;
    font-size: 4.2vw;
    padding: 4.2vw 10vw 4.2vw 11vw;
    border: 0.6vw solid #000;
  }
  #faq .faqcontent .catewrap dl dt:after {
    font-size: 4.5vw;
    left: 3.4vw;
  }
  #faq .faqcontent .catewrap dl dd {
    font-size: 3.8vw;
    padding: 4vw 3vw;
  }
}

/*----------------------------
	agreement
-----------------------------*/
#agreement {
  margin: 0 0 120px;
}
#agreement .agreementcontent .agtitle {
  border: 3px solid #000;
  position: relative;
  margin: 0 0 60px;
  padding: 0 250px;
}
#agreement .agreementcontent .agtitle .title {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  line-height: 105px;
  display: block;
}
#agreement .agreementcontent .agtitle .sml {
  font-size: 14px;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
}
#agreement .agreementcontent .agwrap {
  text-align: left;
  line-height: 1.8;
  padding: 0 30px;
  margin: 0 0 90px;
}
#agreement .agreementcontent .leadtxt {
  padding: 0 35px;
  font-size: 14px;
  text-align: left;
  margin: 0 0 45px;
  line-height: 1.8;
}
#agreement .agreementcontent .agwrap .box {
  margin: 0 0 50px;
}
#agreement .agreementcontent .agwrap .subtit {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
}
#agreement .agreementcontent .agwrap table {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
#agreement .agreementcontent .agwrap table caption {
  margin: 0 0 5px;
}
#agreement .agreementcontent .agwrap table th {
  padding: 15px 10px;
  font-weight: bold;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: #ebebeb;
  vertical-align: middle;
}
#agreement .agreementcontent .agwrap table td {
  padding: 15px 10px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
#agreement .agreementcontent .agwrap .box dl dt {
  font-weight: bold;
}
@media (max-width: 900px) {
  #agreement .agreementcontent .agtitle {
    padding: 0 150px;
  }
}
@media (max-width: 600px) {
  #agreement {
    margin: 0 0 18vw;
  }
  #agreement .agreementcontent .agtitle {
    padding: 3vw 4vw;
    text-align: center;
    border: 0.6vw solid #000;
    margin: 0 0 8vw;
  }
  #agreement .agreementcontent .agtitle .sml {
    position: static;
    display: block;
    margin: 1.4vw 0 1.8vw;
    font-size: 3.6vw;
  }
  #agreement .agreementcontent .agtitle .title {
    line-height: 1.5;
    font-size: 6.2vw;
  }
  #agreement .agreementcontent .agwrap {
    padding: 0 3vw;
    margin: 0 0 14vw;
  }
  #agreement .agreementcontent .agwrap .subtit {
    font-size: 3.8vw;
    margin: 0 0 2vw;
  }
  #agreement .agreementcontent .agwrap .box {
    margin: 0 0 8vw;
  }
}

/*----------------------------
	concept
-----------------------------*/
#commonkvtitle {
  height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 60px 0 0;
  box-sizing: border-box;
  margin: 0 0 55px;
}
#commonkvtitle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 92, 4, 0.5);
  z-index: 1;
}
#commonkvtitle .linecommontit {
  position: relative;
  z-index: 10;
}
#concept {
  padding: 0 0 120px;
  overflow-x: hidden;
}
#concept .top_txt {
  text-align: left;
  line-height: 1.75;
  padding: 0 0 60px;
}
#concept .top_txt .tit {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 10px;
}
#concept .top_txt .tit span {
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  padding: 0 30px 0 0;
}
#concept .top_txt p {
  font-size: 16px;
  font-weight: 500;
}
#concept .titleband {
  padding: 70px 0 0;
  position: relative;
}
#concept .titleband::before {
  content: "";
  background: #ff5c04;
  background-size: contain;
  width: 100%;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#concept .titleband .textinbl {
  text-align: left;
  margin: 0 auto 60px;
}
#concept .titleband .textinbl .title {
  float: left;
  font-size: 28px;
  font-weight: 700;
}
#concept .titleband .textinbl .title span {
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  margin: 0 0 10px;
  display: block;
}
#concept .titleband .textinbl .txtarea {
  padding: 50px 0 0 70px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 2;
  letter-spacing: 0.18em;
  max-width: 630px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  text-align: justify;
}
#concept .titleband .textinbl .txtarea:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  background: #000;
  transform: rotate(14deg);
}
#concept #feature_wrap {
  padding: 0 0 130px;
}
#concept #feature_wrap .feature {
  float: left;
  width: 32.1%;
  margin: 0 1.8% 0 0;
}
#concept #feature_wrap .feature:nth-child(3n) {
  margin: 0;
}
#concept #feature_wrap .feature img {
  border: 3px solid #000;
  box-sizing: border-box;
  margin: 0 0 10px;
}
#concept #feature_wrap .feature span {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 75px;
  height: 50px;
  vertical-align: middle;
  display: table-cell;
  text-align: left;
  line-height: 1.33;
}
#concept #feature_wrap .feature span {
  position: relative;
}
#concept #feature_wrap .feature span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #ff5c04;
  border-radius: 4px;
}
#concept #feature_wrap .feature span.f1:before {
  background: #ff5c04 url(img/feature_icon01.png) no-repeat 0 center;
  background-size: 50px 50px;
}
#concept #feature_wrap .feature span.f2:before {
  background: #ff5c04 url(img/feature_icon02.png) no-repeat 0 center;
  background-size: 50px 50px;
}
#concept #feature_wrap .feature span.f3:before {
  background: #ff5c04 url(img/feature_icon03.png) no-repeat 0 center;
  background-size: 50px 50px;
}
#concept #robot .linecommontit {
  margin: 0 0 50px;
}
#concept #robot .just {
  text-align: justify;
}
#concept .main_img {
  position: relative;
  margin: 0 0 50px;
}
#concept .main_img img {
  width: 100%;
}
#concept .main_img p {
  display: inline-block;
  min-width: 436px;
  font-size: 29px;
  font-weight: bold;
  border: 1px solid #000;
  padding: 15px 5px;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#concept .main_img p span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 10px;
}
#concept .img_box {
  margin: 0 0 20px;
}
#concept .img_box .col2 {
  display: flex;
}
#concept .img_box .col2 img {
  width: 50%;
}
#concept .img_box video {
  width: 100%;
}
#concept #robot .hologram .videoslider {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
#concept #robot .hologram .videoslider .bxslider li {
  width: 500px;
  max-width: 100%;
}
#concept #robot .hologram .videoslider .bxslider .video_box {
  width: 100%;
  position: relative;
  padding-top: 100%;
}
#concept #robot .hologram .videoslider .bxslider video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#concept #robot .hologram .videoslider .bx-controls .bx-prev,
#concept #robot .hologram .videoslider .bx-controls .bx-next {
  position: absolute;
  display: block;
  width: 67px;
  height: 170px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 99;
}
#concept #robot .hologram .videoslider .bx-controls .bx-prev {
  background: url(img/slider_pager_prev.png) no-repeat center;
  background-size: cover;
  left: -75px;
}
#concept #robot .hologram .videoslider .bx-controls .bx-next {
  background: url(img/slider_pager_next.png) no-repeat center;
  background-size: cover;
  right: -75px;
}
#concept #robot dl {
  margin: 0 auto 60px;
}
#concept #robot dl dt {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 20px;
}
#concept #robot dl dd {
  font-size: 16px;
  text-align: left;
  line-height: 1.75;
  padding: 0 0 30px;
}
#concept #robot iframe {
  width: 750px;
  height: 380px;
  margin: 0 auto 120px;
}
#concept #robot .txt_box {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 1.75;
  padding: 0 0 50px;
}
#concept #robot .robot_box {
  float: left;
  width: 32.1%;
  margin: 0 1.8% 50px 0;
}
#concept #robot .robot_box:nth-child(3n) {
  margin: 0;
}
#concept #robot .robot_box img {
  border: 3px solid #000;
  box-sizing: border-box;
  margin: 0 0 22px;
}
#concept #robot .robot_box span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  padding: 0 0 10px;
}
#concept #robot .robot_box span a {
  color: #000;
  text-decoration: underline;
}
#concept #robot .robot_box span a:hover {
  text-decoration: none;
}
#concept #robot .robot_box:last-child .txt_box {
  text-align: center;
}
#concept #robot .lg_linkcover {
  text-align: center;
}
#concept #robot .lg_link {
  display: inline-block;
  text-align: center;
  color: #000;
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  padding: 0 0 10px;
}
#concept #robot .lg_link:hover {
  text-decoration: none;
}
#concept #voice .linecommontit {
  padding: 30px 0 0 35px;
  margin: 0 0 30px;
}
#concept #voice .linecommontit {
  padding: 30px 0 0 35px;
  margin: 0 0 60px;
}
#concept #voice .data_wrap {
  background: #ff5c04;
  padding: 50px 70px 60px;
  margin: 0 0 60px;
  position: relative;
}
#concept #voice .data_wrap .icon_box {
  position: absolute;
  right: 0;
  top: -97px;
  width: 100px;
}
#concept #voice .data_wrap .tit {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  margin: 0 0 30px;
}
#concept #voice .chart_wrap {
  margin: 0 0 30px;
}
#concept #voice .chart_wrap .chart_box {
  width: 50%;
  float: left;
}
#concept #voice .chart_wrap .chart_box .chart_tit {
  font-size: 20px;
  font-weight: bold;
}
#concept #voice .sr_wrap {
  padding: 0 0 30px;
}
#concept #voice .sr_wrap .star_rating {
  width: 50%;
  float: left;
}
#concept #voice .sr_wrap .star_rating dl {
  display: table;
  width: 100%;
  text-align: left;
  line-height: 1.75;
}
#concept #voice .sr_wrap .star_rating dl dt,
#concept #voice .sr_wrap .star_rating dl dd {
  display: table-cell;
  vertical-align: middle;
}
#concept #voice .sr_wrap .star_rating dl dt {
  width: 44%;
  font-size: 16px;
  font-weight: bold;
}
#concept #voice .sr_wrap .star_rating dl dd {
  font-size: 20px;
}
#concept #voice .sr_wrap .star_rating dl dd .points {
  font-size: 32px;
}
#concept #voice .data_wrap .voice_num {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}
#concept .theme {
  padding: 0 0 60px;
}
#concept .theme .titleband {
  padding: 70px 0 60px;
}
#concept .theme .titleband::before {
  top: -90px;
}
#concept .theme .txt_box .tit {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 50px;
  line-height: 1.5;
  text-align: center;
}
#concept .theme .txt_box .tit .smbl {
  font-size: 16px;
  display: block;
  margin: 12px;
  line-height: 1.5;
}
#concept .theme .txt_box .description {
  text-align: justify;
  font-size: 16px;
  line-height: 1.8;
}
.btn_back {
  display: block;
  width: 300px;
  height: 56px;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 54px;
  margin: 0 auto;
  background: #dfdfdf url(img/arrow03.png) no-repeat 26px center;
  background-size: 21px auto;
  padding: 0 0 0 70px;
  text-align: left;
  text-decoration: none;
}
.btn_back:hover {
  background: #ff7d36 url(img/arrow03.png) no-repeat 26px center;
  background-size: 21px auto;
}
.btn_back.ylw {
  background: #ff7d36 url(img/arrow03.png) no-repeat 26px center;
  background-size: 21px auto;
}
.btn_back.ylw:hover {
  background: #dfdfdf url(img/arrow03.png) no-repeat 26px center;
  background-size: 21px auto;
}

/*--------グラフとチャート--------*/
.chart,
.chart2 {
  width: 140px;
  height: 140px;
  margin: 0 auto 15px;
  position: relative;
}
.chart .percent,
.chart2 .percent {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 30px;
  letter-spacing: -0.05em;
}
.chart .percent .num,
.chart2 .percent .num {
  font-size: 43px;
}
.ct-series-a .ct-slice-donut {
  stroke: #000;
}
.ct-series-b .ct-slice-donut {
  stroke: #fff;
}
.ct-label {
  display: none;
}
.star-rating-box {
  position: relative; /* position: abosoluteの基準 */
  display: inline-block; /* 最大星数に応じてdivのwidthを伸縮させるため */
}
.empty-star {
  color: #fff;
}
.filled-star {
  color: #000;
  position: absolute; /* .filled-starと.empty-starを重ねる */
  top: 0; /* 左上の基準位置に移動させる */
  overflow: hidden; /* widthが足りない時、はみ出た分は表示しない */
  white-space: nowrap; /* widthが足りない時に、折り返さないようにする。 */
}

@media (max-width: 900px) {
  #commonkvtitle {
    height: 230px;
    padding: 35px 0 0;
  }
  #concept .top_txt {
    padding: 0 0 5vw;
  }
  #concept .titleband {
    padding: 70px 0 0;
  }
  #concept .titleband .textinbl .title {
    float: none;
  }
  #concept .titleband .textinbl .title .name {
    font-size: 5.4vw;
  }
  #concept .titleband .textinbl .txtarea {
    padding: 15px 0 0;
    font-size: 14px;
    max-width: none;
  }
  #concept .titleband .textinbl .txtarea:after {
    display: none;
  }
  #concept #robot iframe {
    margin: 0 auto 50px;
    width: 100%;
  }
  #concept #robot .hologram .videoslider .bx-controls .bx-prev,
  #concept #robot .hologram .videoslider .bx-controls .bx-next {
    width: 41.875px;
    height: 106.25px;
  }
  #concept #robot .hologram .videoslider .bx-controls .bx-prev {
    left: -48px;
  }
  #concept #robot .hologram .videoslider .bx-controls .bx-next {
    right: -48px;
  }
}
@media (max-width: 600px) {
  #commonkvtitle {
    padding: 5vw 0 0;
    height: 33vw;
    margin: 0 0 10vw;
  }
  #commonkvtitle .inner {
    padding: 0 6vw;
  }
  #concept {
    padding: 0 0 10vw;
  }
  #concept .top_txt {
  }
  #concept .top_txt .inner2 {
    padding: 0 8vw 5vw;
  }
  #concept .top_txt .tit {
    font-size: 5.2vw;
    padding: 0 0 3vw;
    line-height: 1.4;
  }
  #concept .top_txt .tit span {
    font-size: 3.2vw;
    display: block;
    padding: 0;
  }
  #concept .top_txt p {
    font-size: 4vw;
  }
  #concept .titleband {
    padding: 10vw 0 0;
  }
  #concept .titleband::before {
    height: 40vw;
  }
  #concept .theme .titleband::before {
    top: -28vw;
  }
  #concept .titleband .textinbl {
    padding: 0 8vw;
    margin: 0 auto 10vw;
  }
  #concept .titleband .textinbl .title .spl {
    font-size: 3.2vw;
    margin: 0 0 2.6vw;
  }
  #concept .titleband .textinbl .txtarea {
    padding: 5vw 0 0;
    font-size: 3.7vw;
  }
  #concept .theme .txt_box .tit {
    font-size: 5.8vw;
    margin: 0 0 4vw;
  }
  #concept .theme .txt_box .description {
    font-size: 3.7vw;
    padding: 0 5vw 7vw;
  }
  #concept #feature_wrap {
    padding: 0 0 15vw;
  }
  #concept #feature_wrap .feature {
    float: none;
    width: 100%;
    margin: 0 0 7vw;
    padding: 0 5vw;
    box-sizing: border-box;
  }
  #concept #feature_wrap .feature img {
    border: 0.79vw solid #000;
    margin: 0 0 2vw;
  }
  #concept #feature_wrap .feature span {
    font-size: 4.2vw;
    padding: 0 0 0 14vw;
    height: 12vw;
  }

  #concept #feature_wrap .feature span.f1 {
    background: url(img/feature_icon01.png) no-repeat 0 center;
    background-size: 12vw;
  }
  #concept #feature_wrap .feature span.f2 {
    background: url(img/feature_icon02.png) no-repeat 0 center;
    background-size: 12vw;
  }
  #concept #feature_wrap .feature span.f3 {
    background: url(img/feature_icon03.png) no-repeat 0 center;
    background-size: 12vw;
  }
  #concept #robot .linecommontit {
    margin: 0 0 6vw;
    line-height: 1.33;
    padding: 2vw 0 0 9vw;
  }
  #concept .main_img {
    margin: 0 0 14vw;
  }
  #concept .main_img p {
    min-width: 74%;
    font-size: 5vw;
    padding: 2vw 3%;
    top: 100%;
  }
  #concept .main_img p span {
    display: block;
    font-size: 3.2vw;
    font-weight: normal;
    padding: 0 0 2vw;
  }
  #concept #robot .inner2 {
    padding: 0 6vw;
  }
  #concept #robot .hologram .img_box {
    margin: 0 0 4vw;
  }
  #concept #robot dl {
    margin: 0 auto 7vw;
  }
  #concept #robot dl dt {
    font-size: 5.3vw;
    padding: 0 0 3vw;
  }
  #concept #robot dl dd {
    font-size: 3.7vw;
    padding: 0 0 7vw;
  }
  #concept .anime_box {
    padding: 0 10%;
  }
  #concept #robot iframe {
    height: 52vw;
    margin: 0 auto 8vw;
  }
  #concept #robot .txt_box {
    font-size: 3.7vw;
    padding: 0 0 7vw;
  }
  #concept #robot .robot_box {
    float: left;
    width: 33%;
    margin: 0 0.5% 5vw 0;
  }
  #concept #robot .robot_box span {
    font-size: 3.6vw;
    line-height: 1.33;
  }
  #concept #robot .robot_box img {
    border: 0.79vw solid #000;
    box-sizing: border-box;
    margin: 0 0 2vw;
  }
  #concept #robot .lg_link {
    font-size: 3.6vw;
    line-height: 1.33;
  }
  #concept #robot .hologram .videoslider,
  #concept #robot .hologram .videoslider .bxslider li {
    max-width: calc(100% - 96px);
  }
  #concept #voice .linecommontit {
    padding: 3.6vw 0 0 9vw;
    margin: 0 0 20vw;
    line-height: 1.33;
  }
  #concept #voice .data_wrap .icon_box {
    position: absolute;
    right: 0;
    top: -24vw;
    width: 24vw;
  }
  #concept #voice .data_wrap {
    padding: 8vw 6%;
    margin: 0 -4vw 10vw;
  }
  #concept #voice .data_wrap .tit {
    font-size: 4.8vw;
    text-align: center;
    margin: 0 0 4vw;
  }
  #concept #voice .chart_wrap {
    margin: 0 0 5vw;
  }
  #concept #voice .chart_wrap .chart_box .chart_tit {
    font-size: 4.5vw;
  }
  .chart,
  .chart2 {
    margin: 0 auto 3vw;
  }
  #concept #voice .sr_wrap {
    padding: 0 3vw 4vw;
  }
  #concept #voice .sr_wrap .star_rating {
    width: 100%;
    float: none;
  }
  #concept #voice .sr_wrap .star_rating dl dt {
    width: 54%;
    font-size: 4.5vw;
  }
  #concept #voice .sr_wrap .star_rating dl dd {
    font-size: 5.5vw;
  }
  #concept #voice .sr_wrap .star_rating dl dd .points {
    font-size: 7vw;
  }
  .btn_back {
    width: 80%;
    height: 14.5vw;
    border-bottom: 0.5vw solid #000;
    font-size: 4.26vw;
    line-height: 14vw;
    background: #dfdfdf url(img/arrow03.png) no-repeat 10vw center;
    background-size: 6vw auto;
    padding: 0 0 0 18vw;
  }
}

/*----------------------------
	restaurant
-----------------------------*/
#restaurant {
  padding: 0 0 120px;
}
#restaurant .top_txt .tit {
  min-height: 130px;
  line-height: 130px;
  border: 3px solid #000;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: bold;
  padding: 0 115px;
  margin: 0 0 30px;
}
#restaurant .top_txt .tit span {
  font-size: 14px;
  padding: 0;
  font-style: italic;
  float: left;
}
#restaurant .top_txt .subtitle {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 50px;
}
#restaurant .tbl {
  margin: 0 0 50px;
  line-height: 1.5;
}
#restaurant .tbl dl {
  display: table;
  width: 100%;
  margin: 0 0 20px;
}
#restaurant .tbl dl dt,
#restaurant .tbl dl dd {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#restaurant .tbl dl dt {
  width: 20%;
  box-sizing: border-box;
  white-space: nowrap;
}
#restaurant .tbl dl dt.vtop {
  vertical-align: top;
}
#restaurant .tbl dl dt span {
  display: inline-block;
  width: 50%;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  line-height: 50px;
}
#restaurant .tbl dl dt img {
  background: #ff5c04;
}
#restaurant .tbl dl dd {
  box-sizing: border-box;
  padding: 0 0 0 3.5%;
  font-size: 20px;
  font-weight: bold;
}
#restaurant .tbl dl dd .ddtxt {
  line-height: 1.5;
  margin: 0 0 8px;
}
#restaurant .tbl dl dd p.linebreak {
  margin: 0 0 8px;
}
#restaurant .tbl dl dd p.linebreak:last-child {
  margin: 0;
}
#restaurant .tbl dl dd span {
  display: inline-block;
}
#restaurant .tbl dl dd span.min {
  font-size: 12px;
}
#restaurant .tbl dl dd span.num {
  font-size: 42px;
  font-weight: bold;
  margin: 0 5px;
}
#restaurant .tbl dl dd .annotation {
  font-size: 14px;
  color: #c31313;
  margin-bottom: 10px;
}
#restaurant .tbl dl dd .time {
  font-size: 24px;
  font-weight: bold;
  padding-right: 10px;
}
#restaurant .tbl dl dd .line {
  position: relative;
  padding: 0 40px 0 0;
}
#restaurant .tbl dl dd .line:after {
  content: "";
  background: #ccc;
  background-size: contain;
  width: 22px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -1.5px 0 0;
}
#restaurant .tbl dl.price_inner dt {
  width: 50px;
}
#restaurant .tbl dl dd .age {
  margin: 0 0.6em 0 0;
}
#restaurant .tbl dl dd .free {
  font-size: 30px;
}
#restaurant .tbl dl dd .slash {
  font-size: 40px;
  font-weight: bold;
  margin: 0 15px;
}
#restaurant .tbl dl dd .restaurant_desc_text1 {
  margin-bottom: 10px;
}
#restaurant .tbl dl dd .restaurant_desc_text2 {
  font-size: 14px;
  margin-bottom: 10px;
}
#restaurant .tbl .txt_box {
  text-align: right;
}
#restaurant .tbl .txt_box p {
  font-weight: 500;
  text-align: left;
  line-height: 2;
  width: 76%;
  padding: 0 0 0 23%;
}
#restaurant .main_img {
  width: 100%;
  height: 600px;
  position: relative;
  margin: 0 0 50px;
  overflow: hidden;
}
#restaurant .main_img:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 0;
}
#restaurant .main_img:hover:after {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#restaurant .main_img img {
  width: 100%;
}
#restaurant .main_img span {
  width: 100%;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.75;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}
#restaurant .linecommontit {
  margin: 0 0 50px;
}
#restaurant p.txt {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  padding: 0 0 50px;
}
#restaurant p.txt a {
  font-weight: bold;
  color: #ff5c04;
}
#restaurant p.txt a:hover {
  text-decoration: none;
}
#restaurant .img_box .box {
  width: 48.5%;
  float: left;
  margin: 0 0 55px;
}
#restaurant .img_box.last .box {
  margin: 0;
}
#restaurant .img_box.v2 .box {
  width: 32%;
  float: left;
  margin: 0 2% 0 0;
}
#restaurant .img_box.v2 .box:last-child {
  margin: 0;
}
#restaurant .img_box .box:nth-child(2n) {
  float: right;
}
#restaurant .img_box.v2 .box:nth-child(2n) {
  float: left;
}
#restaurant .img_box .box img {
  border: 3px solid #000;
  box-sizing: border-box;
}
#restaurant .img_box .box span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 0 0;
}
#restaurant .img_box .box.txt {
  position: relative;
}
#restaurant .img_box .box.txt dl {
  width: 86%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 16px;
  text-align: left;
}
#restaurant .img_box .box.txt dl dt {
  font-weight: bold;
  padding: 0 0 1.2em;
}
#restaurant .img_box .box.txt dl dd {
  line-height: 1.75;
  font-weight: 500;
}
#restaurant .img_txt {
  font-size: 18px;
  font-weight: bold;
  padding: 18px 0 0;
  margin: 0 0 55px;
}
#restaurant .img_box_wrap {
  padding: 0 0 60px;
}
.linecommontit.mgn50 {
  margin: 0 0 50px;
}
#restaurant .sec {
  padding: 0 0 50px;
}

@media (max-width: 1000px) {
  #restaurant .tbl dl dt {
  }
  #restaurant .tbl dl dt span {
    width: 50%;
  }
  #restaurant .tbl dl dd {
  }
}
@media (max-width: 900px) {
  #restaurant .top_txt .tit {
    padding: 0 3%;
    margin: 0 0 3vw;
  }
  #restaurant .tbl dl dd {
    font-size: 16px;
    line-height: 1.5;
  }
  #restaurant .tbl dl dd .slash {
    font-size: 34px;
    margin: 0px 10px;
  }
  #restaurant .img_box .box.txt dl {
    width: 96%;
    font-size: 14px;
  }
  #restaurant .img_box .box.txt dl dt {
    font-weight: bold;
    padding: 0 0 0.5em;
  }
  #restaurant .img_box .box.txt dl dd {
    line-height: 1.3;
    font-weight: 500;
  }
}
@media (max-width: 600px) {
  #restaurant {
    padding: 0 0 10vw;
  }
  #restaurant .top_txt .tit {
    border: 0.79vw solid #000;
    height: auto;
    line-height: 1.75;
    font-size: 6vw;
    padding: 3vw 3%;
    margin: 0 0 3vw;
  }
  #restaurant .top_txt .tit span {
    font-size: 3.7vw;
  }
  #restaurant .top_txt .tit span.gf {
    font-size: 2.6vw;
    padding: 0;
    float: none;
    display: block;
  }
  #restaurant .top_txt .subtitle {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
  #restaurant .tbl {
    margin: 0 0 8vw;
  }
  #restaurant .tbl .inner2 {
    padding: 0;
  }
  #restaurant .tbl dl {
    margin: 0 0 3.8vw;
  }
  #restaurant .tbl dl dt {
    width: 26%;
    vertical-align: top;
  }
  #restaurant .tbl dl dt img {
    width: 50%;
    vertical-align: middle;
  }
  #restaurant .tbl dl dd {
    font-size: 4vw;
    vertical-align: top;
  }
  #restaurant .tbl dl dd .time {
    font-size: 4vw;
  }
  #restaurant .tbl dl dd .time:first-child:after {
    width: 4vw;
  }
  #restaurant .tbl dl dd span.num {
    font-size: 6vw;
  }
  #restaurant .tbl dl dd .time:first-child {
    padding: 0 6vw 0 0;
  }
  #restaurant .tbl dl dd .time:last-child {
    padding: 0;
  }
  #restaurant .tbl dl dd .free {
    font-size: 5vw;
  }
  #restaurant .tbl dl dd .slash {
    display: none;
  }
  #restaurant .tbl dl dd p.linebreak {
    margin: 0 0 1vw;
  }
  #restaurant .tbl dl dd span.min {
    font-size: 3vw;
  }
  #restaurant .tbl dl dd p.ddtxt {
    font-size: 3.6vw;
  }
  #restaurant .tbl .txt_box p {
    padding: 0;
    width: auto;
    text-align: center;
  }
  #restaurant .tbl dl.price {
    line-height: 1.5;
  }
  #restaurant .main_img {
    height: 56vw;
    margin: 0 0 12vw;
  }
  #restaurant .main_img span {
    font-size: 6vw;
  }
  #restaurant .linecommontit {
    margin: 0 0 5vw;
  }
  #restaurant p.txt {
    font-size: 3.8vw;
    padding: 0 0 5vw;
  }
  #restaurant .img_box .box {
    margin: 0 0 5vw;
  }
  #restaurant .img_box .box span {
    font-size: 3.5vw;
    padding: 2vw 0 0;
    line-height: 1.5;
  }
  #restaurant .img_txt {
    font-size: 4.5vw;
    padding: 2vw 0 0;
    margin: 0 0 5vw;
    line-height: 1.5;
  }
  #restaurant .sp_cont dl {
    text-align: left;
    line-height: 1.75;
  }
  #restaurant .sp_cont dl dt {
    font-size: 4.5vw;
    font-weight: bold;
    padding: 0 0 2vw;
  }
  #restaurant .sp_cont {
    padding: 0 0 10vw;
  }
  #restaurant .sp_cont dl dd {
    font-size: 4vw;
    font-weight: 500;
    padding: 0 0 5vw;
  }
  #restaurant .sp_cont img {
    border: 0.79vw solid #000;
    box-sizing: border-box;
  }
  #restaurant .img_box_wrap {
    padding: 0 0 10vw;
  }
  #restaurant .sec {
    padding: 0 0 10vw;
  }
}

/*----------------------------
	access
-----------------------------*/
#access {
  padding: 0 0 120px;
  overflow-x: hidden;
}
#access .mtit {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 30px;
}
#access .mtit span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  float: right;
}
#access .subtit {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin: 20px 0 0;
}
#access #accessmap #map {
  height: 435px;
  margin: 0 0 60px;
}
#access .sliderwrap {
  margin: 0 0 120px;
}
#tourism .boxslider .item a .imgbox,
#tourism .boxslider .item .cobox .imgbox {
  padding-top: 62%;
}
#tourism .boxslider .item .cobox .textarea,
#access .boxslider .item .cobox .textarea {
  padding: 20px 30px;
  background-image: none;
  min-height: 100px;
  box-sizing: border-box;
  line-height: 1.75;
  font-weight: 500;
}
#access #transportation {
  padding: 0 0 60px;
}
#access #transportation .access_cat {
  background: #ff5c04;
  padding: 60px 0 30px;
  margin: 0 0 60px;
}
#access #transportation .access_cat .title {
  font-size: 26px;
  font-weight: 500;
  padding: 0 0 40px;
}
#access #transportation .access_cat .btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  height: 60px;
  width: 31%;
  margin: 0 2% 2% 0;
  border: 3px solid #000;
  box-sizing: border-box;
  background: #fff url(img/arrow02.png) no-repeat 96% center;
  background-size: 12px auto;
  padding: 0 10px 0 0;
  color: #000;
  text-decoration: none;
}
#access #transportation .access_cat .btn:nth-of-type(3n){
  margin: 0 0 2%;
}
#access #transportation .access_cat .btn:hover {
  background-color: #ff5c04;
  background-size: 12px auto;
}
#access #transportation .access_cat .btn:last-child {
  margin: 0;
}
#access #transportation .imgbox2 {
  margin-bottom: 60px;
}
#access #transportation dl.bdr_box {
  border: 3px solid #000;
  padding: 40px 0 30px;
  margin: 0 0 20px;
}
#access #transportation dl.bdr_box dt {
  padding: 0 70px;
}
#access #transportation dl.bdr_box .text {
  text-align: left;
  line-height: 1.6;
  margin: 0 auto 0 0;
  padding: 0 70px;
}
#access #transportation dl.bdr_box .imgbox {
  margin: 0 auto;
  padding: 0 10px;
}
#access #transportation dl.bdr_box .imgbox img.pc {
  display: inline;
}
#access #transportation dl.bdr_box .guidancetxt {
  padding: 15px 20px 0;
  font-size: 15px;
  text-align: left;
  margin: 0 0 -15px;
  line-height: 1.5;
}
#access #transportation dl.bdr_box .guidancetxt span {
  font-weight: bold;
}
#access #transportation dl.bdr_box.buttons dd{
  padding: 0 70px;
  display:flex;
}
#access #transportation dl.bdr_box.buttons a{
  display:block;
  padding: 1em;
  line-height:1.6;
  width:19.2%;
  background:#ddd;
  border:2px solid #000;
  box-sizing:border-box;
  color:#000;
  text-decoration:none;
}
#access #transportation dl.bdr_box.buttons a:not(:first-of-type){
  margin-left:1%;
}
#access #transportation dl.bdr_box.buttons a:hover{
  background:#ff5c04;
  color:#fff;
}
#access #transportation .bus {
  padding: 60px 0;
}
#access #transportation .bus img {
  width: 50%;
  float: left;
}
#access #transportation .tit2 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0.8em;
}
#access #transportation .tit3 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 1em;
}
#access #transportation .txt {
  text-align: left;
  font-size: 16px;
  padding: 0 0 30px;
  line-height: 1.4;
}
#access #transportation .txt span {
  font-size: 13px;
}
#access #transportation .timetbl {
  margin: 0 0 20px;
}
#access #transportation .timetbl table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
}
#access #transportation .timetbl table th,
#access #transportation .timetbl table td {
  border: 1px solid #000;
  width: 14.2%;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
}
#access #transportation .timetbl table th {
  font-size: 16px;
  font-weight: 500;
  background: #ff5c04;
  height: 50px;
}
#access #transportation .timetbl table th.first {
  background: #fff;
}
#access #transportation .timetbl table th.empty {
  border: none;
  background: #fff;
}
#access #transportation .timetbl table td {
  height: 90px;
  font-size: 20px;
  font-weight: bold;
}
#access #transportation .timetbl table td span {
  font-size: 30px;
}
#access #transportation .timetbl table td.first span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 8px 0 0;
}
#access #transportation .timetbl table td.first {
  width: 24.4%;
  font-size: 16px;
}
#access #transportation .timetbl table td.first .wrap {
  display: table;
  padding: 0 4%;
}
#access #transportation .timetbl table td.first .wrap div {
  display: table-cell;
  vertical-align: middle;
  width: 42%;
}
#access #transportation .timetbl table td.first .wrap div:nth-child(2) {
  width: 16%;
}
#access #transportation .timetbl .txt {
  text-align: left;
  font-size: 13px;
  line-height: 1.75;
  padding: 0 1em;
}
#access #transportation .timetbl .txt ul {
  padding: 0 0 1em;
}
#access #transportation .timetbl .txt ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#access #transportation iframe {
  width: 100%;
  margin: 0 0 55px;
}
#access #transportation .map_box {
  width: 47.5%;
  float: left;
}
#access #transportation .map_box:last-child {
  float: right;
}
#access #transportation .map_box .btn {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  border: 1px solid #000;
  box-sizing: border-box;
  background: #fff url(img/arrow_bl.png) no-repeat 96% center;
  background-size: 20px auto;
  margin: 0 0 25px;
}
#access #transportation .map_box .btn:hover {
  background: #ff5c04 url(img/arrow_bl.png) no-repeat 96% center;
  background-size: 20px auto;
}
#access #transportation .map_box .tit {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 0 0 25px;
}
#access #transportation .parking {
  padding: 60px 0 35px;
}
#access #transportation .parking .parkingmap {
  text-align: right;
}
#access #transportation .parking .parkingmap a {
  display: inline-block;
  padding-top: 10px;
  color: #000;
  font-size: 15px;
}
#access #transportation .parking img {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
#access #transportation .parking_detail {
  text-align: left;
  line-height: 1.75;
}
#access #transportation .parking_detail dt.title {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px;
}
#access #transportation .parking_detail dd {
  font-size: 15px;
  font-weight: 500;
  padding: 0 0 22px;
}
#access #transportation .memo {
  text-align: left;
  line-height: 1.75;
  font-size: 13px;
  font-weight: 500;
  padding: 0 0 30px;
}
#access #transportation .memo li {
  text-indent: -1em;
  padding-left: 1em;
}
#access #transportation .memo li:first-child {
  text-indent: 0;
  padding-left: 0;
}
#access #transportation #access03 .btn {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  max-width: 456px;
  height: 72px;
  line-height: 72px;
  font-weight: bold;
  border: 2px solid #000;
  box-sizing: border-box;
  background: #fff url(img/arrow_bl.png) no-repeat 96% center;
  background-size: 20px auto;
  margin: 0 auto 25px;
}
#access #transportation #access03 .btn:hover {
  background: #ff5c04 url(img/arrow_bl.png) no-repeat 96% center;
  background-size: 20px auto;
}
@media (max-width: 1050px) {
  #access #transportation .timetbl .scroll {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #access #transportation .timetbl table {
    border-spacing: 0.65vw;
  }
  #access #transportation .timetbl table td {
    min-width: 130px;
  }
  #access #transportation .timetbl table td.first {
    min-width: 220px;
  }
}
@media (max-width: 750px) {
  #access #transportation .map_box {
    width: 100%;
    float: none;
  }
}
@media (max-width: 600px) {
  #access {
    padding: 0 0 10vw;
  }
  #access #transportation .inner .inner2 {
    padding: 0;
  }
  #access .mtit {
    font-size: 5vw;
    margin: 0 0 3vw;
  }
  #access .mtit span {
    font-size: 4vw;
    float: none;
    padding: 2vw 0 0;
  }
  #access .subtit {
    font-size: 3.5vw;
    margin: 2vw 0 0;
  }
  #access #accessmap #map {
    height: 62vw;
    margin: 0 0 10vw;
  }
  #access #transportation {
    padding: 0 0 5vw;
  }
  #access #transportation .map_box .tit {
    font-size: 4.5vw;
    margin: 0 0 3.5vw;
  }
  #access .sliderwrap {
    margin: 0 0 7.7vw;
  }
  #access #transportation .access_cat {
    padding: 8vw 0;
    margin: 0 0 10vw;
  }
  #access #transportation .access_cat .inner2 {
    padding: 0 4vw;
  }

  #access #transportation .access_cat .btn {
    font-size: 5vw;
    width: 100%;
    margin: 0 0 2vw;
    border: 0.79vw solid #000;
    float: none;
    background: #fff url(img/arrow02.png) no-repeat 96% center;
    background-size: 10px auto;
    padding: 0;
  }
  #access #transportation .access_cat .btn:nth-of-type(3n){
    margin: 0 0 2vw;
  }
  #access #transportation .access_cat .btn:hover {
    background-color: #ddd;
    background-size: 10px auto;
  }
  #access #transportation .access_cat .title {
    font-size: 6vw;
    padding: 0 0 3.5vw;
  }
  #access #transportation .imgbox2 {
    margin-bottom: 4vw;
  }
  #access #transportation dl.bdr_box {
    border: 0.79vw solid #000;
    padding: 6vw 6%;
    margin: 0 0 4vw;
  }
  #access #transportation dl.bdr_box .imgbox img.pc {
    display: none;
  }
  #access #transportation dl.bdr_box .guidancetxt {
    font-size: 3.7vw;
    padding: 3vw 2vw;
  }
  #access #transportation dl.bdr_box .guidancetxt span {
    display: block;
  }
  #access #transportation .bdr_box dd.m_mgn img {
    margin: 0;
  }
  #access #transportation .bus {
    padding: 6vw 0;
  }
  #access #transportation dl.bdr_box dt {
    padding: 0;
  }
  #access #transportation dl.bdr_box .text {
    line-height: 1.6;
    margin: 0 auto 30px 0;
    padding: 0;
  }
  #access #transportation dl.bdr_box.buttons dd{
    padding: 0;
    flex-wrap: wrap;
  }
  #access #transportation dl.bdr_box.buttons a{
    width:100%;
    padding:.5em 1em;
  }
  #access #transportation dl.bdr_box.buttons a:not(:first-of-type){
    margin:0;
    margin-top:.5em;
  }
  #access #transportation .tit2 {
    font-size: 4vw;
    line-height: 1.4;
    text-align: left;
  }
  #access #transportation .timetbl .scroll {
    overflow: inherit;
    margin: 0 0 3vw;
  }
  #access #transportation .timetbl table th.first .wrap div {
    margin: 0 0 1vw;
  }
  #access #transportation .timetbl table th.first {
    border: 1px solid #000;
    padding: 0.8em 0;
  }
  #access #transportation .timetbl .txt {
    font-size: 3.75vw;
    padding: 0;
  }
  #access #transportation .tit3 {
    font-size: 5vw;
    padding: 0 0 0.8em;
  }
  #access #transportation .txt {
    font-size: 4vw;
    padding: 0 0 4vw;
  }
  #access #transportation .txt.super {
    padding: 0 0 10vw;
  }
  #access #transportation .txt span {
    font-size: 3.6vw;
  }
  #access #transportation iframe {
    margin: 0 0 10vw;
  }
  #access #transportation .map_box .btn {
    font-size: 5vw;
    background: #fff url(img/arrow_bl.png) no-repeat 98% center;
    background-size: 5vw auto;
    margin: 0 0 10vw;
  }
  #access #transportation .map_box .btn:hover {
    background: #ff5c04 url(img/arrow_wi.png) no-repeat 98% center;
    background-size: 5vw auto;
    color:#fff;
  }
  #access #transportation #access02 {
    margin: 0;
  }
  #access #transportation #access03 dl dd img {
    margin: 0;
  }
  #access #transportation .parking_detail dt.title {
    font-size: 4.5vw;
    font-weight: bold;
    padding: 0 0 2vw;
  }
  #access #transportation .parking_detail dd {
    font-size: 3.7vw;
    padding: 0 0 1em;
  }
  #access #transportation .parking_detail dd ul li span {
    display: block;
    padding: 0 0 0 3em;
  }
  #access #transportation .memo {
    font-size: 3.5vw;
    padding: 0 0 4vw;
  }
  #access #transportation #access03 .btn {
    font-size: 4.6vw;
    height: 64px;
    line-height: 62px;
    background: #fff url(img/arrow_bl.png) no-repeat 98% center;
    background-size: 5vw auto;
    margin: 0 auto 3vw;
    border: 0.4vw solid #000;
  }
  #access #transportation #access03 .btn:hover {
    background: #ff5c04 url(img/arrow_wi.png) no-repeat 98% center;
    background-size: 5vw auto;
    color:#fff;
  }
  #access #transportation .parking img {
    max-width: initial;
    width: 100%;
    margin: 0 auto 2vw;
  }
  #access #transportation .parking .parkingmap a {
    padding-top: 0;
    font-size: 3vw;
  }
  #access #transportation .timetbl table th {
    font-size: 4vw;
    height: 12vw;
  }
  #access #transportation .timetbl table td {
    height: 22vw;
    font-size: 4vw;
    min-width: 100px;
  }
  #access #transportation .timetbl table td span {
    font-size: 6vw;
  }
  #access #transportation .timetbl table td.first {
    width: 24.4%;
    font-size: 4vw;
    min-width: 180px;
  }
  #access #transportation .timetbl table td.first span {
    font-size: 4vw;
    padding: 2vw 0 0;
  }
}
#page404 {
  padding: 100px 0;
  background: #e8e8e8;
}
#page404 .log {
  margin: 0 0 50px;
}
#page404 .textarea {
  font-size: 22px;
  text-indent: 20px;
  font-weight: bold;
}
@media (max-width: 600px) {
  #page404 {
    padding: 20vw 0;
  }
  #page404 .log {
    width: 50%;
    margin: 0 auto 5vw;
  }
  #page404 .textarea {
    font-weight: bold;
    font-size: 4.4vw;
    letter-spacing: 0.05em;
  }
}
#topsns {
  margin: 0 0 65px;
}
#topsns .linecommontit {
  margin: 0 0 35px;
}
#bottomsnswrap .snsbox:last-child {
  margin: 0;
}
#bottomsnswrap .snsbox .snstitlearea {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
}
#bottomsnswrap .snsbox .snstitlearea .icon {
  display: inline-block;
  padding: 10px 0 10px 50px;
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: left center;
}
#bottomsnswrap .snsbox .snstitlearea .icon.fb {
  background-image: url(img/section_snsiconfb.png);
}
#bottomsnswrap .snsbox .snstitlearea .icon.insta {
  background-image: url(img/section_snsiconinsta.png);
}
#bottomsnswrap .snsbox .snsbody {
  width: 100%;
  height: 557px;
  padding: 15px 0 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.bottombnr {
  margin: 0 0 85px;
}
.bottombnr img {
  margin: 0 auto;
}
@media (max-width: 600px) {
  #topsns {
    margin: 0 0 12vw;
  }
  #topsns .linecommontit {
    margin: 0 0 8vw;
  }
  #bottomsnswrap .snsbox {
    width: 100%;
    float: none;
    margin: 0 0 8vw;
  }
  #bottomsnswrap .snsbox .snsbody {
    height: 356px;
    padding: 0;
  }
  #bottomsnswrap .snsbox .snsbody.hiinsta {
    height: 465px;
  }
  #bottomsnswrap .snsbox .snstitlearea {
    font-size: 4.4vw;
    margin: 0 0 3.8vw;
  }
  #bottomsnswrap .snsbox .snstitlearea .icon {
    background-size: 6vw;
    padding: 2vw 0 2vw 10vw;
  }
  #topsns {
    margin: 0 0 12vw;
  }
  .bottombnr {
    margin: 0 0 12vw;
  }
}
#topconcept .imgblwrap .imgbox.moveslide {
  width: 854px;
  height: 499px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
@media (max-width: 854px) {
  #topconcept .imgblwrap .imgbox.moveslide {
    width: 100%;
    height: 56vw;
  }
}
#topconcept .imgblwrap .imgbox.moveslide img {
  width: 0;
  transform: translate(-60px, 0);
  -webkit-transform: translate(-60px, 0);
  transition: 0.25s ease-in;
  position: relative;
}
#topconcept .imgblwrap .imgbox.moveslide.slideon img {
  width: 100%;
  transform: translate(0);
  -webkit-transform: translate(0);
}
#topconcept .imgblwrap .imgbox.moveslide:after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  background: #e6c061;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.25s ease-in;
}
#topconcept .imgblwrap .imgbox.moveslide.slideon:after {
  width: 100%;
  transition: 0.2s ease-in;
}
#topconcept .imgblwrap .imgbox.moveslide.openside:after {
  right: 0;
  left: auto;
  width: 0;
}
#topguestroom .roomlistwrap .item.moveslide {
  overflow: hidden;
  position: relative;
}
#topguestroom .roomlistwrap .item.moveslide:after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  background: #ff5c04;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.25s ease-in;
}
#topguestroom .roomlistwrap .item.moveslide.slideon:after {
  width: 100%;
  transition: 0.2s ease-in;
}
#topguestroom .roomlistwrap .item.moveslide a {
  transform: translate(-360px, 0);
  -webkit-transform: translate(-360px, 0);
  transition: 0.25s ease-in;
  position: relative;
}
#topguestroom .roomlistwrap .item.moveslide.slideon a {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
#topguestroom .roomlistwrap .item.moveslide.openside:after {
  right: 0;
  left: auto;
  width: 0;
}

#commonundertitle {
  margin-bottom: 20px;
}
#commonkvtitle {
  margin-bottom: 20px;
}
#pan {
  margin-bottom: 50px;
  text-align: left;
  font-size: 13px;
}
#pan span.tx {
  margin-right: 10px;
}
#pan a {
  text-decoration: none;
  color: #000;
}
#pan a:hover {
  text-decoration: underline;
}
#pan .now {
  font-weight: bold;
}
#pan .addbread {
  float: left;
}
#pan .pagelinkwrap {
  float: right;
}
#pan .pagelinkwrap li {
  display: inline-block;
  /* display: inline;
  zoom: 1; */
  margin: 0 20px 0 0;
  vertical-align: middle;
}
#pan .pagelinkwrap li:last-child {
  margin: 0;
}
#pan .pagelinkwrap li a {
  font-size: 13px;
  text-decoration: underline;
  font-weight: bold;
  display: block;
  padding: 1px 2px;
  letter-spacing: 0.1em;
}
#pan .pagelinkwrap li a:hover {
  text-decoration: none;
}
#pan .pagelinkwrap li.yell a {
  background: #f7fc38;
}
@media (max-width: 600px) {
  #commonundertitle {
    margin-bottom: 4vw;
  }
  #commonkvtitle {
    margin-bottom: 4vw;
  }
  #pan {
    margin-bottom: 10vw;
    font-size: 3.2vw;
  }
  #pan span.tx {
    margin-right: 10px;
  }
  #pan a {
    color: #000;
  }
  #pan .addbread {
    float: none;
    margin: 0 0 5vw;
  }
  #pan .pagelinkwrap {
    float: none;
    text-align: center;
  }
  #pan .pagelinkwrap li {
    float: none;
    display: inline-block;
    margin: 2.5vw 1.2vw;
  }
  #pan .pagelinkwrap li a {
    font-size: 3vw;
    padding: 0.3vw 1vw;
  }
  #pan .pagelinkwrap li a:hover {
    text-decoration: underline;
  }
}

#accessmap iframe {
  width: 1090px;
  max-width: 100%;
  height: 435px;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  #accessmap iframe {
    height: 62vw;
    margin-bottom: 10vw;
  }
  /*★追加ここから*/
  .top100 {
    margin-top: 5vw;
  }
  /*★追加ここまで*/
}
#covid_topics .shadow,
#covid_topics .white_box {
  position: fixed;
  color: #1d1b20;
}
#covid_topics .shadow {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9998;
}
#covid_topics .white_box {
  max-width: 1440px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  background: #fff;
  overflow: auto;
}
#covid_topics .white_box .cover_warp {
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  position: relative;
}
#covid_topics .white_box .title {
  line-height: 1.45;
  font-weight: bold;
}
#covid_topics .white_box .textarea {
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
}
#covid_topics .white_box .textarea p {
  margin: 0 0 30px;
}
#covid_topics .close_btn {
  position: absolute;
  z-index: 9999;
  cursor: pointer;
}
@media (min-width: 601px) {
  #covid_topics .white_box {
    width: 80%;
    top: 90px;
    height: calc(100% - 160px);
  }
  #covid_topics .white_box .cover_warp {
    padding: 80px 75px;
  }
  #covid_topics .white_box .title {
    font-size: 38px;
    margin: 0 0 60px;
  }
  #covid_topics .white_box .textarea {
    font-size: 20px;
  }
  #covid_topics .close_btn {
    max-width: 40px;
    top: 30px;
    right: 45px;
  }
}
@media (max-width: 600px) {
  #covid_topics .white_box {
    width: 92%;
    top: 30px;
    height: calc(100% - 60px);
  }
  #covid_topics .white_box .cover_warp {
    padding: 12vw 5vw;
  }
  #covid_topics .white_box .title {
    font-size: 6vw;
    margin: 0 0 6vw;
  }
  #covid_topics .white_box .textarea {
    font-size: 3.8vw;
  }
  #covid_topics .white_box .textarea p {
    margin: 0 0 3.8vw;
  }
  #covid_topics .close_btn {
    max-width: 8.5vw;
    top: 4vw;
    right: 4vw;
  }
}
section.covid {
  margin: 0 auto 60px;
}
section.covid a:hover img {
  opacity: 0.7;
}
@media (max-width: 600px) {
  section.covid {
    margin: 0 auto 7.3vw;
  }
}
/*---------------------GoTo 一時停止---------------------*/
section.goto_stop {
  margin: 25px auto 75px;
}
section.goto_stop a {
  background: #000000;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 15px 30px;
  border: solid 2px #000000;
}
section.goto_stop a:hover {
  background: #ffffff;
  color: #303030;
}
@media (max-width: 600px) {
  section.goto_stop {
    margin: 50px auto 35px;
  }
}

/*-- 21.12 追記 --*/
.cancel_open {
  cursor: pointer;
}
.cancel_open a {
}
#cancel_pop_up_head,
#cancel_pop_up_foot {
  display: none;
}
.cancel_overlay {
  display: none;
}
#cancel_pop_up_head:checked + .cancel_overlay,
#cancel_pop_up_foot:checked + .cancel_overlay {
  display: block;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cancel_window {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 90vw;
  max-width: 600px;
  min-height: 200px;
  padding: 60px 15px 40px;
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 55%;
  overflow-y: scroll;
}
.cancel_window .old_optima,
.cancel_window .new_optima {
  width: 100%;
  box-sizing: border-box;
  background-color: #000000;
  border: solid 2px #000000;
  margin-top: 20px;
}
.cancel_window .new_optima {
  background-color: #ffffff;
}
.cancel_window .old_optima a,
.cancel_window .new_optima a {
  width: 92%;
  text-align: center;
  color: #ffffff;
  padding: 4%;
  text-decoration: none;
}
.cancel_window .new_optima a {
  display: block;
  color: #000000;
}
.cancel_window p {
  width: 100%;
  font-weight: 600;
  font-size: 1.1em;
  color: #f03e3e;
}
.cancel_close {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 45px;
  line-height: 1;
}
@media (max-width: 900px) {
  .cancel_window {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .cancel_window {
    margin-top: 10%;
  }
  .cancel_window .old_optima,
  .cancel_window .new_optima {
    width: 100%;
  }
  .cancel_window .new_optima {
    margin-top: 20px;
  }
}

/* 2022.02.02追加 */
.stay-container {
  width: 100%;
}
.stay-container .stayFlg,
.stay-container .dayuseFlg {
  width: 50%;
  height: 40px;
  line-height: 40px;
  background-color: #bbbbbb;
  text-align: center;
  display: block;
  float: left;
  flex-wrap: nowrap;
  color: #ffffff;
  text-align: center;
  transition: all 0.2s;
  font-weight: 600;
  margin-bottom: 15px;
}
.stay-container input {
  display: none;
}
.stay-container #stay-content,
.stay-container #dayuse-content {
  display: none;
  overflow: hidden;
  clear: both;
  text-align: center;
}
#stay-tab:checked ~ #stay-content,
#dayuse-tab:checked ~ #dayuse-content {
  display: block;
}
.stay-container input:checked + .stayFlg,
.stay-container input:checked + .dayuseFlg {
  background-color: #000000;
  color: #ffffff;
}
/* 2022.06.01追加 */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.theme_img video {
  width: 100%;
}
.theme_img.image{
  position:relative; overflow:hidden; z-index:0;
  max-width:1090px; aspect-ratio:16 / 9;
}
.theme_img.image img{
  position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; z-index:-1;
}

/*--------------------- ダイナミックパッケージ ボタン ---------------------*/

.dynamic_package__btn {
  max-width: 550px;
  width: 80%;
  margin: 20px auto 20px;
}

.dynamic_package__btn a {
  color: #000;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px;
  display: block;
  border: solid 2px #000;
  background-color: #ffffff;
}

.dynamic_package__btn a:hover {
  background-color: #ff5c04;
}

/*--------------------- ウィジェット 子供選択用 アコーディオン ---------------------*/

#ZenSearchFrom .child {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 85px;
  margin: 0 0 28px;
  cursor: pointer;
}

#ZenSearchFrom .child::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

#child_sum_text {
  line-height: 45px;
}

fieldset.children {
  margin-bottom: 28px;
  display: none;
}

fieldset.children > legend {
  display: none;
}

#ZenSearchFrom .children-selects {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ZenSearchFrom .children-selects div {
  width: calc(50% - 2.5px);
  text-align: center;
  min-height: 100%;
  border: solid 2px #000;
  box-sizing: border-box;
  padding: 10px 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ZenSearchFrom .children-selects div label {
  display: block;
  cursor: auto;
  width: 100%;
  font-weight: 600;
  color: #80330c;
  font-size: 12px;
}

#ZenSearchFrom .children-selects div select {
  position: relative;
  display: block;
  min-width: 100%;
  outline: none;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
  margin-top: 5px;
  padding: 0;
  text-align: center;
  border-bottom: solid 2px #000;
  background: none;
  cursor: pointer;
}

@media (max-width: 600px) {
  #ZenSearchFrom .child {
    padding: 0 0 0 30.666vw;
    font-size: 4.8vw;
  }
}

.mv_banner {
  position: absolute;
  text-align: center;
  top: 15px;
  right: 15px;
  max-width: 240px;
  width: 20%;
}

@media (max-width: 600px) {
  .mv_banner {
    position: static;
    width: 100%;
    max-width: auto;
    margin: 15px auto;
  }
}

/*---------------------広告バナー表示---------------------*/
#ad-banner {
  display: none;
}

#ad-banner.is-show {
  display: block;
}

.ad-banner__wrap {
  position: fixed;
  bottom: 15px;
  right: 15px;
  max-width: 300px;
  width: calc(100% - 60px);
  padding: 25px;
  border: solid 2px #000;
  background-color: #fff;
  border-radius: 15px;
  z-index: 9998;
}

.ad-banner__title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  display: inline;
  background: linear-gradient(transparent 70%, #e0e0e0 20%);
  letter-spacing: 0.05em;
}

.ad-banner__title span {
  display: block;
  margin-bottom: 5px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #d53636;
}

.ad-banner__discription {
  position: relative;
  width: fit-content;
  margin: 1rem auto;
  padding: 0 1rem;
  line-height: 1.4;
  font-size: 0.75rem;
}

.ad-banner__discription span {
  display: block;
  margin-top: 0.25rem;
  font-weight: 700;
  font-size: 0.85rem;
}

.ad-banner__discription::before,
.ad-banner__discription::after {
  content: "";
  position: absolute;
  bottom: 0.75rem;
  display: inline-block;
  width: 1.5rem;
  height: 1px;
  background-color: #d53636;
}

.ad-banner__discription::before {
  transform: translateY(50%) rotate(45deg);
  left: -0.75rem;
}

.ad-banner__discription::after {
  transform: translateY(50%) rotate(-45deg);
  right: -0.75rem;
}

.ad-banner__btn_list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ad-banner__btn_list li {
  text-align: center;
  width: 100%;
}

.ad-banner__btn_list li a {
  position: relative;
  display: block;
  padding: 15px 25px 15px 5px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s;
  font-size: 0.8rem;
  box-sizing: border-box;
}

.ad-banner__btn_list li:first-of-type a {
  display: block;
  background-color: #f03e3e;
  border: solid 2px #f03e3e;
  color: #fff;
}

.ad-banner__btn_list li:nth-child(2) a {
  display: block;
  color: #000;
  border: solid 2px #000;
  background-color: #fff;
}

.ad-banner__btn_list li:first-of-type a::after,
.ad-banner__btn_list li:nth-child(2) a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ad-banner__btn_list li:first-of-type a::after {
  background-image: url(img/arrow_wi.png);
}

.ad-banner__btn_list li:nth-child(2) a::after {
  background-image: url(img/arrow_bl.png);
}

#ad-banner__close {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 0;
  transform: translate(15%, -50%);
  width: 55px;
  height: 55px;
  background-color: #000;
  border-radius: 50%;
  border: transparent;
}

#ad-banner__close::before,
#ad-banner__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

#ad-banner__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#ad-banner__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 600px) {
  .ad-banner__wrap {
    padding: 20px 10px;
  }

  .ad-banner__wrap {
    right: 50%;
    max-width: 100%;
    transform: translateX(50%);
  }

  .ad-banner__title {
    font-size: 1rem;
  }

  .ad-banner__title span {
    font-size: 0.65rem;
  }

  .ad-banner__discription {
    font-size: 0.65rem;
  }

  .ad-banner__discription span {
    font-size: 0.75rem;
  }

  /* .ad-banner__btn_list {
    flex-direction: row;
  }

  .ad-banner__btn_list li {
    width: calc(50% - 0.5rem);
  } */
}
@media (any-hover: hover) {
  .ad-banner__btn_list li a:hover {
    opacity: 0.4;
  }
}

/*---------------------追従バナー---------------------*/

#modal-banner {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#modal-banner.is-show {
  display: block;
}

#modal-banner.is-show::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.72;
  z-index: -1;
}

.modal-banner__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  max-height: 500px;
  width: calc(100% - 60px);
  text-align: center;
}

#modal-banner__close {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  transform: translate(50%, -50%);
  width: 65px;
  height: 65px;
  background-color: #d53636;
  border-radius: 50%;
  border: transparent;
}

#modal-banner__close::before,
#modal-banner__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

#modal-banner__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#modal-banner__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 600px) {
  #modal-banner__close {
    width: 55px;
    height: 55px;
  }
}
