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

/* main-content */
.main-content a,
.main-content img{
	transition: .3s;
}
.main-content{
	font-weight: 500;
	line-height: 1.7;
}


/*title*/
.title{
	margin: auto;
}

.title img{
	display: block;
	margin: 0 auto;
	aspect-ratio: 5/2;
}
.txt-ttl {
	font-size: 14px;
	text-align: center;
	margin: auto;
	padding: 20px 20px 40px;
	font-feature-settings: "palt";
    letter-spacing: 0.07em;
}

.headline{
	font-family: "Jost", sans-serif;
	letter-spacing: .02em;
	font-size: 35px;
	margin: auto auto 30px;
	text-align: center;
}

.main-content a{
	display: block;
	margin: auto;
}
.main-content a img{
	width: 100%;
}

.heading {
	font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 30px;
    padding: 20px 0 0;
}

/* navi */

.navi {
    overflow: hidden;
    width: 100%;
    text-align: center;

}

.navi ul li {
    display: inline-block;
    overflow: hidden;
    margin: 5px .5%;
    text-align: center;
    position: relative;
    border-radius: 4px;
    width: 20%;
    border: 1px solid #f8f5f1;
    box-sizing: border-box;
}

.navi ul li a {
    color: #fff;
    text-decoration: none;
    padding: 7px 5px 5px 5px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    background-color: #a4a099;
}

.navi ul {
    width: 100%;
    display: flex;
	justify-content: center;
    overflow: hidden;
    margin: 20px auto 40px;
    padding: 0;
    max-width: 1000px;
}

.navi ul li a::after {
    top: 45%;
    margin-top: -6px;
    right: 8px;
    position: absolute;
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(130deg) skew(-10deg, 0);
    transform: rotate(130deg) skew(-10deg, 0);
    transition: all 0.2s linear;
}

.category  {
	background-color: #fdfaf4;
	padding-top: 30px;
}

.other_item_box h2{
	font-size: 25px;
	text-align: center;
}

.main_box_container {
	overflow: hidden;
	padding: 40px 0;
}

.bg-col-01 {
	background-color: #ffffff;
}
.bg-col-02 {
	background-color: #fdfaf4;
}

.main_box_wrapper {
	overflow: hidden;
	padding-bottom: 40px;
}

.main_box_left{
	display: flex;
	flex-direction: column;
	overflow: hidden;
	/* float: left; */
	width: 284px;
	justify-content: space-between;
}

.main_box{
	display: block;
	overflow: hidden;
	position: relative;
}

.main-box-head h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    text-align: center;
    color: #494a48;
    margin-bottom: 40px;
    margin-top: 120px;
}

.main-box-head h2 span{
	font-size: .6em;
	display: block;
	color: #424242;
	letter-spacing: -3px;
	position: relative;
	padding-top: 10px;
}

.main-item-box{
		display: block;
    overflow: hidden;
    /*width: 300px;*/
    position: relative;
}

.main-item-box ul {
    display: block;
    overflow: hidden;
    text-align: left;
    width: 100%;
    float: left;
    padding: 10px 0;
}
.main-item-box ul:nth-of-type(1) {
    display: block;
    overflow: hidden;
    text-align: left;
    width: 100%;
    float: left;
    margin: 0;
		padding: 0;
}

.other_item_box li a {
	color: #000;
}

.item{
	display: inline-block;
	padding: 0 0 15px;
	/*height: 15px;*/
	margin: 0 auto;
}
.item_off{
	display: inline-block;
}

.other_item_box{
	display: block;
    float: left;
    margin: 25px 0 0 20px;
    overflow: hidden;
    width: 680px;
}
.other_item_box ul{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-bottom: 15px;
	width: 100%;
	padding: 0px;
}

.other_item_box ul li{
		display: block;
    /*float: left;*/
    margin: 15px 8px 25px;
    /* overflow: hidden; */
    text-align: left;
    width: 210px;
}
.other_item_box .btn-check,
.main-item-box .btn-check {
	text-decoration: none;
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}


.main-item-box .btn-check::after {
	border-radius: 2px;
	background: #45423f;
	box-sizing: border-box;
	content: "Check";
	color: #fff;
	font-size: 11px;
	padding: 4px 10px;
	margin-left: 6px;
}

.other_item_box .btn-check::after {
	border-radius: 2px;
	background: #45423f;
	box-sizing: border-box;
	content: "Check";
	color: #fff;
	font-size: 10px;
	padding: 2px 10px;
	position: absolute;
	right: 2%;
	font-weight: bold;
}

span.shop-name {
	font-size: 13px;
	font-weight: bold;
	display: block;
}

.main-item-box img{
	width: 100%;
	margin:0 0 10px;
	aspect-ratio: 5/6;
}

.other_item_box ul li img{
	width: 100%;
	margin:0 0 10px;
	aspect-ratio: 5/6;
}


.main-item-detail{
    display: block;
    font-size: 13px;
    overflow: hidden;
    text-align: left;
}

.content-more-btn {
	font-size: 14px;
}

/* under link */
.under-link-box{
	overflow: hidden;
  }
  .under-link{
	margin: 50px auto 40px;
	text-align: center;
	width: 100%;
	max-width: 1000px;
  }
  .under-link li{
	display: inline-block;
	margin: 8px 0px;
	text-align: center;
	width: 280px;
  }
  .under-link li a{
	font-weight: bold;
	background: #45423f;
	border-radius: 4px;
	color: #fff;
	display: block;
	padding: 14px 0;
  }
  
  /*favorite*/
  .under-link li a.m-btn-inactive{
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	color: #333;
	height: auto;
	line-height: inherit;
  }

  .under-link-insta {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 60px;
}

.under-link-insta p {
	font-size: 14px;
}

.under-link-insta img {
	width: 60px;
	padding: 10px;
}  

/* item-list */

.item-list {
    flex-wrap: wrap;
    margin: auto auto 50px;
    max-width: 980px;
}

.item-list li a {
    display: flex;
    flex-direction: column;
    height: 100%;
}  

.item-list img {
    aspect-ratio: 5/6;
    width: 100%;
}

.itemtxt {
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
    font-size: 12px;
    margin: 4px 0;
}

.item-list li {
    margin-top: 32px;
    margin-left: 4%;
    width: 44%;
}

.item-list li .m-btn-active {
    height: 24px;
    line-height: 24px;
    margin: auto auto 0;
    width: 90%;
}

.btn-box .m-btn-active, .btn-box .m-btn-inactive {
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
    margin: 32px auto 0;
    width: 90%;
}

/* 取り扱い店舗 */

.shop-contact-box {
    display: block;
    overflow: hidden;
    padding: 20px 0 40px; 
    background-color: #F8F8F8;
    text-align: center;
}

.logo {
	margin: 10px 0 0;
    width: 250px;
    height: auto;
    aspect-ratio: 216 / 29;
}

.shop-contact-btn a {
	background-color: #fff;
    border: 1px solid #45423f;
    border-radius: 4px;
    color: #45423f;
    display: block;
    margin: 20px auto 10px;
    overflow: hidden;
    padding: 15px 0;
    width: 250px;
	font-weight: bold;
}

@media screen and (max-width:640px){
/*-------*/
/* S M P */
/*-------*/

/*SMP title*/

.title img {
    width: 100%;
    height: 100%;
	aspect-ratio: 16 / 15;
    vertical-align: top;
}

/*SMP content-box*/

.main-content a img {
	width: 100%;
}

.txt-ttl {
	font-size: 13px;
}

/* navi */

.navi ul {
	/* flex-direction: column; */
	align-items: center;
	flex-wrap: wrap;
}

.navi ul li {
	width: 46%;
	margin: 8px 1.8%;
}

.item{
	padding: 12px 5% 24px;
	/* height: auto; */
	width: 90%;
	text-align: center;
}

.main_box_left{
	width: 100%;
}

.main-item-box ul:nth-of-type(1) {
    display: block;
    overflow: hidden;
    text-align: left;
    width: 100%;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}

.other_item_box{
	text-align: left;
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 0px;
}

.other_item_box ul{
	margin-bottom: 28px;
}

.other_item_box ul li{
	width: 47%;
	margin: 10px 2% 28px;
	height: auto;
}

.other_item_box ul li:nth-child(odd){
	margin-right: 1%;
}
.other_item_box ul li:nth-child(even){
	margin-left: 1%;
}

.m-btn-active{
    width: 90%;
    margin: 0 auto;
}

.main-box-head h2 {
	margin-top: 0;
}

/* SMP under link */
ul.under-link {
	margin: 10vw auto 40px;
	width: 92%;
  }
  ul.under-link li{
	margin: 0 0 10px;
	width: 100%;
  }
  ul.under-link li a{
	margin: 0;
  }

}/* end media */


@media screen and (min-width:641px){
/*-------*/
/* HOVER */
/*-------*/

.main_box_wrapper {
	display: flex;

}
.main-content a:hover{
	opacity: .5;
}

.shop-contact-btn a:hover{
	opacity: .5;
}

.under-link a:hover {
	opacity: .5;
}

.shop-news-list {
	margin-top: 0;
}

.item-list li:nth-of-type(4n-3) {
    margin-left: 0;
}

.item-list li {
    margin-top: 32px;
    margin-left: 20px;
    width: 230px;
}

.btn-box .m-btn-active, .btn-box .m-btn-inactive {
    width: 320px;
}

}/* end media */
