@charset "utf-8";

/*===========　レスポンシブ用基礎CSS　===========*/

/*ボックスモデルをborder-boxに変更*/
* {
	box-sizing: border-box;
}

/*フルードイメージ*/
img {
	max-width: 100%;
	height: auto;
}

/*回転時の文字調整封印*/
html{
  -webkit-text-size-adjust: 100%;
}

/*===========　スマホ用　通常時　===========*/
body {
	/*font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 'PT Sans','Noto Sans JP', 'Roboto',sans-serif;
;
    color: #3E4550;
}

/* navigation */

div.navi-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
  padding: 8px 45px;
  
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; /* 他の要素より前に出す */
  background-color: white; /* 背景が透明だと下の要素が見えてしまうため */
}

.pc_nav{
	display: none;
}

@media screen and (min-width: 960px){
	.hamburger, #g-nav{
		display: none;
	}
	
	nav.pc_nav{
		display: block;
		padding: 0 calc(100% - 95%); 
		margin-top: 15px;
		margin-right: 30px;

	}

	.pc_nav ul {
		display: flex;
		align-items: center;
		padding-left: 0;

	}

	.pc_nav li{
		height: 30px;
		line-height: 30px; 
		margin-left: 40px;
		font-size: 13px;
	}

	.pc_nav li:hover{
		display: block;
		background-color: #bce2e8;
	}
}




/* main */
  main{
    display: block;
    text-align: center;
  }

  .mb-img{
    display: none;
  }

  .index-title{
    display: none;
  }

  div.top-container{
    width: 750px;
    margin: 0 auto;
  }

	section.top{
		margin: 100px auto;
		text-align: center;
	}

  h2{
    text-align: left;
  }

  .h2green{
    font-family: serif;
    text-align: center;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background-color: #898e84;
    margin: 100px auto 50px;
    font-size: 1.75rem;
  }

  .span-btn{
		display: block;
		min-height: 0vw;
		margin-top: -10px;
	}

  .shop{
    margin-top: 20px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 32px 25px;
  }
  


  .order{
    margin-top: 20px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 32px 25px;
  }

  .order1 {
  position: relative;
  width: 200px;
  height: 100px;
  overflow: hidden;
}

.order1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* テキスト用のオーバーレイ */
/* 最初は非表示状態にする */
.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  opacity: 0; /* ← 透明にする */
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* ホバー時に表示 */
.order1:hover .overlay-text {
  opacity: 1;
}

/*
.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* 黒の透過 */
 /* color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none; /* クリックを無効にする場合 */
/*}　*/

.overlay-text {
  letter-spacing: 1px;
  padding: 4px;
  border-radius: 4px;
}

/* ボタン設定*/
	.more_btn {
		display: inline-block;
    border-color:#000;
    border-width: 0.2px;
    border-style: solid;
    color: #000;
		box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
		text-align: center;
		min-width: 30px;
		min-height: 30px;
		line-height: 30px;
		font-size: 11px;
		padding: 0.6em 1.3em 0.5em;
		margin-top: 3em;
    margin-bottom: 1em;
    font-family: 'Roboto', sans-serif;
	}

  .contact_btn {
		display: inline-block;
    background-color: #888;
    border-width: 0.2px;
    border-style: solid;
    color: #fff;
		box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
		text-align: center;
		min-width: 30px;
		min-height: 30px;
		line-height: 30px;
		font-size: 11px;
		padding: 0.6em 1.3em 0.5em;
		margin-top: 1em;
	}

  .btn{
    display: flex;
    justify-content: flex-end;
  }


/*Scroll*/
.scrolldown1 {
    position: absolute;
    left: 50px;
    bottom: 10px;
    height: 50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
    position: absolute;
    left: -15px;
    top: -30px;
    color: #3E4550;
    font-size: 12px;
    letter-spacing: 0.05em;
    transform: rotate(90deg);
}

/* 線の描写 */
.scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #3E4550;
    animation: pathmove 1.5s ease-in-out infinite;
    opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

/* インデックス */

/* イントロダクション */

div.intro{
  text-align: center;
  margin: 60px auto;
}


p.intro{
  font-size: 0.9rem;
  width: 660px;
  margin: 20px auto 0;
  line-height: 2;
  text-align: center;
}




/* ワーク */
.works-title {
  font-family: serif;
  margin: 50px auto;
  font-size: 1.75rem;
  text-align: left;
  margin-left: 20%;
  margin-bottom: 60px;
}

/* 画像配置 */
.works-images {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px auto;
  height: 400px; /* 適宜調整 */
}

.work-img {
  position: absolute;
  width: 300px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.work-img.left {
  top: 50px;
  left: 0;
  z-index: 1;
}

.work-img.center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.work-img.right {
  top: 50px;
  right: 0;
  z-index: 1;
}

/* コンタクト */
.contact-title {
  font-family: serif;
  margin: 50px auto;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 60px;
}

#contact {
  background-color: #f0f0f0;
  padding: 80px 20px;
}


/* オーダー */
p.porder{
  text-align: left;
  margin: 0px auto;
  max-width: 300px; /* 任意で読みやすい幅に制限 */
}

div.porder{
  text-align: center;
  margin: 60px auto;
}

div.inner {
  max-width: 90%;
  width: 97%;
  margin: 0 auto;
}

ul.text-left-margin-auto {
  list-style: none;
  padding: 0;
  margin: 0 auto; 
  text-align: left;
  max-width: 300px; /* 任意で読みやすい幅に制限 */
}

table{
  width: 100%;
  text-align: center;
  margin: 30px auto 0px auto;
  border: 1px solid #333;
  border-collapse: collapse;
}


tr{
  border-bottom: 1px solid #888;
}

th.th-price{
  width: 36%;
  padding: 10px 0px 10px 10px;
  background-color: #d1dad3;
  border-left: 1px solid #888;
  vertical-align: middle;
}
td.td-price{
  width: 32%;
  padding: 10px 0px 10px 10px;
  border-left: 1px solid #888;
  vertical-align: middle;
}

.pricetable{
  width: 50rem;
  max-width: 90%;
  margin: 0px auto 30px;
  padding: 20px 0px;
}

h3{
  font-size: 20px;
  width: 58rem;
  max-width: 90%;
  margin: 20px auto 30px;
  height: 40px;
  line-height: 40px;
  background-color: #d1dad3;
  color: #555;
  position: relative;
}

h3::before{
  content: "";
  width: 16px;
  height: 100%;
  background-color: #898e84;
  position: absolute;
  left: 0;
  top: 0;
}

.h3container{
  max-width: 1140px!important;
  margin-left: auto!important;
  margin-right: auto!important;
}


.span-order{
  display: block;
  min-height: 0vw;
  margin-top: 6px;
  font-size: 0.7rem;
}

/* サイズ表 */

th.th-size{
  width: 20%;
  padding: 10px 0px 10px 10px;
  background-color: #d1dad3;
  border-left: 1px solid #888;
  vertical-align: middle;
}
td.td-size{
  width: 20%;
  padding: 10px 0px 10px 10px;
  border-left: 1px solid #888;
  vertical-align: middle;
}

.sizetable{
  width: 50rem;
  max-width: 90%;
  margin: 0px auto 30px;
  padding: 10px 0px;
}


/* セミオーダー*/

section.top {
  margin: 20px auto;
  text-align: center;
}

.flow p{
  margin: 30px auto;
}

.flow h2{
  margin-top: 30px;
}

.flow h3, .flow dt{
  background: #d1dad3;
  width: 100%;
  height: 50px;
  line-height: 50px;
}


.flow p{
  width: 700px;
  margin: 30px auto;
}


.flow{
  width: 700px;
  text-align: left;
  padding: 10px;
  margin: 10px auto;
}

.flow dl dt{
  font-size: 1em;
  margin: 1px auto;
}

.flow dl dt::after{
  content: "▼";
  font-size: 0.7em;
  padding-left: 7px;
}

.flow dl dd{
  font-size: 1em;
  background: #898e84;
  width: 700px;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
}

.flow {
  padding: 10px 0 40px 0;
  margin: 60px auto;
}

.info_bottom{
  font-size: 1.1em;
}

.info_bottom::after{
  display: block;
  content: "▼ ";
  font-size: 2em
}

h4{
  width: 48rem;
    max-width: 90%;
  background: #d1dad3;
  height: 40px;
  line-height: 40px;
  margin: 20px auto;
  position: relative;
}


p.semiorder{
  text-align: left;
  margin: 0px auto;
  max-width: 450px; /* 任意で読みやすい幅に制限 */
}



/* #Q&A question.html page# */
.question .dd_question{
  font-size: 1em;
  text-align: left;
  padding-left: 100px;
}



/*PCでは無効（改行しない）*/
.sma{
  display: none;
}


/*スマートフォンでは有効（改行する）*/
@media screen and (max-width: 960px){


div.scrolldown1 {
    left: 30px;
}

/* index mobile*/

.pc-img {
  display: none;
}

.index_h2{
  display: none;
}

.index-title{
display: block;
font-family: serif;
margin: 50px auto;
font-size: 1.75rem;
text-align: left;
margin-left: 20%;
margin-bottom: 60px;
}


.mb-img{
  display: block;
}

.top .insta {
  display: flex;
  justify-content: center;
  align-items: center; /* 縦位置も中央にする場合 */
  flex-direction: column; /* 複数の要素が縦に並ぶなら */
}


/* Instagramの埋め込みの上マージンを削減 */
blockquote.instagram-media {
  margin-top: 0 !important;
}

}





@media screen and (max-width:768px) {
  .sma{
      display: block;
  }

  .btn{
    display: flex;
    justify-content: flex-end;
    margin-right: 10%;
  }

  div.top-container{
    width: 100%;
    margin: 0 auto;
  }

  .top .insta {
  display: flex;
  justify-content: center;
  align-items: center; /* 縦位置も中央にする場合 */
  flex-direction: column; /* 複数の要素が縦に並ぶなら */
}

  p.intro {
    width: 90%;
    font-size: 0.8rem;
    line-height: 1.8;
  }

  div.intro {
    margin: 40px auto;
  }
}





@media screen and (max-width: 400px) {
  .work-img.center {
    width: 240px;
    height: auto;
  }
}





footer {
	display: block;
    background: rgba(62, 70, 55, 0.61);
    color: #fff;
    padding: 0 0 10px 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 0.7rem;
}

div.footer_contents{
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
    padding: 50px 0;
}

div.footer_in{
	width: 85%;
	margin: 0 auto;
}

