@charset "shift_jis";

/*-- アンカーリンクのスクロール移動処理 --------------------------------------------------------------------*/
div.header-info-red {
	display: none;
}
html {
    scroll-behavior: smooth;
}
div.header-info-red {
	display: none;
}
.inner_content {
	max-width:1080px;
}
body {
	background:linear-gradient(135deg,rgba(228,233,240,1)0%,rgb(174,193,224)100%);
}
/*-- アンカーリンクのスクロール移動処理 終了 ---------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------------*/
/*-- おすすめポイント ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
#osusume-point {
    max-width: 900px;
    margin: 0 auto 5%;
}
#osusume-point h3 {
    font-size: 2rem;
    text-align: center;
    margin: 2% auto;
}
#osusume-point img {
    width: 100%;
}
#osusume-point ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}
#osusume-point ul li {
    text-align: center;
}
/*-------------------------------------------------------------------------------------------------------*/
/*-- おすすめポイント 終了 -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------------*/
/*-- タブ切り替えエリア ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
#tab-switching {
	max-width: 900px;
	margin: 0 auto 5%;
}
#tab-switching .tab-area {
	display: flex;
	cursor: pointer;
	align-items: flex-end;
}
#tab-switching .tab {
	width: calc(100%/2);/* calc関数を使用し、均等に2分割する */
	padding: 10px;
	text-align: center;/* 文字を中央に。 */
	font-size: 20px;
    background-color: #f2f2f2;
}
#tab-switching .tab.active {
	background-color: #698eeb !important;
	color: #fff !important;
	padding: 20px 10px;
	border-radius: 20px 20px 0 0;
	font-size: 24px;
}
#tab-switching .panel {
	display: none;
}
#tab-switching .panel.active {
	display: block;
}
#tab-switching .panel div {
    display: flex;
    background-color: #fff;
}
#tab-switching .panel div ul {
    width: 100%;
}
#tab-switching .panel div ul li {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
#tab-switching .panel div.item_3set ul {
    margin-top: 24%;
}
#tab-switching .panel div.item_3set ul.set-item-name {
    margin-top: 0;
}
#tab-switching .panel div.item_3set ul li {
    font-size: 1.8rem;
}
#tab-switching .panel div.item_7set ul {
    margin-top: 2%;
}
#tab-switching .panel div.item_7set ul li {
    font-size: 1.8rem;
}
#tab-switching .panel div ul li.panel_button {
    background-color: #d00012;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin-top: 2%;
}
#tab-switching .panel div ul li.panel_button a {
    font-size: 1.5rem;
}
/*-------------------------------------------------------------------------------------------------------*/
/*-- タブ切り替えエリア終了 -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------------*/
/*-- セット商品表示 --------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
#set-item {
	max-width: 900px;
	margin: 0 auto 5%;
}
#set-item h2 {
	text-align: center;
	font-size: 2rem;
}
#set-item div {
	display: flex;
	/*
	cursor: pointer;
	align-items: flex-end;
	*/
	background-color: #fff;
}

#set-item div ul.text-box {
	width: 40%;
	margin: 0 auto;
}
#set-item div ul.text-box ul.set-item-name {
	margin: 32% auto;
}
#set-item div ul.text-box ul.set-item-name li {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
#set-item div ul li.panel_button {
    background-color: #d00012;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin-top: 2%;
}
#set-item div ul li.panel_button a {
	display: block;
	font-size: 1.5rem;
}
/*-------------------------------------------------------------------------------------------------------*/
/*-- セット商品表示終了 ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------------*/
/*-- チェックボックス ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
#business #narrow_down {
    clear: both;
    background-color: #f2f2f2;
    margin-bottom: 5%;
}
#business #narrow_down h2 {
    text-align: center;
    padding-top: 2%;
}
#business #narrow_down ul {
	display: grid;
	grid-template-columns:repeat(4, 1fr);
	gap:15px;
	padding: 3% 0 3% 9%;
}
#business #narrow_down ul li input {
    transform:scale(1.5);
    margin-right: 3%;
}
#business #narrow_down ul li label {
	font-size: 1rem;
	font-weight: bold;
}
#business #narrow_down p{
    text-align: center;
    padding: 1% 0 0;
    color: #666666;
}
/*-------------------------------------------------------------------------------------------------------*/
/*-- チェックボックス 終了 --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------------*/
/*-- 3カラム商品のcss ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
#business section.item_list {
	margin-bottom: 5%;
}
#business section.item_list h2 {
	margin: 0 0 1% 0;
}
#business ul.col_3 {
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:15px;
	/*padding-bottom: 20px;*/
}
#business ul.col_3 li.item {
	background-color: #fff;
	padding: 3%;
	text-align: center;
}
#business ul.col_3 li.item div.text_box {
	margin-bottom: 4%;
}
#business ul.col_3 li.item div.text_box dd.item-name {
	font-size: 1.2rem;
	font-weight: bold;
}
#business ul.col_3 li.item div.text_box div.item_price_business {
	display: flex;
	justify-content: center;
}
#business ul.col_3 li.item div.text_box div.item_price_business span {
	font-size: 1rem;
	line-height: 1rem;
	margin: 1% 2% 0 0;
	color: #d00012!important;
}
#business ul.col_3 li.item div.text_box div.item_price_business div.buy_price ul {
	margin: 0 auto 2%;
}
#business ul.col_3 li.item div.text_box div.item_price_business div.buy_price ul li.price {
	font-size: 2.5rem;
	font-weight: bold;
	color: #d00012!important;
	padding-bottom: 2%;
}
#business ul.col_3 li.item div.text_box div.item_price_business div.buy_price ul li.price span.spesicalprice {
	display: none;
}
#business ul.col_3 li.item div.text_box ul.item-saleprice {
	display: flex;
	justify-content: center;
}
#business ul.col_3 li.item div.text_box ul.item-saleprice li {
	width: 48%;
	margin: 0 1%;
	padding: 3% 1% 1%;
	border: 2px solid #d00012;
	border-radius: 5px;
}
#business ul.col_3 li.item div.text_box ul.item-saleprice li p {
	padding: 0%;
	line-height: 0.5rem;
}
#business ul.col_3 li.item div.text_box div.matomewari-none {
	height: 49.14px;
}
#business ul.col_3 li.item div.button a {
	display: block;
	background-color: #d00012;
	color: #fff;
	border-radius: 5px;
	margin-top: 3%;
	padding: 1% 0;
	font-size: 1.2rem;
}
#business section.item_list div.another {
	background-color: #222;
	color: #fff;
	border-radius: 5px;
	margin-top: 1.2%;
	padding: 1% 0;
	text-align: center;
}
#business section.item_list div.another:hover {
	opacity: 0.8;

    & a {
		color: #fff!important;
	}
}
#business section.item_list div.another a {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
}
/*-------------------------------------------------------------------------------------------------------*/
/*-- 3カラム商品のcss 終了 -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/