@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;
}.slick-slide {
transition: all 1s !important;
}
.sp-slick {
display: none;
}
.moji {
position: absolute;
width: 50%;
top: 50%;
bottom: 0;
margin: auto;
right: -2px;
height: min-content;
} #kv {
width: 100%;
position: relative
}
.kv-photo {
width: 1200px;
margin: 0 auto;
position: relative;
}
.kv-treat {
max-width: 1400px;
position: absolute;
top: 80%;
right: 0;
left: 0;
margin: auto;
z-index: -1;
width: 100vw;
}
.kv-wrapper {
display: flex;
justify-content: space-between;
}
.kv-left {
width: 440px;
padding: 60px 0px;
}
.kv-right {
width: calc(1200px - 440px - 50px);
position: relative;
}
.kv-left span {
font-size: 100px;
color: #4b3f1f;
font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}
.kv-photo1 {
width: 120px;
margin: 0 auto;
}
.kv-photo2 {
width: 100%;
}
.kv-movie1 {
width: 500px;
border-radius: 50px;
overflow: hidden;
border: solid 3px #c4b283;
position: absolute;
top: 50px;
right: 0;
}
.kv-movie2 {
width: 500px;
border-radius: 50px;
overflow: hidden;
border: solid 3px #c4b283;
position: absolute;
bottom: 50px;
z-index: 3;
}
video {
vertical-align: top;
width: 100%;
}
.kv-logo {
width: 50%;
position: absolute;
bottom: 0;
right: 0;
z-index: -1;
} section#message {
width: 80%;
max-width: 800px;
margin: 0 auto;
margin-top: 100px;
} #services {
padding-top: 300px;
background-repeat: repeat-x;
background-position-y: 100px;
background-image: url(//zaitaku-kamiyui.com/wp-content/themes/yururito/assets/img/top/service-treat.webp);
background-size: 650px;
}
.service1 {
margin-top: 150px;
position: relative;
}
.service2 {
margin-top: 150px;
position: relative;
}
.service1 .service-title {
position: absolute;
top: -49px;
right: 45%;
}
.service1 .service-title img {
height: 50px;
width: auto;
}
.service2 .service-title {
position: absolute;
top: -49px;
left: 45%;
}
.service2 .service-title img {
height: 50px;
width: auto;
max-width: 90%;
}
#services .title {
text-align: center;
}
#services .title h2 {
font-size: 30px;
font-weight: 600;
color: #5e4938;
}
#services .title span {
font-size: 20px;
color: #c4b283;
font-weight: 600;
}
.service1 .service-inner {
width: 60%;
border-radius: 0px 30px 30px 0px;
background-color: #ece3cb;
}
.service2 .service-inner {
width: 60%;
margin-right: 0;
margin-left: auto;
border-radius: 30px 0px 0px 30px;
background-color: #e3ead1;
}
.service1 .service-box {
width: 80%;
max-width: 650px;
display: flex;
justify-content: space-between;
margin-right: 80px;
margin-left: auto;
padding: 100px 0px;
}
.service2 .service-box {
display: flex;
margin-left: 80px;
margin-right: auto;
padding: 100px 0px;
}
.service-left {
width: 180px;
}
.service-right {
margin-left: 50px;
}
.service-text1 span, .service-text2 span {
display: block;
}
.service-text1 span:first-of-type {
color: #f9816a;
font-weight: 600;
font-size: 18px;
margin-bottom: 15px;
}
.service-text1 span:nth-of-type(2) {
font-size: 16px;
line-height: 1.6;
}
.service-text1 span:nth-of-type(3) {
font-weight: 600;
font-size: 38px;
line-height: 1.4;
}
.service-text2 span:first-of-type {
color: #7da94d;
font-weight: 600;
font-size: 18px;
margin-bottom: 15px;
}
.service-text2 span:nth-of-type(2) {
font-size: 16px;
line-height: 1.6;
}
.service-text2 span:nth-of-type(3) {
font-weight: 600;
font-size: 38px;
line-height: 1.4;
}
.service-link {
margin-top: 20px;
}
.service-button {
display: flex;
justify-content: center;
width: max-content;
border-radius: 100px;
background: #fff;
padding: 10px 100px;
border: solid 1px #f9816a;
}
.service-button span {
font-weight: 600;
}
.service1 .service-button {
border: solid 1px #f9816a;
}
.service2 .service-button {
border: solid 1px #7da94d;
}
.service1 .service-button span {
color: #f9816a;
}
.service2 .service-button span {
color: #7da94d;
}
.button-icon {
width: 25px;
margin-left: 10px;
}
.service-photo-wrapper {
width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
position: relative;
top: -40px;
}
.service-photo2, .service-photo3, .service-photo7, .service-photo8 {
width: 20%;
display: flex;
flex-direction: column;
justify-content: end;
}
.service-photo4, .service-photo6 {
width: 50%;
}
.sp-photo {
display: none;
}
@media screen and (max-width:1200px) {
.moji {
width: 55%;
top: 50%;
}
.over-wrap {
width: 100%;
margin: 0 auto;
} #kv {
width: 100%;
margin: 0 auto;
}
.kv-photo {
width: 90%;
margin: 0;
margin-left: 3%;
}
.kv-treat {
max-width: 100%;
width: 100%;
} section#message {
width: 75%;
margin-top: 50px;
} #services {
padding-top: 250px;
background-position-y: 50px;
}
.service-photo-wrapper {
width: 95%;
}
.service-photo2, .service-photo3, .service-photo7, .service-photo8 {
width: 22%;
}
.service1 {
margin-top: 90px;
}
.service2 {
margin-top: 70px;
}
.service1 .service-inner {
width: 85%;
}
.service2 .service-inner {
width: 85%;
}
.service1 .service-title {
top: -40px;
right: 50%;
}
.service2 .service-title {
left: 25%;
top: -34px;
}
.service1 .service-title img {
height: 45px;
}
.service2 .service-title img {
height: 35px;
}
.service-text1 span:first-of-type, .service-text2 span:first-of-type {
font-size: 16px;
}
.service-left {
width: 160px;
display: flex;
flex-direction: column;
justify-content: center;
}
.service-right {
width: calc(100% - 210px);
}
.service1 .service-box {
margin-right: 50px;
}
.service2 .service-box {
margin-left: 80px;
margin-right: 40px;
}
}
@media screen and (max-width:750px) {
.pc-slick {
display: none;
}
.sp-slick {
display: block;
}
.kv-photo {
width: 85%;
margin-left: 3%;
}
.kv-treat {
max-width: 100%;
width: 100%;
top: 90%;
left: -5%;
}
.moji {
width: 75%;
top: 60%;
}
.scroll {
right: -5%;
}
.scrolldown1::after {
height: 20px;
}
section#message {
width: 95%;
margin-top: 30px;
}
.message-photo2 {
width: 95%;
margin: 0 auto;
}
.service1 .service-title {
position: absolute;
top: -28px;
right: 30%;
}
.service1 .service-title img {
height: 30px;
width: auto;
}
.service2 {
margin-top: 50px;
}
.service2 .service-title {
position: absolute;
top: -20px;
left: 30px;
}
.service2 .service-title img {
height: 22px;
width: auto;
}
#services {
padding-top: 120px;
background-position-y: 30px;
background-size: 330px;
}
#services .title h2 {
font-size: 26px;
}
#services .title span {
font-size: 16px;
}
.service1 {
margin-top: 60px;
}
.service1 .service-inner {
width: 90%;
}
.service1 .service-box, .service2 .service-box {
display: block;
width: 90%;
margin: 0 auto;
padding: 50px 0px 80px;
}
.service-left {
width: 130px;
margin: 0 auto;
}
.service-right {
width: 90%;
margin: 0 auto;
margin-top: 15px;
}
.service-text1 span:first-of-type, .service-text2 span:first-of-type {
font-size: 16px;
line-height: 1.4;
}
.service-button {
width: calc(100% - 50px);
margin: 0 auto;
padding: 10px 25px;
}
.service-photo2, .service-photo3, .service-photo7, .service-photo8 {
display: none;
}
.service-photo-wrapper {
justify-content: right;
}
.service-photo4, .service-photo6 {
width: 80%;
}
.sp-photo {
display: block;
}
.service-photo-wrapper2 {
display: flex;
justify-content: space-around;
margin-top: 15px;
}
.service-photo9, .service-photo10, .service-photo11, .service-photo12 {
width: 45%;
}
.service2 .service-inner {
width: 95%;
}
.service-text1 span:nth-of-type(3), .service-text2 span:nth-of-type(3) {
font-size: 34px;
}
}