@charset "UFT-8";

/*===========
common
===========*/
:root {
    --primary-title: #3F4B3A;
    --primary-brown: #6F4E37;
    --primary-txt: #2f2f2f;
    --primary-white: #F5F5F5;
    --primary-greenR: 79,185,185;
    --contentWight: 89.3%;
    --contentPadding: 2.6%;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    font-family: "Noto Sans JP","Playfair Display", serif;
    font-style: normal;
    color: #2f2f2f;
    background-image: url(../img/backg.jpg);
    line-height: 2;
    align-items: center;
}

img {
    max-width: 100%;
    height: auto;
}


/*===========
fixed
===========*/
.to_top {
    display: none;
}

.contact {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100%;
    padding: 20px 0 10px;
    text-align: center;
    gap: 10px;
}

.contact a:hover {
    background-color: #687B60;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

.btn-tel::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 25px;
    margin-right: 10px;
    background-image: url(../img/iphone_icon.png);
    background-position: center;
    background-size: cover;
    vertical-align: text-bottom;
}

.btn-tel {
    color: var(--primary-white);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
    font-size: 1.6rem;
    background-color: var(--primary-title);
    width: 153px;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
}

.btn-tel p {
    font-size: 1.4rem;
}

.btn-line::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url(../img/line_icon.png);
    background-position: center;
    background-size: cover;
    vertical-align: text-bottom;
}

.btn-line {
    color: var(--primary-white);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
    font-size: 1.6rem;
    background-color: var(--primary-title);
    width: 153px;
    padding: 10px 0;
}

.btn-line p {
    font-size: 1.4rem;
}


.contact--fixed {
    position: fixed;
    bottom: 10px;
    width: 100%;
    z-index: 99;
}

.insta__fixed {
    margin-top: 5px;
    width: 25px;
    height: 25px;
}

.insta__fixed img {
    width: 100%;
}

/* headermenu*/
.header_menu .plate4 .burger {
    display: block;
}

.header_menu .plate4 .x {
    display: none;
}

/*バツ*/
.nav__header .plate4 .burger {
    display: none;
}

.nav__header .plate4 .x {
    display: block;
}

.plate4 {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.plate4 .line {
    stroke: black;
    stroke-width: 5;
    stroke-linecap: round;
}


/*===========
fixed pc
===========*/
@media screen and (min-width:769px){
.contact--fixed,
.header__icon {
    display: none;
}

.btn-tel,.btn-line {
    font-size: 1.8rem;
    width: 200px;
    padding: 10px;
}

.btn-tel p,.btn-line p  {
    font-size: 1.6rem;
}

.insta__area {
    display: flex;
    align-items: center;
    position: fixed;
        top: 60%;
        right: 1%;
        transform: translateY(-50%);
        flex-direction: column;
}

.insta__area_txt {
    color: var(--primary-txt);
    text-align: center;
    font-family: "Playfair Display";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.3px;
    writing-mode: vertical-rl;
    position: relative;
}

.insta__area_txt::before {
    content: '';
    display: block;
    background-image: linear-gradient(to bottom, #54372D, #C56824 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
    background-size: 25px 6px;
    width: 2px;
    height: 62px;
    position: absolute;
        top: -70px;
        left: 8px;
}

.contact--fixed {
    position: fixed;
    bottom: 10px;
    width: 100%;
    z-index: 99;
}

.to_top {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #6F4E37;
    text-align: center;
    width: 100px;
    height: 100px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%); /* 三角形の角度 */
    display: inline-block;
    z-index: 1;
  }
  
  .to_top a{
    color: #fff;
    width: 100%;
    display: block;
    text-decoration: none;
    line-height: 1;
    position: absolute;
    top: 57%; /* 文字の位置 */
    right: -18%;
  }
  
  .to_top:hover{
    opacity: 0.8;
  }

.insta__fixed {
    margin-top: 5px;
    width: 25px;
    height: 25px;
}

.insta__fixed img {
    width: 100%;
}

.insta__fixed img:hover {
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 10px;
    transition: all .3s;
}

.plate {
    display: none;
}
}/* pc769px */
    


/*===========
header
===========*/
.header_menu img,
.nav__header img {
    width: 132px;
    height: 50px;
}

.contact--header_pc {
    display: none;
}

.header__icon {
    display: flex;
}

.header__insta {
    margin: auto;
}

.header__insta img {
    width: 30px;
    height: 30px;
}

.nav__header {
    display: flex;
    width: 100%;
    padding: 20px 10px 60px;
    justify-content: space-between;
    align-items: center;
    background-image: url(../img/header_backg.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.header_menu {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    padding: 20px 10px 60px;
    align-items: center;
    background-image: url(../img/header_backg.png);
    background-position: 50% 90%;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .nav初期表示　*/
.nav {
    background-image: url(../img/backg.jpg);
    width: 100%;
    height: 100vh;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(100%);
    transition: transform 0.4s;
}

.contact--nav {
    padding: 10px 0;
}

.nav__list {
    display: inline-block;
    padding: 10px;
}

.nav__item {
    color: var(--primary-txt);
    font-family: "Playfair Display";
    font-size: 2.3rem;
    font-weight: 700;
    text-align: left;
    margin: 30px auto 0;
}

.nav__item:hover {
    color: var(--primary-title);
}
  
.nav__item a {
    position: relative;
}

.nav__item a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #C56824;
    bottom: -5px;
    transform: scale(0, 1);
    transform-origin: left;
    transition: 0.5s all;
}

.nav__item a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
}

.nav__item:first-of-type {
    margin-top: 0;
}

.nav__item p {
    font-family: "Noto Sans JP";
    font-size: 1.1rem;
    line-height: 1.5;
}

.qr_link {
    display: none;
    /*background-color: #fff;
    display: inline-block;
    padding: 10px 5px;*/
}

.qr_link p {
    color: var(--primary-txt);
    font-size: 1.6rem;
    line-height: 1.5;
    width: 100px;
}

.qr_link img {
    width: 100px;
    height: 100px;
}

/*nav.active表示 */
.nav.active {
    transform: translateX(0);
}

/*===========
header pc
===========*/
@media screen and (min-width:769px){
.nav,.contact--nav,.header__icon {
    display: none;
}

.header_menu {
    padding: 10px 10px 55px;
}

.header__img img {
    width: 182px;
    height: 76px;
}

.contact--header_pc {
    display: flex;
    justify-content: end;
}
} /* pc769px */


/*===========
section
===========*/
.section {
    font-weight: 400;
    letter-spacing: 0.75px;
    padding: var(--contentPadding);
}

.titleBox {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.title {
    color: var(--primary-title);
    font-family: "Playfair Display";
    font-size: 2.5rem;
    font-weight: 700;
}

.title::after {
    content: "";
    background-color: var(--primary-title);
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 1px;
}

.titleBox span {
    font-size: 1.1rem;
    margin-top: 5px;
}


/* =============
section pc
==============*/
@media screen and (min-width:769px){
.section {
    padding: 3.4%;
}

.title {
    font-size: 4.5rem;
}

.titletxt {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.title::after {
    width: 45px;
    height: 2px;
}

.titleBox span {
    font-size: 1.4rem;
    margin-top: 10px;
}
}/* pc 769px */


/* =============
news
==============*/
.section--News {
    padding: 200px 2.6% 200px;
}

.newsbox span {
    margin-left: 10px;
    margin-right: 10px;
}

.newsbox {
    border: 1px solid #000;
    padding: 80px 2.6%;
    margin: 10px auto;
    max-width: 1200px;
    position: relative;
}

.taka__summer {
    display: none;
}

.taka__snow {
    z-index: 1;
    position: absolute;
        width: 80px;
        top: -98px;
        left: 0;
}

.drier__img {
    position: absolute;
        width: 55px;
        top: -72px;
        left: 60px;
        transform-origin: top;
        animation: yurayura 2s infinite;
}
        
@keyframes yurayura {
    0% , 100%{
        transform: rotate(2deg);
    }
    50%{
        transform: rotate(-2deg);
    }
}

.african__top {
    position: absolute;
        top: 0;
        right: 0;
}

.african__bottom {
    position: absolute;
        bottom: 0;
        right: 0;
}

.newsbox a:hover {
    color: #6F4E37;
    transition: all .3s ease 0s;
}

.news__txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: rgba(255, 255, 255, 0.50);
    padding: 10px 10px;
    max-width: 760px;
    margin: 20px auto ;
}

.news__txt time {
    font-size: 1.3rem;
}


.news__txt img {
    margin: 40px auto 0;
    width: 100%;
    max-width: 500px;
}


/* =============
news pc
==============*/
@media screen and (min-width:769px){
.section--News {
    padding: 300px 2.6% 200px;
}

.newsbox {
    border: 1px solid #000;
    padding: 150px 2.6%;
    margin: 30px auto;
}

.taka__snow {
    width: 167px;
    top: -203px;
}

.drier__img {
    width: 116px;
    top: -149px;
    left: 125px;
}

.african__top,
.african__bottom {
    width: 100%;
    height: 4.4vw;
}

.newsbox__home {
    font-size: 1.8rem;
    max-width: 760px;
    margin: auto;
}

.news__txt {
    gap: 20px;
    font-size: 1.6rem;
}

.news__txt time {
    font-size: 1.4rem;
}
}/* pc769px */


/* ============
footer
=============*/
.footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 60px 0 100px;
    align-items: center;
    background-image: url(../img/fotter_backg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_rogo img {
    width: 132px;
    height: 50px;
}

.insta__icon img {
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
}

.insta__icon img:hover {
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 5px;
    transition: all .3s;
}


/*===========
footer pc
===========*/
@media screen and (min-width:769px){ 
.footer--nav {
    display: none;
}
    
.footer {
    gap: 20px;
    padding: 100px 0 100px;
}

.footer_rogo img {
    width: 182px;
    height: 76px;
}

.insta__icon {
    width: 25px;
    height: 25px;
}
}/* pc769px */