/*
Theme Name: 202603_SP
Theme URI: https://croissanttsukikaze.jp/
*/

@charset "UTF-8";

/* common */
html,body {
  width: 100% !important;
}
body {
  width: 100% !important;
  max-width: 740px;
  margin: 0 auto 0 auto;
}

div,h1,h2,h3,h4,ul,li,p,img {
	margin: 0;
	padding: 0;
}

div,h1,h2,h3,h4,ul,li,p,a,span {
	font-family: "Noto Sans JP",Quicksand,"游ゴシック体",YuGothic,"ヒラギノ角ゴシック Pro",Hiragino Kaku Gothic Pro,"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	color: #241a08;
  font-feature-settings: "palt";
  font-style: normal;
  letter-spacing: normal;
  line-break: strict;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #003656;
}

.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

/* header */

header {
  width: 100%;
  height: 514px;
  background-image: url(image/top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

#headerWrap {
  height: 48px;
  width: 90%;
  padding: 0 5% 0 5%;
  position: relative;
}

#headerWrap #siteName a img {
  width: 140px;
  height: auto;
  position: absolute;
  top: 18px;
  left: 5%;
  opacity: 90%;
  z-index: 10;
}

.menuBtn{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,0);
  cursor: pointer;
  transition: transform 120ms cubic-bezier(.2,.8,.2,1), background 200ms cubic-bezier(.2,.8,.2,1);
  position: absolute;
  top: 16px;
  right: 5%;
  z-index: 110;
}
.menuBtn:hover{background:rgba(255,255,255,.07)}
.menuBtn:active{transform:scale(.98)}
.menuLabel{
  font-size: 12px;
  letter-spacing:.18em;
  text-transform: uppercase;
}
.burger{
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}
.burger span{
  height:1.8px;
  border-radius:2px;
  transform-origin: center;
  transition: transform 420ms cubic-bezier(.2,.8,.2,1),
              top 420ms cubic-bezier(.2,.8,.2,1),
              opacity 420ms cubic-bezier(.2,.8,.2,1);
  background-color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index:110;
}
.burger span:nth-child(1){top:0}
.burger span:nth-child(2){top:7px}
.burger span:nth-child(3){top:14px}
body.is-open .burger span:nth-child(1){top: 6px; transform: rotate(45deg); background-color: #000;}
body.is-open .burger span:nth-child(2){opacity: 0;}
body.is-open .burger span:nth-child(3){top: 6px; transform: rotate(-45deg); background-color: #000;}


.overlay{
  position:fixed; inset:0;
  background:rgba(0,0,0,.55);
  opacity:0;
  pointer-events:none;
  transition: opacity 420ms cubic-bezier(.2,.8,.2,1);
  z-index:90;
}
.overlay.show{
  opacity:1;
  pointer-events:auto;
}

.panel{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(300px, 92vw);
  background: #FFF;
  border-left: 1px solid rgba(255,255,255,.14);
  transform: translateX(102%);
  transition: transform 420ms cubic-bezier(.2,.8,.2,1);
  z-index:100;
  display: flex;
  flex-direction: column;
}
.panel.open{transform:translateX(0)}

.panelBody{
  padding: 36px 24px 0 24px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.panelBody::-webkit-scrollbar{width:10px}
.panelBody::-webkit-scrollbar-thumb{background:rgba(255,255,255,.12); border-radius:999px}
.panelBody::-webkit-scrollbar-track{background:transparent}

/* アコーディオン
.acc{
  overflow: hidden;
}
.acc-btn{
  width:100%;
  display:flex; align-items:center; justify-content:space-between;
  background: transparent;
  border: none;
  color: #f5f5f5;
  cursor: pointer;
  text-align: left;
  padding: 0;
}
.chev{
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(245,245,245,.72);
  border-bottom: 2px solid rgba(245,245,245,.72);
  transform: rotate(45deg);
  transition:transform 420ms cubic-bezier(.2,.8,.2,1);
  margin-right:4px;
  flex:0 0 auto;
}
.acc.open .chev{transform:rotate(-135deg)}
.acc-panel{
  max-height: 0;
  overflow: hidden;
  transition: max-height 420ms cubic-bezier(.2,.8,.2,1);
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
}
.acc.open .acc-panel{max-height:320px}
.acc-panel a{
  display: block;
  color: rgba(245,245,245,.72);
}
.acc-panel a:hover{
  color:#f5f5f5;
  background:rgba(255,255,255,.04)
}
*/

#naviSection {
  padding: 8px 0 8px 0;
}
#naviSection ul li:nth-child(1) {
  padding-top: 6px;
}
#naviSection ul li {
  padding: 3px 0 3px 0;
}

#social {
  margin-top: 48px;
  padding: 8px 0 8px 0;
}
#social #socialTitle {
  font-size: 14px;
}
#social #instagram {
  margin-top: 8px;
}
#social #instagram {
  padding-left: 16px;
}
#social #instagram a {
  height: 34px;
  display: block;
}
#social #instagram img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}
#social #instagram p {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.panelBody p, .panelBody a, .panelBody li, .panelBody span {
  color: #000;
  font-size: 22px;
}

body.lock{
  position: fixed;
  width: 100%;
  overflow:hidden;
}




/* main */

/* notice */
#notice {
  width: 90%;
  margin: 64px 5% 0 5%;
}
#notice h2{
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.15rem;
  letter-spacing: .2px;
}
#notice .instagramAPI {
  width: 90%;
  margin: 0 auto 0 auto;
}
#notice .instagramAPI li {
  display: inline-block;
  width: 32.2%;
  height: 100px;
}
#notice .instagramAPI li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#notice #toInstagram {
  margin-top: 20px;
  margin-right: 38px;
  text-align: right;
}
#notice #toInstagram #linkBlock {
  display: inline-block;
  width: auto;
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
#notice #toInstagram #linkBlock:hover {
  color: #007bbb;
}
#notice #toInstagram #linkBlock img {
  width: 18px;
  height: auto;
  margin-bottom: -3px;
  margin-right: 2px;
}
#notice #toInstagram #linkBlock #lineArrow {
  width: 120%;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
   /*傾きを調節*/
  transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -6px 0 0 -6px;
}
#notice #toInstagram #linkBlock:hover #lineArrow {
  border-bottom: 1px solid #007bbb;
  border-right: 1px solid #007bbb;
}


/* items */

#items *{ box-sizing:border-box; }

#items{
  max-width: 720px;
  margin: 80px auto 0 auto;
  background:#ffffff;
  padding:16px;
}
#items > h2{
  margin:0 0 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  font-size:1.15rem;
  letter-spacing:.2px;
}
#items .itemsCloseBtn{
  width:36px;
  height:36px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.12);
  background:#fff;
  box-shadow:0 10px 18px rgba(2,6,23,.10);
  display:none;
  align-items:center;
  justify-content:center;
  font-size:18px;
  line-height:1;
  -webkit-tap-highlight-color:transparent;
  cursor:pointer;
}
#items[data-state="expanded"] .itemsCloseBtn{
  display:inline-flex;
}
#items .itemsCloseBtn:active{
  transform:translateY(1px);
}
#items .itemsBody{
  position:relative;
  overflow:hidden;
  transition:max-height .6s ease;
}
#items[data-state="collapsed"] .itemsBody{
  max-height:220px;
}
#items .itemsBody::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:80px;
  opacity:0;
  transform:translateY(8px);
  transition:opacity 180ms ease,transform 180ms ease;
  pointer-events:none;
  background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
}
#items[data-state="collapsed"] .itemsBody::after{
  opacity:1;
  transform:translateY(0);
}
#items .itemsToggleBtn{
  width: 100%;
  margin-top: 12px;
  border: 0;
  border-radius: 14px;
  padding: 14px 14px;
  background:#241a08;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: .2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 12px 20px rgba(15,23,42,.18);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
#items .itemsToggleBtn:active{
  transform: translateY(1px);
  filter: brightness(.98);
}
#items .itemsToggleBtn__text{
  color: #ffffff;
}
#items .itemsToggleBtn__chev{
  display:inline-block;
  transition:transform 200ms ease;
  font-size:1.05rem;
  line-height:1;
}
#items[data-state="expanded"] .itemsToggleBtn__chev{
  transform:rotate(180deg);
}
#itmeRead{
  line-height:1.75;
  margin:6px 0 12px;
}
#itemCatNavi{
  margin:8px 0 10px;
  color:#64748b;
}
.catName{
  margin:18px 0 8px;
}
#itemCatNavi a{
  color:#0f172a;
  text-decoration:underline;
  margin-right:10px;
}

.itemList {
  text-align: center;
}
.itemList li {
  display: inline-block;
  height: 200px;
  vertical-align: top;
}
.itemList li img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.itemList li h3 {
  font-size: 14px;
  width: 100px;
  font-weight: 400;
}

#storeInfo, #access {
  width: 90%;
  margin: 60px 5% 0 5%;
}
#storeInfo h2, #access h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.15rem;
  letter-spacing: .2px;
}

#map {
  width: 100%;
  margin: 0 auto 0 auto;
}


/* footer */
footer {
	margin: 80px 5% 12px 5%;
  width: 90%;
  padding-top: 60px;
  border-top: 2px solid #CCC;
}

#footerTitle {
  font-size: 24px;
  width: 100%;
  text-align: center;
}
#footerTitle img {
  width: 194px;
  height: auto;
}
#footerRead {
  margin-top: 28px;
  font-size: 14px;
  line-height: 24px;
}
#footerSocial {
  margin-top: 28px;
}
#footerSocial p {

}
#footerSocial ul{
  padding-left: 24px;
  margin-top: 8px;
}
#footerSocial ul li {
  display: inline-block;
}
#footerSocial ul li a img {
  width: 28px;
  height: auto;
}
#footerCategory {
  margin-top: 28px;
}
#footerCategory ul  {
  padding-left: 24px;
  margin-top: 8px;
}
#footerCategory ul li {
  line-height: 22px;
  display: inline-block;
}
#footerCategory ul li a {
}
#footerTags {
  margin-top: 28px;
}
#footerTags p {

}
#footerTags ul {
  padding-left: 24px;
  margin-top: 8px;
}
#footerTags ul li {
  display: inline-block;
  line-height: 22px;
  margin-right: 4px;
}
#footerTags ul li a {
  text-decoration: underline;
}

#credit {
  margin-top: 64px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 12px;
}
