.warm
	{
	text-align: center;
	letter-spacing: 1px;
	color: #333333;
	line-height: 1.4;
	font-size: 1.5em;
	color: #333333;
	}

.warm picture img
	{
	width: 100%;
	}

.warm ul a img
	{
	width: 100%;
	}

.warm h2
	{
	margin: 0vh 0 0vh;
	padding: 5vh 0;
	line-height: 1.8;
	font-weight: normal;
	font-size: 1.2em;
	color: #442819;
	}

.warm section
	{
	background: #f4ebe4;
	}

.warm section:nth-child(odd)
	{
	background: #fee2d9;
	}


.warm section .nav
	{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	gap: 1.3333%;
	flex-wrap:wrap;
	align-items: stretch;
	}

.warm section .nav li
	{
	width: 24%;
	display: flex;
	align-items: center;
	text-align: center;
	margin-bottom: 2vh;
	background: #aa5a3e;
	}

.warm section .nav li a
	{
	width: 100%;
	padding: 1vh 0;
	display: block;
	color: #fff;
	text-align: center;
	}

.warm section .nav li:nth-child(3) a
	{
	font-size: 0.8em;
	}


.warm section .nav li:nth-child(6) a
	{
	font-size: 0.8em;
	}

.warm section .nav li:nth-child(9) a
	{
	padding: 1.5vh 0;
	}

.warm .ttl
	{
	font-family: 'Noto Serif JP', serif;
	color: #c96644;
	text-align: center;
	}

.warm .ttl strong
	{
	display: block;
font-family: 'Noto Sans JP', sans-serif;
	color: #442819;
	font-weight: normal;
	font-size: 1.8em;
	}


.warm div
	{
	width: 1200px;
	margin: 0vh auto 0 auto;
	padding: 10vh 0;
	}

.warm div .one
	{
	margin: 5vh 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	text-align: left;
	}

.warm div .one li:first-child
	{
	width: 40%;
	}

.warm div .one li:last-child
	{
	width: 56%;
	line-height: 1.6;
	letter-spacing: 2px;
	}

.warm div .one li:last-child strong
	{
	color: #5e3b28;
	font-weight: 400;
	font-size: 1.6em;
	display: block;
	}

.warm div .one li:last-child strong span
	{
	color: #ca6644;
	}

.warm div .one li:last-child  p
	{
	margin-top: 3vh;
	}

.warm .pick_link
	{
	width: 70%;
	margin: 5vh auto 5vh auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 5px 5px 0px #d5c5b6;
	align-items: center;
	}

.warm .pick_link li:first-child
	{
	width: 35%;
	}

.warm .pick_link li:first-child img
	{
	border-radius: 10px 0 0 10px;
	}

.warm .pick_link li:last-child
	{
	width: 56%;
	text-align: center;
	margin-right: 5%;
	}

.warm .pick_link li:last-child span
	{
	display: block;
	color: #f35b3d;
	}

.warm .pick_link li:last-child a
	{
	color: #fff;
	padding: 2vh 0;
	display: block;
	margin: 2vh auto 0 auto;
	width: 80%;
	background-color: #ab6248;
	border-radius: 50px;
	position: relative;
	}

.warm .pick_link li:last-child a::before
        {
        content: "";
        position: absolute;
        top: 53%;
        right: 10%;
        width: 11px;
        height: 11px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        margin-top: -5px;
        }

.warm h3
	{
	margin: 10vh 0 5vh 0;
	font-size: 1.6em;
	color: #5e3b28;
	font-family: 'Zen Maru Gothic', sans-serif;
	}

.warm .item
	{
	display: flex;
	justify-content: flex-start;
	flex-wrap:wrap;
	gap: 4%;
	}

.warm .item:after
	{
	content: "";
	width: 48%;
	}

.warm .item li
	{
	width: 22%;
	margin-bottom: 3vh;
	font-size: 0.8em;
	}

.warm .item li a
	{
	display: block;
	}

.warm .item li a p
	{
	margin: 1vh 0 0 0;
	font-size: 0.9em;
	}

.warm .item li a span
	{
	font-size: 0.8em;
	}

.warm .more_link
	{
	color: #fff;
	padding: 2vh 0;
	display: block;
	margin: 2vh auto 0 auto;
	width: 50%;
	background-color: #e5613f;
	border-radius: 50px;
	position: relative;
	}

.warm .more_link::before
        {
        content: "";
        position: absolute;
        top: 48%;
        right: 20%;
        width: 15px;
        height: 15px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        margin-top: -5px;
        }

.spbr
	{
	display: none;
	}

@media screen and (max-width:769px) {
	.spbr
		{
		display: block;
		}

	.warm
		{
		font-size: 0.9em;
		}

	.warm section
		{
		background: url(bg01.png) no-repeat 5% 5%,url(bg02.png) no-repeat 90% 30%,url(bg01.png) no-repeat 5% 80% #feebd9;
		background-size: 10%;
		}

	.warm section:nth-child(odd)
		{
		background: url(bg01.png) no-repeat 5% 5%,url(bg02.png) no-repeat 90% 30%,url(bg01.png) no-repeat 5% 80% #fef1d9;
		background-size: 10%;
		}

	.warm section .nav
		{
		width: 90%;
		gap: 4%;
		}

	.warm section .nav li
		{
		width: 48%;
		margin-bottom: 2vh;
		}

	.warm div
		{
		width: 100%;
		margin: 0vh auto 0 auto;
		padding: 10vh 0;
		}

	.warm div .one
		{
		margin: 5vh 5vw 0 5vw;
		}

	.warm div .one li:first-child
		{
		width: 100%;
		}

	.warm div .one li:last-child
		{
		width: 100%;
		margin-top: 1vh;
		}

	.warm div .one li:last-child strong span
		{
		color: #e5613f;
		}

	.warm div .one li:last-child  p
		{
		font-size: 1.1em;
		margin-top: 3vh;
		}

	.warm .pick_link
		{
		width: 90%;
		}

	.warm .pick_link li:first-child
		{
		width: 35%;
		}

	.warm .pick_link li:last-child
		{
		width: 55%;
		}

	.warm .pick_link li:last-child p
		{
		margin: 0;
		}

	.warm .pick_link li:last-child a
		{
		padding: 0.6vh 0;
		margin: 0.5vh auto 0 auto;
		width: 90%;
		font-size: 0.9em;
		}

	.warm .pick_link li:last-child a::before
	        {
	        top: 64%;
	        right: 10%;
	        width: 5px;
	        height: 5px;
	        }

	.warm .link_bnr
		{
		width: 90%;
		margin-bottom: 10%;
		}

	.warm h3
		{
		margin: 0vh 0 3vh 0;
		}

	.warm .item
		{
		margin: 0 5vw;
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
		gap: 0;
		}

	.warm .item li
		{
		width: 48%;
		font-size: 0.9em;
		}

	.warm .more_link
		{
		margin: 2vh auto 0 auto;
		width: 80%;
		}

	.warm .more_link::before
	        {
	        top: 52%;
	        right: 10%;
	        width: 9px;
	        height: 9px;
	        border-top: 1px solid #fff;
	        border-right: 1px solid #fff;
	        transform: rotate(45deg);
	        margin-top: -5px;
	        }

}