@charset "utf-8";
/* ========================================
common
======================================== */
html {
    font-size: 62.5%;
}

body {
    font-family: 
        "Noto Sans JP",
        Arial, 
        Helvetica, 
        sans-serif, 
        "Noto Serif JP",
        serif;
    font-size: 1.4rem;
    font-weight:400 ;
    color: rgba(70, 70, 70, 1);
    background-color: #ffff;
    line-height: 1.4;
}

main {
    margin: 0 auto;
}

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

.section-title {
    font-family:  "Noto Serif JP";
    font-size: 2.4rem;
    line-height: 1;
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 0.1rem;
}


.pc-only {
    display: none;
}

.inner {
    margin: 0 24px;
}

/* common pc */
   @media screen and (min-width: 769px){
    body {
        font-family: 
            "Noto Sans JP",
            Arial, 
            Helvetica, 
            sans-serif, 
            "Noto Serif JP",
            serif;
        font-size: 1.6rem;    
        font-weight:400 ;
        color: rgba(70, 70, 70, 1);
        background-color: #ffff;
        line-height: 1.6;
        margin: 0;
        padding: 0;
}

    main {
        margin: 0 auto;
}


    .sp-only {
                display: none;
}

    .pc-only {
                display: block;
}
   
}
/* common pc */
/* ========================================
header
======================================== */
header{
  padding: 10px;
  position: relative;
}
h1{
  font-size: 1.6rem;
  font-weight: 700;
}
h1 a{
  color: rgba(70, 70, 70, 1);
  text-decoration: none;
  font-weight: 700;
}

.insta {
    width: 24px;
    margin: 0 auto;
}
.header-topic {
    font-weight: 700;
}

/* ハンバーガーボタン */
#nav-toggle{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
#nav-toggle span{
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(70, 70, 70, 1);
  position: absolute;
  left: 0;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1){
  top: 0;
}
#nav-toggle span:nth-child(2){
  top: 7px;
}
#nav-toggle span:nth-child(3){
  top: 15px;
}

/* ナビゲーション */
nav{
  position: absolute;
  left: 0;
  top: -523px;
  /* 開いていないときは画面外に配置 */
  background: rgba(247, 247, 247, 1);
  width: 100%;
  text-align: center;
  padding: 10px 0;
  transition: .5s ease-in-out;
    z-index: 9999;
}
nav ul{
  list-style: none;
  font-size: 14px;
}
nav li a{
  display: block;
  width: 100%;
  color: rgba(70, 70, 70, 1);
  padding: 20px 0;
  text-decoration: none;
   font-family:"Noto Serif JP";
}

/* ハンバーガーメニューをクリックした時のスタイル */
.open #nav-toggle span:nth-child(1){
  top: 11px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2){
 width: 0;
 left: 50%;
}
.open #nav-toggle span:nth-child(3){
  top: 11px;
  transform: rotate(-45deg);
}

/* スライドアニメーション */
.open nav{
  transform: translateY(556px);
  padding: 117px 0;
  height: 100vh;
}
.no-scroll {
  overflow: hidden;
}


/* headerにopenが付いたら表示 */

#nav-toggle{
  position: absolute;   
  right: 10px;
  top: 10px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}


/* header pc */
@media screen and (min-width: 769px) {
    h1{
        font-size: 2.0rem;
        font-weight: 700;
}
    .header {
        height: 96px;
        margin: 0 113px 0 64px;
    }
    .header-topic {
        font-family: "Noto Sans JP";
        font-weight: 700;
        text-align: left;
        font-size: 2.0rem;
        line-height: 1;
        margin: 25px 0 0 0;
    }
    
    .container {
    padding: 38px 164px 38px 60px;
    }


    #nav-toggle {
        display: none;
    }
    .nav-header {
        display: flex;
        justify-content: end;
    }

    nav li {
        margin: 0 30px;
    }

    .nav-menu {
        display: block;   
        font-family:"Noto Sans JP";  
        font-size: 1.6rem;
        top: 6%;
        align-items: center;
        background-color: transparent;
    }

    .nav-box {
        
    }
    .insta {
        display: none;
    }
} 
/* header pc */
/* ========================================
main
======================================== */

.access-container {
    margin: 0 24px;
}
.access-shopname {
    font-family:"Noto Sans JP";
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    margin: 35px 0 26px;
}

.top-adress,
.top-googlemap,
.top-station, 
.top-access {
    font-family:"Noto Sans JP";
    text-align: left;
}

.top-adress {
    margin-bottom: 15px;
}

.top-googlemap {
    margin-bottom: 27px;
}

.top-station,
.top-car {
    display: inline-block;      
  padding: 10px;          
  border: 1px solid rgba(70, 70, 70, 1);    
}

.top-access {
    line-height: 1.8;
    margin: 12px 0 28px;
}

.top-cartxt {
    margin: 12px 0 16px;
    line-height: 1.5;
}

.map {
    width: 100%;
    margin: 20px auto 0;
    height: 400px;
    padding-bottom: 30px;
}

.way {
    font-family:"Noto Sans JP";
    line-height: 1.8;
    text-align: left;
    position: relative;
    margin-left: 19px;
}

.way::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent rgba(70, 70, 70, 1);
    top: 2px;
    left: -7px;
    bottom: 0;
    margin: auto;
}

.way::after {
    content: "";
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 96vw; 
    height: 1px;
    background: rgba(70, 70, 70, 1);
}

.station {
    font-family:"Noto Sans JP";
    font-size: 1.6rem;
    line-height: 1.0;
    margin: 8px 0 14px 19px;
}

.access-guide {
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px 40px;
}

.photo-guide-txt {
    font-family:"Noto Sans JP";
    line-height: 1.7;
    margin-top: 5px;
    padding-left: 25px;
}

.photoguide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 4% 40px;
    align-items: stretch
}

.photo-guide-item {
    width: 48%;
    margin-bottom: 32px;
    position: relative;
}

.photo-guide-item span {
  position: absolute;
  bottom: 72px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: rgba(33, 67, 100, 1);
  color: #fff;
  font-size: 1.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* main pc */
  @media screen and (min-width: 769px) {
.access-container{
    max-width: 1104px;
    margin: 0 auto;
}

.access-txt-box{
    display: flex;
    justify-content: left;
    align-items: flex-start;
    gap: 80px;
}

.access-txt-box .pc-only{
    width: 59%;
    height: auto;
}
.access-shopname {
    margin: 0 0 27px 0;
}

.access-txt {
    width: 76%;
}
.access-container {
    padding: 100px 4%;
}
.map {
    padding-bottom: 100px;
}
.photoguide{
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin: 0 168px 0 120px;
  padding: 40px 0 100px 0;
}

.way {
    font-size: 2.0rem;
    margin-left: 52px;
}

.way::after {
    content: "";
    position: absolute;
    left: 46%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 92vw; 
    height: 1px;
    background: rgba(70, 70, 70, 1);
}
.station {
    font-size: 2.4rem;
    margin-left: 52px;
}

.photo-guide-item{
  width: calc((100% - 80px) / 3);
}

.photo-guide-item img{
  /* width: 100%; */
  height: auto;
}

.photo-guide-item span{
  display: inline-block;
  margin-top: 15px;
  font-weight: bold;
}

.photo-guide-txt{
  margin-top: 10px;
  line-height: 1.8;
  font-size: 1.4rem;
}
.photo-guide-item span {
  position: absolute;
  bottom: 43px;
  left: -22px;
  width: 35px;
  height: 35px;
  background: rgba(33, 67, 100, 1);
  color: #fff;
  font-size: 1.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.way::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 9px;
    border-color: transparent transparent transparent rgba(70, 70, 70, 1);
    top: 2px;
    left: -16px;
    bottom: 0;
    margin: auto;
}

}

/* main pc */
/* ========================================
footer
======================================== */

.footer {
    background-color: rgba(33, 67, 100, 1);
    color: #ffff;
    padding: 28px 0 9px;
}

.footer-name {
    font-family: "Noto Sans JP";
    font-weight: 700;
    text-align: left;
    font-size: 2.0rem;
}

.footer-address {
    margin-top: 20px;
    line-height: 1;
}

.footer-list {
    font-family:"Noto Sans JP";
    font-size: 1.2rem;
    line-height: 2.0;
    margin:35px 0 43px;
}

.top-footer-logo-sp {
    text-align: right;
    padding-bottom: 30px;
}

.copy {
    display: block;
    text-align: center;
    margin-bottom: 9px;
}
/* footer pc */
@media screen and (min-width: 769px) {
.footer-name {
    font-size: 3.8rem;
    font-weight: 700;
}

 .footer {
    width: 100%;
    align-items: flex-start;
    position: relative;
    padding: 80px 4% 0;
  }

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    text-align: left;
}

.top-footer-logo-pc {
    text-align: right;
} 

.footer-logo-image {
    margin-left: auto;
    display: block;
}

}