@charset "UTF-8";
/* CSS Document */
/* 全ページ共通 */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #64514b; /* RGB */
  font-family: "しっぽり明朝", serif, '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height:2.4;
  background: url("../images/common/bg_sikkui.png") repeat;
}
@media(max-width:1024px){
  body {
    font-size: 1.5em;
    line-height:2.2;
  }
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/* 以下、TOPページ以外の共通 */

/* left side header */
#header {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position:fixed;
    top: 0;
    left: 0;
    width: 230px;
    height: 112px;
    z-index: 3;
}
.header_logo img {
  width: 85%;
}
.header_logo {
  margin: 30px auto 20px;
    text-align: center;
}
.header_sns {
    display: flex;
    flex-flow: column;
    text-align: center;
}
.header_sns::before{
    content:"";
    display:block;
    width:28px;
    height:2px;
    background-color:#2e4893;
    margin: 0 auto 26px;
 }
.header_sns_instagram, .header_sns_note {
  margin-top: 10px;
}
/* SPでは左側追従メニュー非表示 */
@media(max-width:1024px) {
  #header {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 112px;
    z-index: 3;
  }
  .header_logo {
    margin-top: 10px;
    text-align: left;
}
  .header_logo img {
    width: 10%;
  }
  .header_sns {
    display: none;
  }
}
@media(max-width:425px){
  .header_logo img {
    width: 20%;
  }
}
/* main navigation */
.main-nav {
    display: flex;
    align-items: center;
    justify-content:flex-end;
    padding: 4.4em 1.1em 0em 0em;
    font-size: 1em;
    z-index: 2;
}
.main-nav ul {
    display: flex;
    margin: 0;
    padding: 0;
}
.main-nav ul li {
    font-size: 1.25em;
    letter-spacing: 0.05em;
    padding-right: 5rem;
    list-style: none;
}
.main-nav ul li a{
    text-decoration: none;
    color: #64514b;
    font-size: 0.8em;
}
.main-nav_onlineshop {
    background: url(../images/common/onlineshop_icon_brown.png) no-repeat; 
    background-position: 0.5em;
    padding: 0.5em 1em 0.5em 2.5em;
    border: solid 1px #64514b;/*線*/
    border-radius: 50px;/*角の丸み*/
}
.g-nav_logo {
  display: none;
}
.g-nav_sns {
  display: none;
}
@media(max-width:1024px){
  .main-nav_onlineshop {
    background: url(../images/common/online_shop_icon.png) no-repeat; 
    background-position: 0.5em;
    padding: 0.5em 1em 0.5em 2.5em;
    border: solid 1px #fff;/*線*/
    border-radius: 50px;/*角の丸み*/
}
}
  
/* main */
.main {
  width: 100%;
  padding: 0 0 0 230px;
}
@media(max-width:1024px) {
.main {
  padding: 0 1em 0 1em;
}
}

  /* footer */
.footer {
  margin-top: 160px;
  padding: 1.5rem 1rem 1rem;
  background:#64514b;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto 3rem;
}

.footer-logo {
  width: 120px;
  height: 112px;
  
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content:flex-end;
  padding: 0;
  font-size: 1em;
  color: white;
  z-index: 2;
}
.footer-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.footer-nav ul li {
  font-size: 1.25em;
  letter-spacing: 0.05em;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  padding-right: 5rem;
  list-style: none;
}
.footer-nav ul li a{
  text-decoration: none;
  color: white;
  font-size: 0.8em;
}
.footer-nav_onlineshop {
  background: url(../images/common/online_shop_icon.png) no-repeat; 
  background-position: 0.5em;
  padding: 0.5em 1em 0.5em 2.5em;
  border: solid 1px #fff;/*線*/
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 50px;/*角の丸み*/
}

.copyright {
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}
.footer-nav_sns {
  display: none;
}
@media(max-width:1024px) {
  .footer-container {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 327px;
    margin-bottom: 2rem;
  }
  .footer-logo {
    width: 90px;
    margin: 0 auto;
  }
  .footer-nav {
    display: block;
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .footer-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-nav ul li {
    letter-spacing: 0.05em;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 0;
  }
  .footer-nav_sns {
    margin-top: 32px;
    display: flex;
    justify-content:center;
    gap: 24px;
  }
  .footer-nav_sns_instagram img {
    width: 90%;
  }

  }
