/*===== mv =====*/
#mv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 757px;
  background: url("../img/top/mv3.jpg") no-repeat top /cover;
}
/* #mv::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
}*/
#mv > p {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 22px;
  letter-spacing: .25em;
}
#mv > p strong {
  display: block;
  font-size: 50px;
}
#mv > p strong br {
  display: none;
}
@media all and (-ms-high-contrast:none) {
#mv p {
  letter-spacing: .1em;
}
}
#reservation {
  width: 100%;
  background: rgba(255,255,255,.8);
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#reservation dl {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#reservation dl dt {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .25em;
  margin-right: 40px;
}
#reservation dl dd ul {
  width: 100%;
  display: flex;
  align-items: center;
}
#reservation dl dd ul * {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}
#reservation dl dd ul li:not(:last-child) {
  margin-right: 40px;
}
#reservation dl dd ul li input {
  padding: 5px;
  width: 50px;
  height: auto;
  text-align: center;
  border:  1px solid #bbb;
}
#reservation dl dd ul li input[type="submit"] {
  width: 100px;
  font-size: 13px;
  padding: 5px 10px;
  border: none;
  margin-right: 25px;
  letter-spacing: .25em;
}
#reservation dl dd ul li input[type="button"] {
  width: 100px;
  font-size: 13px;
  padding: 5px 10px;
  border: none;
  margin-right: 25px;
  letter-spacing: .25em;
}
#reservation dl dd ul li .link-arrow {
  font-size: 13px;
  text-decoration: underline;
}
#reservation dl dd ul li .link-arrow:hover {
  text-decoration: none;
}
#reservation dl dd ul li .link-arrow::before {
  border-color: transparent transparent transparent #333;
}
#reservation dl dd ul li input[type="submit"] {
  padding: 5px 10px 3px;
}
#reservation dl dd ul li input[type="button"] {
  padding: 5px 10px 3px;
}
/*===== news =====*/
#news {
  background: #f8f8f8;
  padding: 40px 0;
}
#news > div {
  display: flex;
}
#news > div div:first-child {
  width: 14%;
  border-right: 1px solid #ddd;
  padding-right: 2%;
}
#news > div div:last-child {
  padding-left: 4.5%;
  width: 86%;
}
#news h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: left;
}
#news h2 span {
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin-top: .75em;
}
#news dl {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
#news dl:last-child {
  margin-bottom: 0;
}
#news dt,
#news dd,
#news dd a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .09em;
}
#news dd a:hover {
  text-decoration: underline;
}
#news dt {
  white-space: nowrap;
  width: 9.5%;
}
#news dd {
  width: 90.5%;
}
/*===== greeting =====*/
#greeting {
  position: relative;
  width: 100%;
  padding: 120px 0;
}
#greeting p {
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 2.1;
  margin-bottom: 30px;
}
#greeting p:last-of-type {
  margin-bottom: 0;
}
#greeting-intro {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 60px 0;
  display: flex;
}
#greeting-intro figure {
  order: 1;
  width: 50%;
}
#greeting-intro > div {
  order: 2;
  width: 38.5%;
  margin-left: 4.285%;
}
@media screen and (max-width:1400px) {
#greeting-intro > div {
  width: 45.715%;
}
}
#greeting-intro h2 {
  text-align: right;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 80px;
  letter-spacing: .05em;
}
#greeting-intro h2 span {
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin-top: .75em;
  letter-spacing: 1px;
}
#greeting-intro h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 1px;
  background: #000;
  right: 0;
  top: 100%;
  margin-top: 30px;
}
#greeting-intro h2::before {
  content: "";
  display: block;
  background: url("../img/top/bg_greeting.png") no-repeat left top /contain;
  width: 156px;
  height: 151px;
  position: absolute;
  top: -30px;
  left: 0;
}
#greeting-intro dt,
.greeting-box dt,
#greeting-member dt {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
  letter-spacing: .15em;
}
#greeting-intro dt.en-greeting-txt {
  line-height: 1.3;
}
#greeting-intro dt span {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}
.greeting-box dt,
#greeting-member dt {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 50px;
}
.greeting-box dd {
  width: 100%;
  display: flex;
}
.greeting-box dd > div {
  width: 45%;
  margin-right: 5%;
}
.greeting-box dd figure {
  width: 50%;
}
#greeting-member {
  width: 100%;
  max-width: 900px;
  margin: 80px auto 100px;
  border: 1px solid #ccc;
  position: relative;
  padding: 0 50px 85px;
}
#greeting-member dl {
  margin-top: -15px;
}
#greeting-member dt {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  margin: 0 auto 50px;
  text-align: center;
}
#greeting-member ul {
  display: flex;
  width: 90%;
  justify-content: center;
  margin-bottom: 30px;
}
#greeting-member ul:last-child {
  margin-bottom: -30px;
}
#greeting-member ul li {
  font-size: 18px;
  font-weight: 500;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 50%;
  letter-spacing: .1em;
}
#greeting-member ul li:first-child {
  margin-right: 30px;
  text-align: right;
}
.img-hr {
  background: url("../img/top/img_hr.jpg") no-repeat center /cover;
  width: 100%;
  min-height: 173px;
}
.body-en #greeting-intro h2 span {
  font-size: 14px;
}


@media all and (-ms-high-contrast:none) {
#greeting-member dl {
  margin-top: -12px;
}
}
/*===== room =====*/
#room {
  margin-bottom: 120px;
}
#slider {
  width: 100%;
  opacity: 0;
  display: none;
}
#slider.slick-initialized {
  opacity: 1;
  display: block;
}
#slider .slider-li {
  outline: none !important;
}
#slider .slider-li .slider-contents {
  position: relative;
  width: 100%;
}
#slider .slider-li .slider-contents p {
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  padding: 40px;
  letter-spacing: 1px;
  width: 43.3%;
  position: absolute;
  left: 4.2%;
  bottom: 0;
}
#slider .slider-li .slider-contents p.en-slider-txt {
  padding: 30px 20px;
  width: 65%;
}
#slider .slick-dots {
  display: none !important;
}
/*===== other =====*/
#other-contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 160px;
}
#other-contents > div {
  width: 48.333%;
}
#other-contents > div figure {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
/*===== mv =====*/
#mv {
  width: 100%;
  height: 75vh;
  margin-bottom: 35%;
  background: url(../img/top/mv4.jpg) no-repeat center /cover;
}
#mv > p {
  /* font-size: 3.5vw;
  letter-spacing: .2em;
  line-height: 1.4; */
  display: none;
}

#mv > p strong {
  font-size: 5.25vw;
  margin-bottom: 3.5%;
}
#reservation {
  background: rgba(255,255,255,1);
  padding: 4% 5%;
  bottom: inherit;
  top: 100%;
}
#reservation dl {
  width: 100%;
  display: block;
}
#reservation dl dt {
  font-size: 3.25vw;
  margin-right: 0;
  margin-bottom: 3.4%;
}
#reservation dl dd ul {
  display: block;
}
#reservation dl dd ul * {
  font-size: 2.25vw;
}
#reservation dl dd ul li:not(:last-child) {
  margin-right: 0;
  margin-bottom: 2%;
}
#reservation dl dd ul li input {
  padding: .5vw 1vw;
  width: 10vw;
}
#reservation dl dd ul li input[type="submit"] {
  width: 45%;
  font-size: 2.5vw;
  padding: 1.5vw;
  margin-right: 5%;
}
#reservation dl dd ul li .link-arrow {
  font-size: 2.25vw;
}
/*===== news =====*/
#news {
  padding: 5% 0;
}
#news > div {
  flex-direction: column;
}
#news > div div:first-child {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: none;
  padding-right: 0;
}
#news > div div:last-child {
  padding-left: 0;
  width: 100%;
  margin-top: 5%;
}
#news h2 {
  font-size: 4vw;
  margin-bottom: 0;
}
#news h2 span {
  display: inline-block;
  font-size: 2.5vw;
  margin-top: 0;
  margin-left: 1em;
}
#news dl {
  margin-bottom: 5%;
}
#news dl:last-child {
  margin-bottom: 0;
}
#news dt,
#news dd,
#news dd a {
  font-size: 2.25vw;
}
#news dt {
  width: 18%;
}
#news dd {
  width: 80%;
}
/*===== greeting =====*/
#greeting {
  padding: 12% 0;
}
#greeting p {
  font-size: 2.25vw;
  margin-bottom: 4%;
}
#greeting p:last-of-type {
  margin-bottom: 0;
}
#greeting-intro {
  padding: 0 5% 10% 5%;
  flex-direction: column;
}
#greeting-intro figure {
  display: none;
}
#greeting-intro > div {
  order: 1;
  width: 100%;
  margin-left: 0;
}
#greeting-intro h2 {
  font-size: 4vw;
  margin-bottom: 10%;
}
#greeting-intro h2 span {
  font-size: 2.5vw;
}
#greeting-intro h2::after {
  width: 5vw;
  margin-top: 4%;
}
#greeting-intro h2::before {
  width: 20vw;
  height: 19.3vw;
  top: -4vw;
}
#greeting-intro dt,
.greeting-box dt,
#greeting-member dt {
  font-size: 3.25vw;
  margin-bottom: 5%;
}
#greeting-intro dt span {
  margin-bottom: 4%;
}
.greeting-box dt,
#greeting-member dt {
  font-size: 3.5vw;
  margin-bottom: 6.66%;
}
.greeting-box dd {
  width: 100%;
  flex-direction: column;
}
.greeting-box dd > div {
  width: 100%;
  margin-right: 0;
  margin-top: 6.66%;
  order: 2;
}
.greeting-box dd figure {
  width: 75%;
  margin: 0 auto;
  order: 1;
}
#greeting-member {
  width: 90%;
  margin: 10% 5% 12%;
  padding: 0 4% 10%;
}
#greeting-member dl {
  margin-top: -2.5vw;
}
#greeting-member dt {
  padding: 0 2vw;
  margin: 0 auto 6.66%;
}
#greeting-member ul {
  width: 90%;
  margin-bottom: 4%;
}
#greeting-member ul:last-child {
  margin-bottom: -4%;
}
#greeting-member ul li {
  font-size: 2.5vw;
}
#greeting-member ul li:first-child {
  margin-right: 4%;
}
.img-hr {
  background: url("../img/top/img_hr.jpg") no-repeat center /cover;
  min-height: 15vh;
}
/*===== room =====*/
#room {
  margin-bottom: 12%;
}
#slider .slider-li .slider-contents p {
  font-size: 2.5vw;
  padding: 4%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: relative;
}
#slider .slider-li .slider-contents p.en-slider-txt {
  padding: 4%;
  width: 100%;
}
/*===== other =====*/
#other-contents {
  margin-bottom: 12%;
  flex-direction: column;
}
#other-contents > div {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#other-contents > div:first-child {
  margin-bottom: 12%;
}
#other-contents > div figure {
  width: 100%;
  margin-bottom: 8%;
}
}
@media screen and (max-width:425px) {
/*===== mv =====*/
#mv {
  margin-bottom: 40%;
}
#mv > p {
  font-size: 4.25vw;
}
#mv > p strong {
  font-size: 6.25vw;
}
#mv > p strong br {
  display: block;
}
#reservation dl dt {
  font-size: 4.5vw;
}
#reservation dl dd ul * {
  font-size: 3.25vw;
}
#reservation dl dd ul li input {
  width: 12vw;
}
#reservation dl dd ul li input[type="submit"] {
  font-size: 3.5vw;
}
#reservation dl dd ul li .link-arrow {
  font-size: 3.25vw;
}
.body-en #reservation dl dd ul li .link-arrow {
  font-size: 3vw;
}
.body-en #reservation dl dd ul li input[type="submit"] {
  width: 35%;
}
/*===== news =====*/
#news h2 {
  font-size: 5vw;
}
#news h2 span {
  font-size: 3.5vw;
}
#news dt,
#news dd,
#news dd a {
  font-size: 3.5vw;
}
#news dl {
  flex-direction: column;
}
#news dt {
  width: 100%;
}
#news dd {
  width: 100%;
  margin-top: 2%;
}
/*===== greeting =====*/
#greeting p {
  font-size: 3.25vw;
}
#greeting p br {
  display: none;
}
#greeting-intro h2 {
  font-size: 5vw;
}
#greeting-intro h2 span {
  font-size: 3.5vw;
}
#greeting-intro h2::after {
  width: 8vw;
}
#greeting-intro dt,
.greeting-box dt,
#greeting-member dt {
  font-size: 4.25vw;
}
.greeting-box dt,
#greeting-member dt {
  font-size: 4.5vw;
}
#greeting-member ul {
  width: 100%;
  justify-content: flex-start;
}
#greeting-member ul li {
  font-size: 3.5vw;
  width: auto;
}
#greeting-member ul li:first-child {
  text-align: left;
  width: 25%;
}
/*===== room =====*/
#slider .slider-li .slider-contents p {
  font-size: 3.5vw;
  padding: 4% 0;
}
}