@import url("https://file001.shop-pro.jp/PA01514/180/css/reset.css");

:root {
	--primary-color: #9f4b4d;
	--secondary-color: #d5b668;
}

a:link {
    color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
    color: #333333; 
}

a:hover img{
	border: none;
	opacity: 0.8;
	filter: alpha(opacity=70);
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

strong {
	font-weight: 700;
}

i {
	font-style: italic;
}

img{
	vertical-align:top;
}

iframe {
    vertical-align: bottom;
}

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

    .sp {
		display: none;
	}

	body {
		background: url(https://file001.shop-pro.jp/PA01514/180/images/common/bodybg_pc.png) center top no-repeat;
        background-size: 1366px;
		color: #333333;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.6rem;
		line-height: 3.2rem;
		font-weight: 400;
		font-feature-settings: "palt";
	}

    div.container {
        margin: 0 auto;
        width: 94%;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
    }

    div.menu_area {
        margin: 0;
        padding: 0 0 120px;
        width: 220px;
        background: var(--primary-color);
    }

    div.logo_area {
        margin: 0 auto;
        padding: 36px 0 28px;
        width: 100%;
    }

    div.logo {
        margin: 0 auto;
        width: 180px;
        height: 181px;
        position: relative;
    }

    div.logo h1 {
        margin: 0 auto;
        width: 180px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    div.logo h1 img {
        width: 100%;
        height: auto;
    }

    div.logo img.logo_ribbon {
        width: 60px;
        height: auto;
        position: absolute;
        top: -27px;
        right: -48px;
        z-index: 2;
    }

    div.sp_menu {
        display: none;
    }

    div.search {
        margin: 0 auto 48px;
        width: 180px;
    }

    div.search_input {
        margin: 0 auto 10px;
        width: 100%;
    }

    div.search_input input {
        margin: 0 auto;
        padding: 10px 5px 10px 30px;
        background: #ffffff url(https://file001.shop-pro.jp/PA01514/180/images/common/icon_search.png) left 8px center no-repeat;
        background-size: 17px;
        width: 100%;
        font-size: 1.4rem;
        line-height: 30px;
        font-weight: 400;
        border-radius: 10px;
    }

    div.search ::placeholder {
        color:#999999;
        font-weight: 500;
    }

    div.search_button {
        margin: 0 auto;
        width: 120px;
    }

    div.search_button button {
        width: 100%;
        background: linear-gradient(180deg, #ffffff 0%, #dcdcdc 100%);
        font-size: 1.4rem;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
        border-radius: 15px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    div.side_category {
        margin: 0 auto 36px;
        width: 180px;
    }

    div.side_category h2 {
        margin: 0 auto 10px;
        color: #ffffff;
        font-size: 1.6rem;
        line-height: 2.7rem;
        font-weight: 500;
        text-align: center;
    }

    div.side_category ul {
        margin: 0 auto;
        width: 100%;
        background: #ffffff;
        border-radius: 10px;

    }

    div.side_category ul li {
        margin: 0 auto;
        width: 100%;
        border-top: 1px dotted #999999;
    }

    div.side_category ul li:first-child {
        border-top: none;
    }

    div.side_category ul li a.soba {
        margin: 0 auto;
        padding: 0 0 0 66px;
        background: url(https://file001.shop-pro.jp/PA01514/180/images/common/side_category_soba.jpg) left center no-repeat;
        background-size: 180px;
        font-size: 1.6rem;
        line-height: 50px;
        font-weight: 500;
        text-decoration: none;
        display: block;
        border-radius: 10px 10px 0 0;
    }

    div.side_category ul li a.kashi {
        margin: 0 auto;
        padding: 0 0 0 66px;
        background: url(https://file001.shop-pro.jp/PA01514/180/images/common/side_category_kashi.jpg) left center no-repeat;
        background-size: 180px;
        font-size: 1.6rem;
        line-height: 50px;
        font-weight: 500;
        text-decoration: none;
        display: block;
    }

    div.side_category ul li a.drink {
        margin: 0 auto;
        padding: 0 0 0 66px;
        background: url(https://file001.shop-pro.jp/PA01514/180/images/common/side_category_drink.jpg) left center no-repeat;
        background-size: 180px;
        font-size: 1.6rem;
        line-height: 50px;
        font-weight: 500;
        text-decoration: none;
        display: block;
    }

    div.side_category ul li a.choumiryou {
        margin: 0 auto;
        padding: 0 0 0 66px;
        background: url(https://file001.shop-pro.jp/PA01514/180/images/common/side_category_choumiryou.jpg) left center no-repeat;
        background-size: 180px;
        font-size: 1.6rem;
        line-height: 50px;
        font-weight: 500;
        text-decoration: none;
        display: block;
    }

    div.side_category ul li a.shokuhin {
        margin: 0 auto;
        padding: 0 0 0 66px;
        background: url(https://file001.shop-pro.jp/PA01514/180/images/common/side_category_shokuhin.jpg) left center no-repeat;
        background-size: 180px;
        font-size: 1.6rem;
        line-height: 50px;
        font-weight: 500;
        text-decoration: none;
        display: block;
    }

    div.side_category ul li a.kougei {
        margin: 0 auto;
        padding: 0 0 0 66px;
        background: url(https://file001.shop-pro.jp/PA01514/180/images/common/side_category_kougei.jpg) left center no-repeat;
        background-size: 180px;
        font-size: 1.6rem;
        line-height: 50px;
        font-weight: 500;
        text-decoration: none;
        display: block;
        border-radius: 0 0 10px 10px;
    }

    div.side_category ul li ul {
        padding: 10px 0;
        background: none;
        border-top: 1px dotted #999999;
        border-radius: 0;
    }

    div.side_category ul li ul li {
        margin: 0 auto 5px;
        border-top: none;
    }

    div.side_category ul li ul li:last-child {
        margin: 0 auto;
    }

    div.side_category ul li ul li a {
        margin: 0 auto;
        padding: 0px 10px;
        font-size: 1.3rem;
        line-height: 2.0rem;
        text-decoration: none;
        display: block;
    }

    div.side_category ul li ul li a i {
        color: var(--primary-color);
    }

    div.side_special {
        margin: 0 auto 36px;
        width: 180px;
    }

    div.side_special h2 {
        margin: 0 auto 10px;
        color: #ffffff;
        font-size: 1.6rem;
        line-height: 2.7rem;
        font-weight: 500;
        text-align: center;
    }

    div.side_special ul {
        margin: 0 auto;
        width: 100%;
        background: #ffffff;
        border-radius: 10px;
    }

    div.side_special ul li {
        margin: 0 auto;
        width: 100%;
        border-bottom: 1px dotted #999999;
    }

    div.side_special ul li:last-child {
        border-bottom: none;
    }

    div.side_special ul li a {
        margin: 0 auto;
        padding: 0 10px;
        font-size: 1.3rem;
        line-height: 40px;
        text-decoration: none;
        display: block;
    }

    div.side_special ul li a i {
        color: var(--primary-color);
    }

    div.side_brand {
        margin: 0 auto 36px;
        width: 180px;
    }

    div.side_brand h2 {
        margin: 0 auto 10px;
        color: #ffffff;
        font-size: 1.6rem;
        line-height: 2.7rem;
        font-weight: 500;
        text-align: center;
    }

    div.side_brand ul {
        margin: 0 auto;
        width: 100%;
        background: #ffffff;
        border-radius: 10px;
    }

    div.side_brand ul li {
        margin: 0 auto;
        width: 100%;
        border-bottom: 1px dotted #999999;
    }

    div.side_brand ul li:last-child {
        border-bottom: none;
    }

    div.side_brand ul li a {
        margin: 0 auto;
        padding: 0 10px;
        font-size: 1.3rem;
        line-height: 40px;
        text-decoration: none;
        display: block;
    }

    div.side_brand ul li a i {
        color: var(--primary-color);
    }

    div.side_page {
        margin: 0 auto;
        width: 180px;
    }

    div.side_page ul {
        margin: 0 auto;
        width: 100%;
        background: #ffffff;
        border-radius: 10px;
    }

    div.side_page ul li {
        margin: 0 auto;
        width: 100%;
        border-bottom: 1px dotted #999999;
    }

    div.side_page ul li:last-child {
        border-bottom: none;
    }

    div.side_page ul li a {
        margin: 0 auto;
        padding: 0 10px;
        font-size: 1.3rem;
        line-height: 40px;
        text-decoration: none;
        display: block;
    }

    div.side_page ul li a i {
        color: var(--primary-color);
    }

    /*メインエリア*/

    div.content_area {
        margin: 0;
        padding: 0 0 120px;
        width: calc(100% - 240px);
        max-width: 900px;
    }

    div.head {
        margin: 0 auto;
        width: 100%;
        height: 100px;
        position: relative;
    }

    div.head .head_tel {
        width: 260px;
        height: auto;
        position: absolute;
        top: 25px;
        right: 165px;
        z-index: 1;
    }

    div.head_menu {
        width: 128px;
        position: absolute;
        top: 20px;
        right: 0;
        z-index: 1;
    }

    div.head_menu ul {
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    div.head_menu ul li {
        margin: 0;
        width: 48px;
    }

    div.head_menu ul li img {
        width: 100%;
        height: auto;
    }

    div.head_menu ul li p {
        margin: 0 auto 0;
        font-size: 1.3rem;
        line-height: 2.5rem;
        font-weight: 500;
        text-align: center;
    }

    div.head_menu ul li p a {
        text-decoration: none;
    }

    /*フッター情報*/

    div.foot_info_area {
        margin: 0 auto;
        width: 100%;
        border-top: 1px solid #dcdcdc;
    }

    div.foot_info {
        margin: 0 auto;
        width: 94%;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
    }

    div.foot_info_content {
        margin: 35px 0 0 0;
        width: 22%;
        max-width: 264px;
    }

    div.foot_info_content h3 {
        margin: 0 0 20px;
        width: 200px;
    }

    div.foot_info_content h3 img {
        width: 100%;
        height: auto;
    }

    div.foot_info_content p {
        margin: 0 auto 20px;
        font-size: 1.6rem;
        line-height: 2.7rem;
        font-weight: 400;
    }

    div.foot_info_content p.contact_button {
        margin: 0 0;
        width: 200px;
    }

    div.foot_info_content p.contact_button a {
        margin: 0 auto;
        background: #ed882b;
        color: #ffffff;
        font-size: 1.8rem;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        display: block;
        border-radius: 20px;
    }

    div.foot_info_cal {
        margin: 0;
        padding: 10px 0 20px;
        width: 18.3%;
        max-width: 220px;
    }

    table.tbl_calendar {
        width: 100%;
        border-collapse: collapse;
        border-right: 1px solid #b5b5b6;
        border-top: 1px solid #b5b5b6;
    }

    table.tbl_calendar th {
        text-align: center;
        border-bottom: 1px solid #b5b5b6;
        border-left: 1px solid #b5b5b6;
        padding: 4px;
        background-color: #EEEEEE;
    }
    
    table.tbl_calendar td {
        text-align: center;
        border-bottom: 1px solid #b5b5b6;
        border-left: 1px solid #b5b5b6;
        padding: 4px 0;
        vertical-align: top;
        width: 14.2%;
        cursor: pointer;
    }
    
    .tbl_calendar {
        border-collapse: collapse !important;
        border-spacing: 0 !important;
    }

    .tbl_calendar th, .tbl_calendar td {
        padding: 4px !important;
        text-align: center !important;
        border-bottom: 1px solid #ccc !important;
    }
    
    table.tbl_calendar caption{
        text-align:center;
        font-size:16px;
        margin:0 0 8px 0;
    }

    div.foot_info_map {
        margin: 0;
        width: 50%;
        max-width: 600px;
    }

    div.foot_info_map iframe {
        margin: 0;
        width: 100%;
        height: 100%;
    }

    div.copyright {
        margin: 0 auto;
        width: 100%;
        border-top: 1px solid #e5e5e5;
    }

    div.copyright p {
        margin: 0 auto;
        font-size: 1.4rem;
        line-height: 50px;
        font-weight: 500;
        text-align: center;
    }

    /*下層ページ*/

    div.breadcrumbs {
        margin: 0 auto 20px;
        width: 100%;
    }

    div.breadcrumbs ul {
        margin: 0 auto;
    }

    div.breadcrumbs ul li {
        margin: 0 0 0 0;
        font-size: 1.1rem;
        line-height: 1.8rem;
        display: inline-block;
    }

    div.breadcrumbs ul li:first-child {
        margin: 0 0 0 0;
    }

    div.breadcrumbs ul li a {
        text-decoration: none;
    }

    div.breadcrumbs ul li a:hover {
        text-decoration: underline;
    }

    div.title_page {
        margin: 0 auto 5px;
        width: 100%;
        padding: 0 0 40px;
        background: url(https://file001.shop-pro.jp/PA01514/180/images/top/bg_top_title_long_pc.png) center bottom no-repeat;
        background-size: 900px;
    }

    div.title_page h2 {
        margin: 0 auto 10px;
        font-size: 2.1rem;
        line-height: 2.7rem;
        font-weight: 500;
        letter-spacing: 0.12em;
        text-align: center;
	}

    div#upper_menu_area {
        display: none;
    }
}

/* スマホここから */
@media only screen and (max-width: 767px) {

    .pc {
		display: none;
	}

    body {
		color: #333333;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.6rem;
		line-height: 3.2rem;
		font-weight: 400;
		font-feature-settings: "palt";
	}

    div.container {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    div.menu_area {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    div.logo_area {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        height: 80px;
        background: var(--primary-color);
        display: flex;
        justify-content: space-between;
    }

    div.logo {
        margin: 15px 0 0 12px;
        width: 200px;
    }

    div.logo h1 {
        margin: 0;
        width: 100%;
    }

    div.logo h1 img {
        width: 100%;
        height: auto;
    }

    div.logo img.logo_ribbon {
        display: none;
    }

    div.sp_menu {
        margin: 12px 12px 0 0;
        width: 40px;
    }

    div.sp_menu ul {
        margin: 0 auto;
        width: 100%;
    }

    div.sp_menu ul li {
        margin: 0 auto;
        width: 100%;
    }

    div.sp_menu img {
        width: 100%;
        height: auto;
    }

    div.search {
        display: none;
    }

    div.side_category {
        display: none;
    }

    div.side_special {
        display: none;
    }

    div.side_brand {
        display: none;
    }

    div.side_page {
        display: none;
    }

    /*メインエリア*/

    div.content_area {
        margin: 0 auto;
        width: 100%;
    }

    div.head {
        display: none;
    }

    /*フッター情報*/

    div.foot_info_area {
        margin: 0 auto;
        padding: 30px 0 0;
        width: 100%;
        border-top: 1px solid #dcdcdc;
    }

    div.foot_info {
        margin: 0 auto;
        width: 100%;
    }

    div.foot_info_content {
        margin: 0 auto 30px;
        width: 94%;
    }

    div.foot_info_content h3 {
        margin: 0 auto 20px;
        width: 200px;
    }

    div.foot_info_content h3 img {
        width: 100%;
        height: auto;
    }

    div.foot_info_content p {
        margin: 0 auto 20px;
        font-size: 1.4rem;
        line-height: 2.7rem;
        font-weight: 400;
        text-align: center;
    }

    div.foot_info_content p.contact_button {
        margin: 0 auto;
        width: 200px;
    }

    div.foot_info_content p.contact_button a {
        margin: 0 auto;
        background: #ed882b;
        color: #ffffff;
        font-size: 1.8rem;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        display: block;
        border-radius: 20px;
    }

    div.foot_info_cal {
        margin: 0 auto 30px;
        width: 90%;
    }

    table.tbl_calendar {
        width: 100%;
        border-collapse: collapse;
        border-right: 1px solid #b5b5b6;
        border-top: 1px solid #b5b5b6;
    }

    table.tbl_calendar th {
        text-align: center;
        border-bottom: 1px solid #b5b5b6;
        border-left: 1px solid #b5b5b6;
        padding: 4px;
        background-color: #EEEEEE;
    }
    
    table.tbl_calendar td {
        text-align: center;
        border-bottom: 1px solid #b5b5b6;
        border-left: 1px solid #b5b5b6;
        padding: 4px 0;
        vertical-align: top;
        width: 14.2%;
        cursor: pointer;
    }
    
    .tbl_calendar {
        border-collapse: collapse !important;
        border-spacing: 0 !important;
    }

    .tbl_calendar th, .tbl_calendar td {
        padding: 4px !important;
        text-align: center !important;
        border-bottom: 1px solid #ccc !important;
    }
    
    table.tbl_calendar caption{
        margin: 0 0 8px 0;
        text-align: center;
        font-size: 1.8rem;
    }

    div.foot_info_map {
        margin: 0 auto;
        width: 100%;
    }

    div.foot_info_map iframe {
        margin: 0;
        width: 100%;
        height: 100%;
    }

    div.copyright {
        margin: 0 auto;
        width: 100%;
        border-top: 1px solid #e5e5e5;
    }

    div.copyright p {
        margin: 0 auto;
        font-size: 1.2rem;
        line-height: 50px;
        font-weight: 500;
        text-align: center;
    }

    /*下層ページ*/

    div.breadcrumbs {
        margin: 0 auto 20px;
        width: 94%;
    }

    div.breadcrumbs ul {
        margin: 0 auto;
    }

    div.breadcrumbs ul li {
        margin: 0 0 0 0;
        font-size: 1.1rem;
        line-height: 1.8rem;
        display: inline-block;
    }

    div.breadcrumbs ul li:first-child {
        margin: 0 0 0 0;
    }

    div.breadcrumbs ul li a {
        text-decoration: none;
    }

    div.breadcrumbs ul li a:hover {
        text-decoration: underline;
    }

    div.title_page {
        margin: 0 auto 20px;
        width: 94%;
        padding: 0 0 40px;
        background: url(https://file001.shop-pro.jp/PA01514/180/images/top/bg_top_title_long_pc.png) center bottom no-repeat;
        background-size: 900px;
    }

    div.title_page h2 {
        margin: 0 auto 10px;
        font-size: 2.1rem;
        line-height: 2.7rem;
        font-weight: 500;
        letter-spacing: 0.12em;
        text-align: center;
	}

    /*メニュー*/

	div#upper_menu_area {
		margin: 0 auto;
		width: 100%;
		height: 100svh;
		overflow-y: scroll;
		background: var(--primary-color);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: calc(infinity);
		display: none;
	}

	div.upper_head_area {
		margin: 0px auto;
        padding: 12px 0 0;
        width: 100%;
        height: 80px;
        background: url(https://file001.shop-pro.jp/PA01514/180/images/common/upper_bg_sp.png) left top no-repeat;
        background-size: 110px;
	}

	div.upper_head {
		margin: 0 12px 0 auto;
		width: 160px;
	}

    div.upper_head ul {
		margin: 0 auto;
		width: 100%;
        display: flex;
        justify-content: space-between;
	}

    div.upper_head ul li {
		margin: 0;
		width: 40px;
	}

    div.upper_head ul li img {
		width: 100%;
        height: auto;
	}

    div.upper_category {
        margin: 0 auto 36px;
        width: 90%;
    }

    div.upper_category h2 {
        margin: 0 auto 10px;
        color: #ffffff;
        font-size: 1.6rem;
        line-height: 2.7rem;
        font-weight: 500;
        text-align: center;
    }

    div.upper_category ul {
        margin: 0 auto;
        width: 100%;
        background: #ffffff;
        border-radius: 10px;

    }

    div.upper_category ul li {
        margin: 0 auto;
        width: 100%;
        border-top: 1px dotted #999999;
    }

    div.upper_category ul li:first-child {
        border-top: none;
    }

    div.upper_category ul li a.soba {
        margin: 0 auto;
        padding: 0 0 0 66px;
        background: url(https://file001.shop-pro.jp/PA01514/180/images/common/side_category_soba.jpg) left center no-repeat;
        background-size: 180px;
        font-size: 1.6rem;
        line-height: 50px;
        font-weight: 500;
        text-decoration: none;
        display: block;
        border-radius: 10px 10px 0 0;
    }

    div.upper_category ul li a.kashi {
        margin: 0 auto;
        padding: 0 0 0 66px;
        background: url(https://file001.shop-pro.jp/PA01514/180/images/common/side_category_kashi.jpg) left center no-repeat;
        background-size: 180px;
        font-size: 1.6rem;
        line-height: 50px;
        font-weight: 500;
        text-decoration: none;
        display: block;
    }

    div.upper_category ul li a.drink {
        margin: 0 auto;
        padding: 0 0 0 66px;
        background: url(https://file001.shop-pro.jp/PA01514/180/images/common/side_category_drink.jpg) left center no-repeat;
        background-size: 180px;
        font-size: 1.6rem;
        line-height: 50px;
        font-weight: 500;
        text-decoration: none;
        display: block;
    }

    div.upper_category ul li a.choumiryou {
        margin: 0 auto;
        padding: 0 0 0 66px;
        background: url(https://file001.shop-pro.jp/PA01514/180/images/common/side_category_choumiryou.jpg) left center no-repeat;
        background-size: 180px;
        font-size: 1.6rem;
        line-height: 50px;
        font-weight: 500;
        text-decoration: none;
        display: block;
    }

    div.upper_category ul li a.shokuhin {
        margin: 0 auto;
        padding: 0 0 0 66px;
        background: url(https://file001.shop-pro.jp/PA01514/180/images/common/side_category_shokuhin.jpg) left center no-repeat;
        background-size: 180px;
        font-size: 1.6rem;
        line-height: 50px;
        font-weight: 500;
        text-decoration: none;
        display: block;
    }

    div.upper_category ul li a.kougei {
        margin: 0 auto;
        padding: 0 0 0 66px;
        background: url(https://file001.shop-pro.jp/PA01514/180/images/common/side_category_kougei.jpg) left center no-repeat;
        background-size: 180px;
        font-size: 1.6rem;
        line-height: 50px;
        font-weight: 500;
        text-decoration: none;
        display: block;
        border-radius: 0 0 10px 10px;
    }

    div.upper_category ul li ul {
        padding: 10px 0;
        background: none;
        border-top: 1px dotted #999999;
        border-radius: 0;
    }

    div.upper_category ul li ul li {
        margin: 0 auto 5px;
        border-top: none;
    }

    div.upper_category ul li ul li:last-child {
        margin: 0 auto;
    }

    div.upper_category ul li ul li a {
        margin: 0 auto;
        padding: 0px 10px;
        font-size: 1.3rem;
        line-height: 2.0rem;
        text-decoration: none;
        display: block;
    }

    div.upper_category ul li ul li a i {
        color: var(--primary-color);
    }

    div.upper_special {
        margin: 0 auto 36px;
        width: 90%;
    }

    div.upper_special h2 {
        margin: 0 auto 10px;
        color: #ffffff;
        font-size: 1.6rem;
        line-height: 2.7rem;
        font-weight: 500;
        text-align: center;
    }

    div.upper_special ul {
        margin: 0 auto;
        width: 100%;
        background: #ffffff;
        border-radius: 10px;
    }

    div.upper_special ul li {
        margin: 0 auto;
        width: 100%;
        border-bottom: 1px dotted #999999;
    }

    div.upper_special ul li:last-child {
        border-bottom: none;
    }

    div.upper_special ul li a {
        margin: 0 auto;
        padding: 0 10px;
        font-size: 1.3rem;
        line-height: 40px;
        text-decoration: none;
        display: block;
    }

    div.upper_special ul li a i {
        color: var(--primary-color);
    }

    div.upper_brand {
        margin: 0 auto 36px;
        width: 90%;
    }

    div.upper_brand h2 {
        margin: 0 auto 10px;
        color: #ffffff;
        font-size: 1.6rem;
        line-height: 2.7rem;
        font-weight: 500;
        text-align: center;
    }

    div.upper_brand ul {
        margin: 0 auto;
        width: 100%;
        background: #ffffff;
        border-radius: 10px;
    }

    div.upper_brand ul li {
        margin: 0 auto;
        width: 100%;
        border-bottom: 1px dotted #999999;
    }

    div.upper_brand ul li:last-child {
        border-bottom: none;
    }

    div.upper_brand ul li a {
        margin: 0 auto;
        padding: 0 10px;
        font-size: 1.3rem;
        line-height: 40px;
        text-decoration: none;
        display: block;
    }

    div.upper_brand ul li a i {
        color: var(--primary-color);
    }

    div.upper_page {
        margin: 0 auto 48px;
        width: 90%;
    }

    div.upper_page ul {
        margin: 0 auto;
        width: 100%;
        background: #ffffff;
        border-radius: 10px;
    }

    div.upper_page ul li {
        margin: 0 auto;
        width: 100%;
        border-bottom: 1px dotted #999999;
    }

    div.upper_page ul li:last-child {
        border-bottom: none;
    }

    div.upper_page ul li a {
        margin: 0 auto;
        padding: 0 10px;
        font-size: 1.3rem;
        line-height: 40px;
        text-decoration: none;
        display: block;
    }

    div.upper_page ul li a i {
        color: var(--primary-color);
    }

    div.upper_search {
        margin: 0 auto 36px;
        width: 80%;
    }

    div.upper_search_input {
        margin: 0 auto 10px;
        width: 100%;
    }

    div.upper_search_input input {
        margin: 0 auto;
        padding: 10px 5px 10px 30px;
        background: #ffffff url(https://file001.shop-pro.jp/PA01514/180/images/common/icon_search.png) left 8px center no-repeat;
        background-size: 17px;
        width: 100%;
        font-size: 1.4rem;
        line-height: 30px;
        font-weight: 400;
        border-radius: 10px;
    }

    div.upper_search ::placeholder {
        color:#999999;
        font-weight: 500;
    }

    div.upper_search_button {
        margin: 0 auto;
        width: 120px;
    }

    div.upper_search_button button {
        width: 100%;
        background: linear-gradient(180deg, #ffffff 0%, #dcdcdc 100%);
        font-size: 1.4rem;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
        border-radius: 15px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

}