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

/*
メインカラー #85452f
肌色　#fff4f0
薄いみどり　#a5dfd9
濃いみどり　#85d8d0
*/

html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: hidden;
}

#temperature_guide {
	width: 100vw;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	color: #666;
    background: #ededed;
}

#temperature_guide img {
	max-width:100%;
	height:auto;
	border: none;
}

#temperature_guide .temperature_guide_wrap{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:0;
	text-align: center;
}

#temperature_guide .flex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 position: relative;
}

#temperature_guide p{
	line-height: 180%;
	font-size: 0.95em!important;
	margin-top: 0!important;
}

#temperature_guide h1,
#temperature_guide h2,
#temperature_guide h3,
#temperature_guide h4,
#temperature_guide h5{
	text-align:center;
	font-weight: normal;
	background: none;
	border: none;
	color: #000;
    font-family: 'futura-pt', sans-serif;
}

#temperature_guide h1{
	font-size: 3.5em;
	margin: 0 auto 60px;
    letter-spacing: 3px;
    line-height: 110%;
}

#temperature_guide h1 span{
	font-size: 0.6em;
}

#temperature_guide h2{
	font-size: 3.5em;
	margin: 0 auto 40px;
	line-height: 100%;
}

#temperature_guide h2 img{
    width: 30%;
    max-width: 180px;
}

#temperature_guide h2 span{
	font-size: 0.5em;
}

#temperature_guide .brandlist{
	margin: 0 auto;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: flex-start;
	width: 90%;
    max-width: 800px;
}

#temperature_guide .brandlist div{
	flex-basis: calc(100% / 3);
	padding: 2% 5%
}

#temperature_guide a.buy,
#temperature_guide a.more{
	display: block;
	width: 60%;
	max-width: 150px;
	margin: 10px auto;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	font-size: 1.2em;
}

#temperature_guide section.temperature a.buy{
    margin: 10px 30px 30px;
}

#temperature_guide a.more{
	width: 70%;
	max-width: 500px;
	padding: 10px 0;
	font-size: 1.1em;
    margin: 50px auto 0;
}

#temperature_guide a.buy:hover,
#temperature_guide a.more:hover{
	background: #FFF;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

#temperature_guide p.itemname{
	text-align: center;
	margin: 5px auto 0!important;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 0.85em!important;
}

#temperature_guide p.new{
    color: #C52F32;
    font-weight: bold;
    margin: 5px auto 0!important;
    background: #FFF!important;
}

#temperature_guide section.temperature{
    width: 100%;
    margin: 100px auto;
}

#temperature_guide section.temperature .temperature_inner{
    width: 100%;
    margin: 80px auto;
    background: #fff;
    border-radius: 20px;
    padding: 5%;
}

#temperature_guide section.temperature h3 img{
    max-width: 100px;
	width: 20%;
    margin-bottom: 20px;
}

#temperature_guide section.temperature h4{
    font-size: 1.1em;
    margin: 10px auto;
}

#temperature_guide section.temperature .itemtext p{
    text-align:left;
}

#temperature_guide section.temperature .itemtext .point{
    font-size: 1.1em!important;
    font-weight: 600;
    line-height: 150%;
}

#temperature_guide section.temperature .itemtext .price{
   
    padding-bottom: 1%;
    margin-bottom: 10px!important;
}

#temperature_guide section.temperature .itemtext .point span{
    font-size: 0.8em!important;
    font-weight: normal;
}

#temperature_guide section.pickupitem .item p.itemname{
	height: auto;
}





#temperature_guide p.price{
	margin: 0 auto!important;
	text-align: center;
	font-size: 0.78em!important;
}

#temperature_guide p.price span{
	color: #C52F32;
	font-size: 1.2em!important;
	font-weight: bold;
}

#temperature_guide .temperature_guideTopText {
	text-align: center;
	width: 90%;
	position: relative;
    margin: 0 auto 80px;
}

#temperature_guide .temperature_guideTopText img{
	width: 70%;
    max-width: 450px;
    display: block!important;
    margin: 10px auto;
}

#temperature_guide .temperature_guideTopText a{
	text-decoration: underline;
	color: #fffcce;
}

#temperature_guide section.pickupitem{
	width: 100%;
	margin: 80px auto;
}

#temperature_guide section.pickupitem h3{
	font-size: 2.8em;
	margin: 0 auto 20px;
	line-height: 100%;
	color: #fffcce;
}

/* 回遊リンク */

#temperature_guide .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 50px auto 80px;
}

#temperature_guide .Banner4 h3 {
	font-size: 30px !important;
	margin: 50px auto 50px;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	letter-spacing: 3px;
}

#temperature_guide .Banner4 ul {
	display:inline;
}

#temperature_guide .Banner4 ul li {
	display:inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}


@media only screen and (min-width:748px){

.pc_none{
	display: none!important;
}

#temperature_guide section.pickupitem h3{
	text-align: left;
}

#temperature_guide section.temperature .temperature_inner .mainimage div:first-child{
    flex-basis: 60%;
}

#temperature_guide section.temperature .temperature_inner .mainimage div:last-child{
    flex-basis: 40%;
}

#temperature_guide section.temperature .temperatureimage .flex div{
    flex-basis: 50%;
}

#temperature_guide section.pickupitem .item .mainimage div:first-child{
	flex-basis: 45%;
}

#temperature_guide section.pickupitem .item .mainimage div:last-child{
	flex-basis: 55%;
	padding-left: 2%;
	margin: auto;
}

#temperature_guide section.pickupitem .itemlist div{
	flex-basis: calc(100% / 3 - 1.5%);
	padding: 2%;
	background: #FFF;
	margin-bottom: 2%;
	margin-right: 2%;
	text-align: -webkit-center;
}

#temperature_guide section.pickupitem .itemlist div:nth-of-type(3n){
	margin-right: 0;
}

	
	

	
	
	
/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto;
	max-width: 1000px!important;
}

#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

/*まっくろ*/

#news_detail .detail .content{
	background: #ededed;
}

#news_detail .detail .content p {
	background: #ededed;
}

#news_detail .detail .content p:first-child img{
	padding-top: 50px;
}

#temperature_guide p.itemname,
#temperature_guide p.price,
#temperature_guide section.temperature .itemtext p{
    background: #FFFFFF!important;
}

}


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

.sp_none {
	display:none;
}

#temperature_guide h1{
	font-size: 4.85vw;
	margin: 0 auto 18vw;
}

#temperature_guide h2{
	font-size: 8.5vw;
	margin: 0 auto 20px;
}

#temperature_guide p{
	font-size: 3.35vw!important;
}

#temperature_guide .temperature_guideTopText{
	margin: 12.5vw auto;
}

#temperature_guide section.temperature{
    width: 90%;
    margin: 14.25vw auto;
}

#temperature_guide section.temperature .temperature_inner{
    padding: 10vw 3% 0%;
    margin: 5vw auto;
}

#temperature_guide section.temperature h4{
    font-size: 3.8vw;
}

#temperature_guide section.temperature .sizetemperature,
#temperature_guide section.temperature .temperatureimage{
    margin: 8vw auto 0;
}

#temperature_guide section.temperature .itemtext .point{
    font-size: 3.85vw!important;
}

#temperature_guide section.temperature .itemtext .point span{
    font-size: 3.1vw!important;
}

#temperature_guide section.pickupitem h3{
	font-size: 8.5vw;
	margin: 0 auto 20px;
}

#temperature_guide section.pickupitem{
	margin: 0 auto;
    margin: 10.5vw 0;
}

#temperature_guide section.pickupitem .item{
	margin: 14.25vw auto;
}

#temperature_guide section.pickupitem .item .mainimage{
	margin: 0 auto 8.5vw;
}

#temperature_guide section.pickupitem .item .mainimage img{
	margin: 5.5vw auto;
}

#temperature_guide section.pickupitem .item .mainimage div:last-child{
	width: 90%;
	margin: 8.5vw auto 0;
}

#temperature_guide p.itemname{
	height: 9vw;
	font-size: 3vw!important;
	line-height: 150%;
}

#temperature_guide .itemlist p.price{
	font-size: 3vw!important;
}

#temperature_guide .itemlist{
	max-width: 100%;
	margin: auto;
}

#temperature_guide .itemlist div{
	flex-basis: calc(100% / 2 - 2%);
	padding: 0;
	background: #FFF;
	margin-bottom: 4%;
	margin-right: 4%;
}

#temperature_guide .itemlist div:nth-of-type(2n){
	margin-right: 0;
}

#temperature_guide section.search_goods .itemlist .sp_back{
	background: #9cd9ea;
}

#temperature_guide section.search_goods .itemlist div{
	padding: 3%;
}

#temperature_guide section.search_goods .itemlist div p{
	font-size: 4.2vw!important;
}

#temperature_guide section.search_goods .itemlist div p span{
	font-size: 2.7vw!important;
}

#temperature_guide section.new .new_inner{
	padding: 5% 4%;
	border-radius: 10px;
}

#temperature_guide section.new h2{
	margin: 20px auto 10px;
}

#temperature_guide section.new .itemtext{
	width: 100%;
	margin: 30px auto 40px!important;
}

#temperature_guide section.new .itemlist{
	width: 100%;
}

#temperature_guide section.new .itemcomment{
	font-size: 2.9vw!important;
	line-height: 150%;
}

#temperature_guide a.buy,
#temperature_guide a.more{
    font-size: 3.5vw;
}

#temperature_guide a.more{
   margin: 5vw auto 0;
}

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#temperature_guide .Banner4 {
	text-align: center;
	width: 100%;
}

#temperature_guide .Banner4 h3{
	font-size: 6.5vw!important;
}

#temperature_guide .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#temperature_guide .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: none;
}

#temperature_guide .temperature_guideTopText img{
    display: block!important;
}

}