@charset "UTF-8";

 body {
margin: 0 !important;
background-color: #fffcf3; animation: pro 1s ease;
} @keyframes pro {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
h1, h2, h3, h4, h5, p, span, div {
margin: 0;
font-weight: normal;
}
img {
width: 100%;
height: auto;
vertical-align: top;
}
a {
text-decoration: none;
}
p, span {
color: #5e4938;
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
}
h1, h2, h3, h4, h5 {
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
}
ul, li {
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
padding: 0;
margin: 0;
}
h1, h2, h3, p, span {
letter-spacing: .1em;
line-height: 1.8;
}
p {
font-size: 20px;
}
.tb-br {
display: none;
}
.sp-br {
display: none;
} .js-animation {
opacity: 0;
visibility: hidden;
transform: translateY(40px);
transition: all 1s;
}
.js-animation.appear {
opacity: 1;
visibility: visible;
transform: translateY(0px);
} .font-pink {
color: #f9816a;
}
.font-green {
color: #7da94d;
}
.font-beige {
color: #c4b283;
}
.under-pink {
font-weight: 600;
color: #4b401f;
background: linear-gradient(transparent 50%, rgb(249, 129, 106, 0.2) 50%);
}
.under-beige {
font-weight: 600;
background: linear-gradient(transparent 50%, rgba(196, 178, 131, 0.3) 50%);
}
.tb-br, .sp-br {
display: none;
} header {
padding: 30px 0px 10px;
}
.navigation {
display: none;
}
.header-bar {
width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.header-text1 span {
color: #c4b283;
line-height: 1.6;
}
.header-inner1 {
display: flex;
}
.header-inner1 span {
color: #5e4938;
}
.header-inner1 span:first-of-type {
font-size: 40px;
}
.header-inner1 span:last-of-type {
font-size: 16px;
margin-left: 20px;
display: flex;
flex-direction: column;
justify-content: center;
font-family: brandon-grotesque, sans-serif;
font-weight: bold;
letter-spacing: .3em;
}
.header-left {
width: 30%;
}
.header-right {
width: 55%;
display: flex;
flex-direction: column;
justify-content: center;
}
.header-links {
display: flex;
justify-content: space-between;
}
.header-link a span, .header-link:hover a img {
transition: all .5s;
}
.header-link:hover a span {
opacity: .5;
}
.header-link:hover a img {
opacity: .7;
}
.header-link1, .header-link2 {
width: calc((100% - 230px) / 2);
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.header-link3 {
width: 230px;
}
.header-link2 {
position: relative;
}
.header-link2:hover .header-list {
display: block;
}
.header-list {
display: none;
position: absolute;
bottom: -120px;
background: #f1e9d3;
border: solid 1px #fffcf3;
z-index: 100;
right: 0;
left: 0;
margin: auto;
width: 100%;
}
.header-list a {
border-bottom: solid 1px #fffcf3;
display: block;
}
.header-list li {
list-style: none;
text-align: left;
font-size: 14px;
letter-spacing: .1em;
padding: 10px;
color: #5e4938;
line-height: 1.4;
transition: all .5s;
}
.header-list li p {
font-size: 12px;
color: #5e4938;
}
.header-list a:last-of-type {
border: unset;
}
.header-list a:hover li {
color: #c4b283;
} footer {
margin-top: 100px;
background: #c4b283;
padding: 100px 0 20px;
}
.footer-wrapper {
width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.footer-left {
width: 45%;
}
.footer-right {
width: 45%;
}
.footer-right-inner {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.footer-text1 p {
font-size: 16px;
color: #fff;
line-height: 1.6;
}
.footer-inner1 {
display: flex;
}
.footer-inner1 span {
color: #fff;
}
.footer-inner1 span:first-of-type {
font-size: 40px;
}
.footer-inner1 span:last-of-type {
font-size: 15px;
margin-left: 20px;
display: flex;
flex-direction: column;
justify-content: center;
font-family: brandon-grotesque, sans-serif;
letter-spacing: .4em;
}
.footer-map {
margin-top: 40px;
}
.footer-map-text2 span:first-of-type {
display: block;
font-size: 18px;
line-height: 1.4;
color: #fff;
}
.footer-map-wrapper {
display: flex;
}
.footer-map-text2 span:last-of-type {
display: block;
font-size: 20px;
color: #fff;
}
.footer-map-link {
width: 100px;
margin-left: 20px;
display: flex;
flex-direction: column;
justify-content: center;
} .footer-tel-link {
margin-top: 40px;
width: 480px;
}
.footer-links ul li {
margin-bottom: 30px;
letter-spacing: .14em;
}
.footer-links ul li:last-of-type {
margin-bottom: 0px;
}
.footer-links ul li a, .footer-links ul li span {
color: #fff;
font-size: 18px;
}
.footer-links ul li span {
display: block;
}
.footer-links ul li span:first-of-type {
font-size: 14px;
line-height: 1.2;
}
.footer-links ul li {
list-style: none;
position: relative;
padding-left: 25px;
}
.footer-links ul li::after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 10px solid #836a5d;
border-right: 0;
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
}
.footer-logo-wrapper {
display: flex;
}
.footer-logo {
width: 30%;
margin-top: 20px;
}
.footer-logo2 {
margin-left: 30px;
}
.copyright {
text-align: center;
margin-top: 50px;
}
.copyright span {
font-size: 14px;
color: #fff;
}
.tb-br, .sp-br {
display: none
}
.sp-photo {
display: none;
}   .scroll {
width: 100%;
margin: 0 auto;
position: relative;
right: 5%;
bottom: 10%;
}
.scrolldown1 {
position: absolute;
bottom: 150px;
height: 50px;
right: -100px;
} .scrolldown1 img {
width: 15px;
position: absolute;
left: 0;
top: -5px;
} .scrolldown1::after {
content: "";
position: absolute;
top: 0;
width: 1px;
height: 30px;
background: #c4b283;
animation: pathmove 1.4s ease-in-out infinite;
opacity: 0;
left: 7px;
} @keyframes pathmove {
0% {
height: 0;
top: 110px;
opacity: 0;
}
30% {
height: 40px;
opacity: 1;
}
100% {
height: 0;
top: 200px;
opacity: 0;
}
}
.not-found {
text-align: center;
margin-top: 200px;
}
@media screen and (max-width:1200px) {
.scroll {
right: -2%;
}
.scrolldown1 {
right: 0;
}
.scrolldown1 img {
width: 12px;
top: 40px;
}
.header-text1 span {
display: block;
line-height: 1.6;
font-size: 12px;
}
header {
padding: 20px 0px 10px;
}
.header-inner1 span:first-of-type {
font-size: 30px;
}
.header-inner1 span:last-of-type {
font-size: 12px;
margin-left: 15px;
} .header-bar {
width: 90%;
margin: 0 auto;
}
.header-left {
width: 100%;
}
.header-right {
display: none;
}
.openbtn1 {
position: fixed;  cursor: pointer;
width: 80px;
height: 80px;
border-radius: 5px;
top: 35px;
right: 30px;
z-index: 1001;
} .openbtn1 span {
display: inline-block;
transition: all .4s; position: absolute;
left: 14px;
height: 3px;
border-radius: 2px;
background: #4b401f;
width: 45%;
}
.openbtn1 span:nth-of-type(1) {
top: 15px;
}
.openbtn1 span:nth-of-type(2) {
top: 23px;
}
.openbtn1 span:nth-of-type(3) {
top: 31px;
} .openbtn1.active span:nth-of-type(1) {
top: 18px;
left: 18px;
transform: translateY(6px) rotate(-45deg);
width: 30%;
}
.openbtn1.active span:nth-of-type(2) {
opacity: 0; }
.openbtn1.active span:nth-of-type(3) {
top: 30px;
left: 18px;
transform: translateY(-6px) rotate(45deg);
width: 30%;
}
#menu {
width: 100vw;
height: 100vh;
background: #f1ebd8;
right: -100%;
position: fixed;
top: 0px;
z-index: 1000;
transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1.0);
display: flex;
flex-direction: column;
justify-content: center;
}
#menu.open {
right: 0;
}
.menu-inner {
height: max-content;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#menu li {
list-style: none;
text-align: center;
font-size: 24px;
color: #5e4938;
line-height: 1.4;
}
body.scroll-stop {
overflow: hidden;
}
.navigation {
display: block;
}
.menu-inner a {
padding-bottom: 15px;
margin-bottom: 20px;
border-bottom: solid 1px #fff;
}
.menu-inner a:last-child {
border-bottom: none;
}
.menu-inner span {
font-size: 14px;
}
#menu .header-tel {
width: 450px;
margin: 0 auto;
margin-top: 30px;
}
#menu .header-text1 {
text-align: center;
}
#menu .header-inner1 {
justify-content: center;
}
#menu .header-left {
margin-bottom: 50px;
}
#menu .header-inner1 span:first-of-type {
font-size: 45px;
}
#menu .header-text1 span {
font-size: 16px;
} .footer-wrapper {
width: 100%;
display: block;
}
.footer-text1 p {
text-align: center;
}
.footer-inner1 {
justify-content: center;
}
.footer-left {
width: 80%;
margin: 0 auto;
}
.footer-right {
width: 80%;
margin: 0 auto;
margin-top: 0px;
}
.footer-map {
width: 100%;
margin: 0 auto;
margin-top: 30px;
}
.footer-map-wrapper {
justify-content: center;
}
.footer-tel-link {
margin: 0 auto;
margin-top: 30px;
}
.footer-logo{
margin: 0;
width: 25%;
}
.footer-logo-wrapper {
width: 60%;
margin: 0 auto;
margin-top: 30px;
justify-content: space-evenly;
}
footer {
padding: 60px 0 20px;
margin-top: 50px;
}
.footer-links {
display: none;
}
.copyright {
margin-top: 20px;
}
.pc-br {
display: none;
}
.tb-br {
display: block;
}
}
@media screen and (max-width:750px) {
.pc-photo {
display: none;
}
.sp-photo {
display: block;
}
.scrolldown1 {
bottom: 120px;
}
.scrolldown1 img {
width: 10px;
}
@keyframes pathmove {
0% {
top: 100px;
}
30% {
height: 40px;
opacity: 1;
}
100% {
top: 150px;
}
}
.scrolldown1::after {
left: 5px;
}
.openbtn1 {
top: 30px;
right: 0px;
}
.header-inner1 span:first-of-type {
line-height: 1.6;
}
#menu .header-left {
margin-bottom: 40px;
}
#menu .header-tel {
width: 90%;
margin-top: 15px;
}
#menu .menu-inner span {
font-size: 12px;
}
#menu li {
font-size: 18px;
}
#menu .header-inner1 span:first-of-type {
font-size: 38px;
} .footer-left, .footer-right {
width: 90%;
}
.footer-tel-link {
width: 100%;
margin: 0 auto;
margin-top: 20px;
}
footer {
margin-top: 30px;
}
.footer-map {
width: 90%;
margin-top: 20px;
}
.footer-map-text2 span:last-of-type {
font-size: 15px;
}
.footer-map-text2 span:first-of-type {
font-size: 13px;
}
.footer-map-text.footer-map-text2 {
line-height: 2.2;
}
.footer-map-wrapper {
margin-top: -5px;
}
.footer-logo-wrapper {
width: 100%;
margin: 0 auto;
margin-top: 30px;
}
.footer-left, .footer-right {
width: 95%;
}
.footer-text1 p {
font-size: 15px;
}
.footer-inner1 span:last-of-type {
font-size: 12px;
}
.copyright {
margin-top: 15px;
}
.copyright span {
font-size: 10px;
}
.tb-br {
display: none;
}
.sp-br {
display: block;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}#concept {
width: 100%;
width: 1200px;
margin: 0 auto;
}
.concept-text1 {
margin-top: 30px;
text-align: center;
}
.concept-text1 h2 {
font-size: 20px;
color: #f9816a;
line-height: 2;
}
.concept-title {
display: flex;
justify-content: center;
}
.concept-title span {
display: flex;
flex-direction: column;
justify-content: center;
font-size: 20px;
}
.concept-title h1 {
font-size: 60px;
color: #5e4938;
margin-left: 20px;
line-height: 1.4;
}
.concept-text-inner {
width: 70%;
margin: 0 auto;
background-color: #f9816a;
margin-top: 5px;
}
.concept-text-inner span {
font-size: 28px;
color: #fff;
}
.concept-text-inner span span {
font-size: 20px;
}
.concept-wrapper1, .concept-wrapper2 {
display: flex;
justify-content: center;
}
.concept-wrapper1 {
margin-top: 50px;
}
.concept-wrapper2 {
margin-top: 35px;
}
.concept-link {
margin-right: 2%;
}
.concept-link a span {
font-size: 18px;
background: #f1e9d3;
border-radius: 100px;
padding: 15px 60px 15px 40px;
background-image: url(//zaitaku-kamiyui.com/wp-content/themes/yururito/assets/img/yururito/concept-treat.webp);
background-repeat: no-repeat;
background-position-x: 80%;
background-position-y: center;
background-size: 20px;
border-bottom: solid 2px #5e4938;
}
.concept-text0 {
margin-top: 120px;
text-align: center;
}
.concept-text0 h3 {
font-size: 30px;
color: #c4b283;
font-weight: 600;
}
.concept-text2, .concept-text4 {
text-align: center;
margin-top: 50px;
}
.concept-text2 p, .concept-text4 p, .concept-text5 p, .concept-text7 p {
margin-bottom: 40px;
line-height: 2.2;
}
.concept-text2 p:last-of-type, .concept-text4 p:last-of-type, .concept-text5 p:last-of-type {
margin-bottom: 0px;
}
.concept-text3 {
text-align: center;
margin-top: 50px;
}
.concept-circle {
width: 20px;
height: 20px;
border-radius: 50%;
margin: 0 auto;
background: #e8dec5;
}
.concept-circle:nth-child(2) {
margin-top: 20px;
}
.concept-wrapper3 {
margin-top: 50px;
position: relative;
padding: 10% 0px 25% 0px;
}
.concept-photo2 {
width: 60%;
}
.concept-photo3 {
width: 35%;
position: absolute;
right: 0;
top: 0;
}
.concept-photo4 {
width: 35%;
position: absolute;
bottom: 0;
right: 15%;
}
.concept-wrapper4 {
display: flex;
justify-content: space-between;
margin-top: 50px;
}
.concept-left {
width: 35%;
display: flex;
flex-direction: column;
justify-content: center;
}
.concept-right {
width: 55%;
order: 2;
}
.concept-text5 p:nth-child(2) {
margin-bottom: 10px;
}
.concept-text5 ul li {
list-style: none;
padding-left: 30px;
color: #c4b283;
font-size: 20px;
background-image: url(//zaitaku-kamiyui.com/wp-content/themes/yururito/assets/img/yururito/concept-pin.webp);
background-repeat: no-repeat;
background-size: 20px;
background-position-x: left;
background-position-y: center;
letter-spacing: .14em;
font-weight: 600;
}
.concept-text5 ul {
margin-bottom: 10px;
}
.concept-text6 {
text-align: center;
margin-top: 100px;
}
.concept-wrapper.concept-wrapper5 {
width: 50%;
margin: 0 auto;
display: flex;
}
.concept-text7 {
text-align: center;
}
.concept-text7 span {
color: #f9816a;
font-weight: 600;
font-size: 30px;
} #point {
margin-top: 80px;
background: rgb(196, 178, 131, .1);
padding: 80px 0px;
}
.point-inner {
width: 1200px;
margin: 0 auto;
}
#point .title {
text-align: center;
}
#point .title h2 {
font-size: 30px;
font-weight: 600;
color: #5e4938;
}
#point .title span {
color: #c4b283;
font-weight: 600;
font-family: brandon-grotesque, sans-serif;
}
.point-photo1 {
width: 90%;
margin: 0 auto;
margin-top: 50px;
}
.point-text1 {
margin-top: 50px;
text-align: center;
}
.point-text1 p {
margin-bottom: 30px;
line-height: 2;
}
.point-text1 p:last-child {
margin-bottom: 0;
} #schedule {
width: 1200px;
margin: 0 auto;
margin-top: 50px;
padding: 50px 0px;
}
#schedule .title {
text-align: center;
}
#schedule .title h2 {
font-size: 30px;
font-weight: 600;
color: #5e4938;
}
#schedule .title span {
color: #c4b283;
font-weight: 600;
font-family: brandon-grotesque, sans-serif;
}
.schedule-text1 {
text-align: center;
margin-top: 30px;
}
.schedule-text1 p {
font-size: 18px;
line-height: 2.2;
} #room {
width: 1200px;
margin: 0 auto;
padding: 50px 0px;
}
#room .title {
text-align: center;
}
#room .title h2 {
font-size: 30px;
color: #5e4938;
font-weight: 600;
line-height: 1.4;
}
#room .title span {
color: #5e4938;
font-weight: normal;
}
#room .title span:nth-child(3) {
color: #c4b283;
font-weight: 600;
font-family: brandon-grotesque, sans-serif;
}
.room-text1 {
text-align: center;
margin-top: 30px;
}
.room-text1 p {
font-size: 18px;
line-height: 2.2;
}
.room-text2 {
margin-top: 10px;
}
.room-text2 p {
font-size: 16px;
line-height: 1.8;
}
.room-over {
margin-top: 50px;
display: flex;
flex-wrap: wrap;
}
.room-wrapper {
width: 30%;
}
.room-wrapper:not(.room-wrapper3) {
margin-right: 3%;
}
.room-wrapper:not(.room-wrapper1, .room-wrapper2, .room-wrapper3) {
margin-top: 30px;
}
.room-name {
display: flex;
margin-top: 20px;
}
.room-icon {
width: 25px;
display: flex;
flex-direction: column;
justify-content: center;
}
.room-name span {
font-size: 24px;
margin-left: 20px;
color: #c4b283;
} #foryou {
margin-top: 50px;
background: rgb(196, 178, 131, .1);
padding: 50px 0px 80px;
}
.foryou-inner {
width: 1200px;
margin: 0 auto;
}
#foryou .title {
text-align: center;
}
#foryou .title h2 {
font-size: 30px;
color: #5e4938;
font-weight: 600;
}
#foryou .title span {
color: #c4b283;
font-weight: 600;
font-family: brandon-grotesque, sans-serif;
}
.foryou-wrapper {
margin-top: 70px;
display: flex;
flex-wrap: wrap;
}
.foryou-text {
width: 40%;
}
.foryou-text p {
background-image: url(//zaitaku-kamiyui.com/wp-content/themes/yururito/assets/img/yururito/foryou-left-treat.webp), url(//zaitaku-kamiyui.com/wp-content/themes/yururito/assets/img/yururito/foryou-right-treat.webp);
background-position: left top, right bottom;
background-repeat: no-repeat;
padding: 0px 40px;
background-size: 20px;
width: max-content;
}
.foryou-text1 p, .foryou-text2 p, .foryou-text5 p, .foryou-text6 p {
margin-left: 0;
margin-right: auto;
}
.foryou-text3 p, .foryou-text4 p {
margin-right: 0;
margin-left: auto;
}
.foryou-text2, .foryou-text3, .foryou-text4, .foryou-text6 {
margin-left: 10%;
}
.foryou-text1, .foryou-text2, .foryou-text3, .foryou-text4 {
margin-bottom: 60px;
} #present {
margin-top: 80px;
}
.present-inner {
width: 1100px;
margin: 0 auto;
}
.present-wrapper {
display: flex;
justify-content: space-between;
}
.present-left {
width: 48%;
}
.present-right {
width: 45%;
display: flex;
flex-direction: column;
justify-content: center;
}
#present .title h2 {
font-size: 28px;
font-weight: 600;
color: #5e4938;
}
#present .title span {
color: #c4b283;
font-weight: 600;
font-family: brandon-grotesque, sans-serif;
}
.present-text1 {
margin-top: 40px;
}
.present-text1 p {
font-size: 22px;
letter-spacing: .14em;
} .link1 {
margin-top: 200px;
background: #f1e9d3;
padding: 60px 0px;
text-align: center;
position: relative;
}
.link-photo1 {
height: 180px;
position: absolute;
right: 0;
left: 0;
top: -180px;
}
.link-photo1 img {
width: auto;
height: 100%;
}
.link-text2 p {
color: #5e4938;
}
.line-link {
width: 450px;
margin: 0 auto;
background: #5e4938;
border-radius: 100px;
position: relative;
height: 75px;
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 10px;
}
.line {
display: flex;
justify-content: center;
}
.line-text span {
color: #fff;
display: block;
line-height: 1;
}
.line-text span {
font-size: 22px;
padding-left: 50px;
}
.line-icon {
width: 35px;
position: absolute;
left: 100px;
top: 0;
bottom: 0;
margin: auto;
height: min-content;
}
.link-text3 {
margin-top: 20px;
}
.link-text3 p {
font-size: 16px;
color: #5e4938;
}
@media screen and (max-width:1200px) {
.over-wrap {
width: 100%;
margin: 0 auto;
} #concept {
width: 90%;
margin: 0 auto;
}
.concept-text0 {
margin-top: 80px;
}
.concept-text-inner {
width: 90%;
margin: 0 auto;
}
.concept-wrapper4 {
display: block;
}
.concept-wrapper4 .concept-right {
width: 100%;
margin-top: 20px;
}
.concept-wrapper4 .concept-left {
width: 45%;
margin: 0 auto;
}
.concept-text6 {
margin-top: 70px;
}
#point .title h2 {
font-size: 26px;
} .point-inner {
width: 90%;
margin: 0 auto;
}
.point-text p {
font-size: 18px;
} #schedule {
width: 90%;
margin: 0 auto;
}
#room {
width: 90%;
margin: 0 auto;
} .foryou-text2, .foryou-text4, .foryou-text6 {
margin-left: 30%;
}
.foryou-text1, .foryou-text2, .foryou-text3, .foryou-text4, .foryou-text5 {
margin-bottom: 50px;
}
.foryou-inner {
width: 90%;
margin: 0 auto;
}
.foryou-wrapper {
display: block;
} #present {
margin-top: 50px;
}
.present-wrapper {
display: block;
}
.present-inner {
width: 90%;
margin: 0 auto;
}
.present-right {
width: 90%;
margin-left: 5%;
}
.present-left {
width: 60%;
margin: 0 auto;
}
.link1 {
margin-top: 120px;
}
.link-photo1 {
left: 300px;
}
}
@media screen and (max-width:750px) {
#concept {
width: 100%;
}
.concept-photo5 {
width: 95%;
margin: 0 auto;
}
.concept-title {
display: block;
}
.concept-text4, .concept-wrapper3, .concept-wrapper4 {
width: 90%;
margin: 0 auto;
}
.concept-wrapper1, .concept-wrapper2 {
width: 95%;
margin: 0 auto;
margin-top: 30px;
}
.concept-wrapper2 {
justify-content: space-between;
flex-wrap: wrap;
}
.concept-link {
width: 48%;
}
.concept-link a {
width: 100%;
display: block;
}
.concept-link a span {
text-align: center;
font-size: 15px;
background: #f1e9d3;
border-radius: 100px;
padding: 15px 30px 15px 0px;
width: calc(100% - 30px);
display: block;
background-image: url(//zaitaku-kamiyui.com/wp-content/themes/yururito/assets/img/yururito/concept-treat.webp);
background-repeat: no-repeat;
background-position-x: 80%;
background-position-y: center;
background-size: 20px;
}
.concept-link5 {
margin-top: 30px;
}
.concept-wrapper4 {
display: block;
}
.concept-wrapper4 .concept-right {
margin-top: 60px;
}
.concept-right {
width: 100%;
}
.concept-text-inner {
width: 100%;
margin-top: 10px;
}
.concept-wrapper.concept-wrapper5 {
width: 100%;
}
.concept-text1 h2 {
font-size: 16px;
line-height: 1.6;
}
.concept-title span {
font-size: 16px;
margin-top: 10px;
line-height: 1.4;
}
.concept-text-inner span {
font-size: 16px;
}
.concept-text-inner span span {
font-size: 12px;
}
.concept-title h1 {
font-size: 40px;
margin-left: 0;
}
.concept-wrapper2 {
margin-top: 20px;
}
.concept-link5 {
width: 95%;
margin: 0 auto;
margin-top: 20px;
}
.concept-text0 h3 {
font-size: 20px;
}
.concept-text0 {
margin-top: 70px;
}
.concept-text p {
font-size: 16px;
margin-bottom: 30px;
}
.concept-text2, .concept-text3, .concept-text4 {
margin-top: 30px;
}
.concept-text4 {
text-align: left;
}
.concept-wrapper3 {
margin-top: 30px;
}
.concept-photo2 {
width: 75%;
}
.concept-photo3 {
width: 40%;
top: -5%;
}
.concept-photo4 {
width: 50%;
bottom: -13%;
right: 5%;
}
.concept-wrapper4 .concept-left {
width: 70%;
margin-top: 30px;
}
.concept-text5 ul li {
font-size: 16px;
}
.concept-text6 p {
margin-bottom: 0;
}
.concept-text6 {
margin-top: 50px;
}
.concept-text7 span {
font-size: 22px;
letter-spacing: .03em;
} #point {
padding: 50px 0px;
margin-top: 50px;
}
.point-inner {
width: 100%;
}
#point .title h2 {
font-size: 20px;
line-height: 1.6;
margin-bottom: 5px;
}
.point-text1 {
margin-top: 30px;
}
.point-photo2 {
width: 95%;
margin: 0 auto;
margin-top: 30px;
}
.point-text p {
font-size: 16px;
text-align: left;
width: 90%;
margin: 0 auto;
margin-bottom: 20px;
} #schedule {
width: 100%;
padding: 70px 0 0;
}
#schedule .title h2 {
font-size: 26px;
}
#schedule .title span {
font-size: 16px;
}
.schedule-text1 {
width: 90%;
margin: 0 auto;
margin-top: 30px;
}
.schedule-text1 p {
font-size: 16px;
line-height: 2;
text-align: left;
} #room {
padding: 70px 0 0;
}
#room .title h2 {
font-size: 26px;
}
.room-wrapper {
width: 100%;
}
.room-text1 p {
font-size: 16px;
line-height: 2;
text-align: left;
}
.room-over {
width: 90%;
margin: 0 auto;
}
.room-wrapper {
margin-top: 40px;
}
.room-name {
margin-top: 15px;
}
.room-text2 {
margin-top: 5px;
}
.room-text2 p {
font-size: 15px;
}
.room-wrapper:not(.room-wrapper1, .room-wrapper2, .room-wrapper3) {
margin-top: 40px;
}
.room-wrapper:not(.room-wrapper3) {
margin-right: 0;
} #foryou {
padding: 50px 0px 30px;
}
#foryou .title h2 {
font-size: 26px;
}
.foryou-wrapper {
margin-top: 50px;
}
.foryou-text p {
font-size: 15px;
text-align: center;
}
.foryou-text {
width: 85%;
margin: 0 auto;
margin-bottom: 30px;
}
.foryou-text p {
max-width: 100%;
width: calc(100% - 80px);
}
.foryou-text3 p, .foryou-text4 p {
margin-right: 0;
margin-left: 0;
} #present .title h2 {
font-size: 26px;
line-height: 1.4;
margin-bottom: 5px;
}
.present-wrapper {
display: block;
}
.present-inner {
width: 90%;
}
.present-left {
width: 90%;
}
.present-right {
width: 100%;
margin-left: 2%;
margin-top: 10px;
}
.present-text1 {
margin-top: 20px;
}
.present-text1 p {
font-size: 16px;
}
.line-link {
width: 90%;
}
.line-icon {
left: 15%;
}
.link-photo1 {
left: 0;
top: -110px;
height: unset;
}
.link-photo1 img {
height: 110px;
}
.link-text2 p {
font-size: 16px;
}
.link-text3 {
margin-top: 15px;
font-size: 14px;
}
.line-text span {
font-size: 20px;
}
}