@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;
}

.inview.fadeup {
	opacity: 0;
	transition-duration: .8s;
	transform: translateY(10px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}


/* =============
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;
}

.titletxt {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: auto;
}


.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;
}

h3 {
    color: var(--primary-brown);
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
}

h4 p {
    margin-top: 20px;
}

h4 span {
    font-weight: 600;
}

/* =============
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;
}

h3 {
    font-size: 2.5rem;
}

h4 {
    display: inline-block;
    font-size: 1.6rem;
}

h4 p {
    margin-top: 20px;
}

.spBr {
    display: none;
}
}/* pc 769px */


/*===========
fixed
===========*/
.to_top {
    display: none;
}

.insta__area {
    display: flex;
    align-items: center;
    position: fixed;
        top: 60%;
        right: 0;
        transform: translateY(-50%);
        flex-direction: column;
}

.insta__area_txt {
    color: var(--primary-txt);
    text-align: center;
    font-family: "Playfair Display";
    font-weight: 500;
    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;
}

.insta__fixed {
    margin-top: 5px;
    width: 25px;
    height: 25px;
}

.insta__fixed img {
    width: 100%;
}


.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;
}


/*===========
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_txt {
    font-size: 2rem;
    font-weight: 700;
}

.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 */


/* 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;
}


/*==========
header
===========*/
.header_menu 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;
}

.nav__header img {
    width: 132px;
    height: 50px;
}

.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% 92%;
    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 */
    

/* =============
concept
==============*/
.brPc {
    display: none;
}

.section--Concept {
    padding: 200px 2.6% 0;
}

.conceptbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #000;
    padding: 80px 2.6% 60px;
    margin: 10px auto;
    max-width: 1200px;
    position: relative;
}

.taka__summer {
    z-index: 1;
    position: absolute;
        top: -89px;
        left: 8px;
        width: 73px;
}

.taka__snow {
   display: none;
   z-index: 1;
    position: absolute;
        top: -98px;
        left: 0;
        width: 80px;
}

.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;
}

.box__size {
    margin: 30px auto;
    padding: 30px 0;
    width: 45vw;
    height: 33.8vw;
    background-color: #C56824;
}

.box {
    position: relative;
    width: 100%;
    max-width: 760px;
}

.box__size::before {
    content: "";
    display: inline-block;
    width: 48.5vw;
    height: 31.4vw;
    background-image: url(../img/amber.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
        bottom: 0;
        left: 0;
    z-index: 1;
}

.box__size::after {
    content: "";
    display: inline-block;
    width: 48.5vw;
    height: 31.4vw;
    background-image: url(../img/amber_img1.png);
    background-position: center;
    background-size: cover;
    position: absolute;
        top: 0;
        right: 0;
}

.concept__txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 10px;
    max-width: 760px;
}

.markertest {
    font-weight: 700;
    background: -webkit-linear-gradient(left, rgba(255, 153, 0,0.5) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgba(255, 153, 0,0.5) 50%, transparent 50%);
    background: linear-gradient(left, rgba(255, 153, 0,0.5) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 4s;
}
.markertest.is-active{
    background-position: 0% .5em;
}
  
.marker.on {
    background-size: 100% 100%;        
}

.concept__txt span {
    font-weight: 600;
}

.concept__txt img {
    margin-top: 40px;
}


/* =============
concept pc
==============*/
@media screen and (min-width:769px){
.brPc {
    display: block;
}

.section--Concept {
    padding: 300px 2.6% 0;
}

.conceptbox {
    border: 1px solid #000;
    padding: 150px 3.4%;
    margin: 30px auto;
}

.taka__summer {
        top: -190px;
        width: 153px;
}

.taka__snow {
    width: 167px;
    top: -203px;
}

.drier__img {
    width: 116px;
    top: -149px;
    left: 125px;
}

.african__top,
.african__bottom {
    width: 100%;
    height: 4.4vw;
}

.box__size {
    margin: 100px auto;
    width: 378px;
    height: 290px;
}

.box__size::before {
    width: 378px;
    height: 290px;
    position: absolute;
        bottom: 20px;
        left: 20px;
}

.box__size::after {
    width: 378px;
    height: 290px;
    position: absolute;
        top: -20px;
        right: 50px;
}

.concept__txt {
    font-size: 1.6rem;
    gap: 20px;
    padding: 50px 10px;
}

.concept__txt span {
    font-weight: 700;
}

.concept__txt img {
    margin-top: 20px;
    height: 400px;
    object-fit: cover;
    object-position: top;
}
}/* pc769px */


/* =============
prof
==============*/
.section--Prof {
    padding: 150px 2.6% 0;
    color: var(--primary-white);
    max-width: 1200px;
    margin: auto;
}

.title--prof {
    color: var(--primary-white);
}

.titleBox--prof {
    background-image: url(../img/orange_img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.title--prof::after {
    background-color: var(--primary-white);
}

.prof__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
    padding: 30px 2.6%;
    background-color: rgba(47, 47, 47, 0.50);
}

.prof__name {
    display: flex;
    gap: 10px;
    align-items: end;
    max-width: 760px;
}

.prof_img {
    width: 37vw;
    height: 30.1vw;
    object-fit: cover;
    object-position: top;
}

.prof__txt {
    max-width: 760px;
}


/* =============
prof pc
==============*/
@media screen and (min-width:769px){
.section--Prof {
    padding: 150px 3.4% 0;
}

.title--prof::after {
    width: 45px;
    height: 2px;
}

.prof__wrap {
    margin-top: 20px;
    padding: 100px 2.6%;
    font-size: 1.6rem;
    align-items: center;
    gap: 50px;
}

.prof__wrap span {
    font-size: 1.8rem;
}

.prof_img {
    width: 378px;
    height: 290px;
}
}/* pc769px */


/* =============
access
==============*/
.section--Access {
    padding: 150px 2.6% 100px;
    text-align: center;
}

.accessbox {
    border: 1px solid #000;
    padding: 80px 2.6%;
    margin: 10px auto;
    max-width: 1200px;
    position: relative;
}

.taka__fly_summer {
    width: 162px;
    position: absolute;
        top: -133px;
        right: 0;
    animation: fluffy 3s infinite;
}

.taka__fly {
    display: none;
    width: 200px;
    position: absolute;
        top: -154px;
        right: 0;
    animation: fluffy 3s infinite;
}
    
@keyframes fluffy {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
}

.titletxt {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 760px;
    margin: auto;
}


.address {
    padding: 30px 0 10px;
}

.address img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}

.map {
    width: 100%;
    height: 48.5vw;
    max-width: 760px;
    max-height: 520px;
}

.access__guide {
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
    justify-content: center;
    text-align: left;
    margin: auto;
}

.access__guide dl {
    display: flex;
}
 
.access__guide dt::after {
    content: ":";
    margin-right: 10px;
    margin-left: 5px;
}

.access__wrap {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.access__pict {
    display: block;
    width: 51.2vw;
    height: 40.2vw;
    z-index: 1;
}

.access__img {
    display: block;
    width: 51.2vw;
    height: 40.2vw;
    position: absolute;
        top: 20px;
        right: 45px;
}


/* =============
access pc
==============*/
@media screen and (min-width:769px){
.section--Access {
    padding: 220px 3.4% 200px;
}

.accessbox {
    border: 1px solid #000;
    padding: 150px 3.4% 180px;
}

.taka__fly_summer {
    width: 355px;
        top: -226px;
}

.taka__fly {
    display: none;
    width: 200px;
        top: -154px;
}

.titletxt--access {
    gap: 0;
}

.address {
    padding: 50px 0 10px;
    font-size: 1.6rem;
}

.address img {
    width: 40px;
    height: 40px;
}

.access__guide {
    display: flex;
    flex-direction: unset;
    justify-content: space-around;
    max-width: 760px;
    padding: 50px 0 100px; 
}

.access__guide dt {
    font-size: 1.6rem;
    font-weight: 500;
}

.access__guide dd {
    font-size: 1.8rem;
}


.access__wrap {
    display: flex;
    max-width: 760px;
    margin: auto;
    justify-content: flex-end;
    position: relative;
}

.access__pict {
    display: block;
    width: 378px;
    height: 290px;
    z-index: 1;
}

.access__img {
    display: block;
    width: 378px;
    height: 290px;
    position: absolute;
        top: 36px;
        right: 65px;
}
}/* 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 */