/*----------------------------------- 
  2021.09.13 秋の通販企画ページ用
------------------------------------*/
/*全体*/
h1.autumnlimited_top {
    background: url(../images/h1_top.gif) no-repeat 0 0;
    width: 300px;
    height: 54px;
    background-size: cover;
}

.autumnlimited .contents {
    width: 100%;
    margin: 0 auto 30px auto;
    overflow: hidden;
    zoom: 1;
}

.autumnlimited section {
margin: 0 auto 30px auto;
overflow: hidden;
}



/*冒頭*/
.introduction {
	display: block;
	margin-bottom: 30px;
}
.introduction figure,
.introduction .introText {
	width: 100%;
}
.introduction .introText {
	margin: 10px auto;
}
.introduction figure {
	margin-bottom: 20px;
}
.introduction figure img {
	max-width: 100%;
	height: auto;
}
.introduction .introText .introHeading {
	font-family: Garamond,"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	text-align: left;
	font-size: 110%;
	margin-bottom: 10px;
	line-height: 1.4em;
	font-weight: bold;
}




/*商品紹介*/
.itemBoxArea {
	background: white;
	padding: 20px;
	margin-bottom: 30px;
}
.itemBoxArea .itemDetails {
	display: block;
	margin-bottom: 20px;
}
.itemBoxArea .itemDetails .textarea,
.itemBoxArea .itemDetails figure {
	width: 100%;
	padding: 0 0 10px 0;
}
.introduction figure.nonsenseTrimming {
  height: 135px;
  overflow: hidden;
}
.itemBoxArea .itemDetails figure img {
	max-width: 100%;
	height: auto;
}
.photoSmall {
	width: 80%;
	margin: 20px auto 0;
}
.photoSmall img {
	max-width: 100%;
	height: auto;
}

.title {
	font-family: Garamond,"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	line-height: 1.5em;
	margin: 20px 0; 
	padding: 0;
	color: #A39F58;
}

.itemName {
	font-family: Garamond,"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-weight: bold;
	text-align: center;
	font-size: 130%;
	line-height: 1.5em;
	margin: 0 0 20px 0; 
	padding: 0;
	background: none;
	border: none;
	color: #666666;
}
.redMakar {
	font-family: Garamond,"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	background: #CC6666;
	color: #fff;
	padding: 5px 10px 3px 10px;
	margin: 0 15px;
	font-size: 78%;
}
.itemPrice {
	font-size: 105%;
	font-weight: bold;
	margin: 20px 0 0 0;
}

.itemContents {
	display: block;
	border-top: solid 1px #707070;
	padding-top: 5px;
	margin-top: 5px;
}
.itemContentsName {
	font-size: 90%;
	font-weight: bold;
	line-height: 1.5em;
	margin: 15px 0;
}




.boxColumn2 {
	display: block;
    margin: 0 auto;
}
.boxColumn2__item {
    width: 100%;
    margin-bottom: 40px;
}
.boxColumn2__item .itemContentsName {
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 5px auto;
}
.boxColumn2__item figure {
	width: 100%;
	margin: 0 auto;
}
.boxColumn2__item img {
    max-width: 100%;
    height: auto;
}
.boxColumn2__item .itemContentsDetails {
	width: 100%;
	text-align: left;
	margin: 0 auto 10px auto;
}





.boxColumn4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin: 0 auto;
}
.boxColumn4__item {
    width: 48%;
    margin-bottom: 20px;
}
.boxColumn4__item img {
    width: 100%;
    height: auto;
    display: block;
}
.boxColumn4__item .itemContentsName {
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	margin: 0 auto 5px auto;
}
.boxColumn4__item figure {
	width: 100%;
	margin: 0 auto 5px auto;
}
.boxColumn4__item img {
    max-width: 100%;
    height: auto;
}
.boxColumn4__item .itemContentsDetails {
	text-align: left;
	margin: 0 auto 10px auto;
}




.kuriCalendar {
	text-align: center;
	margin: 20px auto;
	width: 100%;
}
.kuriCalendar img {
	max-width: 100%;
	height: auto;
}


/*オンラインショップへのバナー*/
.btnForShop {
	width: 80%;
	margin: 20px auto;
}

.btnForShop a {
  display: block;
  background: #c9c97c;
  font-size: 110%;
  font-weight: bold;
  color: #000;
  border-radius: 4px;
  text-align: center;
  padding: 11px 0;
  cursor: pointer;
  margin: 0;
}
.btnForShop a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	text-decoration: none;
}

/*三秋へのバナー*/
.btnForSanshuu {
	width: 80%;
	margin: 20px auto;
}

.btnForSanshuu a {
  display: block;
  background: #c9c97c;
  font-size: 110%;
  font-weight: bold;
  color: #000;
  border-radius: 4px;
  text-align: center;
  padding: 11px 0;
  cursor: pointer;
  margin: 0;
}
.btnForSanshuu a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	text-decoration: none;
}


.infomationBoldText {
	font-weight: bold;
	font-size: 105%;
}
.attentionText {
	color: #FF0000;
}






/*ご注文・発送について*/
h3.title03 {
	font-family: Garamond,"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	text-align: left;
    font-size: 110%;
    padding: 8px 0;
    margin-bottom: 20px;
    border-left: none;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    color: #795F53;
}

.howToOrder {
	width: 100%;
}
.howToOrder dt {
	font-weight: bold;
	margin-bottom: 5px;
}
.howToOrder dd {
	margin:0 0 15px 15px;
} 


/*リンクの無効化*/
a.disabled {
    pointer-events: none;
}
a.disabled:hover {
	text-decoration: none;
}