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

body {
	color: #666666;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	text-align: justify;
	background-color: #ffffff;
	word-break: break-all;
	line-height: 2;
	font-weight: 600;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


/*------------------------------------*\
	TEXT
\*------------------------------------*/
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-right02 {
	text-align: right;
	display: block;
}

.text-12 {
	font-size: 1.2em;
}

/* */


/*----------------------- 736pxまでのサイズ(スマホ版横置き含む) -----------------------*/

@media screen and (max-width: 736px) {

/* delet style -----------------------*/
.sp-none {
	display: none;
}

/* br制御 */
.sp {
	display: block;
}

.pc {
	display: none;
}

.tab {
	display: none;
}

.sp-margin-right-1em {
	margin-right: 1em;
}

.sp-LignHeight {
	line-height: 1.4;
}

.margin-00 {
	margin-top: 1.5em;
}

p {
	line-height: 200%;
	letter-spacing: 1px;
}


header {
    z-index: 999;
}

.header {
	transition: background 1s;
}

.logo {
	width: 21%;
	position: absolute;
	top: 6px;
	left: 13px;
}

.text-center {
	text-align: center;
}


.pd-t-110 {
	padding-top: 40px;
}

a {
	text-decoration: underline;
	color: #663333;
	transition-duration: 0.6s;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* ハンバーガーメニューここから */


/* Toggle Button */
#nav-toggle {
    /* display: none; */
    position: absolute;
    right: 12px;
    top: 15px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#phone div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
	background: #429539;
	border-radius: 2px;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

#phone {
	position: absolute;
	right: 54px;
	top: 12px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 101;
}


#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}

#mobile-head {
	background-color: rgba(255,255,255,0.72);
	width: 100%;
	height: 55px;
	z-index: 999;
	position: relative;
}
.headerColor-default {
	background-color: rgba(255,255,255,0.72);
	backdrop-filter: blur(4px);
}




#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -570px;
	background: #f4f4f4;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
	padding: 0;
}
#global-nav ul li {
	float: none;
	position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #333;
	padding: 12px 0;
	text-decoration: none;
}


/* メニュー関連 */
#global-nav ul li a{
	color: #333333!important;
	text-align: left;
	margin-left: 3em;
}
a.navi-lnk > i {
	padding-right: 0.5em;
}
#global-nav {
    background-color: #f4f4f4;
}

#global-nav ul {
    padding: 0 1.5em;
	width: 100%;
	overflow: hidden;
}
#global-nav ul li {
    border-bottom: 1px solid #dddddd;
}
#global-nav ul li:first-child {
    border-top: 1px solid #dddddd;
}

#phone_box {
    background-color: #f4f4f4;
}
#phone_box .phone_box_inner p {
	color: #333333;
}
#phone_box .phone_box_inner a {
	color:#333333;
}



/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
/*.open #global-nav {
	-moz-transform: translateY(605px);
	-webkit-transform: translateY(605px);
	transform: translateY(605px);
}
*/
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(625px);
	-webkit-transform: translateY(625px);
	transform: translateY(625px);
	position: fixed;
	overflow-y: scroll;
	z-index: 99;
	width:100%;
	height:100%;
	-webkit-overflow-scrolling: touch;  
}

.open #global-nav ul::-webkit-scrollbar {
  background:#ccc;
  width:10px;
}
.open #global-nav ul::-webkit-scrollbar-thumb {
  background:#aaa;
  border-radius: 50px;
  height: 50px;
}






.site-title_mb {
	padding-top: 6px;
	padding-left: 6px;
}



.icon_blue {
	font-size: 2em;
	color: #429539;
}

#phone_box {
	position: absolute;
/* 開いてないときは画面外に配置 */
	top: -501px;
	background: #333;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#phone_box .phone_box_inner {
	position: static;
	bottom: 0;
	font-size: 14px;
}
#phone_box .phone_box_inner p {
	display: block;
	width: 100%;
	text-align: center;
	color:#ffffff;
	margin: 3px 0;
	line-height: 1.5em;
}

#phone_box .phone_box_inner a {
	display: block;
	width: 100%;
	text-align: center;
	color:#ffffff;
	margin: 3px 0;
	line-height: 1.5em;
	font-size: 1.2em;
}

.phone_open #phone_box {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
}

.phone_open .icon_blue {
	opacity: 0.8;
}

#phone_box p {
	line-height: 1.5em;
}
.phone_box_icon {
	margin-right: 0.5em;
}
.phone_box_tel {
	font-size: 1.5em;
}
.font_small {
	font-size: 0.8em;
}
#head_pic {
	margin-top: 55px;
}
#sub_title {
	margin-top: 55px;
}


/* ハンバーガーメニュー関連ここまで */

/* page top */
#fixedTop {
	right: 15px;
	bottom: 40px;
	width: 40px;
	height: 40px;
	line-height: 34px;
	color: #051508;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #ffffff;
	opacity: 0.6;
	position: fixed;
	z-index: 9999;
	-webkit-transform: translateZ(0);
	    border: solid 1px #051508;
	    border-radius: 20px;
}


.wrapper {
	width: 90%;
	margin: 0 auto;
}


/* TOP画像 */
.top-pic01 {
	width: 100%;
	height: 100vh;
	background-image: url("../images/top_bg_pic01_sp.jpg");
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.top-pic-text {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.top-pic-text > img {
	width: 80%;
}


.content-pd {
	padding-top: 60px;
	margin-bottom: 50px;
}

.title-h2 {
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	color: #603813;
	line-height: 1.4;
}

.title-h2 > span {
	font-size: 14px;
	display: block;
	margin-bottom: 1em;
}

.title-h3 {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	color: #603813;
	line-height: 1.4;
}

.contents-lr-text-inner {
	width: 98%;
	margin: 0 auto;
}




/* スライド */
.slide-item01{
	background-image: url(../images/top_pic01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 300px;
}
.slide-item02{
	background-image: url(../images/top_pic01_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	width: 100%;
	height: 300px;
}
.slide-item03{
	background-image: url(../images/top_pic01_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	width: 100%;
	height: 300px;
}
.slide-item04{
	background-image: url(../images/top_pic01_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	width: 100%;
	height: 300px;
}
.slide-item05{
	background-image: url(../images/top_pic01_05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	width: 100%;
	height: 300px;
}















/* トップページ画像 */

.top-cb01 {
	background-image: url(../images/top_pic01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 200px;
}

.top-cb02 {
	background-image: url(../images/top_pic02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 200px;
}

.top-cb03 {
	background-image: url(../images/top_pic03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 200px;
}

.top-cb04 {
	background-image: url(../images/top_pic04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 200px;
}

.top-cb05 {
	background-image: url(../images/top_pic01_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 200px;
}

.top-cb06 {
	background-image: url(../images/top_pic05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 200px;
}

.top-cb07 {
	background-image: url(../images/top_pic06.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 200px;
}

.top-cb08 {
	background-image: url(../images/top_pic07.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 200px;
}

.top-cb09 {
	background-image: url(../images/top_pic08.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 200px;
}

.top-cb10
{
	background-image: url(../images/top_pic10.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 200px;
}


.contents-lr-text-outer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contents-lr-text-inner {
	width: 90%;
}

.contents-lr-text-inner > h3.title-h3 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.6em;
	color: #603813;
	line-height: 1.6;
	margin-top: 1.2em;
}



/* リンクボタン */
.l-button {
	margin: 3em auto 0;
}
.l-button > a {
	display: block;
	background-color: #ffffff;
	border: 1px solid #603813;
	width: 100%;
	margin: 0 auto;
	padding: 0.5em 0;
	color: #603813;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
	position: relative;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	border-radius: 4px;
}

.l-button > a::before {
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #603813;
    content: "";
	right: 30px;
	width: 25px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.l-button > a::after {
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	transform: rotate(45deg) translate3d(0, 0, 0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	right: 30px;
	width: 10px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #603813;
    content: "";
}
/*
.l-button > a:hover {
	display: block;
	background-color: #603813;
	color: #ffffff;
}
.l-button > a:hover::before {
	right: 20px;
	width: 30px;
	background: #ffffff;
}
.l-button > a:hover::after {
	right: 20px;
	background: #ffffff;
}
*/

.l-button > a {
	text-decoration: none;
}

.l-button > a > p {
	text-align: center;
}

.l-button > a > p > span {
	display: none;
}



/* トップページ　取扱商品 */
.products-box {
	margin-top: 45px;
}

.products-box > ul {
	display: flex;
	flex-wrap: wrap;
}

.products-box > ul > li {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 10px;
}

.products-box > ul > li > span {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: 0.7em;
}

.products-box > ul > li:nth-child(2n) {
	margin-right: 0;
}


/* トップページ　店舗内観 */
.products-box02 {
	margin-top: 45px;
}

.products-box02 > ul {
	display: flex;
	flex-wrap: wrap;
}

.products-box02 > ul > li {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 10px;
}

.products-box02 > ul > li:nth-child(2n) {
	margin-right: 0;
}



















/* table02 */
table.table02 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}
table.table02 th,table.table02 td {
	display: block;
	border-top: none;
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: middle;
	padding: 15px;
	border-top: none;
	line-height: 1.7;
	color: #333333;
	background-color: #ffffff;
}

table.table02 th {
	background: #f4f4f4;
}

table.table02 tr:first-child th {
	border-top: 1px solid #ddd;
}




/* footer */

.footer {
	background-color: #603813;
	padding: 5px 0 5px;
}

.footer > p {
	text-align: center;
	font-size: 60%;
	color: #ffffff;
}

.footer > p > span {
	display: block;	
}

.footer > p > span > a {
	color: #ffffff;
	text-decoration: none;
}


.foot-logo {
	width: 30%;
 	margin: 1em auto;
}





.sp-font-18 {
	font-size: 18px;
}


.pic-in-text {
	margin-bottom: 1em;
	margin-top: 1em;
}



.top-topics-02 {
	width: 90%;
	margin: 1.2em auto 0;
}



}
/*----------------------- 736pxまでのサイズ(スマホ版横置き含む)ここまで -----------------------*/


/*----------------------- 820pxまでのサイズ(タブレット版) -----------------------*/
@media screen and (min-width: 737px) and (maX-width:820px) {

/* delet style -----------------------*/
/*.sp-none {
	display: none;
}*/

.tab {
	display: block;
}


.tab-none {
	display: none;
}

/* iPhone iPad リスト文字化け防止 */
body{
  font-feature-settings: "pkna" 1;
}

a {
	text-decoration: underline;
	color: #663333;
	transition-duration: 0.6s;
}

p {
	line-height: 200%;
	letter-spacing: 1px;
}



.text-center {
	text-align: center;
}


.pd-t-110 {
	padding-top: 110px;
}

.mb-100 {
	margin-bottom: 100px;
}




/* br制御 */
.sp {
	display: none;
}

.pc {
	display: none;
}
.tab {
	display: block;
}






/* ヘッダーここから */
header {
    z-index: 999;
}


.logo {
	width: 10%;
	/*height: 55px;
	width: 153px;*/
	position: absolute;
	top: 7px;
	left: 13px;
}


/* ハンバーガーメニューここから */


/* Toggle Button */
#nav-toggle {
    /* display: none; */
    position: absolute;
    right: 12px;
    top: 15px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#phone div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
	background: #429539;
	border-radius: 2px;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


#phone {
	position: absolute;
	right: 54px;
	top: 12px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 101;
}


#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}

#mobile-head {
	background-color: rgba(255,255,255,0.72);
	width: 100%;
	height: 55px;
	z-index: 999;
	position: relative;
}
.headerColor-default {
	background-color: rgba(255,255,255,0.72);
	backdrop-filter: blur(4px);
}




#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -570px;
	background: #f4f4f4;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
	padding: 0;
}
#global-nav ul li {
	float: none;
	position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #333;
	padding: 12px 0;
	text-decoration: none;
}


/* メニュー関連 */
#global-nav ul li a{
	color: #333333!important;
	text-align: left;
	margin-left: 3em;
}
a.navi-lnk > i {
	padding-right: 0.5em;
}
#global-nav {
    background-color: #f4f4f4;
}

#global-nav ul {
    padding: 0 1.5em;
}
#global-nav ul li {
    border-bottom: 1px solid #dddddd;
}
#global-nav ul li:first-child {
    border-top: 1px solid #dddddd;
}

#phone_box {
    background-color: #f4f4f4;
}
#phone_box .phone_box_inner p {
	color: #333333;
}
#phone_box .phone_box_inner a {
	color:#333333;
}



/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(625px);
	-webkit-transform: translateY(625px);
	transform: translateY(625px);
}


.site-title_mb {
	padding-top: 6px;
	padding-left: 6px;
}



.icon_blue {
	font-size: 2em;
	color: #429539;
}

#phone_box {
	position: absolute;
/* 開いてないときは画面外に配置 */
	top: -501px;
	background: #333;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#phone_box .phone_box_inner {
	position: static;
	bottom: 0;
	font-size: 14px;
}
#phone_box .phone_box_inner p {
	display: block;
	width: 100%;
	text-align: center;
	color:#ffffff;
	margin: 3px 0;
	line-height: 1.5em;
}

#phone_box .phone_box_inner a {
	display: block;
	width: 100%;
	text-align: center;
	color:#ffffff;
	margin: 3px 0;
	line-height: 1.5em;
	font-size: 1.2em;
}

.phone_open #phone_box {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
}

.phone_open .icon_blue {
	opacity: 0.8;
}

#phone_box p {
	line-height: 1.5em;
}
.phone_box_icon {
	margin-right: 0.5em;
}
.phone_box_tel {
	font-size: 1.5em;
}
.font_small {
	font-size: 0.8em;
}
#head_pic {
	margin-top: 55px;
}
#sub_title {
	margin-top: 55px;
}


/* ハンバーガーメニュー関連ここまで */




/* top画像 */
.top-pic01 {
	width: 100%;
	height: 65vh;
	background-image: url("../images/top_bg_pic01.jpg");
	position: relative;
	background-size: cover;
	background-position: top center;
}

/* コンテンツ関連 */
.content-pd {
	padding-top: 6em;
	margin-bottom: 50px;
}

.title-h2 {
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	color: #603813;
	line-height: 1.4;
}

.title-h2 > span {
	font-size: 18px;
	display: block;
	margin-bottom: 45px;
}

.title-h3 {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	color: #603813;
	line-height: 1.4;
	margin-top: 2.5em;
	margin-bottom: 1em;
}


.contents-lr clear {
	width: 100%;
	height: 500px;
}

.contents-left {
}

.contents-right {
}


.top-cb01 {
	background-image: url(../images/top_pic01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 360px;
}

.top-cb02 {
	background-image: url(../images/top_pic02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 360px;
}

.top-cb03 {
	background-image: url(../images/top_pic03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 360px;
}

.top-cb04 {
	background-image: url(../images/top_pic04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 360px;
}

.top-cb05 {
	background-image: url(../images/top_pic01_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 360px;
}

.top-cb06 {
	background-image: url(../images/top_pic05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 360px;
}

.top-cb07 {
	background-image: url(../images/top_pic06.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 360px;
}

.top-cb08 {
	background-image: url(../images/top_pic07.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 360px;
}

.top-cb09 {
	background-image: url(../images/top_pic08.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 360px;
}

.top-cb10
{
	background-image: url(../images/top_pic10.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	height: 360px;
}



/* スライド */
.slide-item01{
	background-image: url(../images/top_pic01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 360px;
}
.slide-item02{
	background-image: url(../images/top_pic01_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 360px;
}
.slide-item03{
	background-image: url(../images/top_pic01_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	width: 100%;
	height: 360px;
}
.slide-item04{
	background-image: url(../images/top_pic01_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	width: 100%;
	height: 360px;
}
.slide-item05{
	background-image: url(../images/top_pic01_05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	width: 100%;
	height: 360px;
}



.wrapper {
	width: 93%;
	margin: 0 auto;
}

.contents-lr-text-inner {
	width: 93%;
	margin: 0 auto;
}





/* リンクボタン */
.l-button {
	margin: 3em auto 0;
	width: 70%;
}
.l-button > a {
	display: block;
	background-color: #ffffff;
	border: 1px solid #603813;
	width: 100%;
	margin: 0 auto;
	padding: 0.5em 0;
	color: #603813;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
	position: relative;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	border-radius: 4px;
}

.l-button > a::before {
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #603813;
    content: "";
	right: 30px;
	width: 25px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.l-button > a::after {
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	transform: rotate(45deg) translate3d(0, 0, 0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	right: 30px;
	width: 10px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #603813;
    content: "";
}


.l-button > a {
	text-decoration: none;
}

.l-button > a > p {
	text-align: center;
}

.l-button > a > p > span {
	display: none;
}



/* トップページ　取扱商品 */
.products-box {
	margin-top: 45px;
}

.products-box > ul {
	display: flex;
	flex-wrap: wrap;
}

.products-box > ul > li {
	width: 24.5%;
	margin-right: 0.66%;
	margin-bottom: 2em;
}

.products-box > ul > li > span {
	display: block;
	text-align: center;
	margin: 0.5em 0;
	line-height: 1.3em;
	font-size: 0.7em;
}

.products-box > ul > li:nth-child(4n) {
	margin-right: 0;
}

/* トップページ　店舗内観 */
.products-box02 {
	margin-top: 45px;
}

.products-box02 > ul {
	display: flex;
	flex-wrap: wrap;
}

.products-box02 > ul > li {
	width: 24.5%;
	margin-right: 0.66%;
	margin-bottom: 0.3em;
}

.products-box02 > ul > li:nth-child(4n) {
	margin-right: 0;
}








/* table02 */

table.table02 {
	border-collapse: collapse;
	width: 700px;
	margin-bottom: 100px;
	margin: 50px auto;
	font-weight: 500;
}

table.table02 tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #603813;
	line-height: 1.6;
}

table.table02 th {
	width: 25%;
	padding-top: 18px;
	padding-bottom: 18px;
	vertical-align: middle;
	font-weight: normal;
	font-weight: 500;
}

table.table02 td {
	padding-top: 18px;
	padding-bottom: 18px;
	vertical-align: middle;
	border-left: none;
 border-right: none;
}

table.table02 td > a {
	color: #663333;
	text-decoration: underline;
}

table.table02 td > a:hover {
	color: #663333;
	text-decoration: none;
}



/* footer */
footer {
	width: 100%;
	background-color: #603813;
	text-align: center;
	margin-top: 200px;
}

footer > div.footer {
    padding: 20px 0;
    margin-top: 60px;
}

footer > div.footer > p {
	color: #ffffff;
	font-size: 80%;
	margin: 0 0;
}

footer > div.footer > p > span {
	padding-left: 10px;
}

footer > div.footer > p > span > a {
	color: #ffffff;
	text-decoration: none;
}

footer > div.footer > p > span > a:hover {
	color: #F7EE0C;
}

.foot-wrapper {
	display: flex;
	width: 90%;
	margin: 0 auto 40px;
	padding: 0 2%;
}
.foot-logo{
	width: 20%;
	height: auto;
	padding-top: 0px;
}
.foot-add{
	color:#ffffff;
	text-align: left;
	margin: 0 0 0 auto;
	width: 60%;
}
.foot-add > p {
	line-height: 1.7;
}



/* ページトップ */
#fixedTop {
    right: 40px;
    bottom: 150px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    color: #051508;
    font-size: 20px;
    text-align: center;
    display: none;
    background: #ffffff;
    opacity: 0.6;
    position: fixed;
    z-index: 9999;
    -webkit-transform: translateZ(0);
	border-radius: 20px;
	border: solid 1px #051508;
}



.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}




.sp-font-18 {
	font-size: 18px;
}


.pic-in-text {
	margin-bottom: 1em;
	margin-top: 1em;
}


.margin-00 {
	margin-top: 2em;
}



.top-topics-02 {
	width: 93%;
	margin: 1.2em auto 0;
}











}
/*----------------------- 768pxまでのサイズ(タブレット版)ここまで -----------------------*/

/*----------------------- 821px～上のサイズ(PC版) -----------------------*/
@media print, screen and (min-width:821px) {

/* delet style -----------------------*/
.pc-none {
	display: none;
}

/* br制御 */
.sp {
	display: none;
}

.pc {
	display: block;
}
.tab {
	display: none;
}


.text-center-pc {
	text-align: center;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}



/* headerここから */
.header {
	width: 100%;
	height: 93px;
	position: fixed;
	background-color: rgba(255,255,255,0.9);
	z-index: 100;
	transition:background 1s;
	backdrop-filter: blur(4px);
}


.pc-head-wrapper {
	width: 1200px;
	margin: 0 auto;
}

.logo {
	width: 136px;
	float: left;
	margin: 10px 0 0 0;
}

.nav {
	float: right;
}

#global-navi-pc {
	margin: 37px 0 0 0;
}

#global-navi-pc li {
	font-size: 16px;
	font-weight: 700;
}

.menu-nav {
    display: inline-block;
}

#global-navi-pc li a {
	margin: 0 20px 0 20px;
	color: #603813;
	display: block;
}

#global-navi-pc li a img {
	vertical-align: baseline;
}

#global-navi-pc li:last-child a {
	margin-right: 0;		
}
.nav-icon {
	padding-right: 4px;
}


/* top画像 */
.top-pic01 {
	width: 100%;
	height: 100vh;
	background-image: url("../images/top_bg_pic01.jpg");
	position: relative;
	background-size: cover;
	background-position: top center;
}




.content-pd {
	padding-top: 195px;
	margin-bottom: 50px;
}

.title-h2 {
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	color: #603813;
	line-height: 1.4;
}

.title-h2 > span {
	font-size: 18px;
	display: block;
	margin-bottom: 45px;
}

.title-h3 {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	color: #603813;
	line-height: 1.4;
}


.contents-lr clear {
	width: 100%;
	height: 500px;
}

.contents-left {
	float: left;
	width: 50%;
	height: 500px;
}

.contents-right {
	width: 50%;
	height: 500px;
	float: right;
}

.top-cb01 {
	background-image: url(../images/top_pic01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.top-cb02 {
	background-image: url(../images/top_pic02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.top-cb03 {
	background-image: url(../images/top_pic03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.top-cb04 {
	background-image: url(../images/top_pic04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.top-cb05 {
	background-image: url(../images/top_pic01_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.top-cb06 {
	background-image: url(../images/top_pic05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.top-cb07 {
	background-image: url(../images/top_pic06.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.top-cb08 {
	background-image: url(../images/top_pic07.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.top-cb09 {
	background-image: url(../images/top_pic08.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.top-cb10
{
	background-image: url(../images/top_pic10.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	image-rendering: -webkit-optimize-contrast;
}


.contents-lr-text-outer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 500px;
}

.contents-lr-text-inner {
	max-width: 680px;
	width: 100%;
	margin: 0 2em;
}

.contents-lr-text-inner > h3.title-h3 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.6em;
	color: #603813;
	line-height: 1.6;
}



/* リンクボタン */
.l-button {
	margin: 3em auto 0;
}
.l-button > a {
	display: block;
	background-color: #ffffff;
	border: 1px solid #603813;
	width: 350px;
	margin: 0 auto;
	padding: 0.5em 0;
	color: #603813;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
	position: relative;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	border-radius: 4px;
}

.l-button > a::before {
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #603813;
    content: "";
	right: 30px;
	width: 25px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.l-button > a::after {
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	transform: rotate(45deg) translate3d(0, 0, 0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	right: 30px;
	width: 10px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #603813;
    content: "";
}
.l-button > a:hover {
	display: block;
	background-color: #603813;
	color: #ffffff;
}
.l-button > a:hover::before {
	right: 20px;
	width: 30px;
	background: #ffffff;
}
.l-button > a:hover::after {
	right: 20px;
	background: #ffffff;
}

.l-button > a > p {
	text-align: center;
	margin: 0;
}


/* トップページ　取扱商品 */
.products-box {
	margin-top: 45px;
}

.products-box > ul {
	display: flex;
	flex-wrap: wrap;
}

.products-box > ul > li {
	width: 250px;
	margin-right: 66.66px;
	margin-bottom: 82px;
}

.products-box > ul > li > span {
	display: block;
	text-align: center;
	line-height: 1.4;
	margin-top: 0.5em;
}

.products-box > ul > li:nth-child(4n) {
	margin-right: 0;
}


/* トップページ　店舗内観 */
.products-box02 {
	margin-top: 45px;
}

.products-box02 > ul {
	display: flex;
	flex-wrap: wrap;
}

.products-box02 > ul > li {
	width: 24.43%;
	margin-right: 0.75%;
	margin-bottom: 9px;
}

.products-box02 > ul > li:nth-child(4n) {
	margin-right: 0;
}











/* テーブル02 */
table.table02 {
	border-collapse: collapse;
	width: 700px;
	margin-bottom: 100px;
	margin: 50px auto;
	font-weight: 600;
}

table.table02 tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	line-height: 1.6;
}

table.table02 th {
	width: 25%;
	padding-top: 18px;
	padding-bottom: 18px;
	vertical-align: middle;
	font-weight: normal;
	font-weight: 600;
}

table.table02 td {
	padding-top: 18px;
	padding-bottom: 18px;
	vertical-align: middle;
	border-left: none;
 border-right: none;
}

table.table02 td > a {
	color: #666666;
	text-decoration: underline;
}

table.table02 td > a:hover {
	color: #666666;
	text-decoration: none;
}




/* footer */
footer {
	width: 100%;
	background-color: #5c3929;
	text-align: center;
	margin-top: 250px;
}

footer > div.footer {
	padding: 30px 0 20px;
}

footer > div.footer > p {
	color: #ffffff;
	font-size: 80%;
	margin: 0 0;
}

footer > div.footer > p > span {
	padding-left: 10px;
}

footer > div.footer > p > span > a {
	color: #ffffff;
	text-decoration: none;
}

footer > div.footer > p > span > a:hover {
	color: #F7EE0C;
}

.foot-wrapper {
	display: flex;
	width: 560px;
	margin: 0 auto 40px;
}
.foot-logo{
	width: 136px;
	height: auto;
	padding-top: 9px;
}
.foot-add{
	color:#ffffff;
	text-align: left;
	margin: 0 0 0 auto;
}
.foot-add > p {
	line-height: 1.7;
}




/* page top */
#fixedTop {
    right: 40px;
    bottom: 150px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    color: #051508;
    font-size: 20px;
    text-align: center;
    display: none;
    background: #ffffff;
    opacity: 0.6;
    position: fixed;
    z-index: 9999;
    -webkit-transform: translateZ(0);
	border-radius: 20px;
	border: solid 1px #051508;
}



/* スライド */
.slide-item01{
	background-image: url(../images/top_pic01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	width: 100%;
	height: 500px;
}
.slide-item02{
	background-image: url(../images/top_pic01_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	width: 100%;
	height: 500px;
}
.slide-item03{
	background-image: url(../images/top_pic01_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	width: 100%;
	height: 500px;
}
.slide-item04{
	background-image: url(../images/top_pic01_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	width: 100%;
	height: 500px;
}
.slide-item05{
	background-image: url(../images/top_pic01_05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	width: 100%;
	height: 500px;
}


/* グラフボックス */
.graph-box {
	width: 960px;
	margin: 0 auto;
}
.graph-box > img {
	display: block;
	margin: 0 auto;
}

.graph-box > p.m-text01 {
	margin: 50px 0 136px;
}

.graph-box > p.m-text02 {
	margin: 0;
}


/*  */
.pic-in-text {
	width: 60%;
	margin: 0 auto 2em;
}

.mt-uh2 {
	margin-bottom: 1.2em;
}
.mt-2em {
	margin-top: 2em;
}
.mt-05em {
	margin-top: 0.5em;
}

.mt-rinen {
	margin-top: 4em;
}

.margin-00 {
	margin-top: 0em;
}



.top-topics {
}

.top-topics-02 {
	text-align: center;
	margin-top: 1em;
}


}

/*----------------------- 769px～上のサイズ(PC版)ここまで -----------------------*/
























