/* CSS Document */
#sub article.cWrap {
	width: auto !important;
	line-height: 1.8em;
	font-size: 130%;
}

#sub .fvTitleSet em {
	color: #DE7369;
	background: url(../../images/icon_melon.gif) no-repeat left  15px;
	padding-left: 30px;
}
#sub .fvTitleSet h2::after {
    background: url("/module/img/title_line2.png") no-repeat !important;
}

.cWrap .chengeBtn li img {
    width: auto;
    max-width: 100%;
	display: inline-block;
}
#item ul {
    max-width: 640px;
    margin: auto;
}
#item ul li img{
    max-width: 100%;
}
.faqWrap dt {
	font-size: 140%;
	margin-bottom: 60px;
}
.faqWrap dd {
    padding: 25px;
    margin-bottom: 80px;
    font-size: 110%;
    line-height: 1.8em;
}
.pageTitle {
    padding-top: 100px;
}
.pageTitle h2 {
	background: url(images/title_border.gif) repeat-x bottom;
    color: #333333;
    font-size: 200%;
    line-height: 100%;
    padding-bottom: 15px;
	text-align: center;
}
.link a{
	color: #762e05;
	font-weight: 800;
}
#item ul {
	text-align: center;
}
#item li{
	display: inline;
}
#item li img {
	display: inline;
	padding: 5px;
}
#chestnut .pageTitle h2 span.temp {
    background-image: url(images/icon_chestnut.png);
}
#eat .pageTitle h2 span.temp {
    background-image: url(images/icon_eat.png);
}
#buy .pageTitle h2 span.temp {
    background-image: url(images/icon_buy.png);
}
#other .pageTitle h2 span.temp {
    background-image: url(images/icon_other.png);
}

.pageTitle h2 span {
    background-position: top;
    background-repeat: no-repeat;
    padding: 38px 0 5px;
}
.faqWrap ul li {
    margin-top: 60px;
}
.faqWrap dt {
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 40px;
    position: relative;
    font-size: 130%;
    font-weight: 600;
    border-radius: 10px;
}
.faqWrap dt:before {
    content: "";
    background: url(images/faq_q.png) no-repeat;
    width: 50px;
    height: 47px;
    position: absolute;
    top: -35px;
    left: 10px;
}
.faqWrap dd {
    padding: 15px 15px 15px 20px;
    margin-left: 50px;
    border: solid 1px #e6e6e6;
    border-radius: 10px;
    position: relative;
}
.faqWrap dd:before {
    content: "";
    background: url(images/faq_a.png) no-repeat;
    width: 47px;
    height: 45px;
    position: absolute;
    top: -35px;
    left: 10px;
}
#chestnut .tableframe{
	margin-bottom: 30px;
 	table-layout: fixed;
}
#chestnut .table_temp {
    margin: 15px 0;
    font-size: 18px;
}
#chestnut .table_temp .title {
    background: #762e05;
	color: #fff;
}
#chestnut .table_temp th {
    text-align: center;
    vertical-align: middle;
    background: none;
    width: auto;
    border: solid 1px #fff;
    font-size: 18px;
}
#chestnut .table_temp .feature{
	width:500px;
}
#chestnut .table_temp .featuretext{
	text-align: left;
}
#chestnut .table_temp .name{
	background: #faf2de;
}
#chestnut .table_temp .border2 .name{
	background: #fcfced;
}
#chestnut .table_temp td {
    text-align: center;
    vertical-align: middle;
	border: solid 1px #fff;
	background: #faf2de;
}
#chestnut .table_temp .border2 td{
	background: #fcfced;
}

#chestnut .detail ul li {
	position: relative;
	padding: 3px 0 5px 26px;
	margin-top: 0;
}
#chestnut .detail ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 16px;
	left: 10px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #762e05;
	border-bottom: 2px solid #762e05;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#chestnut .detail ul li span {
    border-bottom: solid #f7e88d;
	font-weight: bold;
	color: #762e05;
}
#chestnut .chestnutimg {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	
}
#chestnut .chestnutimg li {
    margin: 5px 0;
    width: 32.7%;
}

#chestnut .chestnutimg li img {
    max-width: 100%;
}

#eat .point{
	margin-left: 20px;
}
#eat .point li{
	list-style-type: disc;
	margin: 10px 0 5px 15px;
}
#eat .boxEat {
	margin: 2em auto 1em;
    background-color: #fcf7cf;
    padding: 2em 2em 1em;
    position: relative;
    border-radius: 15px;
    display: inline-flex;
    min-height: 225px;
}
#eat .boxEat .box-title {
	background-color: rgb(255 255 255 / 60%);
    border-left: 2px dotted rgba(0,0,0,.1);
    border-right: 2px dotted rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    transform: rotate(-2deg);
    font-size: 110%;
    color: #762e05;
    padding: 10px 20px;
    line-height: 1;
    position: absolute;
    top: -15px;
}
#eat .boxEat ol li {
    list-style-type: decimal;
	margin: 10px 0 5px 15px;
}

@media screen and (max-width:640px){
	.cWrap .chengeBtn li {
		width: 50%;
		padding: 0 8%;
		box-sizing: border-box;
	}
	.faqWrap dd {
    	margin-left: 0;
	}
	.faqWrap img {
		width: 100%;
		height: auto;
	}
	.pageTitle h2 {
		font-size: 170%;
	 }
	#chestnut .table_temp{
		font-size: 16px;
	}
	#chestnut .table_temp thead{
		display:none;
	}
	#chestnut .table_temp {
		width: 100%;
	}
	#chestnut .table_temp th,#chestnut .table_temp td {
		display: block;
		width: auto;
		border-bottom:none;
		padding: 5px;
	}
	
	#chestnut .tableframe tr {
		display: block;
		float: left;
	  }
	#chestnut .tableframe tr td{
		border-left: none;
		display: block;
	  }
	#chestnut .tableframe tr th {
		border-left: none;
		display: block;
		width: auto;
	  }
	#chestnut .tableframe thead {
		display: block;
		float: left;
		width: 30%;
	  }
	#chestnut .tableframe thead tr {
		width: 100%;
	  }
	#chestnut .tableframe tbody {
		display: block;
		float: left;
		width: 70%;
	  }
	#chestnut .tableframe tbody tr {
		width: 50%;
	  }
	#chestnut .tableframe tr td + td {
		border-left: none;
	  }
	#chestnut .chestnutimg li {
		 width: 100%; 
    }
	
	#eat .boxEat {
		min-height:inherit;
	}
	#eat .boxEat ol li {
		margin: 0;
	}
}
@media screen and (max-width:320px){
	.pageTitle h2 {
		font-size: 150%;
	}
}

/* ADD CSS 2024.10.18 */
/* ---------------------------------
   #chestnut .table_temp
--------------------------------- */
#chestnut .table_temp th {
  min-width: 98px;
  color: #333;
}
#chestnut .table_temp th.feature {
  min-width: 500px;
}
#chestnut .table_temp th:nth-child(4) {
  min-width: 200px;
}
#chestnut .table_temp tr.title th {
  color: #FFFFFF;
}

/* ---------------------------------
   #chestnut .tableframe
--------------------------------- */
@media screen and (max-width: 640px) {
  #chestnut .tableframe .table_temp th {
    min-width: inherit;
  }
  #chestnut .tableframe .table_temp th:nth-child(4) {
    min-width: inherit;
  }
  #chestnut .tableframe .table_temp thead {
    width: 50%;
  }
  #chestnut .tableframe .table_temp tbody {
    width: 50%;
  }
  #chestnut .tableframe .table_temp tbody tr {
    width: 100%;
  }
  #chestnut .tableframe .table_temp tbody tr td {
    width: 100%;
  }
}

/* ADD CSS 2024.10.24 */
/* ---------------------------------
   .page-faq .inner
--------------------------------- */
.page-faq .inner {
  padding: 110px 0;
}
@media screen and (max-width: 640px) {
  .page-faq .inner {
    padding: 3%;
  }
}

/* ---------------------------------
   .page-faq #eat .boxEat
--------------------------------- */
.page-faq #eat .boxEat {
  padding: 2em 1.6em 1em 1.6em;
  min-height: 279px;
}
@media screen and (max-width: 640px) {
  .page-faq #eat .boxEat {
    padding: 2em 0.5em 1em 2em;
    min-height: inherit;
  }
}