@charset "UTF-8";
@font-face {
  font-family: "ShipporiGothicB2";
  src: url("../fonts/ShipporiGothicB2-Bold.ttf") format("truetype");
}
/***************************

foundation/base.scss

***************************/
:root {
  --white: #fff;
  --black: #333331;
  --l-gray: #DDDDDD;
  --font: "ShipporiGothicB2", "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --forum: "Forum", serif;
  --shipporib1: "Shippori Mincho B1", sans-serif;
  --shippori: "ShipporiGothicB2", sans-serif;
  --jost: "Jost", sans-serif;
}

* {
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  color: var(--black);
  font-family: var(--font);
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 2;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
}

a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.75;
}

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

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

p {
  margin: 0;
  line-height: 2.5;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (min-width: 390px) {
  p {
    font-size: 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-align: left;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

textarea {
  overflow: auto;
}

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

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

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

.wrapper {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5%;
}

@font-face {
  font-family: "ShipporiGothicB2";
  src: url("../fonts/ShipporiGothicB2-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ShipporiGothicB2";
  src: url("../fonts/ShipporiGothicB2-Bold.ttf") format("truetype");
}
/***************************

foundation/_animation.scss

***************************/
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/***************************

layout/_header.scss

***************************/
.header {
  position: relative;
  z-index: 999;
  background: transparent !important;
}

.header.-is-fixed {
  mix-blend-mode: difference;
}

.header.-is-fixed .header__nav_toggle {
  position: fixed;
  top: 50px;
  right: 25px;
  -webkit-animation: SlideDown 1s;
  animation: SlideDown 1s;
}

.header.-is-open {
  mix-blend-mode: normal;
}

.header.-is-open.-is-anime .header__nav_toggle, .header.-is-open.-is-fixed .header__nav_toggle {
  position: fixed;
  top: 50px;
  right: 25px;
  -webkit-animation: none;
  animation: none;
  transform: none;
  transition: unset;
}

.header.-is-open .header_lead_title {
  display: block;
}

.header.-is-open .header__logo .header__img.menu_close {
  display: none;
}

.header.-is-open .header__logo .header__img.menu_open {
  display: block;
}

.header.-is-open .header__nav_toggle_bar::before {
  transform: translateY(4px) rotate(165deg);
}

.header.-is-open .header__nav_toggle_bar::after {
  transform: translateY(-3px) rotate(-165deg);
}

.header.-is-open .header__nav_toggle_title:before {
  color: var(--white);
}

.header.-is-open .header__nav_toggle_bar::after {
  background: var(--white);
}

.header.-is-open .header__nav_toggle_bar::before {
  background: var(--white);
}

@media screen and (max-width: 759px) {
  .header.-is-open .header__nav_toggle_title:before {
    color: var(--black);
  }
  .header.-is-open .header__nav_toggle_bar::after {
    background: var(--black);
  }
  .header.-is-open .header__nav_toggle_bar::before {
    background: var(--black);
  }
}
.header.-is-open .header__nav_toggle {
  position: fixed;
  mix-blend-mode: normal;
}

.header.-is-open .header_wrap {
  z-index: 60;
  opacity: 1;
  z-index: 99;
  pointer-events: auto;
}

.header.-is-open .header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background: #F9F8F6;
  width: 100%;
  height: 100vh;
  transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
  .header.-is-open .header_wrap {
    height: calc(100% - 120px);
  }
}
.header.-is-open .header_wrap_img img.-zoom {
  -webkit-animation-name: zoomOutAnime;
  animation-name: zoomOutAnime;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.header.-is-open .header_contents {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 15px;
  padding-top: 250px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.header.-is-open .header_contents::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 350px) {
  .header.-is-open .header_contents {
    padding-top: 220px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 690px) {
  .header.-is-open .header_contents {
    padding: 35px;
    padding-top: 280px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .header.-is-open .header_contents {
    padding: 50px;
    padding-right: 20px;
    padding-top: 200px;
  }
}
@media screen and (min-width: 1300px) {
  .header.-is-open .header_contents {
    padding-top: 280px;
  }
}
@media screen and (max-width: 689px) {
  .header.-is-open .header_container {
    background: #F9F8F6;
  }
}
.header.-is-open .header_other_list i {
  z-index: 2;
}

.header__nav_toggle {
  cursor: pointer;
  display: inline-block;
  background: none;
  border: none;
  outline: none;
  text-align: center;
  position: relative;
  z-index: 999;
}

.header__nav_toggle {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
}

.header__nav_toggle {
  position: absolute;
  top: 50px;
  right: 15px;
}

@media screen and (min-width: 690px) {
  .header__nav_toggle {
    top: 50px;
    right: 25px;
  }
}
.header.-is-anime .header__nav_toggle {
  -webkit-animation: SlideUp 1s;
  animation: SlideUp 1s;
}

@-webkit-keyframes SlideDown {
  0% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes SlideDown {
  0% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes SlideUp {
  0% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes SlideUp {
  0% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0);
  }
}
.header__nav_toggle_bar {
  position: relative;
  margin: 8px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.header__nav_toggle_bar,
.header__nav_toggle_bar::before,
.header__nav_toggle_bar::after {
  display: block;
  width: 56px;
  height: 2px;
  background-color: var(--white);
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.5s;
}

.header__nav_toggle_bar::before,
.header__nav_toggle_bar::after {
  position: absolute;
  content: "";
}

.header__nav_toggle_bar {
  width: 56px;
}

.header__nav_toggle_bar::after {
  width: 56px;
}

.header__nav_toggle_bar::before {
  top: -4px;
}

.header__nav_toggle_bar::after {
  top: 3px;
}

.header__nav_toggle_title:before {
  content: "MENU";
  font-size: 20px;
  font-family: var(--forum);
  letter-spacing: 0.02em;
  color: var(--white);
}

@media screen and (min-width: 690px) {
  .header__nav_toggle_title:before {
    font-size: 28px;
  }
}
.header__nav_toggle_bar {
  background-color: transparent;
}

.header_wrap {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
}

@media screen and (min-width: 760px) {
  .header_wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.header_wrap .header_wrap_img {
  width: 100%;
  display: none;
  overflow: hidden;
}

@media screen and (min-width: 760px) {
  .header_wrap .header_wrap_img {
    max-width: 440px;
    display: block;
  }
}
.header_wrap .header_wrap_img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.sidebar__button-wrapper.header-open {
  right: 0;
  transform: translateX(0);
}

.sidebar__button-wrapper.header-open .sidebar__button {
  display: none;
}

@media screen and (min-width: 1200px) {
  .sidebar__button-wrapper.header-open {
    width: 100%;
  }
  .sidebar__button-wrapper.header-open #searchBox {
    justify-content: center;
  }
  .sidebar__button-wrapper.header-open .searchBox_container {
    width: 100%;
  }
}
.header_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  padding: 30px 15px;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .header_container {
    padding: 30px 50px;
    padding-bottom: 0;
  }
}
.header.-is-open .header_container {
  position: fixed;
}

.header_logo_wrap {
  gap: 20px 60px;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 760px) {
  .header_logo_wrap {
    max-width: calc(100% - 350px);
  }
}
@media screen and (min-width: 960px) {
  .header_logo_wrap {
    flex-direction: row;
    align-items: center;
    max-width: calc(100% - 440px);
  }
}
.header__logo {
  width: 80px;
}

@media screen and (min-width: 540px) {
  .header__logo {
    width: 100px;
  }
}
@media screen and (min-width: 960px) {
  .header__logo {
    width: auto;
  }
}
.header__logo .header__img.menu_close {
  display: block;
}

.header__logo .header__img.menu_open {
  display: none;
}

.header_lead_title {
  font-size: 18px;
  letter-spacing: 0.14em;
  line-height: 1.7;
  font-family: var(--shipporib1);
  display: none;
}

@media screen and (min-width: 690px) {
  .header_lead_title {
    font-size: 23px;
    letter-spacing: 0.1;
  }
}
.header_menu_wrap {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.header__nav {
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .header__nav {
    padding: 20px 30px;
    padding-right: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 1300px) {
  .header__nav {
    flex-direction: row;
    justify-content: space-between;
    padding: 90px 30px;
    padding-top: 0;
    gap: 10px;
  }
}
.header__nav_item a {
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.04em;
  font-size: 11px;
}

.header__nav_item a span {
  font-size: 24px;
  font-family: var(--forum);
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 350px) {
  .header__nav_item a span {
    font-size: 28px;
  }
}
@media screen and (min-width: 960px) {
  .header__nav_item a span {
    font-size: 40px;
  }
}
.header_other_box {
  border-top: 1px solid #E8E8E3;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}

@media screen and (min-width: 540px) {
  .header_other_box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.header_other_list {
  gap: 20px;
}

.header_other_list a {
  color: #CDC7BE;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: underline;
  font-size: 13px;
  font-weight: 500;
  padding-right: 23px;
}

.header_other_list a i {
  color: var(--white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
  z-index: -1;
}

.header_other_list a::after {
  content: "";
  background: #CDC7BE;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
  z-index: 0;
}

.header_sns_list {
  gap: 20px;
}

.header_sns_list a {
  color: #CDC7BE;
  font-size: 24px;
}

.header__nav_item a {
  display: block;
  opacity: 0;
  visibility: hidden;
  padding: 15px 0;
}

.header.-is-open .header__nav_item a {
  opacity: 1;
  visibility: visible;
}

.header.-is-open .header__nav_item:nth-child(2) a {
  transition-delay: 0.2s;
}

.header.-is-open .header__nav_item:nth-child(3) a {
  transition-delay: 0.4s;
}

.header.-is-open .header__nav_item:nth-child(4) a {
  transition-delay: 0.6s;
}

.header.-is-open .header__nav_item:nth-child(5) a {
  transition-delay: 0.8s;
}

.header__nav_item a:hover {
  color: #CDC7BE;
  opacity: 1;
}

/***************************

layout/_footer.scss

***************************/
/*////////////////////////

footer

////////////////////////*/
.footer {
  background: #2B2928;
}

.footer__nav_wrapper {
  padding: 40px 0;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 768px) {
  .footer__nav_wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__nav_wrapper {
    gap: 10px;
  }
}
.footer__name {
  margin-bottom: 5px;
}

.footer .header_other_list {
  margin-top: 10px;
}

.footer .header_other_list a {
  color: var(--l-gray);
}

.footer .header_other_list a::after {
  background: var(--l-gray);
}

.footer .header_other_list i {
  color: #2B2928;
  z-index: 2;
  right: 2px;
}

.footer .header_sns_list i {
  color: var(--l-gray);
}

.footer_lead_text {
  font-size: 23px;
  letter-spacing: 0.14em;
  font-weight: 400;
  font-family: var(--shipporib1);
}

.footer__copyright_Wrap {
  background: #1E1D1C;
  text-align: center;
  padding: 30px 0;
}

.footer__copyright {
  color: #474747;
  font-family: var(--jost);
  font-size: 13px;
  font-weight: 500;
}

/***************************

layout/_page-title.scss

***************************/
.title01 {
  font-family: var(--forum);
  line-height: 1.4;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 960px) {
  .title01 {
    padding-top: 55px;
  }
}


@media screen and (min-width: 540px) {
  .title01 {
    font-size: 64px;
  }
}
.title01 .sub_title::before {
  content: "";
  width: 100%;
  max-width: 100px;
}

.sub_title {
  font-family: var(--forum);
  font-size: 12px;
  letter-spacing: 0.16em;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

@media screen and (min-width: 540px) {
  .sub_title {
    margin-top: 50px;
  }
}
.sub_title::before {
  content: "";
  width: 100%;
  max-width: 40px;
  height: 1px;
  background: var(--black);
  display: block;
}

.title02 {
  font-family: var(--shipporib1);
  line-height: 1.2;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.11em;
}

@media screen and (min-width: 540px) {
  .title02 {
    font-size: 50px;
  }
}
.title03 {
  font-weight: 500;
  font-size: 26px;
  font-family: var(--shipporib1);
  line-height: 1.5;
}

@media screen and (min-width: 540px) {
  .title03 {
    font-size: 36px;
  }
}
.title04 {
  font-family: var(--forum);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}

/***************************

object/component/_box.scss

***************************/
.container_l {
  max-width: 1390px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

.container_1300 {
  max-width: 1360px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

.container_m {
  max-width: 1310px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

.container_s {
  max-width: 1120px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

/***************************

object/object/project/_home.scss

***************************/
.mv_lead_title {
  position: absolute;
  top: 100px;
  right: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  z-index: 10;
  display: flex;
  writing-mode: vertical-rl;
  color: #fff;
  font-family: var(--shipporib1);
}

@media screen and (min-width: 690px) {
  .mv_lead_title {
    top: 170px;
    right: 50px;
    top: 200px;
    right: 15px;
    font-weight: 500;
    font-size: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .mv_lead_title {
    right: 45px;
  }
}
.top_mv {
  position: relative;
  overflow: hidden;
}

.top_mv::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(34, 34, 34, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.top_mv_video {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 500px;
}

@media screen and (min-width: 540px) {
  .top_mv_video {
    padding-bottom: 56.25%;
  }
}
.top_mv_video video {
  position: absolute;
  top: 0;
  width: 900px;
  height: 100%;
  right: -60%;
}

@media screen and (min-width: 540px) {
  .top_mv_video video {
    width: 100%;
    height: 100%;
    right: 0;
  }
}

.top_mv_bnr{
	background:#E0E0E0;
	padding:20px 0;
	text-align:center;
	width:100%;
}
.top_mv_bnr button{
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-family: var(--forum);
	font-size:max(min(1.5vw,20px),14px);
	outline: none;
	padding: 0;
}
.top_mv_bnr button:before{
	aspect-ratio:121/128;
	background:url(../img/top/icon_movie.svg) no-repeat;
	background-position:center;
	background-size:contain;
	content:'';
	display:inline-block;
	margin-right:0.5em;
	translate:0 15%;
	width:1.2em;
}
.top_mv_bnr button:hover{
	border-bottom:1px solid #565656;
	/*text-decoration:underline;*/
	transition:1s ease;
}

@media screen and (min-width:500px){
	.top_mv_bnr button br{
		display:none;
	}
}
@media screen and (max-width:499px){
	.top_mv_bnr button{
		padding-left:1.9em;
		text-align:left;
		text-indent:-1.9em;
	}
}

.top_concept_bg {
  background: url(../img/top/concept_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  padding-top: 190px;
  padding-bottom: 250px;
}

@media screen and (min-width: 768px) {
  .top_concept_bg {
    padding-top: 190px;
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .top_concept_bg {
    padding-top: 225px;
    padding-bottom: 500px;
  }
}
.searchBox_container {
  width: 100%;
  background: var(--white);
  padding: 20px;
}

@media screen and (min-width: 1200px) {
  .searchBox_container {
    height: 120px;
    width: 825px;
  }
}
.top_concept_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media screen and (min-width: 960px) {
  .top_concept_wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.swiper-wrapper {
  transition-timing-function: linear;
}

.concept_Swiper {
  margin-top: -200px;
}

@media screen and (min-width: 768px) {
  .concept_Swiper {
    margin-top: -250px;
  }
}
@media screen and (min-width: 1300px) {
  .concept_Swiper {
    margin-top: -310px;
  }
}
.concept_Swiper .swiper-wrapper {
  padding-top: 50px;
}

.concept_Swiper .swiper-slide {
  height: 100%;
}

.top_concept_img {
  width: 100%;
}

.top_concept_img img {
  width: 100%;
}

.top_concept_img.--type01 {
  text-align: center;
}

.top_concept_img.--type01 img {
  width: 100%;
  max-width: 612px;
}

.top_concept_img.--type02 {
  text-align: center;
}

.top_concept_img.--type02 img {
  width: 100%;
  max-width: 380px;
}

.top_concept_img.--type03 {
  text-align: center;
  margin-top: -50px;
}

.top_concept_img.--type03 img {
  width: 100%;
  max-width: 506px;
  margin-top: auto;
  margin-top: auto;
}

.swiper-slide:has(.top_concept_img.--type01) {
  height: auto;
}

.swiper-slide:has(.top_concept_img.--type01) .top_concept_img {
  height: 100%;
  display: flex;
  align-items: center;
}

.bg-white {
  background: var(--white);
}

.flexbox_type01 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 200px;
  padding-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .flexbox_type01 {
    padding-top: 250px;
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 960px) {
  .flexbox_type01 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.parallax-box {
  width: 100%;
  height: 250px;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

@media screen and (min-width: 768px) {
  .parallax-box {
    height: 400px;
  }
}
@media screen and (min-width: 960px) {
  .parallax-box {
    height: 500px;
  }
}
.parallax-box.type02 {
  height: 800px;
}

@media screen and (min-width: 1200px) {
  .parallax-box.type02 {
    height: 960px;
  }
}
.parallax-box::after {
  content: "";
  background: url(../img/top/bg_room.jpg);
  background-position: center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.parallax-box.--room::after {
  background: url(../img/top/bg_room.jpg);
  background-position: center center;
  background-size: cover;
}

.parallax-box.--restaurant::after {
  background: url(../img/top/bg_pool.jpg);
  background-position: center center;
  background-size: cover;
}

.parallax-box.--sauna::after {
  background: url(../img/top/bg_sauna.jpg);
  background-position: center center;
  background-size: cover;
}

.parallax-box.--exterior::after {
  background: url(../img/top/bg_exterior.jpg);
  background-position: center center;
  background-size: cover;
}

.Resort_Swiper-r {
  margin-top: 20px;
}

.top_resort_img {
  width: 100%;
}

.top_resort_img img {
  width: 100%;
}

.bg_shadow {
  position: relative;
  height: 100%;
}

.bg_shadow::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(34, 34, 34, 0.59));
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
}

.sec_textbox {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  z-index: 5;
  color: #ECECEC;
}

@media screen and (min-width: 768px) {
  .sec_textbox {
    bottom: 65px;
  }
}
.sec_copy_text {
  font-family: var(--shipporib1);
  letter-spacing: 0.06em;
}

.sec_text {
  letter-spacing: 0.04em;
  line-height: 2;
}

.flexbox_type02 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 100px;
  padding-bottom: 150px;
}

@media screen and (min-width: 768px) {
  .flexbox_type02 {
    padding-top: 200px;
    padding-bottom: 215px;
  }
}
@media screen and (min-width: 960px) {
  .flexbox_type02 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .flexbox_type02 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.top_location {
  background: var(--white);
}

.top_location_img {
  width: 100%;
}

.top_location_img img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .top_location_img {
    width: 100%;
    max-width: 618px;
    text-align: right;
  }
  .top_location_img img {
    width: 100%;
    max-width: 565px;
  }
}
.flexbox_type02 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 100px;
  padding-bottom: 150px;
}

@media screen and (min-width: 768px) {
  .flexbox_type02 {
    padding-top: 200px;
    padding-bottom: 215px;
  }
}
@media screen and (min-width: 1024px) {
  .flexbox_type02 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.top_access {
  background: #F9F8F6;
  padding-top: 100px;
  padding-bottom: 90px;
}

@media screen and (min-width: 768px) {
  .top_access {
    padding-top: 160px;
    padding-bottom: 90px;
  }
}
.flexbox_type03 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media screen and (min-width: 1024px) {
  .flexbox_type03 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .top_access_textbox {
    padding-left: 50px;
  }
}
.top_access_img {
  text-align: center;
}

@media screen and (min-width: 1300px) {
  .top_access_img {
    margin-right: -20px;
  }
}
.top_access_address {
  font-size: 14px;
  color: #AEACA5;
  font-family: var(--shippori);
  line-height: 2;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .top_access_address {
    margin-top: 40px;
  }
}
.map_text {
  margin-top: 20px;
}

.map_text a {
  margin-left: 5px;
  text-decoration: underline;
  font-family: var(--shippori);
  letter-spacing: 0.08em;
  line-height: 2;
}

.top_access_imgbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  gap: 40px;
}

@media screen and (min-width: 768px) {
  .top_access_imgbox {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .top_access_imgbox {
    margin-top: 190px;
  }
}
@media screen and (min-width: 768px) {
  .top_access_imgbox02 {
    margin-top: -120px;
  }
}
.sidebar__button-wrapper {
  position: fixed;
  bottom: 0;
  right: 100px;
  transform: translateX(100%);
  transition: all 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 999;
}

@media screen and (min-width: 1200px) {
  .sidebar__button-wrapper {
    align-items: flex-start;
  }
}
.sidebar__button-wrapper.is-open {
  min-width: 280px;
  transform: translateX(0);
  right: 0;
}

@media screen and (min-width: 1200px) {
  .sidebar__button-wrapper.is-open {
    width: 100%;
  }
}
.sidebar__button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 100px;
  min-width:100px;
  height: 100px;
  background: #222222;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
  cursor: pointer;
}

.top_search_text {
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.top_search_text::before {
  content: "";
  background: url(../img/common/ico_calendar.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
}

.sidebar__button-wrapper.is-open .top_search_text::before {
  content: "";
  background: url(../img/common/close.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
}

#searchBox {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  #searchBox {
    flex-direction: row;
  }
}
#searchBox .rooms,
#searchBox .checkin,
#searchBox .nights,
#searchBox .adults,
#searchBox .children,
#searchBox .sort {
  border: none;
}

#searchBox .children {
  display: none;
}

#searchBox legend {
  font-size: 13px;
  color: #999999;
  letter-spacing: 0.01em;
}

#searchBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
  border: none;
  border-bottom: 1px solid #D2D2D2;
  background-image: url(../img/common/select_arrow.png);
  background-position: right 1px center;
  background-repeat: no-repeat;
  background-size: 9px 5px;
  padding-right: 15px;
  padding-bottom: 10px;
}

#searchBox .checkin {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 132px;
}

#searchBox .checkin_date {
  border-bottom: 1px solid #D2D2D2;
}

@media screen and (min-width: 1024px) {
   #searchBox .checkin_date {
  height: 66px;
   }
}


#searchBox #no_checkin label {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  font-size: 13px;
  color: #999999;
  letter-spacing: 0.01em;
}

#searchBox #no_checkin label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

#searchBox input[type=text] {
  border: none;
  width: 100%;
  max-width: 109px;
}

.field-button {
  width: 100%;
  max-width: 180px;
}

.reservation-link {
  display: inline;
  margin: 5px 0 0 20px;
  font-size: 12px;
  color: #777777;
  text-decoration: underline;
}

.field-button input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 15px;
  font-family: var(--shippori);
  letter-spacing: 0.01em;
  color: var(--white);
  background: #343331;
  display: inline-block;
  width: 100%;
  padding: 15px;
  margin: 0 0 0 20px;
  border-radius: 5px;
}



/***************************

object/utility/display.scss

***************************/
.relative {
  position: relative;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.none {
  display: none;
}

.flexbox {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-rev {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: col;
}

.flex-col-rev {
  flex-direction: col-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-around {
  justify-content: space-around;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-align-center {
  align-items: center;
}

.flex-align-baseline {
  align-items: baseline;
}

.flex-item {
  flex: 0 1 auto;
}

.flex-item0 {
  flex: 0 0 auto;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
/***************************

object/utility/_text.scss

***************************/
.fv {
  writing-mode: vertical-rl;
  letter-spacing: 3px;
}

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

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

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

@media screen and (min-width: 451px) {
  .t-center_pc {
    text-align: center;
  }
  .t-left_pc {
    text-align: left;
  }
  .t-right_pc {
    text-align: right;
  }
}
.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.fz-10 {
  font-size: 10px;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

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

.fz-17 {
  font-size: 17px;
}

.fz-18 {
  font-size: 18px;
}

.fz-19 {
  font-size: 19px;
}

.fz-20 {
  font-size: 20px;
}

.fz-21 {
  font-size: 21px;
}

.fz-22 {
  font-size: 22px;
}

.fz-23 {
  font-size: 23px;
}

.fz-24 {
  font-size: 24px;
}

.fz-25 {
  font-size: 25px;
}

.fz-26 {
  font-size: 26px;
}

.fz-27 {
  font-size: 27px;
}

.fz-28 {
  font-size: 28px;
}

.fz-29 {
  font-size: 29px;
}

.fz-30 {
  font-size: 30px;
}

.fz-31 {
  font-size: 31px;
}

.fz-32 {
  font-size: 32px;
}

.fz-33 {
  font-size: 33px;
}

.fz-34 {
  font-size: 34px;
}

.fz-35 {
  font-size: 35px;
}

.fz-36 {
  font-size: 36px;
}

.f-bold {
  font-weight: bold;
}

.f-normal {
  font-weight: normal;
}

.indent--1 {
  text-indent: -1em;
  padding-left: 1em;
}

.indent--2 {
  text-indent: -2em;
  padding-left: 2em;
}

.indent--3 {
  text-indent: -3em;
  padding-left: 3em;
}

.indent--4 {
  text-indent: -4em;
  padding-left: 4em;
}

.indent--5 {
  text-indent: -5em;
  padding-left: 5em;
}

.fc--l-gray {
  color: var(--l-gray);
}

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

.fc--black {
  color: var(--black);
}

.txtdeco-none {
  text-decoration: none;
}

.br_sp {
  display: block;
}

@media screen and (min-width: 540px) {
  .br_sp {
    display: none;
  }
}
/***************************

object/utility/spases.scss

***************************/
.m-0 {
  margin: 0;
}

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

.mb10 {
  margin-bottom: 10px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb300 {
  margin-bottom: 10px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

/***************************

object/utility/_font.scss

***************************/
.fv {
  writing-mode: vertical-rl;
  letter-spacing: 3px;
}

.uppercase {
  text-transform: uppercase;
}

.letterspace01 {
  letter-spacing: 2px;
}

.letterspace02 {
  letter-spacing: 4px;
}

.letterspace03 {
  letter-spacing: 1px;
}

.lineheight01 {
  line-height: 1.3;
}

.vertical {
  writing-mode: vertical-rl;
}


/***************************

// 250819 add

***************************/
.top_info {
  padding: 80px 0;
}

@media screen and (min-width: 768px) {
  .top_info {
    padding: 60px 0;
  }
}
.top_info .sub_title {
  margin-top: 0;
  font-size: 16px;
}

@media screen and (min-width: 960px) {
  .top_info .title02 {
    width: 100%;
    max-width: 160px;
  }
}
.top_info_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 960px) {
  .top_info_wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.info_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.info_item {
  width: 100%;
  max-width: 867px;
  gap: 5px 30px;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .info_item {
    flex-direction: row;
    gap: 23px;
  }
}
.date {
  font-size: 15px;
  width: 100%;
  max-width: 130px;
  letter-spacing: 0.04em;
  line-height: 2;
}

.info_title {
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 3px;
  letter-spacing: 0.03em;
}

/***************************

// 250826 add

***************************/
.btn {
  font-family: var(--shipporib1);
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s;
  margin-top: 20px;
}
.btn i {
  border: 1px solid var(--black);
  border-radius: 50%;
  margin-right: 5px;
}


/* 全体 */
.searchBox_container fieldset {
  border: none;
  margin: 0 8px 10px;
  padding: 0;
}

.searchBox_container legend {
  font-size: 13px;
  color: #333;
  margin-bottom: 3px;
  display: block;
}

/* プランタイプ */
.plan-type {
  margin: 5px 0 10px;
  width: 100%;
  max-width: 150px;
}

.plan-type label {
  display: block;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  margin-bottom: 5px;
}

/* 出発空港 */
.departure {
  margin-bottom: 10px;
}
.departure-label {
  font-size: 13px;
  color: #999999;
  margin-bottom: 3px;
  display: block;
}

/* 入力・セレクト共通 */
.searchBox_container select,
.searchBox_container input[type="text"],
.searchBox_container input[type="checkbox"],
.searchBox_container input[type="radio"] {
  font-size: 13px;
  padding: 3px;
}

.field-button {
  text-align: right;
  margin-top: 5px;
}

.sub-bgcolor {
  background-color: #333;
  color: #fff;
  padding: 6px 15px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}

.sub-bgcolor:hover {
  background-color: #000;
}

i.fa-solid.fa-bed,
i.fa-solid.fa-plane {
    margin: 0 10px 0;
}



/***************************

直接遷移ボタン

***************************/
    .floating-buttons {
      position: fixed;
      bottom: 0;
      right: 0;
      display: flex;
      flex-direction: row;
      z-index: 1000;
    }

    /* 各ボタン */
    .floating-buttons a {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      color: #fff;
      text-decoration: none;
      font-size: 15px;
      font-weight: 400; /* 少し華奢に */
      letter-spacing: 0.5px;
      padding: 10px 18px;
      border: none;
      border-radius: 0;
      transition: background-color 0.3s;
    }

    /* 宿泊ボタン */
    .floating-buttons a:first-child {
      background-color: #2b2928;
    }

    /* 航空ボタン */
    .floating-buttons a:last-child {
      background-color: #454545;
      border-left: 1px solid #5a5a5a;
    }

    /* ホバー時の色変化のみ */
    .floating-buttons a:first-child:hover {
      background-color: #3d3b3a;
    }

    .floating-buttons a:last-child:hover {
      background-color: #5a5a5a;
    }


    .floating-buttons i {
      font-size: 15px;
      opacity: 0.9;
    }


    .floating-buttons .plus {
      font-weight: 300;
      font-size: 14px;
      opacity: 0.8;
      margin: 0 2px;
    }


/***************************

2025/10/8 空室検索UIのレイアウト調整追加分

***************************/

.form-container form{
	display:flex;
	flex-direction: column;
	width:100%;
}

@media screen and (min-width: 1200px) {
	.is-open .form-container{
		width:calc(100% - 150px);
	}
	.header-open .form-container{
		width:628px;
	}
	.form-container form{
		flex-direction: row;
	}
}
@media screen and (max-width: 1199px){
	.field-button input[type=submit],
  .reservation-link {
		margin:0 auto;
	}
}

/***************************

2025/10/20 動画追加

***************************/

.full_mv{
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 50px
}

.video-wrap {
position: relative;
width: 80%;
max-width: 1200px;
}


video {
width: 100%;
height: auto;
display: block;
background: #000;
}

/***************************

2025/11/18 ヘッダー要素追加

***************************/

.footer_list {
    padding: 0 10px 20px;
}

.flex-list {
    display: flex;
}

@media screen and (max-width: 715px) {
    .flex-list {
        display: block;
    }
}


/*# sourceMappingURL=style.css.map */