<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/********** パンくず **********/
#takeout .breadcrumb ul li{
	display: inline;
}

#takeout h2{
	text-align: center;
	color: rgb(255, 255, 255);
	margin: 0px 0px 4.5vw;
	border-radius: 1vw;
	padding: 1.5vw 0px;
	font-size: 6vw;
	background: rgb(0, 93, 186);
}
#takeout h3{
	text-align: center;
	color: #005dba;
	margin: 3vw 0px 2vw;
	padding: 0 0 0;
	font-size: 5vw;
	border-bottom: solid 1vw #005dba;
}
/********** ä¸­èº« **********/
#takeout .takeout-inner{
	max-width: 100%;
	padding: 1em 1em;
	text-align: center;
}
#takeout .section-box .img{
	max-width: 100%;
	padding: 3em 3em;
}
#takeout .section-box .txt p{
	max-width: 100%;
	font-size: 4vw;
}
#takeout .section-box ul{
	text-align: center;
}
#takeout .section-box ul li{
	float: left;
	width:42%;
	padding:5px 0 5px;
}
#takeout .section-box ul li:nth-child(even){
	float:right;
	width:42%;
	padding:5px 0 5px;
}
#takeout .section-box ul li img{
	display:block;
	width:100%;
}
#takeout .section-box ul li p{
	display:block;
	width:100%;
}


#takeout .hikikaeken .hikikaeken-box{
	max-width: 100%;
	padding: 1em 1em;
}
#takeout .hikikaeken .hikikaeken-box .img{
	margin: 0 0 2vw;
}</pre></body></html>