@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
}
::before , ::after {
	box-sizing: inherit;
}
body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #533A1D;
}
img {
	border: 0;
	vertical-align: bottom;
}
a:link, a:visited {
	color:#533A1D;
	border: none;
	text-decoration: none;
}
.clear{ 
		clear:both;
}
#wrap {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-size: 14px;
	line-height: 1.5em;
}
.concept {
	width: 100%;
	height: 100%;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
	overflow: hidden;
	}
.concept table {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
.concept td {
	width: 33%;
	padding: 10px 5px;
	overflow: hidden;
}
.concept td a {
	font-size: 100%;
}
@media ( max-width : 480px ) {
.concept td a {
	font-size: 80%;
}
}
.concept img {
	display: block;
	width: 88%;
	max-width: 300px;
	margin: 0 auto 10px;
}
.concept td:hover img{
	transform: scale(1.1);
	transition: transform .5s;
	filter: grayscale(100%);
}
.conten p {
	font-size: 110%;
	line-height: 1.5em;
	margin: 10px auto 0;
}
.intro {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	
	}
#blog {
	width: 100%;
	height: 100%;
	background-color: #ECECEC;
	margin: 0 auto 30px;
	padding: 10px;
	}
#blog table {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 10px;
}
#blog td {
	width: 50%;
	padding: 10px;
}
/* 読みものリンクカードここから */
.link-card {
  width: 100%;
  margin: 0 auto;
  padding: 10px;/* リンクカード内周りの余白調整 */
  border: 0px solid silver;
  transition:.2s;
  border-radius: 5px;
	background-color: #FFFFFF;
}
.link-card a:hover {
  text-decoration: none;
}
.link-card:hover {
  box-shadow: 3px 3px 5px 2px rgb(170, 170, 170);
}
.link-card a {
  color: black !important;
}
/* アイキャッチ画像右寄せ表示 */
.link-card-image {
  display: inline-block;
  width: 100%;
	height: 100%;
  margin:0 auto 10px;
}
.link-card-image img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
/* 記事タイトル表示 */
.link-card-title {
  margin: 0 !important;
  font-weight: bold;
  font-size: 110%;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
	text-align: center;
}
/* 記事要約文表示 */
.link-card-description {
  margin: 1em 0 !important;
  font-size: 90%;
  line-height: 1.5 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/* フッタードメイン表示 */
.link-card-footer {
  font-size: 80%;
	text-align: right;
}
/* 引用符マークや背景色やbox-shadow等デザインの非表示化 */
.link-card blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent !important;
  box-shadow: none;
}
.link-card blockquote::before,
.link-card blockquote::after {
  content: none;
}
/* スマホ表示変態 右寄せバージョン */
@media ( max-width : 480px ) {
.link-card-image {
  display: block;
  float: none;
  margin: 0.6em auto;
}
.link-card-title {
  text-align: center;
}	
}
/* リンクカードより上下の余白 必要な場合にクラス名 yohaku 追記して利用する */
.yohaku {
    margin-top: 50px;
    margin-bottom: 50px;
}
/* 読みものリンクカードここまで */

/* おすすめリンクカードここから */
.link-card-shop {
  width: 100%;
	height: 100%;
  margin: 15px auto;
  padding: 1.5em 2em 1.5em 1.5em;/* リンクカード内周りの余白調整 */
  border: 2px dashed #FED000;
  transition:.2s;
  border-radius: 10px;
}
.link-card-shop a:hover {
  text-decoration: none;
}
.link-card-shop:hover {
  box-shadow: 3px 3px 5px 2px rgb(200, 200, 200);
}
.link-card-shop a {
  color: black !important;
}
/* アイキャッチ画像右寄せ表示 */
.link-card-shop-image {
  display: inline-block;
  float: left;
  width: 160px;
  margin: 4px 15px 10px 5px;
	clear: both;
}
.link-card-shop-image img {
  width: 160px;
  object-fit: cover;
  object-position: center center;
}
/* 記事タイトル表示 */
.link-card-shop-catchcopy_green {
  margin: 5px !important;
  font-weight: bold;
  font-size: 90%;
  line-height: 1.4;
	color:rgba(7,147,1,1.00)
}
.link-card-shop-catchcopy_red {
  margin: 5px !important;
  font-weight: bold;
  font-size: 90%;
  line-height: 1.4;
	color:rgba(217,10,14,1.00);
}
.link-card-shop-catchcopy_blue {
  margin: 5px !important;
  font-weight: bold;
  font-size: 90%;
  line-height: 1.4;
	color:blue;
}
.link-card-shop-title {
  margin: 0 !important;
  font-weight: bold;
  font-size: 120%;
  line-height: 1.4;
}
/* 記事要約文表示 */
.link-card-shop-description {
  margin: 1em 0 !important;
  font-size: 90%;
  line-height: 1.5 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
/* フッタードメイン表示 */
.link-card-shop-footer {
  font-size: 80%;
	text-align: right;
}
/* 引用符マークや背景色やbox-shadow等デザインの非表示化 */
.link-card-shop blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent !important;
  box-shadow: none;
}
.link-card-shop blockquote::before,
.link-card-shop blockquote::after {
  content: none;
}
/* スマホ表示変態 右寄せバージョン */
@media ( max-width : 480px ) {
.link-card-shop-image {
  display: block;
  float: none;
  margin: 0.6em auto;
}
.link-card-shop-title {
  text-align: center;
}	
}
/* おすすめリンクカードここまで */

.osusume {
	width: 90%;
	height: 100%;
	margin: 10px auto 25px;
	padding: 0;
}
.info {
	width: 100%;
	height: 100%;
	margin: 0 auto 10px;
	padding: 0;
	text-align: center;
	}
.info table {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
.info td {
	width: 50%;
	padding: 10px;
	margin-bottom: 20px;
	height: 100%;
	border: 5px #f7efe9 solid;
	vertical-align: top;
}
.info img {
	max-width: 100%;
	max-height: 200px;
	padding: 0 10px;
	vertical-align: text-top;
	margin-bottom: 15px;
}
.info p {
	line-height: 1.5em;
	margin: 10px auto 0;
	padding: 10px 0;
	text-align: left;
	font-size: 90%;
}
.popup_wrap input {
	display: none;
}
.popup_overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}
.popup_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}
.popup_content {
	position: relative;
	width: 90%;
	max-width: 800px;
	height: 90%;
	padding: 30px 40px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	text-align: justify;
	overflow: auto;
}
.close_btn {
	position: absolute;
	top: 20px;
	right: 40px;
	font-size: 14px;
	cursor: pointer;
	padding:8px;
	color: #999;
	border-radius:5px;
	font-weight:bold;
}
.popup_wrap input:checked ~ .popup_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.popup_wrap input:checked ~ .popup_overlay .popup_content{
	transform: translateY(50px);
}
.open_btn {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
}
.open_btn:hover{
	cursor : pointer;
}
.button_item {
	width: 100%;
	height: 100%;
	background-color: #533A1D;
	padding: 5px 15px;
	color: #FFFFFF;
	text-align: center;
	outline: none;
	border-radius: 10px;
	font-size: 90%;
}
.button_about {
	width: 100%;
	height: 100%;
	background-color: #533A1D;
	padding: 5px 15px;
	color: #FFFFFF;
	text-align: center;
	outline: none;
	border-radius: 10px;
	font-size: 90%;
}
.button_aboutus {
	display: block;
	width: 30%;
	height: 100%;
	background-color: #533A1D;
	margin: 15px auto;
	padding: 15px;
	color: #FFFFFF;
	text-align: center;
	outline: none;
	font-size: 90%;
}
#about_us {
	width: 90%;
	height: 100%;
	margin: 0 auto 30px;
	padding: 0;
	color: #533A1D;
}
#about_us p {
	margin: 10px 0 20px;
	padding: 0;
	font-size: 110%;
	line-height: 1.5em;
	text-align: left;
}
#about_us dl {
	text-align: left;
	margin-bottom: 15px;
}
#about_us dt {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 8px;
}
#about_us dd {
	font-size: 110%;
	line-height: 1.5em;
}
#about_us img {
	width: 100%;
	max-width: 800px;
	float: right;
	padding: 0;
	vertical-align: middle;
	margin-bottom: 15px;
}
h1 {
	margin: 20px 0 15px;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
}
h2 {
	margin: 10px 0 5px;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
}
h3 {
	width: 90%;
	height: 100%;
	margin: 0;
	padding: 0;
}
h3 p {
	margin: 10px 0 0 10px;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
}
p.title {
	margin:0 0 10px;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
}
hr.solid {
	background-color: #533A1D;
	height: 2px;
	width: 100%;
	margin: 0 auto 15px;
	border: none;
}
#access {
	width: 90%;
	height: 100%;
	margin: 0 auto 30px;
	padding: 0;
	}
.google_map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
	margin:0 auto 30px;
}
	#google_map iframe,
	#google_map object,
	#google_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.googleform-wrapper {
	position: relative;
	width: 100%;
	height: 800px;
	overflow-y: hidden;
	margin: 0 0 30px;
}
.googleform-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: hidden;
}
.address_page {
	line-height: 1.5em;
	margin: 15px 0;
	font-size: 110%;
}
#contact {
	width: 90%;
	height: 100%;
	margin: 20px auto 30px;
	padding: 0;
	text-align: left;
	}
h5 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 130%;
	text-align: left;
}
#contact p {
	text-align: left;
}
.copyright {
	font-size: 10px;
	margin: 5px;
	padding: 0;
	text-align: center;
}
hr.dot {
	border: 1px dotted #444444;
	width: 100%;
	margin: 0 auto 5px;
}
#logo {
	max-width:60%;
	margin:10px auto;
	display: flex;
	align-items: center;
	position: relative;
	max-height: 80px;
}
@media screen and (min-width: 640px) {

#logo {
	max-width:50%;
	margin:30px auto;
	display: flex;
	align-items: center;
	position: relative;
}
}

nav{
	position: relative;
	background: #fff;
}
#about {
	width: 90%;
	height: 100%;
	margin: 10px auto 30px;
	padding: 20px;
	border:solid 5px #FFB9AD;
}
.contents {
	background-color: #f7efe9;
	width: 90%;
	height: 100%;
	margin: 10px auto 20px;
	padding: 20px;
	border-radius: 8px;
}
.about_tea {
	background-color: #533A1D;
	width: 100%;
	margin: 0 0 20px;
	padding: 15px 20px;
	font-size: 150%;
	font-weight: 600;
	color: #fff;
}
.story {
	width: 90%;
	height: 100%;
	margin: 0 auto 25px;
	padding: 0;
}
.story dl {
	width: 100%;
	height: 100%;
	margin-bottom: 5px;
	padding: 0;
	clear: right;
}
.story dt {
	font-size: 120%;
	font-weight: 600;
	margin: 0 0 15px;
	padding: 0;
	text-align: left;
}
.story dd {
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
}
.story dd img {
	width: 40%;
	min-width: 180px;
	float: right;
	padding: 0 10px;
	vertical-align: middle;
	margin-bottom: 15px;
}
h4 {
	margin-bottom: 5px;
	padding: 0;
	font-size: 120%;
	font-weight: bolder;
	text-align: left;
}
h6 {
	margin: 0 0 10px;
	padding: 0 10px;
	font-size: 100%;
	font-weight: bolder;
	text-align: left;
}
hr.name {
	background-color: #C686BA;
	height: 2px;
	width: 100%;
	margin: 0 auto 5px;
	border: none;
}
.btn-cate th {
	width: 33%;
	text-align: left;
}
.btn-cate td {
	width: 33%;
	text-align: center;
	background-color: #ECF4D9;
	padding: 10px;
	font-size: 90%;
}
.list{
  display: flex;
  flex-wrap: wrap;
}
 
.list li{
	width: 100%;
	padding: 10px 0;
	list-style:none;
	animation: test .8s;
}
 
.list li:nth-child(even){
 margin-right: 0;
}
 
@keyframes test {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}
#tea_contents {
	width: 100%;
	height: 100%;
	margin: 0 auto 20px;
	padding: 20px;
}
.item_tea {
	width: 100%;
	height: 100%;
	margin: 0 0 20px;
	padding: 20px 20px 0;
	text-align: center;
	border: solid rgba(83, 58, 29, 0.3) 1px;
	border-radius: 10px;
}
.herbtea {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.story dl {
	background-color: #fff;
	padding: 15px;
}
.story dt {
	font-weight: bolder;
	margin-bottom: 5px;
}
.story dd {
	margin-bottom: 15px;
	line-height: 1.5em;
	text-align: left;
}
.story img {
	width: 40%;
	min-width: 180px;
	float: right;
	padding: 0 10px;
	vertical-align: middle;
	margin-bottom: 15px;
}
.item_title {
	font-size: 130%;
	font-weight: bolder;
	margin-bottom: 10px;
}
.icon-blend:before {
	position: relative;
	top: 4px;
	margin: 0 5px 0 0;
	content: '';
	display: inline-block;
	background-image: url("../images/blend.png");
	background-size: contain;
	width: 20px;
	height: 20px;
}
.icon-single:before {
	position: relative;
	top: 4px;
	margin: 0 5px 0 0;
	content: '';
	display: inline-block;
	background-image: url("../images/single.png");
	background-size: contain;
	width: 20px;
	height: 20px;
}
.catchcopy {
	font-size: 110%;
	font-weight: lighter;
	margin-bottom: 7px;
	color: #533A1D;
}
.category {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 10px;
	color: #C686BA;
}
@media ( max-width : 480px ) {
.catchcopy {
	font-size: 85%;
	font-weight: lighter;
	margin-bottom: 7px;
	color: #533A1D;
}
.category {
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 10px;
	color: #C686BA;
}
}
.item_name {
	font-size: 140%;
	font-weight: bolder;
	margin-bottom: 5px;
}
.setsumei {
	font-size: 110%;
	text-align: left;
	margin: 15px 0;
}

.button_buy {
	background-color: #533A1D;
	margin: 10px auto;
	padding: 20px;
	color: #FFFFFF;
	text-align: center;
	outline: none;
	border-radius:5px;
	width: 30%;
	font-size: 110%;
}

/* 600px以下の画面で適用 */
@media only screen and (max-width: 600px) {
	.item_tea tr,
	.item_tea th,
	.item_tea td {
    display: block; /* セルを縦に */
    border: none; /* 線をリセット */
  	}
	.item_tea td {
	width: 100%;
	text-align: center;
  	}
	.item_tea img {
	width: 100%;
	margin: 0;
	padding: 0;
	}
	.item_title {
	font-size: 110%;
	font-weight: bolder;
	margin-bottom: 10px;
	}
	.item_name {
	font-size: 120%;
	font-weight: bolder;
	margin-bottom: 5px;
	}
	.setsumei {
	font-size: 100%;
	text-align: left;
	margin: 10px 0;
	}
	.story dd img {
	width: 100%;
	margin: 10px 0;
	padding: 0 30px;
	}
	.story dd {
	line-height: 1.5em;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 100%;
	clear: both;
	}
	.button_buy {
	background-color: #533A1D;
	margin: 10px auto;
	padding: 15px;
	color: #FFFFFF;
	text-align: center;
	outline: none;
	border-radius:5px;
	width: 40%;
	font-size: 100%;
	}
	.info tr,
	.info th,
	.info td{
    display: block; /* セルを縦に */
    border: none; /* 線をリセット */
  	}
	.info td {
	width: 100%;
	text-align: center;
	border: 3px #f7efe9 solid;
  	}
	.info img {
	max-width: 100%;
	max-height: 200px;
	margin: 0;
	padding: 0;
	}
	.info p {
	line-height: 1.5em;
	margin: 10px auto 0;
	padding: 10px 0;
	text-align: left;
	font-size: 90%;
	clear: both;
	}
	.link-card-shop-image {
	display: inline-block;
	float: left;
	width: 120px;
	margin: 4px 15px 10px 5px;
	clear: both;
	}
	.link-card-shop-image img {
	width: 120px;
	object-fit: cover;
	object-position: center center;
	}
	.link-card-shop-title {
	margin: 0 !important;
	font-weight: bold;
	font-size: 90%;
	line-height: 1.4;
	}
	.link-card-shop-description {
	margin: 1em 0 !important;
	font-size: 80%;
	line-height: 1.5 !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	}
	.link-card-shop-footer {
  font-size: 80%;
	text-align: right;
	}
	.catchcopy {
	font-size: 85%;
	font-weight: lighter;
	margin-bottom: 7px;
	color: #533A1D;
	}
	.category {
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 10px;
	color: #C686BA;
	}
}

#efficacy {
	width: 100%;
	height: 100%;
	margin: 20px auto;
	padding: 0;
	font-weight: normal;
}
#efficacy dl {
	width: 100%;
	height: 100%;
	margin: 20px 0;
	padding: 0;
}
#efficacy dt {
	font-size: 130%;
	font-weight: bolder;
	margin: 10px 0 5px;
}
#efficacy dd {
	margin: 5px 0 10px;
}
#efficacy dd a {
	font-size: 100%;
	font-weight: bolder;
}
#howto {
	width: 90%;
	height: 100%;
	margin: 20px auto 10px;
	padding: 0;
	text-align: center;
}
.howto {
	width: 100%;
	height: 100%;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	font-size: 100%;
	font-weight: 800;
	line-height: 1.5em;
}
.howto_english {
	margin: 0 0 10px;
	padding: 10px;
	font-size: 90%;
}
/* 600px以下の画面で適用 */
@media only screen and (max-width: 600px) {
	.howto tr,
	.howto th,
	.howto td {
    display: block; /* セルを縦に */
    border: none; /* 線をリセット */
  	}
	.howto td {
	width: 100%;
	text-align: left;
	font-size: 100%;
	margin-bottom: 5px;
  	}
	.howto img {
	width: 100%;
	margin: 0;
	padding: 0;
	}
	.howto_english {
	margin: 0 0 10px;
	padding: 10px;
	font-size: 90%;
	font-weight: bolder;
}
}
hr.thin {
	border: 1px thin #444444;
	width: 100%;
	margin: 0 auto 5px;
}
#question {
	width: 90%;
	height: 100%;
	margin: 10px auto 30px;
	padding: 20px;
	border:solid 3px #f7efe9;
}
#question dl {
	text-align: left;
}
#question dt {
	font-size: 110%;
	font-weight: bolder;
	margin-bottom: 5px;
}
#question dd {
	margin-bottom: 15px;
	line-height: 1.5em;
}
#souryou {
	width: 90%;
	height: 100%;
	margin: 10px auto 30px;
	padding: 20px;
	border:solid 3px #f7efe9;
}
#souryou dl {
	text-align: left;
}
#souryou dt {
	font-size: 110%;
	font-weight: bolder;
	margin-bottom: 5px;
}
#souryou dd {
	margin-bottom: 15px;
	line-height: 1.5em;
}.free {
	font-size: 110%;
	font-weight: bolder;
	color:rgba(8,142,15,1.00);
}
.link {
	font-size: 130%;
	font-weight: bolder;
	margin-bottom: 20px;
}
.link a {
	color: #533A1D;
}
button {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	border: 0;
	background: transparent;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}
button:hover {
	cursor: pointer;
}
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #CDCDCD;
	opacity: 0.6;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
#footer {
  position: relative;
  margin-top: 40px;
  color: #533A1D;
}
#footer a {
  text-decoration: none;
  color: #533A1D;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .primary {
  padding: 40px 20px;
  background: #f7efe9;
}
#footer .primary .flex {
  display: flex;
}
#footer .primary .flex .left{
  width: 40%;
}
#footer .primary .flex .right{
  display: flex;
  width: 60%;
  justify-content: flex-end;
}
#footer .secondary {
  display: flex;
  padding: 20px 20px;
  background: #533A1D;
}

@media screen and (max-width: 767px) {
  #footer .primary {
    padding: 20px 20px;
    background: #f7efe9;
  }
  #footer .primary .flex {
    display: block;
  }
  #footer .primary .flex .left{
    width: 100%;
  }
  #footer .primary .flex .right{
    width: 100%;
    display: block;
  }
  #footer .secondary {
    display: block;
    padding: 10px 20px;
  }
}

/* logo */

#footer .logo {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 130%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #footer .logo {
    font-size: 120%;
  }
}

/* address */

.address {
  margin: 10px 0 0;
  padding: 0;
  font-size: 90%;
}

@media screen and (max-width: 767px) {
  .address {
    font-size: 90%;
  }
}

/* navi */

.navi-section {
  display: flex;
  flex-direction: column;
  width: 25%;
  margin-left: 20px;
}
#footer .parent {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
  font-size: 90%;
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 80%;
}
#footer .navi li {
  margin: 5px 0 0 0;
  padding: 0;
}
#footer .navi li:first-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .navi-section {
  display: block;
  width: 100%;
  margin: 20px 0 0;
}
#footer .parent {
  font-size: 100%;
  margin: 0 0 10px;
}
  #footer .navi {
    font-size: 90%;
  }
  #footer .navi li {
    margin-top: 5px;
  }
}

/* sns-navi */

#footer .sns-navi {
  margin: 20px 0 0;
  padding: 0;
}
#footer .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 20px;
}
#footer .sns-navi li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #footer .sns-navi {
    margin: 20px 0 0;
    padding: 0;
  }
  #footer .sns-navi li {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 18px;
  }
}

/* sitenavi */

#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
    font-size: 100%;
}
#footer .sitenavi a {
  text-decoration: none;
  color: #fff;
}
#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer .sitenavi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #footer .sitenavi {
    width: 100%;
    text-align: center;
    font-size: 90%;
  }
}

/* copyright */

#footer .copyright {
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: right;
    font-size: 90%;
	color: #fff;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
    font-size: 80%;
	color: #fff;
  }
}
/* 以下、ハンバーガーボタンのスタイリング */
.btn {
	/* ボタンの配置位置	*/
	position: fixed;
	top: 36px;
	left: 12px;
	/* ボタンの大きさ	*/
	width: 24px;
	height: 24px;
	/* バーガーの線をボタン範囲の中心に配置 */
	display: flex;
	justify-content: center;
	align-items: center;
	/* 最前面に */
	z-index: 10;
}
/* 真ん中のバーガー線 */
.btn-line {
	/* 線の長さと高さ */
	width: 100%;
	height: 1px;
	/* バーガー線の色 */
	background-color: #999;
	/* バーガー線の位置基準として設定 */
	position: relative;
	transition: .2s;
}
/* 上下のバーガー線 */
.btn-line::before,
.btn-line::after {
	content: "";
	/* 基準線と同じ大きさと色 */
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #999;
	transition: .2s;
}
.btn-line::before {
	/* 上の線の位置 */
	transform: translateY(-8px);
}
.btn-line::after {
	/* 下の線の位置 */
	transform: translateY(8px);
}

/* メニューオープン時 */
.btn.open {
	transform: rotate(180deg);
}
.btn-line.open {
	/* 真ん中の線を透明に */
	background-color: transparent;
}
.btn-line.open::before,
.btn-line.open::after {
	content: "";
	/* 上下の線の色を変える */
	background-color: #999;
	transition: .2s;
}
.btn-line.open::before {
	/* 上の線を傾ける */
	transform: rotate(135deg);
}
.btn-line.open::after {
	/* 上の線を傾ける */
	transform: rotate(-135deg);
}
/* ここまでボタンアニメーション */
/* ここまで、ハンバーガーボタンのスタイリング */

/* 以下、メニューのスタイリング **/
.menu {
	position: fixed;
	/* メニューの位置マイナス指定で画面外に */
	left: -100%;
	width: 40%;
	height: 40vh;
	/* メニューを縦に */
	display: flex;
	flex-direction: column;
	color: #fff;
	background-color: rgba(83, 58, 29, 0.7);
	transition: .3s;
	z-index: 10;
}
.menu-list {
	width: 100%;
	height: 100%;
	/* メニューテキスト位置をリスト内中心に */
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.menu-list a {
	color: #fff;
}
.menu-list:hover {
	color: #333;
	background-color: rgba(255, 255, 255, 0.5);
	transition: .3s;
	cursor: pointer;
}

/* メニューオープン時位置0にして画面内に */
.menu.open {
	position: fixed;
	left: 0;
}

/* 600px以上はハンバーガーボタン非表示、ヘッダー固定 */
@media screen and (min-width: 600px) {
	.btn {
	display: none;
	}
	.menu {
		/* メニューを横に */
	display: flex;
	flex-direction: row;
	position: relative;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: rgba(255, 255, 255, 1.0);
	transition: .3s;
	color: #533A1D;
	font-size: 100%;
	}
	.menu-list a {
	color: #533A1D;
	}
	.menu-list a:hover {
	color: #fff;
	}
	.menu-list:hover {
	background-color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	}
}
/* ここまで、メニューのスタイリング */

.main_img{
	width: 100%;
	max-width: 800px;
	height: 100%;
	margin:0 auto 20px;
	padding:0 auto;
	text-align: center;
}

@media screen and (min-width:980px){
	/*画面幅が980px以上の時*/
#wrap {
	max-width:800px;
	width: 100%;
	height:100%;
	margin:0 auto;
	padding:0;
 	overflow: hidden;
	font-size: 14px;
	}
}
	
/* 600px以下の画面で適用 */
@media only screen and (max-width: 600px) {
	#wrap {
	width: 100%;
	margin: 0 auto;
	adding: 0;
	font-size: 12px;
	line-height: 1.5em;
	}
	.button_item {
	width: 100%;
	height: 100%;
	background-color: #533A1D;
	padding: 5px 5px;
	color: #FFFFFF;
	text-align: center;
	outline: none;
	border-radius: 10px;
	font-size: 90%;
	}
	.button_about {
	width: 100%;
	height: 100%;
	background-color: #533A1D;
	padding: 5px 5px;
	color: #FFFFFF;
	text-align: center;
	outline: none;
	border-radius: 10px;
	font-size: 90%;
	}
}