/*
Theme Name: kunten
Theme URI: https://ryukai-superfood-chocolate.com/
Author: Splendeur
Author URI: https://ryukai-superfood-chocolate.com/
Description: 自作のWordPressテーマ
Version: 1.0
*/ 
/*--------------------------------------------------------------
# 龍薤サイト部分
--------------------------------------------------------------*/
.store header span{
	background-color: #fff;
}
.menu-text{
	color: #fff;
}
.store,.clickable {
    color: #FFF;  /* 通常時 */
    cursor: pointer;
}

.store,.clickable,.clicked {
    color: #000;  /* クリック後 */
}
.store-image img{
	width: 100%;
}
.store header{
	background-color: #000
}
.store-nai{
	background-image: url("img/store-bg.jpg");
	width: 100vw;
	height: auto;
	 /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #464646;
}
.back-color{
	background-color: rgba(0,0,0,0.35);
	height: auto;
	width: 100vw;
	
}
.store_inner{
 padding-top: 5%;
}
.store-text {
	margin: 30px auto ;
}
.store-text h1{
	margin-bottom: 20px;
	
}
.store-img{
	text-align: center;
	position: relative;
z-index: 10;
}

.store-text{
	width: 100vw;
	text-align: center;
	position: relative;
	z-index: 5;
	color: #fff;
}
.store1{
	position: absolute;
	z-index: -1;
	width: 30%;
	top: 40%;
	left:5%;
}
.store2{
	position: absolute;
	z-index: -1;
	width: 30%;
	right: 2%;
	top: -30%;
}
.store2 img,.store1 img{
	width: 100%;
}
.store-text2{
	position: relative;
	z-index: 10;
	width: 40%;
	line-height: 36px;
	margin: 0 auto;
	min-width: 300px;
}
.google{
	position: relative;
	z-index: 5;
	width: 40%;
	margin: 0 auto;
	text-align: center;
}
.google iframe{
	height: 300px;
	width: 100%;
}
.access{
	text-align: center;
	margin: 60px auto 30px;
	border-bottom: 1px solid #fff;
	width: 200px;
	color: #fff;
}
.gaiyou{
	margin-top: 40px;
	line-height: 30px;
	color: #fff;
	padding-bottom: 40px;
	font-size: 18px;
}
.kunten{
	margin-top: -15px;
	margin-bottom: 10px;
}
html {
  overflow: auto;
}
body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  overflow: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*スライドショー*/

header {
  background-color: #f2eee7;
  color: #fff;
  padding: 10px 0;
  position: relative;
  z-index: 999;
  width: 100vw;
  margin: 0 auto;
}
.container {
  display: flex;
  justify-content: center; /* 中央揃え */
  align-items: center;
  height: 70px; /* ヘッダーの高さ */
  position: relative; /* 子要素を相対的に調整するため */
}
.hamburger {
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: none;
  background: none;
  position: fixed; /* 位置調整のために絶対位置を使用 */
  right: 15%; /* 右寄りに移動 */
  transform: translateX(-10px); /* 微調整でさらに左へずらす */
}
.hamburger span {
  background-color: #000;
  height: 1px;
  width: 53px;
  transition: 0.3s;
}
.menu-text {
  color: #000;
  font-size: 0.7rem;
  margin-top: 5px;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
/* ナビゲーションメニュー */
.nav-links {
  display: none; /* 最初は非表示 */
  position: fixed;
  top: 0px; /* ヘッダーの下に配置 */
  left: 0;
  width: 100%;
  background-color: #f2eee7;
  text-align: center;
  padding: 80px 0 10px;
  overflow: hidden;
  height: 70vh;
}
.nav-links ul {
  list-style: none;
}
.nav-links ul li {
  margin: 10px 0;
}
.nav-links ul li a {
  color: #E6DED1;
  text-decoration: none;
  font-size: .9rem;
}
.nav-links ul li a:hover {
  color: #000000;
}
.nav-links.active {
  display: block; /* トグルで表示 */
}
/* メニューが開いたときの「×」のスタイル */
.hamburger.active span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0; /* 真ん中の棒を消す */
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}
.nav-flex {
  display: flex;
  width: 70%;
  max-width: 700px;
  margin: 0 auto;
  justify-content: space-around
}
.nav-flex-left {
  width: 30%;
  mix-blend-mode: multiply;
}
.nav-flex-left img {
  width: 100%;
}
.nav-flex-right {
  width: 50%;
  text-align: left;
  writing-mode: vertical-rl;
}
.nav-flex-right ul li {
  border-top: 1px solid #646464;
  padding-top: 5px;
  margin: 5px 30px;
}
.nav-flex-right ul li a{
	font-size: 1.2rem;
}
.nav-inst {
  width: 50%;
  max-width: 1400px;
  color: #000;
  text-align: right;
  margin: 0 auto;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7); /* 半透明の黒 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 888;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.nav-inst-innner {
  width: 200px;
  display: flex;
  margin-left: auto;
}
.nocolor{
	background-color: #fff;
}
/*背景の線*/
.sen1, .sen2, .sen3 {
  mix-blend-mode: multiply;
  position: absolute;
}
.sen1 {
  top: 10%;
  width: 50%;
}
.sen2 {
  width: 30%;
  left: 18%;
  z-index: 1;
  min-width: 200px;
}
.sen3 {
  width: 30%;
  z-index: 1;
  right: 20%;
  bottom: 0;
  min-width: 100px;
}
.sen4 {
  width: 70%;
  z-index: -1;
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 8%;
  max-width: 900px;
}
.sen5 {
  width: 90%;
  top: -10%;
  left: 15%;
  position: absolute;
  z-index: -1;
}
.sen6 {
  mix-blend-mode: multiply;
  width: 30%;
  margin-left: 60%;
  margin-top: 0px;
}
.sen7{
	position: absolute;
	right: 0;
	z-index: 1;
	width: 50%;
	top: 0;
	opacity: 0.5;
	display: none;
}
.sen1 img, .sen2 img, .sen3 img, .sen4 img, .sen5 img, .sen6 img,.sen7 img {
  width: 100%;
}
/*背景の線*/
.main-top {
  width: 100vw;
  height: auto;
  margin: 0 auto;
  min-height: 300px;
  background-color: #f2eee7;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.text-cover {
  position: absolute;
  top: 15%;
  left: 41%;
  width: 35%;
  z-index: 50;
}
.text-cover img {
  width: 100%;
}
.top-flex {
  display: flex;
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
  align-items: flex-end;
  justify-content: space-between;
}
.top-img {
  width:85%;
  margin-left: 10%;
  text-align: right;
}
.top-img img {
  width: 100%;
  margin: 0;
}
.top-img2-sp{
	display: none;
}
.top-img2 {
  margin-bottom: 0;
}
.top-text {
  width: 12%;
  margin-left: 10%;
}
.top-text img {
  width: 100%;
}
.top-flex2 {
  display: flex;
  width: 80%;
  margin: 60px auto 0;
  max-width: 900px;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}
.top-flexleft {
  width: 40%;
}
.top-flexleft img {
  width: 100%;
}
.top-flexright {
  width: 60%;
  margin-left: 10%;
}
.top-flexright p {
  font-size: 1.2rem;
  width: 50%;
  margin: 0 auto;
  letter-spacing: 8px;
  line-height: 50px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.about {
  width: 100vw;
  margin: -50px auto 80px;
  z-index: 5;
  position: relative;
}
.aboutflex {
  display: flex;
  width: 100vw;
  margin: 0 auto;
  align-items: flex-end;
	
}
.aboutflex-left {
	text-align: right;
	width: 50%;
  position: absolute;
  z-index: 2;
  letter-spacing: 4px;
  line-height: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1rem;
	padding: 30px 0 0 20px;
}
.aboutflex-left p{
	display: inline-block;
	text-align: left;
}
.aboutflex-right {
  z-index: 1;
  width: 50%;
  position: relative;
  margin-left: 50%;
	max-width: 950px;
  right: 0;
}
.aboutflex-right img {
  width: 100%;
  display: block;
}
/*----ニュース---------------------------------------------------------------------*/
.news,.shop{
  position: relative;
  z-index: 50;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}
.news-inner, .shop-inner {
  width: 85%;
  margin: 0 0 0 auto;
  max-width: 1400px;
}
.title-flex {
  display: flex;
  align-items: center;
}
.title-flex-left, .title-flex-left {
  width: 20%;
  min-width: 100px;
  padding: 2%;
}
.title-flex-right, .title-flex-right {
  width: 80%;
  margin-right: 0;
}
.title-flex-left img,.title-flex-right img {
  width: 100%;
}
.news-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap; /* レスポンシブ対応（折り返し） */
  gap: 20px; /* アイテムの間隔 */
  justify-content: center; /* 中央寄せ */
}
/* 各ニュースアイテム */
.news-wrapper {
  display: flex; /* Flexbox を適用 */
}
.news-title {
  writing-mode: vertical-rl; /* 縦書き */
  text-orientation: upright; /* 文字を正立 */
  padding: 15px 5% 0;
  margin-right: 20px;
  font-size: 1.6rem;
  vertical-align: text-bottom;
  letter-spacing: 15px;
}
.news-item {
  padding: 15px;
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  text-align: left;
}
.news-item img {
  width: 100%;
}
.news-item h2 {
  font-size: 22px;
  margin: 10px 0 6px;
  padding-bottom: 5px;
  text-decoration: underline;
	  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* ショップ------------------------------------------------------------------ */
.shop-img {
  width: 80%;
  text-align: center;
  position: relative;
  z-index: 50;
	margin: 0 auto;
}
.shop-img img {
  width: 100%;
}
.shop-flex {
  position: relative;
	margin: 0 auto;
	width: 60%;
}
.shop-text {
  margin-top: 40px;
  font-size: 1.3rem;
}
.shop-text p {
  line-height: 35px;
}
.shop-img img {
  width: 100%;
}
.kikan {
  font-size: 0.9rem;
}
.online-button {
  width: 200px;
  margin: 15px auto 0;
  border-radius: 100px;
  border: 1px solid #000;
  padding: 10px;
}
.online-button:hover {
  background: #000;
  color: #fff;
}
.shop-textbotoom {
  text-align: center;
  margin-bottom: 80px;
}
/* フッター------------------------------------------------------------------ */
footer {
  width: 100vw;
  background: #f2eee7;
  padding: 30px;
}
.footer-flex {
  display: flex;
  width: 80%;
  margin: 0 auto;
  max-width: 700px;
  align-items: center;
}
.footer-flex-left {
  width: 40%;
  margin-right: 30px;
}
.footer-flex-left img {
  width: 100%;
}
.footer-flex-right {
  width: 60%;
}
.footer-flex-right p{
	font-size: 10px;
}
.inner-flex {
  display: flex;
  align-items: center;
}
.insta {
  width: 20px;
  margin-right: 10px;
}
.insta img {
  width: 100%;
}
.inst-text {
  font-size: .8rem;
  padding-bottom: 5px;
}
/* - アニメーション----------------------------------------------------------------------- */
.fade-in {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.8s ease-out, transform 1.8s ease-out;
}
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
.online_a{
	text-decoration: none;
}
.online_a:link{
	color: #000;
}
.online_a:visited{
	color: #000;
}
.online_a:active{
	color: #000;
}
/* - レスポンシブ----------------------------------------------------------------------- */
/* 画面幅が820px以下 */
@media (max-width: 820px) {
  .hamburger {
    right: 10%;
  }
  .text-cover {
    top: 12%;
    left: 30%;
    width: 70%;
  }
  .top-flexright p {
    font-size: 1rem;
    line-height: 32px;
    letter-spacing: 6px;
  }
  .about {
    width: 100%;
    margin-top: -20px;
  }
  .aboutflex-left {
	  text-align: left;
	width: 100%;
    font-size: 0.8rem;
    line-height: 26px;
	  letter-spacing: 2px;
  }
	.aboutflex-right{
		width: 60%;
		margin-left: 40%;
	}
  .news-container {
    width: 100%;
  }
  .shop-img {
    width: 70%;
  }
  .news-inner, .shop-inner {
    width: 100%;
	  margin: 0 0 0 10px;
	}
	.store2{
		top: 10%;
	}
	.news-item{
		margin-bottom: 15px;
	}
}
/*お問い合わせ-------------------------------------------*/
.color{
	background-color: #fff;
	height: 70vh;
}
.toiawase{
	width: 50%;
	margin: 10% auto;
	min-width: 400px;
	text-align: center;
	
}
.contact-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 400px;
    text-align: center;
}
input, textarea {
  padding: 11px 10px;
  background: #fff;
  border: 2px solid rgba(68, 68, 68, .19);
  width: 100%;
  border-radius: 0
}
input:focus, textarea:focus {
  border-color: var(--inspiro-primary-color)
}
/* タイトル */
.contact-container h2 {
    margin-bottom: 10px;
    color: #333;
}

/* ラベル */
label {
    display: block;
    text-align: left;
    margin: auto auto 5px;
    font-weight: bold;
    color: #555;
   padding: 11px 10px;
}

/* 必須マーク */
span {
    color: red;
}

/* 入力フィールド */

/* ボタン */
.sousin{
	margin-top: 20px;
	padding: 10px 60px;
	background-color: #fff;
	color: #000;
	border: 1px solid rgba(68, 68, 68, .19);
}
.footer-flex-right p.privacypolicy{
	font-size: 15px;
	margin-top: 8px;
}
.p_nai{
	width: 80%;
	margin: 0 auto 50px;
}
.p_nai h1{
	font-size: 26px;
	text-align: center;
	width: 90%;
	max-width:300px;
	margin: 50px auto;
	border-bottom: 1px solid;
}
.daimei{
margin-top: 50px;
}
a,a:hover,a:visited{
    color: inherit;
	text-decoration: none;
}

@media (max-width: 992px) {
		.google-back {
    width: 70%;
  }
  .google-map__inner {
    display: block;
  }
  .google-map__one {
    height: 400px;
  }
  .google-text1 {
    font-size: 1.6rem;
  }
  .google-text2, .open {
    font-size: 1rem;
    line-height: 1.6rem;
  }
	.google{
		width: 80%;
	}
	.store-img{
		width: 100%;
	}
	.store-img img{
		width: 100%;
	}
}
/* 画面幅が480px以下 */
@media (max-width: 560px) {
	input, textarea {
    width: 90%;
}
	.top-flex{
		align-items: flex-start;
		width: 90%;
	}
	.top-img2{
		display: none;
	}
	.top-img2-sp{
		display: block;
	}
	.top-img2-sp img{
		width: 100%;
	}
	.top-img{
		width: 100%;
		margin-left: 3%;
	}
  .nav-flex {
    width: 100%;
  }
  .top-flex, .top-flex2 {
    width: 100%;
  }
	.top-flex2{
		margin-top: 5%;
	}
  .text-cover {
    top: 15%;
    width: 300px;
	  left: 12%;
  }
	.top-flexleft{
		width: 70%;
	}
  .top-flexright p {
    font-size: .8rem;
    line-height: 30px;
    letter-spacing: 4px;
  }
	.top-text{
		width: 10%;
		margin-left: 5%;
	}
	.about{
		width: 100vw;
		margin-bottom: 20px;
	}
	.aboutflex{
		margin-top: 3%;
		display: flex;
  flex-direction: column; 
	}
	.aboutflex-right{
		width: 100%;
		position: static ;
		order: 1;
		margin: 0 0 0 auto;
		padding: 0;
	}
  .aboutflex-left {
width: 90%;
    font-size: 0.7rem;
    letter-spacing: 3px;
    line-height: 20px;
	  position: static ;
	  order: 2;
	  padding: 0 0 0 0;
	  margin: 80px auto 0 auto;
	  text-align: left;
  }
	.aboutflex-left p{
		text-align: left;
	}
  .news {
    margin-bottom: 60px;
  }
  .news-title {
    font-size: 15px;
    letter-spacing: 3px;
    margin-right: 0;
  }
  .news-container {
    width: 100%;
    gap: 0px;
    justify-content: flex-start;
  }
  .news-item {
    padding: 5px;
  width: calc(100%);
}
  }
  .news-item h2 {
    font-size: 14px;
  }
  .news-item p {
    font-size: 13px;
  }
  .shop-text {
    font-size: .8rem;
  }
  .shop-text p {
    line-height: 25px;
  }
  .kikan {
    font-size: .65rem;
  }
  .sen6 {
    width: 70%;
    margin-top: 50px;
    margin-left: 30%;
  }
  .nav-inst {
    margin: 0 auto;
  }
  .nav-inst-innner {
    margin-top: 60px;
    width: 150px;
  }
	.footer-flex-right p{
		font-size:8px
	}
	.store1,.store2{
		display: none;
	}
	.sen7{
		display: block;
		opacity: 0.5;
	}
	.footer-flex-right p.privacypolicy{
	font-size: 10px;
}
	.store-text2{
		width: 88%;
	}
}
