@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);
}

/*===========
fixed
===========*/
.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;
}

.insta__area,
.to_top {
    display: none;
}

.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%;
}

.insta__fixed img:hover {
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 10px;
    transition: all .3s;
}


/* 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 {
    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;
    flex-direction: column;
    z-index: 1;
    align-items: center;
    transform: translateY(-50%);
    position: fixed;
        top: 60%;
        right: 0;
}

.insta__area_txt {
    font-size: 2rem;
    color: var(--primary-txt);
    text-align: center;
    font-family: "Playfair Display";
    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,
.header__insta {
    display: none;
}
}/* pc769px */


/*===========
header
===========*/
.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;
}

.header__img img {
    width: 132px;
    height: 50px;
}

.contact--header_pc {
    display: none;
}

.header__icon {
    display: flex;
}

.header__insta {
    margin: auto;
    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初期表示　*/
.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: 20px 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;
}

/* nav.active表示 */
.nav.active {
    transform: translateX(0);
}


/*===========
header pc
===========*/
@media screen and (min-width:769px){
.nav,.contact--nav {
    display: none;
}

.header_menu {
    padding: 10px 10px 55px;
}

.header__img img {
    width: 182px;
    height: 76px;
}

.contact--header_pc {
    display: flex;
    justify-content: end;
}
} /* pc769px */


/* =============
main vis
==============*/
.main_vis__img {
    object-fit: cover;
    height: 91vw;
}

.nav__list--pc,
.qr_link {
    display: none;
}


/* =============
main vis pc
==============*/
@media screen and (min-width:769px){
.main_vis {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background-image: url(../img/main_pict.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

.main_vis__img {
    display: none;
}

.nav__list--pc {
    display: block;
}

.nav__list {
    padding: 20px;
}

.qr_link {
    display:inline-block;
    background-color: #fff;
    margin: 0px 20px 10px;
    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;
}

.qr_link_img img {
    width: 100%;
    height: auto;
}
}/*pc 769px */


/* =============
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.5rem;
    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 */


/* =============
news
==============*/
.section--News {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: -22px auto 0;
    z-index: 99;
}

.section--News .titleBox {
    display: none;
}

.newsBox {
    background-color: rgba(255, 255, 255, 0.30);
    display: inline-block;
    border: 1px solid #B95E1A;
    padding: 10px;
}

.newsBox_item {
    transition: all .3s ease 0s;
	text-decoration: none;
}

.newsBox_item:hover {
    cursor: pointer;
	color: rgba(47, 47, 47, 0.50);
}

.news__topic {
    line-height: 1.5;
    font-size: 1.3rem;
}

.news__txt a {
    transition: all .3s ease 0s;
	text-decoration: none;
}

.news__txt a:hover {
    color: var(--primary-brown);
    font-weight: 500px;
}

/* =============
news pc
==============*/
@media screen and (min-width:769px){
.section--News {
    margin-top: -170px;
}

.newsBox {
    border: 1px solid #B95E1A;
    width: 40%;
}

.news__topic {
    font-size: 1.4rem;
}

.news__txt a {
    color: var(--primary-white);
}
}/* pc769px */


/* =============
concept
==============*/
.section--Concept {
    padding: 50px 2.6% 150px;
}

.conceptbox {
    border: 1px solid #000;
    padding: 80px 2.6%;
    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: -71px;
        left: 58px;
        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;
}

.btn_item {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    margin: 20px auto 0;
    display: block;
    width: 257px;
    padding: 10px 0px;
    position: relative;

    cursor: pointer;
    background-image: linear-gradient(90deg, #6F4E37 50%, transparent 50%);
    background-position: 100%;
    background-size: 250%;
    text-decoration: none;
    transition: all 1s;
}

.btn_item:hover {
    background-position: 0;
    color: #fff;
}

.btn_item:hover .img__sp path {
    fill: #fff;
}

.btn_item_txt {
    font-size: 1.6rem;
    line-height: 2.5;
    text-align: center;
}

.btn_item::before {
    content: "";
    display: inline-block;
    width: 213px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top:0;
}

.img__pc {
    display: none;
}

.img__sp {
   position: absolute;
   top: 25px;
   right: 30px;
}

.swiper {
    margin-top: 50px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
}

.swiper-button-prev:after {
    border-bottom: 9px solid transparent;
    border-right: 16px solid rgb(230, 230, 230);
    border-top: 9px solid transparent;
}

.swiper-button-next:after {
    border-bottom: 9px solid transparent;
    border-left: 16px solid rgb(230, 230, 230);
    border-top: 9px solid transparent;
}

.swiper-pagination {
    position: static;
}

/* =============
concept pc
==============*/
@media screen and (min-width:769px){
.section--Concept {
    margin-top: 150px;
    padding: 50px 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;
}

.btn_item {
    margin: 50px auto 0;
    width: 300px;
}

.btn_item:hover .img__pc path {
    fill: #fff;
}

.btn_item::before {
    width: 238px;
}

.img__pc {
    display: block;
    position: absolute;
    top: 25px;
    right: 30px;
}

.img__sp {
   display: none;
}

.swiper {
    margin-top: 50px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
}

.swiper-slide {
    width: auto !important; 
}

.swiper-pagination {
    position: static;
}

.swiper-slide img {
    margin-left: 30px;
    width: 561px;
    height: 461px;
    object-fit: cover;
}

.swiper-wrapper {
    width: 1200px;
    transition-duration: 0ms;
    transform: translate3d(-330px, 0px, 0px); /* 位置 */
    transition-delay: 0ms;
}
}/* pc769px */


/* =============
reservation
==============*/
.section--Reservation {
    background-image: url(../img/Reservation_backg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 10px;
}

.section--Reservation span{
    color: var(--primary-white);
}

.title--reservation {
    color: var(--primary-white);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.50);
}

.title--reservation::after {
    content: "";
    background-color: var(--primary-white);
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 1px;
}

.reservationbox {
    background-color: rgba(255, 255, 255, 0.80);
    max-width: 760px;
    margin: 10px auto;
    padding: 10px 10px;
    text-align: center;
}

.reservation__txt {
    display: inline-block;
    text-align: left;
}

/* =============
reservation pc
==============*/
@media screen and (min-width:769px){
.section--Reservation {
    margin-top: 200px;
    padding: 160px 3.4%;
}

.title--reservation::after {
    width: 45px;
    height: 2px;
}

.reservationbox {
    margin: 10px auto;
    padding: 100px 10px;
}

.reservation__txt_1 {
    font-size: 1.8rem;
}
}/* pc769px */


/* =============
menu
==============*/
.section--MenuPrice {
    padding: 110px 2.6% 10px;
    max-width: 1200px;
    margin: auto;
}

.titleBox--menu {
    margin-bottom: 20px;
}

.menubox_1,.menubox_2 {
    padding: 0 10px;
}

.accordion_header {
    padding: 10px 0;
    color: var(--primary-white);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.4;
    position: relative;
}

.accordion_header:nth-child(n + 1) {
    margin-top: 5px;
  }
  /* タイトル横のプラスマーク縦線 */
  .accordion_header::before{
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    width: 20px;
    height: 2px;
    background-color:#fff;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
  }
  /* タイトル横のプラスマーク横線 */
  .accordion_header::after{
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    width: 20px;
    height: 2px;
    background-color:#fff;
    transition: all .3s ease-in-out;
  }
  /* アコーディオンが開いたとき縦線の変化 */
  .accordion_header.open::before {
    transform: rotate(180deg);
  }
  /* アコーディオンが開いたとき横線の変化 */
  .accordion_header.open::after {
    opacity:0;
  }

.accordion_header--cut {
    background-image: url(../img/menu/menu_cut.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion_header--color {
    background-image: url(../img/menu/menu_color.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion_header--breach {
    background-image: url(../img/menu/menu_breach.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion_header--perm {
    background-image: url(../img/menu/menu_perm.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion_content {
    display: none;
    padding: 15px 0 10px;
}

.open {
    display: block;
}

.menu_list {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed var(--txt, #6F4E37);
}

.menu_list dt {
    font-size: 1.5rem;
    line-height: 2.4;
    font-weight: 400;
}

.menu_list dd {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.4;
}

.menu_list span {
    font-size: 1.3rem;
    line-height: 2.4;
    font-weight: 400;
}

.alert {
    text-align: right;
}

/* =============
menu pc
==============*/
@media screen and (min-width:769px){
.section--MenuPrice {
    padding: 150px 3.4% 0;
}

.titleBox--menu {
    margin-bottom: 30px;
}

.manubox__all {
    display: flex;
    justify-content: center;
}

.menubox_1,.menubox_2 {
    padding: 0 15px;
    width: 50%;
}

.accordion_header {
    font-size: 1.8rem;
}

.accordion_header:nth-child(n + 1) {
    margin-top: 5px;
  }

/* タイトル横のプラスマーク縦線 */
.accordion_header::before,
.accordion_header::after {
    display: none;
}


.accordion_content {
    display: block;
    padding: 15px 0 30px;
}

.open {
    display: block;
}

.menu_list dd {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4;
}
}/* pc769px */


/* =============
Instagram
==============*/
.section--Instagram {
    padding: 150px 2.6% 0;
}

.instabox {
    padding: 20px 0;
    max-width: 760px;
    margin: auto;
    text-align: center;
}

.instabox span {
    display: inline-block;
    text-align: left;
}

.insta__list {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    justify-content: center;
    gap: 10px 5px;
}

.item_box  {
    box-sizing: border-box;
}

.item_box {
    width: 100%;
    max-width: 170px;
}

.item_link {
    display: block;
}

.item_content {
    position: relative;
    overflow: hidden;
}

.item_image img {
    width: 100%;
    vertical-align: top;
}

.item_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
}

.item_mask-text {
    width: 100%;
    padding: 0.5em;
    font-size: 0.8em;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.item_mask-text::before {
    content: "";
    display: block;
    margin: auto;
    background-image: url(../img/insta_icon_hover.png);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
}

.item_text {
    margin-top: 10px;
    text-align: center;
}

.item_box .item_link:hover .item_mask {
    opacity: 1;
}

/* -fade-in */
.item_box.-fade-in .item_mask {
    transition: opacity 0.5s ease;
}


.btn_item--insta::before {
    left: 0;
}

/* =============
Instagram pc
==============*/
@media screen and (min-width:769px){
.section--Instagram {
    padding: 150px 3.4% 0;
}

.instabox span {
    font-size: 1.6rem;
}

.item_box {
    width: 100%;
    max-width: 250px;
}

.item_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
}

.item_mask-text {
    font-size: 1.4em;
}

.item_mask-text::before {
    width: 30px;
    height: 30px;
}
}/* pc769px */


/* =============
access pc
==============*/
.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);
    }
}

.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;
    margin: auto;
    padding: 20px 0px;
    justify-content: center;
    text-align: left;
}

.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
==============*/
@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;
    position: absolute;
        top: -226px;
        right: 0;
    animation: fluffy 3s infinite;
}

.taka__fly {
    display: none;
    width: 200px;
    position: absolute;
        top: -154px;
        right: 0;
    animation: fluffy 3s infinite;
}

.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;
}

.footer_rogo img {
    width: 182px;
    height: 76px;
}

.insta__icon {
    width: 25px;
    height: 25px;
}
}/* pc769px */



/*===========
ローディング
===========*/
#loading {
	color: white;
	width: 100%;
	height: 100%;
	background-color:var(--primary-brown);
	text-align:center;
	z-index: 999;
	position: fixed;
}

#loading_text {
	color: white;
	width: 100%;
	top: 50%;
	left: 50%;
	z-index: 999;
	position: absolute;
	transform: translate(-50%, -50%);
}



/*===========
スクロールダウン
===========*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}

.scroll_down {
position: relative;
width: 100%;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}

.scroll_down:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 80%;
background-color: var(--primary-brown);
}

.scroll_down a {
display: inline-block;
position: absolute;
bottom: 0;
z-index: 1;
padding: 10px 10px 110px;
color: var(--primary-brown);
font-weight: 600;
line-height: 1;
letter-spacing: .2em;
text-transform: uppercase;
text-decoration: none;
writing-mode: vertical-lr;
transition: .2s;
overflow: hidden;
margin: auto;
}

.scroll_down a:before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 2px;
height: 100px;
background: #ddd;
}

.scroll_down a:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 2px;
height: 100px;
background: var(--primary-brown);
}

.scroll_down a:hover {
opacity: .5;
}

#type01 a:after {
animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
}
50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
}
50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
}
100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
}
}


/*===========
スクロールダウン pc
===========*/
@media screen and (min-width:769px){

.scroll_down a {
    left: 50%;
}
} /* pc769px */


