@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* -----------------------------------------------------------
Mobile first responsive
----------------------------------------------------------- */
/*Reset*/
html {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}

body {
  text-align: left;
  line-height: 160%;
  margin: 0;
  padding: 0;
  font-family: 'AvenirNextLTW01-Regular', Arial, 'AxisStd-Light', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #34222e;
  width: 100%;
  overflow: hidden;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
}

input,
textarea,
select {
  font-family: inherit;
  *font-size: 100%;
  font-weight: inherit;
}

li {
  list-style: none;
  text-align: left;
}






/* -----------------------------------FLOAT */
img {
  border: none;
  padding: 0;
  margin: 0;
  margin: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}


p {
  font-size: 14px;
  text-align: left;
}


a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #96568a;
}



.ac {
  text-align: center;
}

/* -----------------------------------Mobile ＆ PC common */
header,
footer,
#contetnts,
#main,
.sec {
  width: 100%;
  box-sizing: border-box;
}

.sec {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/*pc only*/
.pc_only {
  display: none;
}

#headMain {
  display: none;
}

/*=======================
	ヘッダー
=======================*/
header h1 {
  display: none;
}

header {
  margin: 0px auto;
  position: relative;
  z-index: 100;
  height: 60px;
  padding-top: 15px;
  background-color: transparent;
  transition: all 0.5s ease;
}


header.scroll {
  background-color: #fff;
  transition: all 0.5s ease;
}
.header_inner {
  max-width:1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.headlogo img {
  width: auto;
  height: 26px;
  vertical-align: -5px;
}

.header_wrap {
  width: 100%;
  position: fixed;
  height: 60px;
  z-index: 5551;
}
.nav a {
  text-decoration: none;
  font-weight: 500;
}
.header_menu a {
  color: #fff;
}
header.scroll .header_menu a {
  color: #000;
}
@media (min-width: 769px) {
.header_menu {
  position: absolute;
  right:10px;
  top:0;

}

}
.nav-toggle {
  display: none; /* SP時のみ表示 */
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 4px 0;
  background: #333;
  transition: 0.3s;
}


.nav {
  margin-left: auto;
}

.nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}



/* SP: ヘッダー下にふんわり縦並び */
@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0; 
    right: 0;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    max-height: 0;  /* 高さ0で隠す（真上隠れ） */
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                opacity 0.3s ease;
  }

  .nav.is-open {
    max-height: 300px;  /* 十分な高さ（内容に合わせ調整） */
    opacity: 1;
  }

  .nav ul {
    flex-direction: column;
    padding: 16px 20px;
    margin: 0;
    gap: 0;
  }

  .nav li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .nav a {
    display: block;
    padding: 16px 0;
    font-size: 1.1rem;
  }
}


.content {
  width: 100%;
  padding-top: 0;
  text-align: center;
  padding-bottom: 80px;
}



/*=======================
	フッター
=======================*/
footer {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  background-color: #f9f6ee;
  padding: 50px 0 0;
  color: #231815;
}

footer a {
  color: #3a3938;
}

footer address {
  padding: 10px 0 100px;
  font-size: 14px;
}

/*PC用フッターリンク*/


footer aside {
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
}


/* ----------------------------
 Footer Fixed Banner
---------------------------- */


/*下部fixed店名ボタン*/
#f_nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
}



.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
}

.flex.f_center {
  justify-content: center;
}




@media screen and (max-width: 1176px) {
  header.menuon {
    background-color: #fff;
    transition: all 0.5s ease;
  }
  .sec {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 641px) {
  .sp_only {
    display: none !important;
  }
  .pc_only {
    display: block !important;
  }
  /*PC用フッターリンク*/
  .ftNavBlock,
  .ftNavBlock .ptpc {
    display: block;
  }

 
  /* ----------------------------
   Common footer
  ---------------------------- */
