:root {
  /* Font */
  --font-family--primary: 'Zen Old Mincho';

  /* Colors */
	--color-white: rgba(255, 255, 255, 1);
	--color-dark: rgba(48, 31, 30, 1);
	--color-red: #B50B28;
  --color-red-light: #DA1B33;
  --color-green: #3a664d;
  --color-purple: #423C74;
  --color-purple-light: #5959A6;
  --color-brown: #A58758;
  --color-gray: #C1C1C1;
  --color-pale-white: rgba(195, 187, 186, 1);
}

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

html {
  scroll-behavior: auto;
}

body {
  font-family: var(--font-family--primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8rem;
  color: var(--color-dark);
  overflow-x: hidden;
}

a {
  color: var(--color-dark);
  text-decoration: none;
  transition: all .5s;
}

a:hover {
  color: var(--color-red);
}

p {
  margin-bottom: 1rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 4rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.text-center {
  text-align: center !important;
}

.text-red {
  color: var(--color-red);
}

.text-white {
  color: var(--color-white);
}

.text-dark {
  color: var(--color-dark);
}

.text-pale-white {
  color: var(--color-pale-white);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.d-flex {
  display: flex;
}

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

.text-decoration {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6%;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .mb-1 {
    margin-bottom: 0.4rem !important;
  }

  .mb-2 {
    margin-bottom: 1rem !important;
  }
  .mb-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-4 {
    margin-bottom: 2rem !important;
  }

  .mb-5 {
    margin-bottom: 2.5rem !important;
  }

  .mt-5 {
    margin-top: 2.5rem !important;
  }

  .mt-2 {
    margin-top: 1rem !important;
  }
  
  .mt-3 {
    margin-top: 1.5rem !important;
  }
}

/* common style h */
h1, h2, h3, h4, h5, h6, .h7, .h8 {
  font-family: var(--font-family--primary);
}

h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 110px;
}

h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 96px;
  letter-spacing: 0.12em;
}

h3 {
  font-size: 32px;
  font-weight: 600;
  font-weight: 600;
  line-height: 51.2px;
  letter-spacing: 0.04em;
}

h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 44.8px;
  letter-spacing: 0.1em;
}

h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 38.4px;
  letter-spacing: 0.1em;
}

h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.1em;
}

.h7 {
  display: block;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 8%;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.h8 {
  display: block;
  font-size: 17px;
  font-weight: 600;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 28px;
  letter-spacing: 0.64px;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 43.2px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .h7 {
    font-size: 18px;
  }

  .h8 {
    font-size: 16px;
  }
}

/* common style h */

/* btn_button */
.btn-button {
  font-weight: 900;
  font-family: var(--font-family--primary);
  color: var(--color-dark);
  background-color: var(--color-white);
  padding: 11.5px 50px;
  display: inline-block;
  min-width: 300px;
  min-height: 54px;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.btn-button:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid rgba(27, 15, 12, 1);
  border-right: 2px solid rgba(27, 15, 12, 1);
  transform: rotate(45deg);
}

.btn-button:hover {
  background: rgba(255, 255, 255, 0.8);
}

/* pc,sp/on_off */
.pc {
	display: block;
}
.sp {
	display: none;
}
br.pc {
	display: inline-block;
}
br.sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}	
	br.pc {
		display: none;
	}
	br.sp {
		display: inline-block;
	}
}


/*********************************
1. Header
*********************************/

/* common cotentLayout css */
.header {
  width: 100%;
  height: 100%;
}

.contentLayout {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.icon-top {
  position: fixed;
  right: 30px;
	bottom: 4vh;
  background-image: url(../img/icon_top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 196px;
  height: 196px;
  z-index: 10;
  filter: drop-shadow(0px 3px 3px rgba(61, 38, 4, 0.25));
  display: flex;
}

@media screen and (max-width: 768px) {
  .icon-top {
    right: 4px;
    bottom: 4vh;
    background-image: url(../img/icon_top.png);
    width: 114px;
    height: 114px;
  }
}

/*********************************
2. S-Information
*********************************/
.s-information {
  width: 100%;
  height: 100%;
  padding: 5% 5% 8% 5%;
  position: relative;
  overflow: hidden;
}

.s-information::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/bg_s_information.png') white -0.178px 0px / 100.019% 111.491% no-repeat;
  background-size: cover;
  background-blend-mode: luminosity;
  pointer-events: none;
}

.s-information::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(270deg, rgba(27, 15, 12, 0.36) 0%, rgba(129, 72, 57, 0) 100%);
  backdrop-filter: blur(40);
  pointer-events: none;
}

.s-information .scroll {
  top: 10rem;
  left: 5%;
  position: absolute;
  height: auto;
}

.s-information .sub-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 3rem;
  align-items: flex-end;
}

.s-information .sub-content-layout img {
  padding-bottom: 25px;
}

.s-information .sub-content-layout .image-underline {
  height: 0px;
}

.s-information .sub-content-layout {
  position: relative;
}

.s-information .sub-content-layout .redirect-button {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(187, 187, 187, 1);
  right: 0;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.s-information .sub-content-layout .redirect-button::before {
  content: url(../img/icon_button.png);
  height: 24px;
}

.redirect-button:hover {
  box-shadow: 0 4px 8px 0 rgba(48, 31, 30, 0.2), 0 6px 20px 0 rgba(48, 31, 30, 0.19);
}

@media (max-width: 1340px) {
  .s-information .scroll {
    display: none;
  }
}

@media (max-width: 768px) {
  .s-information .sub-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    gap: 3rem;
    align-items: flex-end;
  }

  .s-information {
    padding: 12% 5% 15% 5%;
  }

  .s-information .fix-width {
    width: -webkit-fill-available;
  }

  .s-information::after {
    width: 0%;
    height: 100%;
  }
}



/*********************************
3. Main dining room
*********************************/
.s-main-dining-romm {
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, #503A38 0%, #2C100E 100%);
}

.s-main-dining-romm .bg-top {
  top: 0;
  position: absolute;
  background-position: top center;
  background-size: contain;
  min-width: 100%;
  background-image: url('../img/dining_room_bg_1.png');
  background-repeat: no-repeat;
  height: 350px;
  left: 0;
  right: 0;
  pointer-events: none;
}

.content-padding {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 6% 5%;
}

.s-main-dining-romm .img-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 4rem;
}

.img_content {
  display: block;
  width: 100%;
}

.border-inline-image {
  position: absolute;
  top: 0.9%;
  bottom: 0.9%;
  left: 0.7%;
  right: 0.6%;
  border:1px solid rgba(255, 255, 255, 1);
  pointer-events: none;
  z-index: 3;
}

.main-information {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  justify-content: center;
}

.sub-content-infor {
  display: flex;
  justify-content: flex-end;
}

.main-content-infor {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.label {
  display: flex;
  align-items: baseline;
  margin-bottom: 4px;
}

.button-redirect {
  width: 100%;
  height: auto;
}

.s-main-dining-romm .bg-bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
  background-image: url('../img/dining_room_bg_2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  pointer-events: none;
  left: 0;
  right: 0;
  height: 350px;
}

.img-decorate-2 {
  margin-bottom: 4rem;
}

.container {
  margin-bottom: 4rem;
}

.button-view-more {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .main-information {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .content-padding {
    padding: 15% 5%;
  }

  .s-main-dining-romm .img-wrapper {
    margin-bottom: 2rem;
  }

  .img-decorate-2 {
    margin-bottom: 2rem;
  }

  .border-inline-image {
    top: 1.2%;
    bottom: 1.2%;
    left: 1%;
    right: 1%;
    z-index: 3;
  }

  .container {
    margin-bottom: 3rem;
  }

  .btn-button {
    min-width: 287px;
    margin-bottom: 2rem;
  }

  .img-utensils {
    width: 100px;
    height: 130px;
  }

  .sub-content-infor {
    justify-content: center;
    margin-top: 2rem;
  }

  .s-main-dining-romm .button-view-more {
    margin-top: 0 !important;
  }
}

/*********************************
4. List image
*********************************/
.list-image {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 50% 50%;
}

/*********************************
5. Restaurant lakeside
*********************************/

.s-restaurant_lakeside {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.s-restaurant_lakeside::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/bg_s_information.png') white -0.178px 0px / 100.019% 111.491% no-repeat;
  background-size: cover;
  /* opacity: 100%; */
  background-blend-mode: luminosity;
  z-index: -3;
}

.s-restaurant_lakeside .container-first {
  padding: 6% 5% 0% 5%;
}

.s-restaurant_lakeside .container-second {
  padding-bottom: 5%;
} 

.s-restaurant_lakeside .img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0rem;
}

.s-restaurant_lakeside .main-image {
  position: relative;
  display: flex;
  justify-content: center;
}

.s-restaurant_lakeside .container-img {
  position: relative;
}

.img_content {
  z-index: 2;
}

.s-restaurant_lakeside .decorate-bg-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35%;
  width: 100%;
  height: 152px;
  background-color: var(--color-dark);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* align-items: center;  */
}


.s-restaurant_lakeside .border-inline-image {
  position: absolute;
  top: 1%;
  bottom: 1%;
  left: 0.6%;
  right: 0.6%;
  border:1px solid rgba(255, 255, 255, 1);
  pointer-events: none;
  z-index: 3;
}

.s-restaurant_lakeside .main-image hr.solid-top {
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.s-restaurant_lakeside .main-image hr.solid-bottom {
  border-top: 2px solid rgba(255, 255, 255, 1);
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}

.s-restaurant_lakeside .main-image .solid-top {
  padding-top: 6px;
}

.s-restaurant_lakeside .main-image .solid-bottom {
  padding-bottom: 6px;
}

.s-restaurant_lakeside .main-image .img_content {
  position: relative;
  max-width: 1080px;
  height: auto;
}

.s-restaurant_lakeside .main-information {
  width: 100%;
  width: 1080px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
}

.s-restaurant_lakeside .sub-information {
  padding-top: 4rem;
  width: 1080px;
}

.divider {
  position: relative;
}

hr.solid {
  border-top: 1px solid rgba(48, 31, 30, 1);
}

hr.solid::before {
  position: absolute;
  content: url('../img/big_star_dark.png');
  right: 10%;
  bottom: -21px;
}

.s-restaurant_lakeside .button-view-more {
  margin-top: 4rem;
  margin-bottom: 0;
}

.s-restaurant_lakeside .btn-button {
  margin-bottom: 0;
  background-color: var(--color-dark);
}

.s-restaurant_lakeside .btn-button:after {
  border-top: 2px solid rgba(255, 255, 255, 1);
  border-right: 2px solid rgba(255, 255, 255, 1);
}

.s-restaurant_lakeside .btn-button:hover {
  background: rgba(48, 31, 30, 0.8);
}


@media screen and (max-width: 1200px) {
  .s-restaurant_lakeside .container-second {
    padding: 0% 5% 6% 5%;
  }

  .s-restaurant_lakeside .main-image {
    padding: 0 5%;
  }
}

@media screen and (max-width: 1080px) {
  .s-restaurant_lakeside .main-information, .s-restaurant_lakeside .sub-information {
    width: auto;
  }

  .s-restaurant_lakeside .container-second {
    padding: 0% 5% 6% 5%;
  }
}

@media screen and (max-width: 768px) {
  .s-restaurant_lakeside .container-first {
    padding-top: 12%;
  }

  .s-restaurant_lakeside .container-second {
    padding-bottom: 15%;
  }

  .s-restaurant_lakeside .decorate-bg-img {
    bottom: 35%;
    height: 64px;
  }

  .s-restaurant_lakeside .sub-information {
    padding-top: 2em;
  }

  .img-decorate-7 {
    width: 100%;
  }
}

/*********************************
6. Hakone nadanmangaden
*********************************/
.s-hakone-nadamangaden {
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, #503A38 0%, #2C100E 100%);
}

.s-hakone-nadamangaden .bg-top {
  top: 0;
  position: absolute;
  background-position: top center;
  background-size: contain;
  min-width: 100%;
  background-image: url('../img/dining_room_bg_1.png');
  background-repeat: no-repeat;
  height: 350px;
  left: 0;
  right: 0;
  pointer-events: none;
}

.s-hakone-nadamangaden .img-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 4rem;
}

.s-hakone-nadamangaden .bg-bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
  background-image: url('../img/dining_room_bg_2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  pointer-events: none;
  left: 0;
  right: 0;
  height: 350px;
}

.s-hakone-nadamangaden .sub-content-infor {
  justify-content: flex-start;
}

.s-hakone-nadamangade .sub-content-infor {
  order: 1;
}

.s-hakone-nadamangade .main-content-infor {
  order: 2;
}

@media screen and (max-width: 768px) {
  .s-hakone-nadamangaden .img-wrapper {
    margin-bottom: 2rem;
  }

  .s-hakone-nadamangaden .sub-content-infor {
    justify-content: center;
    margin-top: 2rem;
  }

  .s-hakone-nadamangaden .sub-content-infor {
    order: 2;
  }

  .s-hakone-nadamangaden .main-content-infor {
    order: 1;
  }

  .s-hakone-nadamangaden .button-view-more {
    margin-top: 0 !important;
  }
}


/*********************************
4. Footer
*********************************/
/* s__footertop */
section.s__note.bg.bg-white {
  background: rgba(240, 240, 240, 1);
}

.s__note {
  padding: 4% 5%;
}

.s__note--content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 25.6px;
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1110px;
}

.social-content {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.insta, .fb {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  height: 86px;
  border-style: solid;
  border-color: rgba(48, 31, 30, 1);
  cursor: pointer;
  width: 440px;
}

.insta .h8, .fb .h8 {
  line-height: normal;
}

.insta-icon-redirect {
  position: absolute;
  right: 16px;
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(27, 15, 12, 1);
  border-right: 2px solid rgba(27, 15, 12, 1);
  transform: rotate(45deg);
}

.footer__top {
  padding-top: 70px;
  padding-bottom: 20px;
}

.footer__top > div {
  margin-bottom: 30px;
}

.footer__top--address .h2 {
  color: var(--color-dark);
  font-size: 32px;
  margin-bottom: 20px;
} 

.footer__top--address p {
  margin-bottom: 30px;
  font-weight: 500;
}

.footer__top--hotels li {
  font-weight: 500;
}

/* s__footercopyright */
.s__footercopyright {
  padding: .8rem 0;
  color: var(--color-white);
  background-color: var(--color-dark);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .5px;
}

.s__footercopyright p{
  font-family: Noto Serif JP;
  font-size: 12px;
  font-weight: 300;
  line-height: 15.2px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 960px) {
  .social-content {
    display: flex;
    flex-direction: column;
  }
  
}

@media screen and (max-width: 768px) {
  .s__note {
    padding: 12% 5%;
  }

  .social-content {
    display: flex;
    flex-direction: column;
  }

  .insta, .fb {
    width: 100%;
    height: 76px;
  }

  .insta .h8 {
    font-size: 12px;
  }

  .fb .h8 {
    font-size: 14px;
  }

  .container {
    margin-bottom: 2rem;
  }
}
@media (max-width: 567px) {
  .footer__top--hotels ul.style-1 li {
    display: block;
    border-color: transparent;
  }
  .s__footercopyright {
    line-height: 18px;
  }
}