@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
:root {
  --mv-tit: clamp(1.3rem, 2vw, 3rem);
  --sakura-tit: clamp(1.3rem, 2.3vw, 3.3rem);
  --tit-snow: clamp(0.7rem, 6.5vw, 4.5rem);
  --tokuten: clamp(2.5rem, 3vw, 10rem);

    --c_black: #343434;
    --r_beige: #FAF8F5;
    --c_beige: #EAE9E5;
    --c_gray: #6C6E73;
    --c_gray2: #707070;
    --c_brown: #B2AFA2;
    --fz12: clamp(10px, 9vw, 12px);
    --fz13: clamp(11px, 9vw, 13px);
    --fz14: clamp(12px, 1vw, 14px);
    --fz16: clamp(13px, 1.1vw, 16px);
    --fz18: clamp(15px, 1.3vw, 18px);
    --fz21: clamp(16px, 1.5vw, 21px);
    --fz24: clamp(17px, 1.7vw, 24px);
    --fz25: clamp(17px, 1.8vw, 25px);
    --fz30: clamp(18px, 2.1vw, 30px);
    --fz32: clamp(20px, 2.3vw, 32px);
    --fz35: clamp(22px, 2.5vw, 35px);
    --fz42: clamp(25px, 3vw, 42px);
}
@media only screen and (max-width: 768px) {
	:root {
		--fz14: clamp(12px, 3.5vw, 14px);
		--fz15: clamp(13px, 3.8vw, 15px);
		--fz16: clamp(14px, 4.1vw, 16px);
		--fz18: clamp(15px, 4.6vw, 18px);
		--fz24: clamp(20px, 6.1vw, 24px);
	}
}


html {
  scroll-behavior: smooth;
}

@media only screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}



/* 検索フォーム　新デザイン部分 */
/*search*/
div.nu-searchbox.nu-searchbox--home {
    flex-wrap: nowrap;
    max-width: inherit;
    width: 100%;
    margin-top: 0;
    background-color: #EFE5DD;
    box-shadow: none;
}
div.nu-searchbox__inp.nu-searchbox__inp--submit div {
    padding: 15px 12px;
    font-size: var(--fz14);
    background-color: #504840;
}
div.nu-searchbox__bttnbox {
    justify-content: center;
    align-items: flex-start;
    max-width: inherit;
    width: auto;
    border-left: none;
}
a.nu-searchbox__bttn, a.nu-searchbox__bttn:nth-of-type(2) {
    opacity: 1;
    align-items: flex-start;
    width: auto;
    padding: 0;
    color: var(--c_gray);
    text-align: left;
    background-color: transparent;
    border: none;
    border-bottom: 1px dotted var(--c_gray);
    border-radius: 0;
}
a.nu-searchbox__bttn:hover, a.nu-searchbox__bttn:nth-of-type(2):hover {
    opacity: .6;
    color: var(--c_gray)!important;
    background-color: transparent!important;
    border: none;
    border-bottom: 1px dotted var(--c_gray);
}
div.nu-searchbox__wrap {
    width: 100%;
}
.nu-searchbox_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1040px;
    width: 100%;
    margin: auto;
}
div.nu-searchbox__inp div, div.nu-searchbox__inp input, div.nu-searchbox__inp select {
    margin-top: 0;
    text-align: center;
    border: none;
}
div.nu-searchbox__tit {
    font-style: normal;
}
div.nu-searchbox__inp {
    border-left: 1px solid var(--c_gray);
}
div.nu-searchbox__wrap > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div.nu-searchbox__inp.nu-searchbox__inp:not(:first-of-type) {
    margin-left: 0;
}
div.nu-searchbox__wrap > div.nu-searchbox__inp--txt {
    margin: 0;
    padding: 0 8px;
}
div.nu-searchbox__inp.nu-searchbox__inp:last-of-type {
    margin-left: 25px;
}
@media only screen and (max-width: 1025px) {
    div.nu-searchbox__wrap > div {
        margin-right: 20px;
        font-size: 16px;
    }
    .nu-searchbox__inp div, .nu-searchbox__inp input, .nu-searchbox__inp select {
        max-width: 6.5em;
    }
    .nu-searchbox__inp select {
        min-width: 5em;
    }
}
@media only screen and (max-width: 900px) {
    .nu-searchbox_inner {
        flex-direction: column;
    }
    a.nu-searchbox__bttn, a.nu-searchbox__bttn:nth-of-type(2) {
        margin: 0 10px;
    }
    div.nu-searchbox__wrap > div {
        margin-right: 0;
    }
    .search-item.nu-searchbox__inp.nu-searchbox__inp--select {
        padding: 0 10px;
    }
    .nu-searchbox__inp div, .nu-searchbox__inp select {
        min-width: inherit;
        max-width: inherit;
    }
}
@media only screen and (max-width: 767px) {
    div.nu-searchbox.nu-searchbox--home {
        padding: 15px 20px;
    }
    div.nu-searchbox__bttnbox {
        display: none;
    }
    div.nu-searchbox__inp.nu-searchbox__inp:not(:first-of-type) {
        border-left: none;
    }
    div.nu-searchbox__inp.nu-searchbox__inp--txt+.nu-searchbox__inp.nu-searchbox__inp--txt {
        margin: 0;
    }
    div.nu-searchbox__inp.nu-searchbox__inp--txt {
        width: calc(30% - 10px);
        padding: 0;
        margin-right: 0;
        border-right: 1px solid var(--c_gray);
    }
    div.nu-searchbox__inp.nu-searchbox__inp--select {
        width: calc(40% - 10px);
    }
    div.nu-searchbox__wrap div.nu-searchbox__inp.nu-searchbox__inp--submit, div.nu-searchbox__wrap div.nu-searchbox__inp.nu-searchbox__inp:last-of-type {
        width: 30px;
        height: 30px;
        margin: 0;
    }
    div.nu-searchbox__inp.nu-searchbox__inp--submit div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    div.nu-searchbox__wrap {
        align-items: center;
    }
    div.nu-searchbox__wrap > div.nu-searchbox__tit {
        padding-bottom: 10px;
    }
    div.nu-searchbox__wrap > div.nu-searchbox__tit {
        align-items: flex-start;
    }
    div.nu-searchbox__inp div, div.nu-searchbox__inp input, div.nu-searchbox__inp select {
        font-size: var(--fz13);
        border-bottom: 1px dotted var(--c_gray);
    }
    div.nu-searchbox__wrap {
        max-width: 500px;
    }
    div.nu-searchbox__inp.nu-searchbox__inp--submit div i {
        display: block;
        transform: scale(-1, 1);
    }
    div.nu-searchbox__inp.nu-searchbox__inp--submit div span {
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    div.nu-searchbox__inp div, div.nu-searchbox__inp input, div.nu-searchbox__inp select {
        font-size: 9px;
    }
    div.nu-searchbox.nu-searchbox--home {
        padding: 15px 10px;
    }
}
/*//search*/



.nu-searchbox {
    padding: 20px;
    font-style: italic;
    font-weight: lighter;
    text-align: center;
    background: #FFF;
    color: #666;
}

.nu-searchbox.nu-searchbox--home {
    position: relative;
    z-index: 1001;
    width: calc(100% - 40px);
    margin: -20px auto 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.nu-searchbox__tit {
    width: 100%;
    padding-bottom: 0.6em;
    font-size: 17px;
}

.nu-searchbox__tit br {
    display: none;
}

.nu-searchbox__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nu-searchbox__inp {
    font-size: 14px;
    text-align: left;
}

.nu-searchbox__inp div, .nu-searchbox__inp input, .nu-searchbox__inp select {
    display: block;
    min-height: 2em;
    font-size: 16px;
    color: #666;
    border: 1px solid #ccc;
    background: none;
    box-shadow: none;
}

.nu-searchbox__inp.nu-searchbox__inp--submit {
    text-align: center;
}

.nu-searchbox__inp.nu-searchbox__inp--submit div {
    padding: 0.6em 2em;
    font-style: normal;
    color: #FFF;
    background: #BA2636;
    cursor: pointer;
}

.nu-searchbox__subtit {
    width: 100%;
    padding-top: 0.6em;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.25;
}

.nu-searchbox__bttnbox {
    margin-top: 8px;
    display: flex;
    justify-content: space-between
}

.nu-searchbox__bttn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 5px);
    padding: 1em 0.5em;
    font-style: normal;
    font-weight: normal;
    color: #FFF;
    background: #BA2636;
    border: 1px solid #BA2636;
    font-size: 12px;
    letter-spacing: 0;
    border-radius: 5px;
    transition: background-color ease 150ms, color ease 150ms;
}

.nu-searchbox__bttn:nth-of-type(2) {
    background: #333;
    border-color: currentColor;
}

.nu-searchbox__bttn:hover {
    color: #BA2636 !important;
    background: #FFF !important;
}

.nu-searchbox__inp.nu-searchbox__inp--submit {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-style: normal;
    font-weight: normal;
}

@media (max-width: 450px) {
	.nu-searchbox__wrap{
		justify-content: space-between;
	}
	
    .nu-searchbox__inp {
        width: 100%;
    }
    .nu-searchbox__inp input,
    .nu-searchbox__inp select {
        width: 100%;
        max-width: none;
    }
    .nu-searchbox__inp--txt,
    .nu-searchbox__inp--select{
	    font-size:0.7em;
	    letter-spacing:0;
    }
    .nu-searchbox__inp--txt{
	    width:35%;
	}
    .nu-searchbox__inp--select{
	    width:27%;
    }
    .nu-searchbox__inp+.nu-searchbox__inp {
/*         margin-top: 6px; */
    }
    .nu-searchbox__inp.nu-searchbox__inp--submit {
        margin-top: 8px;
    }
}

@media (min-width: 451px) and (max-width: 768px) {
    .nu-searchbox__inp.nu-searchbox__inp--txt {
        width: calc(50% - 8px);
    }

    .nu-searchbox__inp select, .nu-searchbox__inp input {
        width: 100%;
    }

    .nu-searchbox__inp.nu-searchbox__inp--txt+.nu-searchbox__inp.nu-searchbox__inp--txt {
        margin-left: 16px;
    }

    .nu-searchbox__inp.nu-searchbox__inp--select, .nu-searchbox__inp.nu-searchbox__inp--submit {
        margin-top: 8px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .nu-searchbox {
        max-width: 730px;
    }

    .nu-searchbox.nu-searchbox--home {
        margin-top: -72px;
    }

    .nu-searchbox__bttnbox {
        max-width: 600px;
        margin: 16px auto 0;
    }

    .nu-searchbox__inp div,
    .nu-searchbox__inp input,
    .nu-searchbox__inp select {
        margin-top: 8px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .nu-searchbox__inp select {
        min-width: 9em;
    }

    .nu-searchbox__inp.nu-searchbox__inp--submit div {
        padding: .25em 2em;
    }

    .nu-searchbox__inp.nu-searchbox__inp:not(:first-of-type) {
        margin-left: 8px;
    }

    .nu-searchbox__subtit {
        padding-top: 1em;
    }
}

@media (min-width: 1000px) {
    .nu-searchbox {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        max-width: 1010px;
    }
    .nu-searchbox__wrap {
        width: calc(100% - 200px);
    }
    .nu-searchbox__tit {
        width: auto;
        padding-bottom: 0;
        margin-right: 30px;
        text-align: left;
    }
    .nu-searchbox__tit br {
        display: block;
    }
    .nu-searchbox__inp {
        font-size: 16px;
    }
    .nu-searchbox__inp div, .nu-searchbox__inp input, .nu-searchbox__inp select {
        max-width: 8em;
    }
    .nu-searchbox__bttnbox {
        flex-shrink: 0;
        flex-direction: column;
        max-width: 200px;
        margin: 0;
        padding-left: 23px;
        border-left: 1px solid #b6ada5;
    }
    .nu-searchbox__bttn {
        width: 100%;
        line-height: 1.4;
        padding: 0.6em .5em;
    }
    .nu-searchbox__bttn:not(:first-child) {
        margin-top: 8px;
    }
    .nu-searchbox__subtit {
        width: 100%;
    }
}


div.nu-searchbox.nu-searchbox--home.searchbox_24 {
	max-width: 660px;
	width: 92%;
	padding: 15px;
	margin: auto;
	background: #fff;
	border-radius: 7px;
	transform: translateY(-50%);
	z-index: 10;
}
.searchbox_24 div.nu-searchbox_inner {
	max-width: inherit;
	width: 100%;
	margin: 0;
}
.searchbox_24 div.nu-searchbox__wrap > div.nu-searchbox__inp--txt {
	flex-direction: row;
	justify-content: flex-start;
	width: 49%;
	padding: 15px 20px;
	margin: 0 2px;
	border: 2px solid var(--c_black);
	border-radius: 10px;
}
.searchbox_24 div.nu-searchbox__inp.nu-searchbox__inp--txt::before {
	content: '\f133';
	font-size: var(--fz18);
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-style: normal;
}
.searchbox_24 div.search-item.nu-searchbox__inp.nu-searchbox__inp--select {
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 37%;
    padding: 15px 20px;
	margin: 0 2px;
    border: 2px solid var(--c_black);
    border-radius: 7px;
}
.searchbox_24 div.search-item.nu-searchbox__inp.nu-searchbox__inp--select::before {
	content: '\f007';
	font-size: var(--fz18);
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-style: normal;
}
.searchbox_24 div.nu-searchbox__inp.nu-searchbox__inp--submit, .searchbox_24 div.nu-searchbox__inp.nu-searchbox__inp:last-of-type {
	width: 24%;
	margin: 0 2px;
    border: none;
}
.searchbox_24 div.nu-searchbox__inp.nu-searchbox__inp--submit div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	line-height: 1;
	background: var(--c_red);
	border: 1px solid var(--c_red);
	border-radius: 7px;
	transition: all .3s ease;
}
.searchbox_24 div.nu-searchbox__inp.nu-searchbox__inp--submit div i {
	display: block;
	font-size: var(--fz21);
}
.searchbox_24 div.nu-searchbox__inp.nu-searchbox__inp--submit div:hover {
	color: var(--c_red);
	background: #fff;
}
.searchbox_24 .nu-searchbox__inp div, .searchbox_24 .nu-searchbox__inp input, .searchbox_24 .nu-searchbox__inp select, div.nu-searchbox.searchbox_24 {
	color: var(--c_black);
	font-size: var(--fz16);
}




.searchbox_24 div.nu-searchbox__wrap {
	flex-wrap: nowrap;
}



div.nu-searchbox.nu-searchbox--home.searchbox_24 .select_submit_wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
	align-items: initial;
    width: 49%;
}
div.nu-searchbox.nu-searchbox--home.searchbox_24 div.search-item.nu-searchbox__inp.nu-searchbox__inp--select {
	display: flex;
	width: 74%;
}

@media only screen and (max-width: 768px) {
	div.nu-searchbox.nu-searchbox--home.searchbox_24 {
		max-width: 340px;
		width: 82%;
	}
	.searchbox_24 div.nu-searchbox__wrap {
		flex-direction: column;
		max-width: inherit;
		align-items: initial;
	}
	.searchbox_24 div.nu-searchbox__wrap > div.nu-searchbox__inp--txt {
		width: 100%;
	}
	div.nu-searchbox.nu-searchbox--home.searchbox_24 .select_submit_wrap {
		width: 100%;
		margin-top: 7px;
	}
	.searchbox_24 div.nu-searchbox__inp div, .searchbox_24 div.nu-searchbox__inp input, .searchbox_24 div.nu-searchbox__inp select {
		font-size: var(--fz16);
		border-bottom: none;
	}
	.searchbox_24 div.nu-searchbox__wrap div.nu-searchbox__inp.nu-searchbox__inp--submit, .searchbox_24 div.nu-searchbox__wrap div.nu-searchbox__inp.nu-searchbox__inp:last-of-type {
		width: 25%;
		height: auto;
	}
}
/* 検索フォーム　新デザイン部分 */




.search-sakura {
  -webkit-box-shadow: 10px 3px 33px -13px #000;
  box-shadow: 10px 3px 33px -13px #000;
  margin: auto;
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #FFFFFF;
  bottom: -50px;
  text-align: center;
  width: 80%;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .search-sakura {
    bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    width: 800px;
    border-radius: 100px;
    padding: 10px 50px;
  }
}

.search-sakura .tit {
  font-weight: 800;
  font-size: 1rem;
  margin-right: 1rem;
}

.search-sakura .searchbox_24 div.nu-searchbox__wrap > div.nu-searchbox__inp--txt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
  padding: 0;
  margin: 0 2px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.search-sakura .searchbox_24 div.nu-searchbox__inp.nu-searchbox__inp--txt::before {
  display: none;
}

.search-sakura .searchbox_24 div.search-item.nu-searchbox__inp.nu-searchbox__inp--select {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 37%;
  padding: 0;
  margin: 0 2px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.search-sakura .searchbox_24 div.search-item.nu-searchbox__inp.nu-searchbox__inp--select::before {
  display: none;
}

.search-sakura .searchbox_24 div.nu-searchbox__inp.nu-searchbox__inp--submit div {
  background: #7c6360;
  border: none;
}

.search-sakura div.nu-searchbox.nu-searchbox--home.searchbox_24 {
  max-width: auto;
  width: 92%;
  padding: 0px;
  -webkit-transform: none;
  transform: none;
}

@media only screen and (min-width: 768px) {
  .view-sp {
    display: none !important;
  }
}

.view-pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .view-pc {
    display: inherit !important;
  }
}

.view-sp.sakura-top {
  margin-top: 10vw;
  margin-bottom: 5vw;
  position: relative;
  z-index: 10;
}

#sakura-lp {
  font-family: "century-gothic", sans-serif;
  font-style: normal;
  overflow: hidden;
  background: #fbfaf8;
  padding-bottom: 50px;
}

#sakura-lp h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: var(--sakura-tit);
  margin-bottom: 10px;
}

#sakura-lp .btn-base a {
  background: #7c6360;
  color: #FFFFFF;
  border-radius: 100px;
  display: inline-block;
  padding: 20px 40px;
  font-size: 0.8rem;
}

#sakura-lp #mv {
  height: 100vh;
  position: relative;
}

#sakura-lp #mv h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: var(--mv-tit);
  margin-bottom: 10px;
}
#sakura-lp #mv h3{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 21px;
  margin-bottom: 10px;
}

#sakura-lp #mv .btn-base {
  margin-top: 5vw;
  display: none;
}

@media only screen and (min-width: 768px) {
  #sakura-lp #mv .btn-base {
    display: inherit;
  }
}

@media only screen and (min-width: 768px) {
  #sakura-lp #mv .mv-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#sakura-lp #mv .mv-column .mv-logo {
  width: 120px;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  #sakura-lp #mv .mv-column .mv-logo {
    margin-bottom: 3vw;
    width: 120px;
    height: 120px;
  }
}

#sakura-lp #mv .mv-column .label {
  position: absolute;
  top: 47vw;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  #sakura-lp #mv .mv-column .label {
    display: inherit;
    position: relative;
    top: inherit;
    margin-top: 20px;
  }
}

#sakura-lp #mv .mv-column .column-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  background: url(img_2024/sakura/obj01_sp.png) center top/cover no-repeat;
  height: 100%;
  height: calc(30vh - 0px);
  height: calc(30dvh - 0px);
  position: relative;
}

@media only screen and (min-width: 768px) {
  #sakura-lp #mv .mv-column .column-l {
    width: 35%;
    background: url(img_2024/sakura/bg_mv.png) center top/cover no-repeat;
    height: calc(100vh - 0px);
    height: calc(100dvh - 0px);
  }
}

#sakura-lp #mv .mv-column .column-l-inner {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

#sakura-lp #mv .mv-column .column-l .obj13 {
  position: absolute;
  bottom: -30vw;
  margin-left: -10vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

#sakura-lp #mv .mv-column .column-l .obj13 img {
  width: 50vw;
}

#sakura-lp #mv .mv-column .mv-main {
  position: relative;
  height: calc(70vh - 0px);
  height: calc(70dvh - 0px);
}

@media only screen and (min-width: 768px) {
  #sakura-lp #mv .mv-column .mv-main {
    width: 65%;
    height: calc(100vh - 0px);
    height: calc(100dvh - 0px);
  }
}

#sakura-lp #mv .mv-column .mv-main img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  #sakura-lp #mv .mv-column .mv-main img {
    -o-object-position: center top;
    object-position: center top;
  }
}

#sakura-lp #mv .mv-column .mv-main .label {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#sakura-lp #mv .mv-column .mv-main .frame {
  position: absolute;
  top: -1px;
  width: 100%;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  #sakura-lp #mv .mv-column .mv-main .frame {
    display: none;
  }
}

#sakura-lp #top-slider {
  position: relative;
}

#sakura-lp #top-slider .swiper-wrapper {
  height: calc(70vh - 0px);
  height: calc(70dvh - 0px);
}

@media only screen and (min-width: 768px) {
  #sakura-lp #top-slider .swiper-wrapper {
    height: 100vh;
  }
}

#sakura-lp #top-slider .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  top: 60px;
  padding-right: 3vw;
}

@media only screen and (min-width: 768px) {
  #sakura-lp #top-slider .swiper-pagination {
    padding-right: 6vw;
    bottom: 3vw;
    top: inherit;
  }
}

#sakura-lp #top-slider .swiper-pagination .swiper-pagination-bullet {
  margin: 3px 0;
  background: #FFFFFF;
  opacity: 1;
  width: 12px;
  height: 12px;
}

#sakura-lp #top-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #7c6360;
}

#sakura-lp .about {
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 10vw;
  background: url(img_2024/sakura/obj02_sp.png) left bottom/contain no-repeat;
  padding-bottom: 1vw;
  background-size: 100%;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .about {
    background: url(img_2024/sakura/bg_about.png) center left/cover no-repeat;
    aspect-ratio: 16 / 9;
  }
}

@media only screen and (max-width: 768px) {
  #sakura-lp .about{
    background: none;
  }
  #sakura-lp .about .getting-l{
    width: 80%;
    margin: 0 auto;
  }
  #sakura-lp .about .getting-l h3{
    display: none;
  }
}

#sakura-lp .about .getting-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .about .getting-column .getting-l {
    width: 60%;
    padding-left: 30vw;
  }
}

#sakura-lp .about .getting-column .getting-r {
  display: none;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .about .getting-column .getting-r {
    width: 40%;
    display: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

#sakura-lp .about .obj12 {
  position: absolute;
  right: 0;
  top: 0;
}

#sakura-lp .about .obj12 img {
  width: 50vw;
}

#sakura-lp .about .sub {
  font-size: 0.9rem;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .about .sub {
    font-size: 1.1rem;
  }
}

#sakura-lp .about .txt {
  margin: 30px auto;
  text-align: left;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .about .txt {
    margin: 30px auto;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #sakura-lp .about .txt{
    display: none;
  }
}

#sakura-lp .about .sp-map {
  margin-top: 10vw;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .about .sp-map {
    display: none;
  }
}

#sakura-lp .about .obj01 {
  position: absolute;
  top: 6vw;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .about .obj01 {
    left: 0;
    top: -8vw;
  }
}

#sakura-lp .about .obj01 img {
  width: 60%;
  float: left;
}

#sakura-lp .about .btn-wrap {
  margin-top: 5vw;
}

#sakura-lp .about .btn-wrap .btn-base:nth-child(1) {
  margin-bottom: 20px;
}

#sakura-lp .relaxing {
  position: relative;
  padding-top: 20vw;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .relaxing {
    padding-top: 0;
  }
}

#sakura-lp .relaxing .tit-wrap {
  padding: 4.5vw 0 0;
}

#sakura-lp .relaxing .tit-wrap .txt {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 1025px) {
  #sakura-lp .relaxing .tit-wrap .txt {
    text-align: center;
  }
}

#sakura-lp .relaxing .obj02 {
  position: absolute;
  top: -25vw;
  right: 0;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .relaxing .obj02 {
    right: 0;
    top: 0;
  }
}

#sakura-lp .relaxing .obj02 img {
  width: 60vw;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .relaxing .obj02 img {
    width: 20vw;
    float: right;
  }
}

#sakura-lp .relaxing .pic {
  width: 100%;
}

#sakura-lp .relaxing .pic img {
  width: 100%;
}

#sakura-lp .relaxing h3 {
  text-align: center;
}

#sakura-lp .relaxing .txt {
  text-align: center;
}

#sakura-lp .relaxing .relaxing-block {
  padding: 5vw;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .relaxing .relaxing-block {
    padding: 0;
  }
}

#sakura-lp .relaxing .icon {
  margin: auto;
  height: 5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#sakura-lp .relaxing .icon img {
  width: 18vw;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .relaxing .icon img {
    width: 5vw;
  }
}

#sakura-lp .relaxing .icon.tatoo img {
  width: 14vw;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .relaxing .icon.tatoo img {
    width: 4vw;
  }
}

#sakura-lp .relaxing .icon.onsen img {
  width: 14vw;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .relaxing .icon.onsen img {
    width: 4vw;
  }
}



#sakura-lp .relaxing .tit {
  text-align: center;
  font-size: 1.5rem;
  padding: 1vw 0;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  #sakura-lp .relaxing .tit{
    padding-top: 5vw;
  }
}

#sakura-lp .relaxing .txt {
  text-align: left;
}

#sakura-lp .relaxing .btn-center {
  text-align: center;
  margin-top: 0px;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .relaxing .btn-center {
    margin-top: 0vw;
  }
}

#sakura-lp .relaxing .btn-base {
  margin-top: 20px;
}

#sakura-lp .relaxing .btn-base a {
  border-radius: 100px;
}

#sakura-lp .relax-inner {
  margin: 5vw auto;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .relax-inner {
    width: 90%;
    margin: 3vw auto;
  }
}

#sakura-lp #relax-slider {
  padding-bottom: 20vw;
}

@media only screen and (min-width: 768px) {
  #sakura-lp #relax-slider {
    padding-bottom: 0;
  }
}

#sakura-lp #relax-slider .swiper-pagination {
  bottom: 50px;
}

@media only screen and (min-width: 768px) {
  #sakura-lp #relax-slider .swiper-pagination {
    bottom: -10px;
  }
}

#sakura-lp #relax-slider .swiper-pagination-bullet {
  position: relative;
  margin: 0 30px;
}

#sakura-lp #relax-slider .swiper-pagination-bullet:nth-child(1)::after {
  content: "";
  display: block;
  background: url(img_2024/sakura/icon01.svg) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#sakura-lp #relax-slider .swiper-pagination-bullet:nth-child(2)::after {
  content: "";
  display: block;
  background: url(img_2024/sakura/icon02.svg) no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#sakura-lp #relax-slider .swiper-pagination-bullet:nth-child(3)::after {
  content: "";
  display: block;
  background: url(img_2024/sakura/icon03.svg) no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#sakura-lp #relax-slider .swiper-pagination-bullet-active {
  background: #000;
}

@media only screen and (min-width: 1025px) {
  #sakura-lp #relax-slider {
    /*スライドが非アクティブのときは矢印ボタンを非表示にする*/
    /*スライドが非アクティブのとき,スライドをgridレイアウトに変更*/
  }
  #sakura-lp #relax-slider.swiper:not(.swiper-initialized) .swiper-button-prev,
  #sakura-lp #relax-slider.swiper:not(.swiper-initialized) .swiper-button-next {
    display: none;
  }
  #sakura-lp #relax-slider.swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

#sakura-lp .cherry {
  margin-top: 100px;
}

@media only screen and (min-width: 1025px) {
  #sakura-lp .cherry {
    margin-top: 0;
  }
}

#sakura-lp .cherry h3 {
  text-align: center;
  margin-top: 10vw;
}

#sakura-lp .cherry .txt {
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 10;
  width: 90%;
}

#sakura-lp .cherry .map {
  position: relative;
  top: -10vw;
}

#sakura-lp .cherry .map::after {
  content: "";
  display: block;
  margin-top: -25vw;
}

#sakura-lp .movie {
  background: url(img_2024/sakura/obj04.png) left bottom no-repeat;
  background-size: 18%;
}

#sakura-lp .movie .movie-inner {
  margin: 3vw auto 0;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .movie .movie-inner {
    width: 80%;
    position: relative;
    top: -8vw;
  }
}

#sakura-lp .movie h3 {
  text-align: center;
}

#sakura-lp .movie .youtube-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  margin: 3vw 0;
}

#sakura-lp .movie .txt {
  max-width: 1000px;
  margin: auto;
  width: 90%;
}

#sakura-lp .movie .btn-wrap {
  width: 90%;
  margin: auto;
}

#sakura-lp .movie .btn-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .movie .btn-wrap ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

#sakura-lp .movie .btn-wrap ul li {
  margin-bottom: 2vw;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .movie .btn-wrap ul li {
    margin: 0 1vw;
  }
}

#sakura-lp .pic-wide {
  margin-top: 10vw;
}

#sakura-lp .subtxt {
  display: block;
  font-weight: bold;
  margin-top: 50px;
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .subtxt {
    text-align: left;
  }
}

#sakura-lp .subtxt span {
  font-family: "Shippori Mincho", serif;
  background: #fbfaf8;
  padding: 0 20px 0 0;
  position: relative;
  z-index: 10;
  font-weight: 800;
  font-style: normal;
  font-size: 1rem;
}

#sakura-lp .subtxt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 15px;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .yukata-inner {
    background: url(img_2024/sakura/obj05.png) left top no-repeat;
    background-size: 25%;
    padding-top: 5vw;
  }
}

#sakura-lp .yukata-obj {
  background: url(img_2024/sakura/obj16.png) center top 47% no-repeat;
  background-size: 100%;
}

@media only screen and (min-width: 1025px) {
  #sakura-lp .yukata-obj {
    background: url(img_2024/sakura/obj06.png) center center no-repeat;
    background-size: 35%;
  }
}

#sakura-lp .yukata-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .yukata-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  #sakura-lp .yukata-column .detail {
    width: 47%;
  }
}

#sakura-lp .yukata-column .detail h3 {
  text-align: center;
  margin-bottom: 50px;
}

#sakura-lp .yukata-column .pic {
  margin-bottom: 5vw;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .yukata-column .pic {
    width: 47%;
    margin-bottom: 0;
  }
}

#sakura-lp .yukata-column .pic img {
  border-radius: 20px;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .yukata-column.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

#sakura-lp .yukata-column .mg-t {
  margin-top: 20px;
}

#sakura-lp .yukata-column .btn-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

#sakura-lp h3.view-sp {
  text-align: center;
  margin-top: 5vw;
}

#sakura-lp .choice {
  position: relative;
  padding-top: 30vw;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .choice {
    padding-top: 0;
  }
}

#sakura-lp .choice .obj07 {
  position: absolute;
  right: 0;
  top: -0vw;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .choice .obj07 {
    top: -10vw;
  }
}

#sakura-lp .choice .obj07 img {
  width: 80vw;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .choice .obj07 img {
    width: 37vw;
  }
}

#sakura-lp .choice .obj12 {
  position: absolute;
  left: 0;
  top: -10vw;
}

#sakura-lp .choice .obj12 img {
  width: 20vw;
}

#sakura-lp .choice h3 {
  text-align: center;
}

#sakura-lp .choice #choice-slider {
  overflow: visible;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .choice #choice-slider {
    overflow: hidden;
  }
}

#sakura-lp .choice .choice-inner {
  width: 80%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .choice .choice-inner {
    overflow: hidden;
  }
}

#sakura-lp .choice .choice-block {
  border-radius: 20px;
  border: 1px solid #ccc;
}

#sakura-lp .choice .choice-block .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

#sakura-lp .choice .choice-block h4 {
  padding: 20px;
}

#sakura-lp .moon{
    display: flex;
    margin: 80px auto 5vw;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;

}
#sakura-lp .moon .detail{
    width: 47%;
}
#sakura-lp .moon .pic{
    width: 47%;
    margin-bottom: 0;
}
#sakura-lp .moon .pic img{
    border-radius: 20px;
}
@media only screen and (max-width: 768px) {
    #sakura-lp .moon .pic img{
        width: 80%;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 768px) {
    #sakura-lp .moon{
        margin-top: 40px;
        flex-direction: column;
    }
    #sakura-lp .moon h3 {
        text-align: center;
        padding: 33vw 0 4.5vw;
        background: url(img_2024/sakura/obj_sp07.png) center top/cover no-repeat;
    
    }
    #sakura-lp .moon .detail{
        width: 80%;
    }
    #sakura-lp .moon .pic{
        width: 80%;
        margin-bottom: 0;
    }
}


@media only screen and (min-width: 768px) {
  #sakura-lp .moon h3 {
    text-align: center;
    /*padding: 7vw 0 4.5vw;
    background-size: 100%;
    background: url(img_2024/sakura/obj08.png) center top/cover no-repeat;*/
  }
}
#sakura-lp .moon .txt{
  max-width: 1000px;
  margin: 0 auto 1vw;
  position: relative;
  z-index: 10;
  width: 90%;
}
#sakura-lp .moon .detail {
  background: url(img_2024/sakura/obj09.png) center bottom/contain no-repeat;
  background-size: 20vw;
  padding-bottom: 8vw;
}

#sakura-lp .moon .moon-column {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .moon .moon-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  #sakura-lp .moon .moon-column .moon-block {
    width: 30%;
  }
}

#sakura-lp .moon .moon-column .moon-block img {
  border-radius: 20px;
}

#sakura-lp .moon .pic-wrap {
  margin-top: 50px;
}

#sakura-lp .moon .pic-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sakura-lp .moon .pic-wrap ul img {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

#sakura-lp .moon .btn-wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
  width: 100%;
}

#sakura-lp .moon .btn-wrap .btn-base {
  width: 100%;
}

#sakura-lp .moon .btn-wrap .btn-base:nth-child(1) {
  margin-bottom: 10px;
}

#sakura-lp .moon .btn-wrap a {
  font-size: 80%;
  border-radius: 20px;
  width: 100%;
  display: block;
}

#sakura-lp .ryokan {
  margin-top: 5vw;
  position: relative;
}

#sakura-lp .ryokan .obj14 {
  position: absolute;
  top: 0;
  z-index: 10;
}

#sakura-lp .ryokan .obj14 img {
  width: 100%;
}

#sakura-lp .ryokan h3 {
  text-align: center;
  padding-top: 13vw;
  padding-bottom: 5vw;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .ryokan h3 {
    background: url(img_2024/sakura/obj10.png) center top no-repeat;
    padding-bottom: 3vw;
    padding-top: 0;
    background-size: 70%;
  }
}

#sakura-lp .ryokan .txt {
  max-width: 1000px;
  margin: 3vw auto;
  width: 90%;
}

#sakura-lp .ryokan .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 90%;
  margin: auto;
}

/*---RYOKAN SLIDER---*/
#sakura-lp .ryokan .slide_temp1 .slick-list {
  padding: 5px;
}
#sakura-lp .ryokan .slide_temp1.slick-slider {
    max-width: 1065px;
  width: 100%;
    margin: 0 auto 2.2vw;
}
#sakura-lp .ryokan .slide_temp1 .slide_block.slick-slide {
  width: 335px;
  height: 335px;
  padding-bottom: 10px;
  margin: 0 10px;
}
#sakura-lp .ryokan .slide_temp1.l .slide_block.slick-slide {
  height: 475px;
}
#sakura-lp .ryokan .slide_temp1 .slide_block.slick-slide a {
  display: block;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 5px 5px rgba(0,0,0,.3);
  overflow: hidden;
}
#sakura-lp .ryokan .slide_temp1 .slide_block.slick-slide .post_img23 {
  height: 100%;
}
#sakura-lp .ryokan .slide_temp1 .slide_block.slick-slide .post_img23::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, transparent 70%, rgba(0,0,0,.6) 100%);
  z-index: 1;
}
#sakura-lp .ryokan .slide_temp1 .slide_block.slick-slide .pr_tag {
    position: absolute;
    top: 10px;
    left: 15px;
    display: block;
    padding: .3em 1em;
  color: #333;
    font-size: var(--fz16);
    font-weight: 600;
    line-height: 1;
  background-color: #ccc;
    border-radius: 9999px;
    z-index: 1;
}
#sakura-lp .ryokan .slide_temp1 .slide_block.slick-slide .tit {
  position: absolute;
  bottom: 25px;
  left: 25px;
  margin-bottom: 0;
  color: #fff;
  font-size: var(--fz24);
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(0,0,0.7);
  z-index: 2;
  max-width: 300px;
}
#sakura-lp .ryokan .slide_temp1 .slide_block.slick-slide .tit span {
  display: block;
  font-size: .75em;
}
#sakura-lp .ryokan .slide_temp1 .slide_block.slick-slide .place {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: calc(100% - 40px);
  width: auto;
  padding: .3em .7em .4em;
  color: var(--c_black);
  font-size: var(--fz16);
  letter-spacing: 0;
  line-height: 1;
  text-transform: capitalize;
  background: #fff;
  border-radius: .75em;
}
#sakura-lp .ryokan .slide_temp1 .slide_block.slick-slide .place::before {
  content: '';
  flex-shrink: 0;
  display: block;
  width: .7em;
  height: .9em;
  margin-top: .05em;
  margin-right: .3em;
  background: url("./img_2024/icon_point.png") center center/contain no-repeat;
}
#sakura-lp .ryokan button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
  width: 25px;
  height: 25px;
}
#sakura-lp .ryokan .nu-content button.slick-prev.slick-arrow:before, .nu-content button.slick-next.slick-arrow::before {
  width: 100%;
  height: 100%;
  color: var(--c_black);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: transparent;
}
#sakura-lp .ryokan .nu-content button.slick-prev.slick-arrow:before {
  content: '\f053';
}
#sakura-lp .ryokan .nu-content button.slick-next.slick-arrow::before {
  content: '\f054';
}
#sakura-lp .ryokan .slide_temp1.c .slick-track {
    display: flex;
}
#sakura-lp .ryokan .slide_temp1.c .slide_block.slick-slide {
  height: auto;
}
#sakura-lp .ryokan .slide_temp1.c .slide_block.slick-slide a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
#sakura-lp .ryokan .slide_temp1.c .slide_block.slick-slide .post_img23 {
  flex-shrink: 0;
  height: auto;
  padding-top: 107%;
}
#sakura-lp .ryokan .slide_temp1.c .slide_block.slick-slide .cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  color: var(--c_black);
}
#sakura-lp .ryokan .slide_temp1.c .slide_block.slick-slide .head {
  margin-bottom: 1em;
  font-size: var(--fz21);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
}
#sakura-lp .ryokan .slide_temp1.c .slide_block.slick-slide .price {
  margin-bottom: 1em;
  font-size: var(--fz18);
  font-weight: 400;
  letter-spacing: 0;
}
#sakura-lp .ryokan .slide_temp1.c .slide_block.slick-slide .cat_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
}
#sakura-lp .ryokan .slide_temp1.c .slide_block.slick-slide .cat_wrap span {
  display: block;
    padding: .4em 1em .5em;
    margin-right: .5em;
  margin-bottom: .5em;
    font-size: var(--fz14);
    background: #d3d0c8;
    border-radius: 2em;
}

#sakura-lp .ryokan .post_img23 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#sakura-lp .ryokan .post_img23 img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
#sakura-lp .ryokan a.post_img23 {
    display: block;
}
#sakura-lp .ryokan a.post_img23 img {
    transition: all .3s ease;
}
#sakura-lp .ryokan a.post_img23:hover img {
    transform: translate(-50%, -50%) scale(1.03);
}

/*--RYOKAN SLIDER END--*/



@media only screen and (min-width: 768px) {
  #sakura-lp .ryokan .btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

#sakura-lp .ryokan .btn-wrap a {
  border-radius: 20px;
}

#sakura-lp .ryokan .btn-wrap .btn-base {
  margin: 2vw 0;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .ryokan .btn-wrap .btn-base {
    margin: 0 1vw;
  }
}

#sakura-lp .access {
  position: relative;
}

#sakura-lp .access .obj15 {
  position: absolute;
  top: 0;
}

#sakura-lp .access .tit-wrap {
  position: relative;
  text-align: center;
  width: 90%;
  margin: auto;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .access .tit-wrap {
    position: absolute;
    top: 20vw;
    right: 10vw;
    width: 35vw;
    text-align: left;
  }
}

#sakura-lp .access .tit-wrap h3 {
  line-height: 1;
  padding-top: 35vw;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .access .tit-wrap h3 {
    padding-top: 0;
  }
}

#sakura-lp .access .tit-wrap .sub {
  font-size: 1rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #sakura-lp .access .tit-wrap .sub {
    font-size: 1.3rem;
  }
}

#sakura-lp .access .tit-wrap .txt {
  text-align: left;
}

#sakura-lp .other {
  width: 90%;
  margin: auto;
}

#sakura-lp .other ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

#sakura-lp .other ul li {
  width: 19%;
  border-radius: 20px;
  -webkit-box-shadow: 10px 3px 33px -13px #d6d6d6;
  box-shadow: 10px 3px 33px -13px #d6d6d6;
  position: relative;
  overflow: hidden;
}

#sakura-lp .other ul li img {
  -webkit-box-shadow: 10px 3px 33px -13px #d6d6d6;
  box-shadow: 10px 3px 33px -13px #d6d6d6;
  border-radius: 20px;
}

#sakura-lp .other ul li img:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

@media only screen and (min-width: 768px) {
  #sakura-lp #point-slider {
    /*スライドが非アクティブのときは矢印ボタンを非表示にする*/
    /*スライドが非アクティブのとき,スライドをgridレイアウトに変更*/
  }
  #sakura-lp #point-slider.swiper:not(.swiper-initialized) .swiper-button-prev,
  #sakura-lp #point-slider.swiper:not(.swiper-initialized) .swiper-button-next {
    display: none;
  }
  #sakura-lp #point-slider.swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
}

#sakura-lp #point-slider .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 10px 3px 33px -13px #d6d6d6;
  box-shadow: 10px 3px 33px -13px #d6d6d6;
}

#sakura-lp #point-slider .swiper-slide span {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 3px 20px;
  -webkit-box-shadow: 10px 3px 33px -13px #d6d6d6;
  box-shadow: 10px 3px 33px -13px #d6d6d6;
  display: inline-block;
  font-weight: 400;
}

.effect {
  opacity: 0;
}

.effect.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-01 {
  opacity: 0;
}

.effect-01.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-02 {
  opacity: 0;
}

.effect-02.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-03 {
  opacity: 0;
}

.effect-03.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-04 {
  opacity: 0;
}

.effect-04.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-05 {
  opacity: 0;
}

.effect-05.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-06 {
  opacity: 0;
}

.effect-06.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}


/**/
#sakura-lp #mv .mv-column .mv-main .video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
#sakura-lp #mv .mv-column .mv-main .video iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 185%;
	height: 100%;
	transform: translate(-50%, -50%);
}
#sakura-lp .relaxing .icon.access img {
    width: 8vw;
}
#sakura-lp .relaxing .icon.access + .tit {
    line-height: 1.2;
}
#sakura-lp #relax-slider.swiper.grid:not(.swiper-initialized) .swiper-wrapper {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
#sakura-lp .relaxing .grid .tit {
    font-size: clamp(1.1rem, 1.7vw, 1.5rem);
}
@media only screen and (max-width: 768px) {
	#sakura-lp #mv.mv_video .mv-column .mv-main .video iframe {
		/*width: 225%;*/
		width: 100%;
	}
	/**/
	#sakura-lp #mv.mv_video {
		height: 85vh;
	}
	#sakura-lp #mv.mv_video .mv-column .column-l .obj13 {
		bottom: -25vw;
	}
	#sakura-lp #mv.mv_video .mv-column .label {
		top: 47vw;
	}
	#sakura-lp #mv.mv_video .mv-column .mv-main {
		width: 100%;
		height: 56vw;
		margin-top: 15vw;
	}
	#sakura-lp #mv.mv_video .mv-column .mv-main .label {
		top: -25vw;
	}
	/**/
	#sakura-lp #relax-slider.swiper.grid:not(.swiper-initialized) .swiper-wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 0;
	}
	#sakura-lp .relaxing .grid .relaxing-block {
		padding: 7vw 5vw;
	}
	#sakura-lp .relaxing .grid .tit {
		padding-top: 7vw;
		font-size: clamp(.9rem, 3vw, 1.5rem);
		line-height: 1.3;
	}
	#sakura-lp .relaxing .grid .btn-base a {
		width: 100%;
		padding: 1em 2em;
		box-sizing: border-box;
	}
	#sakura-lp .relaxing .grid .btn-base {
		margin-top: 7px;
	}
	#sakura-lp .relaxing .icon.access img {
		width: 27vw;
	}
}
/**/