@charset "UTF-8";

/*
■■■■■ ABOUT SITE ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Container: Max width: 1230px
Basic Font: Text: YuMincho
Indent Type: Type: TAB

■■■■■ LICENSE ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Magnific-popup: Free
picturefill.js: Free
ofi.js: Free
bxslider.js: Free

	
*/

/*■■■■■■■■■■■■ WEB FONT ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* Allura */

@font-face {
    font-family: 'allura-regular';
    src: url('assets/fonts/allura-regular-webfont.eot');
    src: url('assets/fonts/allura-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/allura-regular-webfont.woff') format('woff'),
    url('assets/fonts/allura-regular-webfont.woff2') format('woff2'),
    url('assets/fonts/allura-regular-webfont.ttf') format('truetype'),
    url('assets/fonts/allura-regular-webfont.svg#allura-regular') format('svg');
    font-style: normal;
}

/* Laca */

@font-face {
    font-family: 'laca-regular';
    src: url('assets/fonts/laca-regular-webfont.eot');
    src: url('assets/fonts/laca-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/laca-regular-webfont.woff') format('woff'),
    url('assets/fonts/laca-regular-webfont.woff2') format('woff2'),
    url('assets/fonts/laca-regular-webfont.ttf') format('truetype'),
    url('assets/fonts/laca-regular-webfont.svg#laca-regular') format('svg');
    font-style: normal;
}

/*■■■■■■■■■■■■ COMMON STYLE ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* background color */

.bg-pink {
    background-color: #dfa290 !important;
}

.bg-yellow {
    background-color: #d8c26c !important;
}

.bg-brown {
    background-color: #664730 !important;
}

.bg-gold {
    background-color: #b4aa86 !important;
}

/* newline */

.newline {
    display: inline-block;
}

.newline-pc {
    display: block;
}

/*  ~ 991px  */
@media (max-width: 991px) {

.newline-pc {
    display: inline;
}

} /*end of @media*/

/*■■■■■■■■■■■■ COMMON PARTS ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■  mega-heading  ■■■■■■■■■■■■*/

.mega-heading {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}

.mega-heading::after {
    content: "";
    display: block;
    clear: both;
}

.mega-heading .overlay {
    width: 40%;
    height: auto;
    float: left;
    position: relative;
}

.mega-heading .overlay img {
    width: 100%;
    height: 750px;
    object-fit: cover;
}

.mega-heading .overlay .filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    opacity: 0.8;
}

.mega-heading .overlay.flat .filter {
    opacity: 1;
}

.mega-heading .overlay .overlay-inner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 430px;
    width: 100%;
    padding: 0 15px;
    z-index: 99;
}

.mega-heading .overlay .overlay-inner h1 {
    font-family: 'allura-regular';
    font-size: 70px;
    color: #ffffff;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 70px;
}

.mega-heading .overlay .overlay-inner h1 span {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mega-heading .overlay .overlay-inner h2 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 22px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    margin-bottom: 40px;
}

.mega-heading .overlay .overlay-inner .text {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    text-align: justify;
}

.mega-heading .overlay.overlay-right {
    width: 45%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
}

.mega-heading .back-image {
    width: 60%;
    height: auto;
    float: left;
}

.mega-heading .back-image img {
    width: 100%;
    height: 750px;
    object-fit: cover;
}


/*  ~ 991px  */
@media (max-width: 991px) {

.mega-heading {
    margin-bottom: 50px;
}

.mega-heading .back-image {
    display: none;
}

.mega-heading .overlay {
    width: 100%;
    height: auto;
}

.mega-heading .overlay.flat {
    width: 100%;
    height: auto;
}

.mega-heading .overlay img {
    width: 100%;
    height: 600px;
}

.mega-heading .overlay.overlay-right {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(184, 172, 129, 0.8);
}

.mega-heading .overlay .overlay-inner h1 {
    font-size: 40px;
    margin-bottom: 35px;
}

.mega-heading .overlay .overlay-inner h1 span {
    font-size: 13px;
}

.mega-heading .overlay .overlay-inner h2 {
    line-height: 40px;
    margin-bottom: 30px;
}

.mega-heading .overlay.flat .filter {
    opacity: 0.8;
}


} /*end of @media*/

/*■■■■■■■■■■■■  big-heading  ■■■■■■■■■■■■*/

.big-heading {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}

.big-heading::after {
    content: "";
    display: block;
    clear: both;
}

.big-heading .back-image {
    width: 55%;
    height: auto;
    float: left;
}

.big-heading .back-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 50% 50%;
}

.big-heading .overlay {
    width: 45%;
    height: 200px;
    float: left;
    position: relative;
}

.big-heading .overlay .filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-blend-mode: multiply;
    background-image: url(assets/images/product-detail/texture.jpg);
    background-size: cover;
    z-index: 98;
    opacity: 0.8;
}

.big-heading .overlay img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* title */

.big-heading .overlay .title {
    font-family: 'allura-regular';
    font-size: 70px;
    color: #ffffff;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 99;
}

.big-heading .overlay .title span {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*  1220px~   */
@media (max-width: 1220px) {

/*■■■■■■■■■■■■  big-heading  ■■■■■■■■■■■■*/

.big-heading .overlay .title {
    font-size: 55px;
}

} /*end of @media*/

/*  ~ 991px  */
@media (max-width: 991px) {

/*■■■■■■■■■■■■  big-heading  ■■■■■■■■■■■■*/

.big-heading .back-image {
    width: 50%;
}

.big-heading .overlay {
    width: 50%;
}

/* title */

.big-heading .overlay .title {
    font-size: 30px;
}

.big-heading .overlay .title span {
    font-size: 13px;
}

} /*end of @media*/

/*■■■■■■■■■■■■ BODY ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

body {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-color: #ffffff;
}

b, strong, .bold {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*  ~ 991px  */
@media (max-width: 991px) {

body {
    padding-top: 45px;
}

} /*end of @media*/

/*■■■■■■■■■■■■ HEADER ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*  header  */

.header {
    width: 100%;
    height: auto;
    padding: 5px 25px;
    background-color: #ffffff;
    position: relative;
}

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

/*  logo  */

.header .logo {
    width: auto;
    float: left;
}

.header .logo a img {
    max-width: 180px;
    width: 100%;
    height: auto;
}

/*  global-nav  */

.global-nav {
    width: auto;
    float: right;
}

.global-nav .menu {
    letter-spacing: -1em;
    font-size: 0;
}

.global-nav .menu .menu-item {
    display: inline-block;
    letter-spacing: normal;
    padding: 15px 20px;
}

.global-nav .menu .menu-item .menu-link {
    display: block;
    font-size: 15px;
    color: #673a1b;
    line-height: 1.4;
}
.global-nav .menu .menu-item .menu-link:hover{
    opacity: 0.6;
	cursor: pointer;
}

/* 20210531 仕様変更に伴い追加 */
.menu-link > div{
	font-size: 65%;
	margin-top: 3px;
	text-align: center;
}
@media (max-width: 991px) {
	.menu-link > div{
		display: inline;
		margin-top: 0px;
		margin-left: 10px;
		text-align: left;
		font-size: 70%;
	}

}



/*  ~ 992px  */
@media (min-width: 992px) {

.global-nav {
    display: block !important;
}

} /*end of @media*/

/*  ~ 991px  */
@media (max-width: 991px) {

/*  header  */

.header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 2px 2px 4px #cccccc;
}

/*  logo  */

.header .logo {
    width: 100%;
    padding: 8px 15px;
}

.header .logo a img {
    max-width: 100px;
}

/*  toggle  */

.header .toggle {
    width: 42px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(assets/images/common/toggle_2.jpg);
    background-repeat: no-repeat;
    background-size: 43px 46px;
}

/*  global-nav  */

.global-nav {
    width: 100%;
    clear: both;
    background-color: #ffffff;
    box-shadow: 2px 2px 4px #cccccc;
    display: none;
    padding: 0;
}

.global-nav .menu .menu-item {
    display: block;
    padding: 8px 15px;
    border-top: 1px solid #d8d1cc;
}

.global-nav .menu .menu-item:last-child {
    border-bottom: none;
}

.global-nav .menu .menu-item .menu-link {
    display: block;
    font-size: 15px;
    text-align: left;
}

} /*end of @media*/

/*■■■■■■■■■■■■ FOOTER ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■  footer  ■■■■■■■■■■■■*/

.footer {
    width: 100%;
    height: auto;
    padding: 70px 0 20px 0;
    background-image: url(assets/images/common/ft-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*  logo  */

.footer .logo {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
}

.footer .logo a img {
    max-width: 110px;
    width: 100%;
    height: auto;
}

/*  icons  */

.sns-icons {
    text-align: center;
    margin-bottom: 100px;
}

.sns-icons ul {
    display: inline-block;
    letter-spacing: -1em;
    font-size: 0;
}

.sns-icons ul li {
    letter-spacing: normal;
    display: inline-block;
    margin-right: 10px;
}

.sns-icons ul li a img {
    width: 25px;
    height: 25px;
}

.sns-icons ul li:last-child {
    margin-right: 0;
}

/*  copyright  */

.footer .copy {
    font-size: 10px;
    color: #333333;
    line-height: 1.4;
    text-align: center;
}

/*■■■■■■■■■■■■  footer shop  ■■■■■■■■■■■■*/

.ft-shop-wrap {
    position: relative;
}

/*  image  */

.ft-shop-wrap .back-image {
    width: 60%;
    height: 330px;
    object-fit: cover;
}

/* cover */

.ft-shop-wrap .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-image: url(assets/images/index/shop-cover.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.ft-shop-wrap .cover .cover-inner {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

/* title */

.ft-shop-wrap .cover .cover-inner .title {
    font-family: 'laca-regular';
    font-size: 30px;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 15px;
    text-decoration: underline;
}

/* icon */

.ft-shop-wrap .cover .cover-inner .title .icon {
    width: 65px;
    height: 50px;
    margin: 0 auto 15px auto;
    display: block;
}

/* text */

.ft-shop-wrap .cover .cover-inner .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 20px;
}

/* btn */

.ft-shop-wrap .cover .cover-inner .btn a {
    font-size: 16px;
    color: #664730;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
    max-width: 135px;
    width: 100%;
    padding: 10px 15px;
    background-color: #ffffff;
}

/*■■■■■■■■■■■■  footer onlineshop  ■■■■■■■■■■■■*/

.ft-onlineshop-wrap {
    position: relative;
}

/* image */

.ft-onlineshop-wrap .back-image {
    width: 60%;
    height: 330px;
    object-fit: cover;
    margin-left: 40%;
}
/* cover */

.ft-onlineshop-wrap .cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-image: url(assets/images/index/onlineshop-cover.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.ft-onlineshop-wrap .cover .cover-inner {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

/* title */

.ft-onlineshop-wrap .cover .cover-inner .title {
    font-family: 'laca-regular';
    font-size: 30px;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 15px;
    text-decoration: underline;
}

/* icon */

.ft-onlineshop-wrap .cover .cover-inner .title .icon {
    width: 65px;
    height: 50px;
    margin: 0 auto 15px auto;
    display: block;
}

/* text */

.ft-onlineshop-wrap .cover .cover-inner .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 20px;
}

/* btn */

.ft-onlineshop-wrap .cover .cover-inner .btn a {
    font-size: 16px;
    color: #664730;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
    max-width: 135px;
    width: 100%;
    padding: 10px 15px;
    background-color: #ffffff;
}

/*  ~ 991px  */
@media (max-width: 991px) {

/*■■■■■■■■■■■■  footer  ■■■■■■■■■■■■*/

.footer {
    padding: 30px 0 15px 0;
}

/*  logo  */

.footer .logo {
    margin-bottom: 30px;
}

/*  sns  */

.sns-icons {
    margin-bottom: 40px;
}

/*■■■■■■■■■■■■  footer shop  ■■■■■■■■■■■■*/

.ft-shop-wrap .back-image {
    width: 45%;
    height: 270px;
    object-fit: cover;
    object-position: cente right;
}

.ft-shop-wrap .cover {
    width: 70%;
}

.ft-shop-wrap .cover .cover-inner {
    transform: translateY(-50%) translateX(-35%);
}

.ft-shop-wrap .cover .cover-inner .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.ft-shop-wrap .cover .cover-inner .title .icon {
    width: 45px;
    height: 35px;
}

.ft-shop-wrap .cover .cover-inner .text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.ft-shop-wrap .cover .cover-inner .btn a {
    font-size: 14px;
    padding: 7px 12px;
    background-color: #ffffff;
}

/*■■■■■■■■■■■■  footer onlineshop  ■■■■■■■■■■■■*/

.ft-onlineshop-wrap .back-image {
    width: 50%;
    height: 270px;
    object-fit: cover;
    margin-left: 50%;
}

.ft-onlineshop-wrap .cover {
    width: 70%;
}

.ft-onlineshop-wrap .cover .cover-inner {
    transform: translateY(-50%) translateX(-65%);
}

.ft-onlineshop-wrap .cover .cover-inner .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.ft-onlineshop-wrap .cover .cover-inner .title .icon {
    width: 45px;
    height: 35px;
}

.ft-onlineshop-wrap .cover .cover-inner .text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.ft-onlineshop-wrap .cover .cover-inner .btn a {
    font-size: 14px;
    padding: 7px 12px;
    background-color: #ffffff;
}

} /*end of @media*/

/*  ~ 600px  */
@media (max-width: 600px) {

/*■■■■■■■■■■■■  footer shop  ■■■■■■■■■■■■*/

.ft-shop-wrap .back-image {
    width: 55%;
    height: 250px;
    object-fit: cover;
    object-position: cente right;
}
.ft-shop-wrap .cover .cover-inner .text {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}

/*■■■■■■■■■■■■  footer onlineshop  ■■■■■■■■■■■■*/

.ft-onlineshop-wrap .back-image {
    width: 55%;
    height: 250px;
    object-fit: cover;
    margin-left: 45%;
}
.ft-onlineshop-wrap .cover .cover-inner .text {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}

} /*end of @media*/


/*■■■■■■■■■■■■ ASIDE ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■  date menu  ■■■■■■■■■■■■*/

.date-menu-wrap {
    margin-bottom: 50px;
}

.date-menu-wrap .menu-list .list-item {
    border-top: 1px solid #673a1b;
    padding: 15px 10px;
    position: relative;
    padding-left: 35px;
}

.date-menu-wrap .menu-list .list-item::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(assets/images/common/widget-icon.jpg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%) translateX(-50%);
}

.date-menu-wrap .menu-list .list-item:last-child {
    border-bottom: 1px solid #673a1b;
}

.date-menu-wrap .menu-list .list-item a {
    font-size: 13px;
    color: #673a1b;
    line-height: 1.4;
}

.date-menu-wrap .menu-list .list-item a:hover {
    text-decoration: underline;
}

/*■■■■■■■■■■■■ post menu  ■■■■■■■■■■■■*/

.post-menu-wrap {
    margin-bottom: 50px;
}

.post-menu-wrap .title {
    font-size: 15px;
    color: #673a1b;
    line-height: 1.4;
    margin-bottom: 5px;
}

.post-menu-wrap .menu-list .list-item {
    border-top: 1px dashed #673a1b;
    padding: 15px 0;
}

.post-menu-wrap .menu-list .list-item:last-child {
    border-bottom: 1px dashed #673a1b;
}

.post-menu-wrap .menu-list .list-item .thumb {
    display: block;
    max-width: 80px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.post-menu-wrap .menu-list .list-item::after {
    content: "";
    display: block;
    clear: both;
}

.post-menu-wrap .menu-list .list-item .thumb img {
    width: 100%;
    height: auto;
}

.post-menu-wrap .menu-list .list-item .meta-deta {
    float: left;
}

.post-menu-wrap .menu-list .list-item .meta-deta .date {
    font-size: 10px;
    color: #673a1b;
    line-height: 1.4;
    margin: 5px 0 5px 0;
}

.post-menu-wrap .menu-list .list-item .meta-deta .excerpt {
    font-size: 12px;
    color: #673a1b;
    line-height: 20px;
}

.post-menu-wrap .menu-list .list-item .meta-deta .excerpt:hover {
    text-decoration: underline;
}

/*■■■■■■■■■■■■ CONTENS "index.html" ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■  slider  ■■■■■■■■■■■■*/

.slider-wrap {
    position: relative;
}

.slider-wrap .slide {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

/*  heading  */

.slider-wrap .heading-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

/*  logo  */

.slider-wrap .heading-wrap .logo {
    max-width: 180px;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

/*  text  */

.slider-wrap .heading-wrap .text {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: 4px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: bold;
}

/*■■■■■■■■■■■■  infomation  ■■■■■■■■■■■■*/

.top-info-wrap {
    padding: 50px 0;
}

/* heading */

.top-info-wrap .heading {
    font-size: 70px;
    color: #673a1b;
    line-height: 1.4;
    margin-bottom: 35px;
    text-align: center;
    font-family: 'allura-regular';
}

/* list */

.top-info-wrap .info-list {
    margin-bottom: 40px;
}

.top-info-wrap .info-list::after {
    content: "";
    display: block;
    clear: both;
}

/* thumbnail */

.top-info-wrap .info-list .thumb {
    max-width: 100px;
    width: 100%;
    height: auto;
    float: left;
    margin-right: 30px;
}

.top-info-wrap .info-list .thumb a img {
    width: 100%;
    height: auto;
}

/* text */

.top-info-wrap .info-list .text {
    padding: 0 30px;
}

.top-info-wrap .info-list .text .date {
    font-size: 12px;
    color: #645147;
    line-height: 1.4;
    display: block;
    margin-bottom: 10px;
}

.top-info-wrap .info-list .text .excerpt {
    font-size: 14px;
    color: #645147;
    line-height: 24px;
}

.top-info-wrap .info-list .text .excerpt:hover {
    text-decoration: underline;
}

/* btn */

.top-info-wrap .btn {
    text-align: center;
}

.top-info-wrap .btn a {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.4;
    display: inline-block;
    max-width: 120px;
    text-align: center;
    padding: 10px 15px;
    background-color: #673a1b;
    transition: 0.3s;
}

.top-info-wrap .btn a:hover {
    opacity: 0.6;
}

/*■■■■■■■■■■■■  genre  ■■■■■■■■■■■■*/

.top-genre-wrap {
    margin-bottom: 40px !important;
}

.top-genre-wrap .tile {
    margin-bottom: 50px;
    transition: 0.3s;
    position: relative;
}

.top-genre-wrap .tile:hover {
    opacity: 0.6;
}

.top-genre-wrap .tile .tile-inner {
    background: rgba(255, 255, 255, 0.8);
    width: 200px;
    padding: 30px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.top-genre-wrap .name {
    font-family: 'allura-regular';
    font-size: 30px;
    color: #673a1b;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px;
}

.top-genre-wrap .name span {
    font-size: 14px;
    color: #673a1b;
    line-height: 1.4;
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top-genre-wrap .tile .back-image {
    width: 100%;
    height: auto;
}

/*  ~ 991px  */
@media (max-width: 991px) {

/*■■■■■■■■■■■■  slider  ■■■■■■■■■■■■*/

.slider-wrap .slide {
    height: 500px;
}

.slider-wrap .heading-wrap .logo {
    max-width: 140px;
    margin-bottom: 35px;
}

.slider-wrap .heading-wrap .text {
    font-size: 14px;
}

/*■■■■■■■■■■■■  information  ■■■■■■■■■■■■*/



.top-info-wrap {
    padding: 40px 0;
}

.top-info-wrap .info-list {
    margin-bottom: 20px;
}

.top-info-wrap .info-list .thumb {
    margin-right: 20px;
}

.top-info-wrap .info-list .text {
    padding: 0;
}

/*■■■■■■■■■■■■  genre  ■■■■■■■■■■■■*/



.top-genre-wrap .tile {
    margin-bottom: 10px;
}

.top-genre-wrap .tile .tile-inner {
    width: 150px;
}

.top-genre-wrap .name {
    font-size: 24px;
}

.top-genre-wrap .name span {
    font-size: 12px;
}

} /*end of @media*/

/*■■■■■■■■■■■■ CONTENS "information.html" ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■  information  ■■■■■■■■■■■■*/

.information-wrap .item {
    margin-bottom: 70px;
}

/*  thumb  */

.information-wrap .item .thumb {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

/*  meta-deta  */

.information-wrap .item .meta-deta {
    text-align: center;
}

/*  date  */

.information-wrap .item .meta-deta .date {
    font-size: 12px;
    color: #673a1b;
    line-height: 1.4;
    text-align: center;
}

/*  title  */

.information-wrap .item .meta-deta .title {
    font-size: 15px;
    color: #673a1b;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
}

/* head_intro */
.information-wrap .head_intro {
    font-size: 18px;
    color: #673a1b;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px;
}


/*  link  */

.information-wrap .item .meta-deta .link {
    font-size: 13px;
    color: #673a1b;
    line-height: 1.4;
    text-align: center;
    max-width: 60px;
    width: 100%;
    display: inline-block;
    position: relative;
}

.information-wrap .item .meta-deta .link::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #673a1b;
    position: absolute;
    bottom: 0;
}

.list_block_hover:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	cursor: pointer;	
}

/*■■■■■■■■■■■■  pagenation  ■■■■■■■■■■■■*/

.information-section .pagenation {
    margin-bottom: 100px;
    text-align: right;
}

.information-section .pagenation ul {
    letter-spacing: -1em;
    font-size: 0;
    display: inline-block;
}

.information-section .pagenation ul li {
    display: inline-block;
    letter-spacing: normal;
    margin-right: 5px;
}

.information-section .pagenation ul li a {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.4;
    display: block;
    width: 40px;
    padding: 6px 0;
    background-color: #cfc7c1;
    text-align: center;
}

.information-section .pagenation ul li.active a {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.4;
    display: block;
    width: 40px;
    padding: 6px 0;
    background-color: #673a1b;
    text-align: center;
}

/*  ~ 991px  */
@media (max-width: 991px) {

/*■■■■■■■■■■■■  information  ■■■■■■■■■■■■*/

.information-wrap .item {
    margin-bottom: 30px;
}

.information-wrap .head_intro {
    font-size: 16px;
}

} /*end of @media*/

/*  ~ 991px  */
@media (max-width: 480px) {
.information-wrap .head_intro {
    font-size: 14px;
	text-align: left;
}
    
} /*end of @media*/

/*■■■■■■■■■■■■ CONTENS "information-detail.html" ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■ heading ■■■■■■■■■■■■*/

.post-heading {
    margin-bottom: 50px;
}

.post-heading .heading {
    font-size: 35px;
    color: #673a1b;
    line-height: 1.4;
    margin-bottom: 15px;
}

.post-heading .date {
    font-size: 12px;
    color: #673a1b;
    line-height: 18px;
    margin-bottom: 20px;
}

.post-heading .cat-icons .icon {
    display: inline-block;
    font-size: 11px;
    color: #673a1b;
    line-height: 1.4;
    border: 1px solid #673a1b;
    padding: 2px 10px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

/*■■■■■■■■■■■■  article  ■■■■■■■■■■■■*/

.single-post-wrap article {
    margin-bottom: 200px;
	line-height: 200% !important;
}

.single-post-wrap article img {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.single-post-wrap article h3 {
    font-size: 20px;
    color: #673a1b;
    line-height: 1.4;
    margin: 20px 0;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

/*
.single-post-wrap article p {
    font-size: 16px;
    color: #673a1b;
    line-height: 180%;
    margin: 10px 0;
    text-align: justify;
}
*/
.single-post-wrap article p {
    margin: 0;
	padding:0;
}

/*  ~ 991px  */
@media (max-width: 991px) {

/*■■■■■■■■■■■■ heading ■■■■■■■■■■■■*/

.post-heading {
    margin-bottom: 30px;
}

.post-heading .heading {
    font-size: 30px;
}

.post-heading .date {
    margin-bottom: 10px;
}

/*■■■■■■■■■■■■ article ■■■■■■■■■■■■*/

.single-post-wrap article {
    margin-bottom: 80px;
	line-height: 200% !important;
}

.single-post-wrap article img {
    margin: 10px 0;
}

.single-post-wrap article h3 {
    font-size: 18px;
    margin: 10px 0;
}

/*
.single-post-wrap article p {
    font-size: 16px;
    line-height: 180%;
    margin: 10px 0;
}
*/
.single-post-wrap article p {
    margin: 0;
	padding:0;
}

} /*end of @media*/

/*■■■■■■■■■■■■ CONTENS "shop.html" ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■ shop  ■■■■■■■■■■■■*/

.shop-wrap .item {
    margin-bottom: 50px;
}

/* thumbnail */

.shop-wrap .item .thumb {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    transition: 0.3s;
}

.shop-wrap .item .thumb:hover {
    opacity: 0.6;
}

/* meta-deta */

.shop-wrap .item .meta-deta {
    text-align: center;
}

.shop-wrap .item .meta-deta .name {
    font-size: 15px;
    color: #673a1b;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px;
}

.shop-wrap .item .meta-deta .name a:hover {
    text-decoration: underline;
}

.shop-wrap .item .meta-deta .address {
    font-size: 12px;
    color: #673a1b;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
}

.shop-wrap .item .meta-deta .address a:hover {
    text-decoration: underline;
}

/* category */

.shop-wrap .item .meta-deta .category-list {
    max-width: 220px;
    width: 100%;
    display: inline-block;
    letter-spacing: -1em;
    font-size: 0;
}

.shop-wrap .item .meta-deta .category-list::after {
    content: "";
    display: block;
    clear: both;
}

.shop-wrap .item .meta-deta .category-list .list-item {
    float: left;
    width: 31.5%;
    font-size: 11px;
    color: #673a1b;
    line-height: 1.4;
    letter-spacing: normal;
    border: 1px solid #673a1b;
    margin: 0 5px 5px 0;
    text-align: center;
    padding: 2px 5px;
}

.shop-wrap .item .meta-deta .category-list .list-item:nth-of-type(3n) {
    margin-right: 0;
}

.store_other_area{
	width:98%;
	margin:1%;
	padding:0%;
	display:block;
	color: #673a1b;
}
.store_other_area > h2{
	font-size: x-large;
	margin-bottom: 15px;
}
.store_other_area a{
	border-bottom: 1px dotted #673a1b;
	width:99%;
	margin:0.5%0%;
	padding:0.5%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.store_other_area a:hover{
    opacity: 0.6;
	cursor: pointer;
}
.store_other_area a div:nth-child(1){
	width:38%;
	margin-right:2%;
}
.store_other_area a div:nth-child(2){
	width:60%;
}
@media (max-width: 991px) {
	.store_other_area a{
		display:block;
		width:98%;
		margin:1%0%;
		padding:1%;
	}
	.store_other_area a div:nth-child(1){
		width:98%;
		margin-bottom:1%;
		font-weight:bold;
	}
	.store_other_area a div:nth-child(2){
		width:100%;
	}
}

/*■■■■■■■■■■■■  sort  ■■■■■■■■■■■■*/

.shop-sort-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

/* btn */

.shop-btns-wrap {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
}

/* titile */

.shop-sort-wrap .title {
    font-size: 18px;
    color: #673a1b;
    line-height: 35px;
    margin-bottom: 10px;
    text-align: left;
}

/* text */

.shop-sort-wrap .text {
    font-size: 18px;
    color: #673a1b;
    line-height: 35px;
    text-align: justify;
    max-width: 800px;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

/* sort list */

.shop-sort-wrap .sort-list {
    letter-spacing: -1em;
    font-size: 0;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}

.shop-sort-wrap .sort-list li {
    max-width: 150px;
    width: 100%;
    font-size: 12px;
    color: #673a1b;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
    margin: 0 5px 5px 0;
    border: 1px solid #673a1b;
    padding: 5px 5px;
    cursor: pointer;
	letter-spacing: normal;
}

.shop-sort-wrap .sort-list li.btn_active:hover {
    background-color: #ffffff;
	color: #673a1b;
}

.shop-sort-wrap .sort-list li.btn_inactive:hover {
    background-color: #673a1b;
	color: #ffffff;
}

.shop-sort-wrap .sort-list li.btn_active {
    background-color: #673a1b;
    color: #ffffff;
}

.shop-sort-wrap .sort-list li.active {
    background-color: #673a1b;
    color: #ffffff;
}

/*  ~ 991px  */
@media (max-width: 991px) {

.shop-wrap .item {
    margin-bottom: 40px;
}

/* titile */

.shop-sort-wrap .title {
    font-size: 15px;
    line-height: 20px;
}

/* text */

.shop-sort-wrap .text {
    font-size: 16px;
    line-height: 25px;
}

/* sort list */

.shop-sort-wrap .sort-list {
    text-align: left;
}
    
} /*end of @media*/

/*  ~ 575px  */
@media (max-width: 575px) {

/* btn */

.shop-btns-wrap {
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
}

/* sort list */

.shop-sort-wrap .sort-list li {
    max-width: 100%;
    width: 100%;
}

} /*end of @media*/

/*■■■■■■■■■■■■ CONTENS "shop-detail.html" ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.shop-detail-wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 70px auto;
}

/*■■■■■■■■■■■■  heading  ■■■■■■■■■■■■*/

.shop-detail-wrap .heading {
    font-size: 35px;
    color: #673a1b;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 35px;
}

/*■■■■■■■■■■■■  slide  ■■■■■■■■■■■■*/

.shop-detail-wrap .slide img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.shop-detail-wrap .carousel {
    display: block;
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    letter-spacing: -1em;
    font-size: 0;
    margin-bottom: 50px;
	text-align: center;
}

.apparence-gallery{
	display:flex;
	justify-content: center;
	align-items: center;
}

.shop-detail-wrap .carousel a{
	max-width: 100px;
	width: 100px;
	margin:0%;
	padding:0%;
	margin-right: 7px;
	margin-bottom: 7px;
}

.shop-detail-wrap .carousel a img {
    max-width: 100%;
    width: 100%;
    height: auto;
    letter-spacing: normal;
}

/*■■■■■■■■■■■■  deta  ■■■■■■■■■■■■*/

.shop-detail-wrap .text {
    font-size: 18px;
    color: #673a1b;
    line-height: 35px;
    text-align: justify;
    margin-bottom: 40px;
}

/* category */

.shop-detail-wrap .category-list {
    max-width: 450px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.shop-detail-wrap .category-list::after {
    content: "";
    display: block;
    clear: both;
}

.shop-detail-wrap .category-list .list-item {
    float: left;
    width: 15%;
    font-size: 11px;
    color: #673a1b;
    line-height: 1.4;
    border: 1px solid #673a1b;
    margin: 0 5px 5px 0;
    text-align: center;
    padding: 2px 5px;
}

.shop-detail-wrap .category-list .list-item:nth-of-type(6n) {
    margin-right: 0;
}

/*■■■■■■■■■■■■  address  ■■■■■■■■■■■■*/

.shop-address-wrap {
    background-color: #b8a569;
    margin-bottom: 70px;
}

.shop-address-wrap::after {
    content: "";
    display: block;
    clear: both;
}

/* address */

.shop-address-wrap .address-wrap {
    float: left;
    width: 50%;
    padding: 15px;
}

/* heading*/

.shop-address-wrap .address-wrap .heading {
    font-family: 'allura-regular';
    font-size: 70px;
    color: #ffffff;
    line-height: 1.4;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.shop-address-wrap .address-wrap .heading span {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* map */

.shop-address-wrap .map-wrap {
    float: left;
    width: 50%;
}

/*
.shop-address-wrap .map-wrap iframe {
    filter: grayscale(100%);
    transition: all  0.6s ease;
}

.shop-address-wrap .map-wrap iframe:hover {
    filter: grayscale(0%);
}
*/

/* table */

.shop-address-wrap .address-wrap .table {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}

.shop-address-wrap .address-wrap .table th {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.4;
    width: 150px;
    padding: 10px 0;
}

.shop-address-wrap .address-wrap .table td {
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    padding: 6px 0;
}

/*■■■■■■■■■■■■  notes  ■■■■■■■■■■■■*/

.notes-wrap {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 70px;
	line-height:150%;
	color: #673a1b;
}

/* title */

.notes-wrap .title {
    font-size: 14px;
    color: #673a1b;
    line-height: 1.4;
    margin-bottom: 5px;
}

/* text */

.notes-wrap .text {
    font-size: 14px;
    color: #673a1b;
    line-height: 24px;
    margin-bottom: 20px;
}

/* テキスト内リンク */
.notes-wrap > p > a{
	color: #2f7def;
	border-bottom: 1px dotted #2f7def;
}
.notes-wrap > p > a:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	cursor: pointer;	
}

/*  ~ 991px  */
@media (max-width: 991px) {

.shop-detail-wrap {
    margin: 0 auto 50px auto;
}

/*■■■■■■■■■■■■  slide  ■■■■■■■■■■■■*/

.shop-detail-wrap .slide img {
    margin-bottom: 15px;
}




/*■■■■■■■■■■■■  deta  ■■■■■■■■■■■■*/

.shop-detail-wrap .text {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}

/* category */

.shop-detail-wrap .category-list .list-item {
    width: 32%;
}

.shop-detail-wrap .category-list .list-item:nth-of-type(3n) {
    margin-right: 0;
}

/*■■■■■■■■■■■■  address  ■■■■■■■■■■■■*/

.shop-address-wrap {
    background-color: #b8a569;
    margin-bottom: 70px;
}

/* address */

.shop-address-wrap .address-wrap {
    width: 100%;
    padding: 15px 15px 40px 15px;
}

/* heading*/

.shop-address-wrap .address-wrap .heading {
    font-size: 40px;
    margin-bottom: 35px;
}

.shop-address-wrap .address-wrap .heading span {
    font-size: 13px;
}

/* map */

.shop-address-wrap .map-wrap {
    width: 100%;
}

.shop-address-wrap .map-wrap iframe {
    height: 450px;
}

/* table */

.shop-address-wrap .address-wrap .table th {
    font-size: 14px;
    width: 130px;
}

.shop-address-wrap .address-wrap .table td {
    font-size: 14px;
}

.shop-address-wrap .address-wrap .table td {
    font-size: 14px;
}

/*■■■■■■■■■■■■  notes  ■■■■■■■■■■■■*/

.notes-wrap {
    padding: 0 15px;
    margin-bottom: 60px;
}

} /*end of @media*/

/*■■■■■■■■■■■■ CONTENS "recruit.html" ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.recruit-wrap {
    margin: 20px 0 150px 0;
}

/*■■■■■■■■■■■■  heading  ■■■■■■■■■■■■*/

.recruit-wrap .heading {
    font-size: 35px;
    color: #673a1b;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 60px;
}

/*■■■■■■■■■■■■  table  ■■■■■■■■■■■■*/

.recruit-wrap .table {
    width: 100%;
}

.recruit-wrap .table tr {
    border-top: 1px solid #673a1b;
}

.recruit-wrap .table tr:last-child {
    border-bottom: 1px solid #673a1b;
}

.recruit-wrap .table tr .title {
    width: 20%;
    padding: 40px 30px 40px 0;
    vertical-align: middle;
}

.recruit-wrap .table tr .text {
    width: 80%;
    padding: 40px 0 40px 0;
}

.recruit-wrap .table tr .text .icon {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -3px;
}

.recruit-wrap .table tr .title .cat {
    max-width: 220px;
    width: 100%;
    padding: 2px 10px;
    font-size: 20px;
    color: #673a1b;
    line-height: 1.4;
    display: inline-block;
    border: 1px solid #673a1b;
    text-align: center;
}

.recruit-wrap .table tr .text {
    font-size: 20px;
    color: #673a1b;
    line-height: 30px;
}

.recruit-wrap .table tr .text a:hover {
    text-decoration: underline;
}

/*  ~ 991px  */
@media (max-width: 991px) {

.recruit-wrap {
    margin: 0 0 80px 0;
}

/*■■■■■■■■■■■■  heading  ■■■■■■■■■■■■*/

.recruit-wrap .heading {
    font-size: 35px;
    margin-bottom: 35px;
}

/*■■■■■■■■■■■■  table  ■■■■■■■■■■■■*/

.recruit-wrap .table tr .title {
    width: 100%;
    padding: 30px 15px 20px 15px;
    display: block;
    text-align: center;
}

.recruit-wrap .table tr .text {
    width: 100%;
    padding: 0 0 30px 0;
    display: block;
    text-align: left;
}

.recruit-wrap .table tr .title .cat {
    max-width: 220px;
    width: 100%;
    padding: 2px 10px;
    font-size: 20px;
    color: #673a1b;
    line-height: 1.4;
    display: inline-block;
    border: 1px solid #673a1b;
    text-align: center;
}

.recruit-wrap .table tr .text {
    font-size: 20px;
    color: #673a1b;
    line-height: 30px;
}

} /*end of @media*/

/*■■■■■■■■■■■■ CONTENS "recruit-detail.html" ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■  heading  ■■■■■■■■■■■■*/

.recruit-detail-wrap .heading {
    font-size: 35px;
    color: #673a1b;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 60px;
}

.recruit-detail-wrap .heading .cat {
    display: block;
    max-width: 200px;
    width: 100%;
    font-size: 14px;
    color: #673a1b;
    line-height: 1.4;
    text-align: center;
    padding: 2px 10px;
    border: 1px solid #673a1b;
    margin: 0 auto 15px auto;
}

.recruit-detail-wrap .sub-heading {
    font-size: 22px;
    color: #673a1b;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: bold;
}

/*■■■■■■■■■■■■  table  ■■■■■■■■■■■■*/

.recruit-detail-wrap .table-wrap {
    margin-bottom: 80px;
}

.recruit-detail-wrap .table-wrap .table {
    width: 100%;
}

.recruit-detail-wrap .table-wrap .table .title {
    width: 20%;
    background-color: #d8d0cb;
    font-size: 18px;
    color: #673a1b;
    line-height: 1.4;
    padding: 10px 20px;
    vertical-align: middle;
    border: 5px solid #ffffff;
}

.recruit-detail-wrap .table-wrap .table .text {
    width: 80%;
    background-color: #f0ecea;
    font-size: 18px;
    color: #673a1b;
    line-height: 1.4;
    padding: 10px 30px;
    vertical-align: middle;
    border: 5px solid #ffffff;
}

/*■■■■■■■■■■■■  maps  ■■■■■■■■■■■■*/

.recruit-detail-wrap .maps-wrap {
    margin-bottom: 50px;
}

.recruit-detail-wrap .maps-wrap  .title {
    font-size: 18px;
    color: #673a1b;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: bold;
}

.recruit-detail-wrap .maps-wrap .map {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.recruit-detail-wrap .maps-wrap .notes {
    font-size: 18px;
    color: #673a1b;
    line-height: 1.4;
    text-decoration: dashed underline;
}

/*■■■■■■■■■■■■  images  ■■■■■■■■■■■■*/

.recruit-detail-wrap .images-wrap {
    margin-bottom: 50px;
}

.recruit-detail-wrap .images-wrap .image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

/*  ~ 991px  */
@media (max-width: 991px) {

/*■■■■■■■■■■■■  heading  ■■■■■■■■■■■■*/

.recruit-detail-wrap .sub-heading {
    margin-bottom: 20px;
}

/*■■■■■■■■■■■■  table  ■■■■■■■■■■■■*/

.recruit-detail-wrap .table-wrap {
    margin-bottom: 60px;
}

.recruit-detail-wrap .table-wrap .table .title {
    width: 100%;
    font-size: 16px;
    display: block;
    border: none;
    border-bottom: 3px solid #ffffff;
}

.recruit-detail-wrap .table-wrap .table .text {
    width: 100%;
    padding: 10px 20px;
    display: block;
    border: none;
}

/*■■■■■■■■■■■■  maps  ■■■■■■■■■■■■*/

.recruit-detail-wrap .maps-wrap {
    margin-bottom: 50px;
}

.recruit-detail-wrap .maps-wrap .notes {
    font-size: 15px;
}

/*■■■■■■■■■■■■  images  ■■■■■■■■■■■■*/

.recruit-detail-wrap .images-wrap {
    margin-bottom: 50px;
}

} /*end of @media*/


/*■■■■■■■■■■■■ CONTENS "product.html " ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■  product ■■■■■■■■■■■■*/

.product-wrap .product-item {
    margin-bottom: 60px;
}

/* image */

.product-wrap .product-item .image {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/* caption */

.product-wrap .product-item .caption {
    font-size: 20px;
    color: #673a1b;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.product-wrap .product-item .caption span {
    font-size: 12px;
    color: #673a1b;
    line-height: 16px;
    display: block;
}

/* icon */

.product-wrap .product-item .icon {
    text-align: center;
}

.product-wrap .product-item .icon span {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    line-height: 16px;
    background-color: #fd9884;
    padding: 2px 5px;
}

/*■■■■■■■■■■■■  gift ■■■■■■■■■■■■*/

.gift-wrap {
    margin-bottom: 100px;
}

.gift-wrap .gift-item {
    margin-bottom: 60px;
}

/* heading */

.gift-wrap .heading {
    font-family: 'allura-regular';
    font-size: 70px;
    color: #673a1b;
    line-height: 1.4;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.gift-wrap .heading span {
    font-size: 16px;
    color: #673a1b;
    line-height: 1.4;
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* image */

.gift-wrap .gift-item .image {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/* caption */

.gift-wrap .gift-item .caption {
    font-size: 12px;
    color: #673a1b;
    line-height: 16px;
    text-align: center;
    margin-bottom: 15px;
}

.gift-wrap .gift-item .caption span {
    font-size: 12px;
    color: #673a1b;
    line-height: 16px;
    display: block;
}

/*■■■■■■■■■■■■  lineup  ■■■■■■■■■■■■*/

.lineup-wrap {
    margin-bottom: 70px;
}

.lineup-wrap .lineup-item {
    margin-bottom: 60px;
}

/* heading */

.lineup-wrap .heading {
    font-family: 'allura-regular';
    font-size: 70px;
    color: #673a1b;
    line-height: 1.4;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.lineup-wrap .heading span {
    font-size: 16px;
    color: #673a1b;
    line-height: 1.4;
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* image */

.lineup-wrap .lineup-item .image {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/* caption */

.lineup-wrap .lineup-item .caption {
    font-size: 18px;
    color: #673a1b;
    line-height: 25px;
    text-align: center;
    margin-bottom: 15px;
}

.lineup-wrap .lineup-item .caption span {
    font-size: 18px;
    color: #673a1b;
    line-height: 25px;
    display: block;
}

/*  ~ 991px  */
@media (max-width: 991px) {

/*■■■■■■■■■■■■  product ■■■■■■■■■■■■*/

/* caption */

.product-wrap .product-item .caption {
    margin-bottom: 5px;
}

/*■■■■■■■■■■■■  gift ■■■■■■■■■■■■*/

.gift-wrap {
    margin-bottom: 40px;
}

.gift-wrap .gift-item {
    text-align: center;
}

/* heading */

.gift-wrap .heading {
    font-size: 40px;
    margin-top: 0;
}

.gift-wrap .heading span {
    font-size: 12px;
}

/* image */

.gift-wrap .gift-item .image {
    max-width: 250px;
}

/* caption */

.gift-wrap .gift-item .caption {
    margin-bottom: 0;
}

/*■■■■■■■■■■■■  lineup  ■■■■■■■■■■■■*/

.lineup-wrap {
    margin-bottom: 40px;
}

/* heading */

.lineup-wrap .heading {
    font-size: 40px;
    margin-top: 0;
}

.lineup-wrap .heading span {
    font-size: 12px;
}

/* caption */

.lineup-wrap .lineup-item .caption {
    margin-bottom: 0;
}

} /*end of @media*/

/*■■■■■■■■■■■■ CONTENS "product-detail.html" ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.product-detail-wrap {
    margin-bottom: 80px;
}

/* heading */

.product-detail-wrap .heading {
    font-size: 50px;
    color: #673a1b;
    line-height: 1.4;
    margin-bottom: 60px;
    text-align: center;
}

/* deta */

.product-detail-wrap .product-deta {
    padding-right: 30px;
}

.product-detail-wrap .product-deta .text {
    font-size: 18px;
    color: #673a1b;
    line-height: 35px;
    margin-bottom: 50px;
    text-align: justify;
}

/* table */

.product-detail-wrap .product-deta .table {
    width: 100%;
    margin-bottom: 40px;
}

.product-detail-wrap .product-deta .table tr {
    border-top: 1px solid #673a1b;
}

.product-detail-wrap .product-deta .table tr:last-child {
    border-bottom: 1px solid #673a1b;
}

.product-detail-wrap .product-deta .table tr th {
    font-size: 18px;
    color: #673a1b;
    line-height: 1.4;
    padding: 15px 0;
    width: 180px;
}

.product-detail-wrap .product-deta .table tr td {
    font-size: 18px;
    color: #673a1b;
    line-height: 1.4;
    padding: 15px 0;
}

/* link */

.product-detail-wrap .product-deta .link a {
    display: inline-block;
    max-width: 190px;
    width: 100%;
    height: auto;
}

.product-detail-wrap .product-deta .link a img {
    width: 100%;
    height: auto;
}

/*■■■■■■■■■■■■  gallery  ■■■■■■■■■■■■*/

.product-detail-wrap .gallery-wrap {
    padding-left: 30px;
}

.product-detail-wrap .gallery-wrap .tile {
    display: block;
    margin-bottom: 10px;
}

.product-detail-wrap .gallery-wrap .tile img {
    width: 100%;
    height: auto;
}

/*■■■■■■■■■■■■  recipe  ■■■■■■■■■■■■*/

.recipe-wrap {
    margin-bottom: 80px;
}

/* title */

.recipe-wrap .title {
    font-size: 20px;
    color: #673a1b;
    line-height: 1.4;
    padding: 5px 10px;
    border: 1px solid #673a1b;
    text-align: center;
    margin-bottom: 25px;
}

/* thumbnail */

.recipe-wrap .thumb {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/* caption */

.recipe-wrap .caption {
    font-size: 12px;
    color: #673a1b;
    line-height: 1.4;
    text-align: center;
}

/*  ~ 991px  */
@media (max-width: 991px) {

/*■■■■■■■■■■■■ CONTENS "product-detail.html" ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.product-detail-wrap {
    margin-bottom: 60px;
}

/* heading */

.product-detail-wrap .heading {
    font-size: 35px;
    margin-bottom: 30px;
}

/* deta */

.product-detail-wrap .product-deta {
    padding-right: 0;
}

.product-detail-wrap .product-deta .text {
    font-size: 16px;
    line-height: 25px;
}

/* table */

.product-detail-wrap .product-deta .table tr th {
    width: 160px;
}

/* link */

.product-detail-wrap .product-deta .link {
    margin-bottom: 50px;
}

/*■■■■■■■■■■■■  gallery  ■■■■■■■■■■■■*/

.product-detail-wrap .gallery-wrap {
    padding-left: 0;
}

/*■■■■■■■■■■■■  recipe  ■■■■■■■■■■■■*/

.recipe-wrap {
    margin-bottom: 20px;
}

/* thumbnail */

.recipe-wrap .thumb {
    margin-bottom: 10px;
}

/* caption */

.recipe-wrap .caption {
    margin-bottom: 30px;
}

} /*end of @media*/






















/*■■■■■■■■■■■■  追加修正  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/



/*■■■■■■■■■■■■  htmlpurifier  ■■■■■■■■■■■■*/
.htmlpurifier_area img{
	max-width:100%;/*70%案*/
	margin: 0 auto;
}
@media (max-width: 991px) {
	.htmlpurifier_area img{
		max-width:100%;
	}
}

/*■■■■■■■■■■■■  store  ■■■■■■■■■■■■*/
.store_department_info{
	display:inline-block;
	margin-right:5px;
}
@media (min-width: 991px) {
	.shop-detail-wrap .category-list-detail{
		max-width: 100%;
		margin-left:30px;
		text-align: center;
	}
}
/*
.shop-detail-wrap .category-list-detail .list-item {
    float: none;
	display:inline-block;
    width: 16%;
    padding: 2px 3px;
}
*/

/*■■■■■■■■■■■■  GOODS  ■■■■■■■■■■■■*/
.gift-wrap{
    margin-bottom: 10px;
}

/*■■■■■■■■■■■■  Corporate  ■■■■■■■■■■■■*/
.cp_td_right{
	display:inline-block;
	margin:0px 3px 3px 0px;
}
.corporate_heading{
	margin-bottom: 10px !important;
}
.corporate_heading .heading{
	margin-bottom: 10px !important;
	text-align:center;
}


/*■■■■■■■■■■■■  TOP商品カテゴリパネル  ■■■■■■■■■■■■*/
.top_tile_area{
	text-align:center;
}
.top_tile{
	display:inline-block;
	width:15%;
	margin:0.5%;
	padding:0%;
	position: relative;
}
.top_tile_inner {
    background: rgba(255, 255, 255, 0.8);
    width: 70%;
	height: 70%;
    position: absolute;
    top: 15%;
    left: 15%;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
}
.top_tile_inner .name {
	display:inline-block;
    font-family: 'allura-regular';
    font-size: 30px;
    color: #673a1b;
    line-height: 1.4;
    text-align: center;
}
.top_tile_inner .name span {
    font-size: 14px;
    color: #673a1b;
    line-height: 1.4;
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top_tile .back-image {
    width: 100%;
    height: auto;
}

@media (max-width: 1500px) {
	.top_tile{
		width:31%;
	}
}
@media (max-width: 720px) {
	.top_tile{
		width:48%;
	}
}
@media (max-width: 480px) {
	.top_tile{
		width:98%;
	}
}




/* article */
.based-dayout article{
	line-height: 150%;
	color: #673a1b;
}
.based-dayout article a{
	border-bottom: 1px dotted #4e73df;
	color: #4e73df;
}
.based-dayout article a:hover{
	border-bottom: 1px dotted #f7ba5a;
	color: #f7ba5a;
}
.htmlpurifier_area{
	line-height: 150%;
	color: #673a1b;
}
.htmlpurifier_area a{
	border-bottom: 1px dotted #4e73df;
	color: #4e73df;
}
.htmlpurifier_area a:hover{
	border-bottom: 1px dotted #f7ba5a;
	color: #f7ba5a;
}
.recruit-detail-section article{
	line-height: 150%;
	color: #673a1b;
}
.recruit-detail-section article a{
	border-bottom: 1px dotted #673a1b;
}

/*記事ではない通常固定ページのベースブロック*/
.based-dayout-page{
	margin-bottom:3%;
	
}



/* Recipe記事執筆時だけ、ちょっとデザイン変更 */

.recipe_article ol {
  counter-reset: list-count;
  list-style: none;
}
.recipe_article ol > li::before {
	content: counter(list-count) ".";
	counter-increment: list-count;
	font-size: xx-large;
	color: #947f6f;
	margin-right:8px;
}
.recipe_article ol > li{
	margin-top:8px;
}

.recipe_article h2{
	font-size: x-large;
	border-bottom: thin dotted #9c8a7b;
	margin-bottom: 8px;
}
.recipe_article table{
	width:100%;
}
.recipe_article table td{
	/*width:49%;*/
	padding-left:1%;
	border: thin dashed #9c8a7b;
}

/*ポップアップ有りの画像対応*/
a.lity_popup{
	border-bottom:none !important;
	display:block;
	width:50% !important;
	/* margin:0 auto !important; */
}
a.lity_popup > img{
	max-width:100%;
}
@media (max-width: 720px) {
	a.lity_popup{
		width:100% !important;
	}
}



/*ビデオ*/
video{
	width:100%;
	max-width:100%;
	margin:0%;
	padding:0%;
	margin-bottom: 3%;
}

/*会社概要ページのバナー*/
.company_page_banner{
	display:block;
	width:100%;
	max-width:100%;
	margin-bottom: 15px;
}
.company_page_banner > img{
	width:100%;
	max-width:100%;
}
.company_page_banner:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	cursor: pointer;	
}

/*電話リンク*/

a.tel{
	/*border-bottom: thin dotted #9c8a7b;*/
	font-weight:bold;
}

a.tel:hover{
    opacity: 0.6;
	cursor: pointer;
}


/*トップページ中央部のバナー（クリスマス特集など）*/
.top_middle_banner a{
	margin: 0% auto;
	width:100%;
}
.top_middle_banner a  img{
	
	width:100%;
	max-width:100%;
}
.top_middle_banner a:hover{
    opacity: 0.6;
	cursor: pointer;
}

/*カテゴリページの動画*/
.youtube_iframe{
	width: 100%;
	height:600px;
}
@media (max-width: 960px) { .youtube_iframe{ height:500px; } }
@media (max-width: 720px) { .youtube_iframe{ height:450px; } }
@media (max-width: 640px) { .youtube_iframe{ height:350px; } }
@media (max-width: 480px) { .youtube_iframe{ height:300px; } }









/*催事情報*/

.sale_event_div{
	margin: 1%0%;
	padding:1%0%;
	border-bottom: thin dotted #673a1b;
}
.sale_event_venue{
	display: inline-block;
	font-size:small;
}
.sale_event_place{
	display: inline-block;
	margin-right: 10px;
	font-size:small;
}
.sale_event_time{
	display: inline-block;
	margin-right: 10px;
	font-size:small;
}
.sale_event_remark{
	display: block;
	font-size: small !important;
}
.sale_event_title{
	font-size: x-large;
	line-height: 150%;
}
.sale_event_date{
	font-weight: bold;
}
@media (max-width: 640px){
	.sale_event_title{ font-size: 125%; }
	.sale_event_div{ margin-bottom: 3%; padding-bottom: 3%; }
}
