@charset "utf-8";

img {
	max-width: 100%;
	height: auto;
}
a {
	display: block;pro
	color: #666;
	text-decoration-line: none;
}
a:hover {
	color: #999;
}
/* clearfix */

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

.min {
    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

/*ヘッダー
-------------------------------------*/

.header {
	display: flex;
	flex-direction: row;
	padding: 2rem 0 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
#top .row.gnavi {
	background: black;
	color: white;
	font-weight: bold;
}
#top .row.gnavi a {
	color: white;
}

#top .row.gnavi.fixed{
    position: fixed;
    top: 0;
}

#top h1 a {
	display: inline-block;
}

@media (min-width: 960px) {
	#global-nav {
		position: static;
		top: -30px;
		transition: all 0.3s ease 0s;
  	}

	#global-nav.m_fixed {
		left: 0;
		position: fixed;
		top: 0;
	    z-index: 1;
	}

}

/* メイン画像 */

.pc_display {
	display: none;
}
.wide_display {
	display: none;
}
.sp_display {
	display: block;
}
.main_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: auto;
	background: #805d49;
    padding: 0;
}

.main_wrap .container {
    padding: 0;
}

.main_wrap .main_left, 
.main_wrap .main_right {
	width: 100%;
	float: none;
	box-sizing: border-box;
}

.main_wrap .main_left {
	background-image: url("../img/img05.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.main_wrap .main_right {
	color: white;
	text-align: left;
	padding: 1.2em 1em;
}

.main_wrap .main_left img {
	width: 100%;
}

.main_right h2 {
	font-size: 1.2em;
	border: 1px solid white;
	padding: .4em .3em .3em;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.main_right h3 {
	font-size: 2.8em;
    margin-bottom: .6em;
	text-align: center;
}

.main_right h4 {
	font-size: 1.6em;
	margin-bottom: 1.2em;
	text-align: center;
}

p.main_p {
	font-size: 1.1em;
	margin-bottom: 2.6em;
}

@media screen and (min-width: 960px) {
	.pc_display {
		display: block;
	}
	.sp_display {
		display: none;
	}
	.main_wrap .main_right {
		padding: 1.2em 1em 1.2em 3em;
	}

}

@media screen and (min-width: 1280px) {
	.wide_display {
		display: block;
	}

	.main_wrap .main_left, 
	.main_wrap .main_right {
		width: 58.56%;
		float: left;
	}
	.main_wrap .main_right {
		width: 41.43%;
		padding-top: 2.6em;
	}

	.main_right h2 {
		font-size: 1.2em;
		padding: .2em 1em;
	}

	.main_right h3 {
		font-size: 2.8em;
		margin-bottom: .4em;
		text-align: left;
	}

	.main_right h4 {
		text-align: left;
		margin-bottom: .4em;
	}

	p.main_p {
		font-size: 1em;
		margin-bottom: 1.6em;
	}

}

.contact-button {
	padding: 1rem;
	border: 2px solid #000;
}
nav ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	list-style: none;
	margin: 1.2rem 0 .9rem 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
	text-decoration: none;
	text-align: center;
	width: 100%;
}
nav a:hover {
	background-color: #5e642c;
}
nav a {
	padding: 0.5rem;
}
@media screen and (min-width: 768px) {
	/* PC時はMENUボタンを非表示 */
	#open, #close {
		display: none !important;
	}
	#navi {
		display: block !important;
	}
}
@media screen and (max-width: 768px) {
	.header {
		flex-direction: column;
		margin-bottom: 10px;
	}
	.header #open, #close {
		position: absolute;
		top: 20px;
		right: 12px;
	}
	nav ul {
		flex-direction: column;
	}
	.header li {
		padding-top: 0;
	}
	/* スマホ時はMENUボタンを表示 */
	#open, #close {
		display: block;
		width: 50px;
		border: none;
		position: absolute;
		top: 20px;
		right: 12px;
	}
	/* スマホ時はメニューを非表示 */
	#navi {
		display: none;
	}
}
/*メイン画像
-------------------------------------*/

.mainimg img {
	width: 100vw;
}
/*メインコンテンツ
-------------------------------------*/

main {
	margin: 5rem 0 0 0;
}
section {
	margin: 3rem 0 2rem;
    padding: 5rem 0 3rem;
}

section#voice {
    margin: 3rem 0 2rem;
    padding: 0;
}

section#voice img {
    margin-top: 3rem;
}

.gray-back {
	background-color: #f4f4f4;
}

.beige-back {
    background-color: #805d49;
}

/*キャッチコピー
-------------------------------------*/

.catch {
	text-align: center;
}
.catch h2 {
	padding-bottom: 1rem;
}
.under {
	/*
    border-bottom: 0.4rem solid #000;
    padding:0 1rem 1rem 1rem;
*/
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}

.size_s, 
.size_m {
    text-align: center;
    margin-bottom: 4rem;
}

.catch h3, .catch h4 {
	font-size: 2rem;
	margin-bottom: 6%;
	text-align: left;
}

.catch h3, .catch h4 {
}

@media screen and (min-width:960px) {
	.catch h3, .catch h4 {
		text-align: center;
		margin-bottom: 2em;
		font-size: 3rem;
	}
	.container h2.main_copy {
		margin-top: 1.2em;
	}
	
	.size_s {
		text-align: right;
	}

	.size_m {
		text-align: left;
	}


}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/

.content {
	margin: 0 5%;
}
a:hover .com_img_box01 {
	opacity: .7;
}
.com_img_box01 {
	margin: 0 0 5em;
}
@media screen and (min-width:960px) {
	.content {
		margin: 0 auto;
		width: 84.8vw;
		max-width: 1160px;
	}
	.com_img_box01 {
		margin: 0 auto 3.75em;
		width: auto;
	}
	.com_img_box01 .photo {
		width: 50%;
	}
	.com_img_box01 .txt_box {
		margin-top: 0;
		width: 47%;
	}
	.com_img_box01 .txt_box p {
		line-height: 1.6;
	}
}

/*------------------------------------------------------------
	products
------------------------------------------------------------*/

#products h4 {
	text-align: center;
	color: #805D49;
	font-size: 2.6rem;
	margin-top: .8em;
}

#products h4.over_100 {
	color: #000;
	text-align: center;
    margin-top: .8em;
}

#products p.txt_b, 
#products p.txt, 
#products h5.price {
	font-size: 1.8rem;
	text-align: center;
}

#products p.txt_b {
	color: #805D49;
	text-align: left;
}

#products p.txt, 
#products p.pro_read {
	text-align: left;
}

#products h5.price {
	font-size: 3rem;
	margin-top: .8em;
	margin-bottom: 1em;
}

#products h5.price small {
	font-size: 2rem;
}

#products .row .col.span-6 {
    text-align: center;
    margin-bottom: 2em;
	position: relative;
}

#products .bd_brown .col.span-6 {
    margin-bottom: 0em;
}

#products .span-6 img {
    max-width: 219px;
}

#products .cc_title {
	background-color: #7C7B7B;
	color: white;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4;
    text-align: center;
    margin-top: 1em;
    padding: .4em 0 .3em;
}

#products .cc_text {
	background-color: white;
	border: 1px solid #7C7B7B;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.6em;
	padding: .5em 0 0;
}

#products .cc_text p {
	font-size: 1.6rem;
}

.cc_text .icon_wrap {
	padding: .3em 0;
}

.cc_text .icon_wrap img {
	height: auto;
	max-width: 320px;
}

#products .bd_brown {
	margin-top: 4em;
	border: 1px solid #805D49;
	text-align: center;
}

.over_img {
	background-image: url("../img/hpy_ph001.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (min-width:1280px) {
	#products .row .col.span-3 {
		width: 50%;
		max-width: 44%;
		margin-bottom: .5em;
	}
	#products .cc_title {
		font-size: 1.6em;
		margin-top: 3em;
	}
	#products .cc_text p {
		font-size: 2rem;
	}
	#products p.txt_b, 
	#products p.txt {
		text-align: center;
	}

}

@media screen and (min-width:960px) {
	#products h4 {
		font-size: 2.6rem;
	}

	#products h4.over_100 {
	    margin-top: 0em;
	}

	#products p.txt_b, 
	#products p.txt, 
	#products h5.price {
		font-size: 1.8rem;
        text-align: center;
	}

	#products p.pro_read {
		text-align: center;
	}

	#products h5.price {
		font-size: 3rem;
		margin-bottom: .7em;
	}
	#products h5.price small {
		font-size: 2rem;
	}

	#products .row .col.span-6 {
	    margin-bottom: 3em;
	}

	#products .bd_brown .col.span-6 {
	    margin-bottom: 0em;
	}
	#products .bd_brown .col.span-6.cl_right {
	    margin-left: 2%;
	}
	#products h4.over_100 {
	    margin-top: 1em;
	}
}

/*------------------------------------------------------------
	com_img_box
------------------------------------------------------------*/

.com_img_box {
	margin: 0 5% 2em;
}
.com_img_box .photo {
	margin-bottom: 1em;
	text-align: center;
}
.com_img_box .txt_box h4 {
	margin-bottom: .8em;
	font-size: 2.6rem;
	line-height: 1.5;
	text-align: center;
}
.com_img_box .txt_box .sml {
	font-size: 70%;
	font-weight: normal;
}
.com_img_box .txt_box .large {
	font-size: 120%;
}
.com_img_box .txt_box {
	font-size: 2rem;
}
.com_img_box .txt_box p {
	margin-bottom: 1em;
	font-weight: 500;
	font-size: 1.8rem;
}
@media screen and (min-width:960px) {
	.com_img_box {
		margin: 0 auto 2em;
		width: 84.9vw;
		max-width: 1280px;
		display: flex;
		justify-content: space-between;
	}
	.com_img_box .photo {
		margin: 0 3% 0 0;
		width: 49%;
	}
	.com_img_box .txt_box {
		margin-top: -0.4em;
		width: 47%;
		font-size: 2rem;
		font-weight: bold;
	}
	.com_img_box .txt_box h4 {
		margin-top: .5em;
		margin-bottom: 1.1em;
	    font-size: 3.2rem;
		text-align: left;
	}
	.com_img_box .txt_box .large {
		margin-top: 0.9em;
		font-size: 2.6rem;
	}
	.com_img_box .txt_box .sml {
		margin-top: 0.9em;
		font-size: 1.6rem;
	}
	.com_img_box .txt_box p {
		margin-bottom: 1.15em;
		line-height: 1.8;
	}
}

/*------------------------------------------------------------
	番号付きリスト
------------------------------------------------------------*/

.number ol {
	margin-top: 3em;
}

.number ol {
  counter-reset: count 0;
}

.number ol li {
	list-style: none;
	text-align: left;
}
.number li:before {
	content: counter(count) ". ";
	counter-increment: count 1;
	color: #5e642c;
	font-weight: bold;
}

@media screen and (min-width:960px) {
	.number ol li {
		text-align: center;
	}
}

ul.naka_kuro li {
	list-style:none;
    padding-left: 1.2em;
	text-align: left;
}

ul.naka_kuro li:before {
	content:"● ";
	margin-left: -1.1em;
}

/*------------------------------------------------------------
	備考
------------------------------------------------------------*/

.add_wrap {
	width: 96%;
	text-align: left;
	margin: 2% auto;
	padding: 3% 5%;
	box-sizing: border-box;
	background-color: #f4eee9;
}

.add_wrap h5 {
	font-size: 18px;
}

@media screen and (min-width:960px) {
	.add_wrap {
		width: 100%;
		max-width: 1280px;
		text-align: left;
		padding: 1.2% 2%;
	}

}

/*------------------------------------------------------------
	head_line01
------------------------------------------------------------*/

.head_line01 {
	margin-bottom: 1.4em;
	font-size: 2.6rem;
	text-align: center;
	/*    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;*/
}
@media screen and (min-width: 960px) {
	.head_line01 {
		margin-bottom: 1.6em;
		font-size: 3.4rem;
	}
}

/*------------------------------------------------------------
	instagram_feed
------------------------------------------------------------*/

.instagram_feed {
	margin-bottom: 5em;
}
.instagram_profile {
	display: none;
/*	visibility: hidden;*/
}

/*------------------------------------------------------------
	story_bg
------------------------------------------------------------*/

.container.ct_story {
    max-width: 960px;
}

.container.ct_story .story_bg {
    position: relative;
    width: 80%;
    height: 0;
    padding-bottom: 80%;
    overflow: hidden;
    margin: 0 auto 1em;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ct_story .col p.txt_story {
	padding-top: 0;
    position: relative;
}

.cat-name {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: .5em;
    left: .5em;
    height: 2em;
    width: 2em;
    overflow: hidden;
    margin: 0;
    box-sizing: border-box !important;
	border-radius: 50%;
    padding: .3em .49em;
    background-color: #805d49;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    vertical-align: middle;
    letter-spacing: -.05em;
    line-height: 1.5em;
    z-index: 5;
}

@media screen and (min-width: 960px) {
	.container.ct_story .story_bg {
	    width: 100%;
		margin-bottom: 1.4em;
	    padding-bottom: 125%;
	}
}

/*------------------------------------------------------------
	お買い物ガイド
------------------------------------------------------------*/
#shop-gaid {
	text-align: center;
	border: solid 1px #000;
	margin-bottom: 80px;
}
#shop-gaid .text-red {
	font-size: 1.6em;
	color: #DB0000;
}
#shop-gaid .gaid-tittle {
	display: inline-block;
	width: 100%;
	padding: 8px;
	background-color: #0073D9;
	color: white;
}
#shop-gaid .gaid-tittle span {
	color: #FFFF00;
}

/*------------------------------------------------------------
	購入ボタン
------------------------------------------------------------*/

.shop_button {
	display: inline-block;
	background-color: #0073D9;
	padding: 8px 16px;
	border-radius: 4px;
}

.shop_button a {
	color: #fff;
}

/*------------------------------------------------------------
	続きを読む
------------------------------------------------------------*/

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
    margin: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* グラデーション背景 */
	background: linear-gradient(to bottom, rgba(232, 226, 217, 0) 0%, rgba(232, 226, 217, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 22rem;
    padding: .4em 1em .46em;
	content: ' 続きを読む';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 0;
	background-color: rgba(94, 100, 44, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	content: '閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

/*------------------------------------------------------------
	お問合せフォーム
------------------------------------------------------------*/

.contact_form table strong {
    margin-left: .5em;
    padding: .1em .7em;
    background-color: #e50000;
    font-size: 80%;
    color: white;
    display: inline-block;
}

h3.head_line02 {
	font-size: 3rem;
	text-align: center;
    margin-bottom: 1em;
}

#sec01 form table {
	width: 100%;
	margin-top: 2em;
    margin-bottom: 2em;
}

#sec01 th {
	border-bottom: 1px solid #E1E1E1;
}

@media screen and (min-width: 960px) {
	.contact_form table strong {
	    margin-left: 0;
	}
}

/*------------------------------------------------------------
	photo_bg
------------------------------------------------------------*/

.container .photo_bg {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    margin-bottom: 1em;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (min-width: 960px) {
	.container .photo_bg {
		margin-bottom: 1.4em;
	}
}

/*------------------------------------------------------------
	com_btn
------------------------------------------------------------*/

.com_btn, 
.shop_btn {
	margin: 1em auto 2em;
	width: 90%;
}

.shop_btn {
	width: 100%;
	margin: .2em auto;
}

.com_btn.to_top {
    margin-top: 2em;
	width: 100%;
}

.shop_btn a::before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 30px;
	height: 24px;
	background-image: url(../img/ico_cart.svg);
	background-size: contain;
	vertical-align: middle;
	margin-right: .3em;
	margin-bottom: .2em;
}

.com_btn a, .com_btn em, .com_btn span,
.shop_btn a, .shop_btn em {
	padding: 4% 3%;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: 700;
	font-style: normal;
	background-color: #805d49;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.layout_a, .layout_b {
	background-color: #805d49 !important;
}
.com_btn a:hover, 
.shop_btn a:hover {
	opacity: .7;
}

@media screen and (min-width:960px) {
	.com_btn, 
	.com_btn {
		margin: 1em auto 2em;
		width: 100%;
		max-width: 460px;
		text-align: center;
	}
	.com_btn.to_top {
		margin-top: 5em;
		max-width: 640px;
	}
	.com_btn a, .com_btn em, 
	.shop_btn a, .shop_btn em {
		padding: 3% 1% 3%;
	}
}

/*------------------------------------------------------------
	youtube
------------------------------------------------------------*/

.youtube_wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    text-align: center;
    margin: 2em auto 3em;
}

.youtube_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 960px) {
	.youtube_wrap {
		width: 600px;
		height: 338px;
		padding-top: 0;
	}
}

/*申し込みの流れ
-------------------------------------*/

.flow.row {
    margin-top: 2em;
	margin-bottom: 3rem;
    position: relative;
}

/*------------------------------------------------------------
	お客様の声
------------------------------------------------------------*/

#voice .container .col.span-4 {
	margin-bottom: 1em;
}

/*フッター
-------------------------------------*/

footer {
	background-color: #f7f7f7;
	padding: 5rem 0;
}

footer h4 {
	border-bottom: 3px solid #ccc;
	margin-bottom: 1em;
}

footer p {
	font-size: 1.7rem;
	margin-bottom: 2em;
}

footer ul.naka_po li {
	font-size: 1.7rem;
    list-style: none;
    padding-left: 1.2em;
}

footer ul.naka_po li::before {
    content: "・";
    margin-left: -1.1em;
}

/*------------------------------------------------------------
	スマホ フッター
------------------------------------------------------------*/

#g_footer {
    padding: 3% 0 4%;
    color: #fff;
    font-size: 1em;
    text-align: center;
    background-color: #333;
}

#g_footer .fix_list {
    width: 100%;
    position: fixed;
    align-items: center;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: #2e2e2e;
}

#g_footer .fix_list li {
    width: 50%;
    border-right: 1px solid #FFF;
    box-sizing: border-box;
    margin-bottom: 0;
}

#g_footer .fix_list li a {
    padding: 0.8em 0 0.8em;
    display: block;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
}

#g_footer .fix_list li a img {
    margin: -5px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
}

#g_footer .flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

@media screen and (min-width:960px) {
    #g_footer {
        display: none;
    }
}


/*お問合せ
-------------------------------------*/

.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 0rem 0;
}

@media screen and (min-width:960px) {
    #g_footer {
        display: none;
    }

	.table th {
		width: 250px;
	}
}


/*コピーライト
-------------------------------------*/

.copyright {
	text-align: center;
	padding: 1rem 0 2em;
	background-color: #674532;
	font-size: 70%;
}
.copyright a {
	color: #fff;
	text-decoration: none;
    display: block;
}

/*ページトップへ戻るボタン
-------------------------------------*/

#pagetop {
	position: fixed;
	bottom: 50px;
	right: 15px;
}
#pagetop a {
	display: block;
    font-size: .8em;
	background-color: rgba(128,93,73,.7);
	color: #fff;
	width: 50px;
	padding: 13px 5px 10px;
	text-align: center;
}
#pagetop a:hover {
	background-color: rgba(128,93,73,1);
}
/* 幅768px以下の表示
-------------------------------------*/

@media screen and (max-width: 768px) {
	/*ヘッダー
-------------------------------------*/
	.header-box {
		display: none;
	}
	/*お問合せ
-------------------------------------*/
	.table th {
		width: 100%;
		display: block;
	}
	.table td {
		display: block;
	}
}

/*コピーライト
-------------------------------------*/

.fotorama {
    max-width: 220px;
    text-align: center;
    margin: auto;
}

