@charset "UTF-8";

 body {
margin: 0 !important; animation: pro 1s ease;
} @keyframes pro {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
body.visible {
opacity: 1;
}
body.active {
overflow: hidden;
}
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: #333;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}
h1, h2, h3, h4, h5 {
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}
ul, li {
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
padding: 0;
margin: 0;
}
h1, h2, h3, p, span {
letter-spacing: .1em;
line-height: 1.8;
}
.tb-br {
display: none;
}
.sp-br {
display: none;
}
.header-wrapper {
display: flex;
justify-content: space-between;
width: 90%;
margin: 0 auto;
padding-top: 30px;
}
.header-logo {
width: 240px;
}
.header-link {
display: flex;
flex-direction: column;
justify-content: center;
}
.header-link ul {
display: flex;
justify-content: space-between;
}
.header-link ul li {
list-style: none;
padding-left: 25px;
font-size: 20px;
font-family: "futura-pt", sans-serif;
letter-spacing: .12em;
}
.header-link ul li a {
color: #a89458;
} .grecaptcha-badge {
visibility: hidden !important;
} .js-animation {
opacity: 0;
visibility: hidden;
transform: translateY(40px);
transition: all 1s;
}
.js-animation.appear {
opacity: 1;
visibility: visible;
transform: translateY(0px);
} .font-orange {
color: #b9962e;
font-weight: 600;
}
.under-brown {
font-weight: 600;
color: #4b401f;
background: linear-gradient(transparent 50%, rgba(168, 148, 88, 0.2) 50%);
}
.under-blue {
font-weight: 600;
color: #3a4355;
background: linear-gradient(transparent 50%, rgba(170, 178, 217, 0.2) 50%);
} footer {
background: #f1ebd8;
background-size: cover;
background-position: center;
height: 300px;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
}
.footer-wrapper {
width: 1000px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.footer-logo {
width: 300px;
display: flex;
flex-direction: column;
justify-content: center;
}
.footer-link {
order: 2;
}
.sns-link {
display: flex;
margin-top: 15px;
}
.sns-link a {
transition: all 1s;
}
.sns-link a:hover {
opacity: .4;
}
.sns-link a img {
width: 45px;
padding-left: 15px;
}
.sns-link a:first-of-type img{
padding-left: 0;
}
.footer-title h2 {
color: #a89458;
font-size: 45px;
text-align: center;
font-family: 'Futura', sans-serif;
}
.footer-text {
text-align: center;
}
.footer-text p {
color: #4b401f;
}
.footer-button {
margin-top: 15px;
background: #4b401f;
border-radius: 100px;
height: 55px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
background-image: url(https://chikaumino.com/wp-content/themes/nqm/assets/img/common/arrow.png);
background-repeat: no-repeat;
background-position-y: center;
background-position-x: 90%;
background-size: 30px;
transition: all 1s;
}
.footer-button:hover {
opacity: .4;
}
.footer-link a span {
color: #fff;
}
.copyright {
position: absolute;
text-align: center;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
.copyright span {
font-size: 12px;
color: #A79457;
font-family: 'Futura', sans-serif;
font-weight: normal;
}
#menuToggle {
display: none;
}
#menu li {
font-family: "futura-pt", sans-serif;
letter-spacing: .1em;
}
.tb-br, .sp-br {
display: none;
}
.navigation {
display: none;
}
.sp-photo {
display: none;
}
@media screen and (max-width:1200px) {
.footer-wrapper {
width: 90%;
padding-bottom: 20px;
}
.footer-title h2 {
font-size: 50px;
}
.footer-logo {
width: 40%;
}
.footer-link {
width: 50%;
}
.footer-text p {
font-size: 15px;
}
.header-link {
display: none !important;
}
.header-logo {
width: 220px;
}
.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: #a89458;
margin-bottom: 35px;
}
#menu .menu-inner .header-logo {
width: 320px;
margin: 0 auto;
margin-bottom: 50px;
}
body.scroll-stop {
overflow: hidden;
}
.navigation {
display: block;
}
.pc-br {
display: none;
}
.tb-br {
display: block;
}
}
@media screen and (max-width:750px) {
.header-wrapper{
padding-top: 25px;
}
.openbtn1 {
width: 50px;
height: 50px;
top: 35px;
}
footer {
height: unset;
padding: 40px 20px;
}
.footer-wrapper {
width: 100%;
display: block;
}
.footer-logo {
width: 70%;
margin: 0 auto;
margin-top: 0;
}
.footer-title h2 {
font-size: 30px;
}
.footer-text p {
font-size: 12px;
}
.footer-button {
width: 85%;
margin: 0 auto;
margin-top: 10px;
}
.footer-title {
text-align: center;
}
.sns-link {
justify-content: center;
margin-top: 15px;
}
.sns-link a img {
width: 40px;
padding-left: 20px;
}
.footer-link {
display: none;
width: 100%;
}
.footer-text p {
font-size: 14px;
}
.copyright {
margin-top: 20px;
}
.tb-br {
display: none;
}
.sp-br {
display: block;
}
.header-logo {
width: 180px;
}
.footer-link a span {
font-size: 14px;
}
.copyright span {
font-size: 10px;
}
.sp-photo {
display: block;
}
.pc-photo{
display: none;
}
#menu li {
margin-bottom: 25px;
font-size: 22px;
}
#menu .menu-inner .header-logo {
width: 50%;
margin-bottom: 40px;
}
}.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;
}