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

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

a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

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 {
		color: #333333;
		font-family: "Noto Serif JP", serif;
		font-size: 1.6rem;
		line-height: 3.2rem;
		font-weight: 400;
		font-feature-settings: "palt";
	}

    div.head_menu_area {
        margin: 0 auto;
        width: 100%;
        height: 50px;
        background: #000000 url(https://file001.shop-pro.jp/PA01518/602/images/common/hmbg.jpg) left center repeat;
        background-size: 2800px;
    }

    div.head_menu {
        margin: 0 auto;
        width: 100%;
        max-width: 1080px;
        height: 50px;
    }

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

    div.head_menu ul li {
        margin: 0;
        width: calc(100% / 5);
        position: relative;
    }

    /* サブメニューの基本スタイル */
    div.head_menu ul li ul {
        display: block;
        position: absolute;
        top: 100%; /* メインメニューの下に配置 */
        left: 50%; /* 親要素の中央を基準点にする */
        width: 240px; /* 指定の幅に変更 */
        transform: translateX(-50%) translateY(-10px); /* 中央揃え + 初期位置オフセット */
        background: rgba(0, 0, 0, 0.8); /* 背景色を半透明に */
        flex-direction: column;
        padding: 0;
        
        /* 非表示状態の初期設定 */
        opacity: 0;
        visibility: hidden;
        
        /* アニメーション設定 */
        transition: all 0.3s ease-in-out;
        z-index: 100; /* 他の要素より前面に */
    }

    /* ホバー時のサブメニュー表示 */
    div.head_menu ul li:hover > ul {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0); /* 中央揃えを維持したままY軸のみ移動 */
    }

    /* サブメニューの各項目 */
    div.head_menu ul li ul li {
        width: 100%;
        margin: 0;
    }

    div.head_menu ul li ul li a {
        line-height: 40px; /* メインメニューより低く */
        font-size: 1.4rem; /* メインメニューより小さく */
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        transition: background-color 0.2s;
    }

    div.head_menu ul li ul li a:hover {
        background-color: rgba(217, 73, 97, 0.8); /* ホバー時の背景を少し明るく */
    }

    div.head_menu ul li a {
        margin: 0 auto;
        color: #ffffff;
        font-size: 1.8rem;
        line-height: 50px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        display: block;
        border-right: 1px solid #ffffff;
    }

    div.head_menu ul li:first-child a {
        border-left: 1px solid #ffffff;
    }

    /*メイン*/

    div.wrap {
        margin: 20px auto 50px;
        width: 100%;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    div.main {
        margin: 0;
        width: calc(100% - 300px);
    }

    /*サイド*/
    div.sub_menu {
        margin: 0;
        padding: 0 20px;
        width: 280px;
    }

    div.side_search {
        margin: 0 auto 30px;
        width: 100%;
    }

    div.side_search h3 {
        margin: 0 auto 15px;
        font-size: 2.0rem;
        line-height: 50px;
        font-weight: 700;
        text-align: center;
        background: #f4ede2 url(https://file001.shop-pro.jp/PA01518/602/images/common/footbg.jpg) left center repeat;
        background-size: 320px;
        border-radius: 10px 10px 0 0;
        border-bottom: 1px solid #999999;
    }

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

    div.search_input {
        margin: 0 auto;
        width: calc(100% - 90px);
    }

    div.search_input input {
        width: 100%;
        height: 40px;
        padding: 0 20px;
        font-size: 1.6rem;
        line-height: 40px;
        font-weight: 400;
        border-radius: 10px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

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

    div.search_button button {
        margin: 0 auto;
        width: 100%;
        background: #EFEFEF;
        color: #000000;
        font-size: 1.6rem;
        line-height: 40px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        display: block;
        border-radius: 25px;
        border: 1px solid #dcdcdc;
        cursor: pointer;
    }

    div.side_category {
        margin: 0 auto 30px;
        width: 100%;
    }

    div.side_category h3 {
        margin: 0 auto;
        font-size: 2.0rem;
        line-height: 50px;
        font-weight: 700;
        text-align: center;
        background: #f4ede2 url(https://file001.shop-pro.jp/PA01518/602/images/common/footbg.jpg) left center repeat;
        background-size: 320px;
        border-radius: 10px 10px 0 0;
        border-bottom: 1px solid #999999;
    }

    div.side_category ul {
        margin: 0 auto;
    }

    div.side_category ul li {
        margin: 0 auto;
        border-bottom: 1px dotted #999999;
    }

    div.side_category ul li a {
        margin: 0 auto;
        padding: 0 0 0 26px;
        background: url(https://file001.shop-pro.jp/PA01518/602/images/common/icon_side_menu.png) left 5px center no-repeat;
        background-size: 12px;
        color: #333333;
        font-size: 1.6rem;
        line-height: 50px;
        text-decoration: none;
        display: block;
    }

    div.side_category ul li a:hover {
        color: #333333;
    }

    div.side_contents {
        margin: 0 auto 30px;
        width: 100%;
    }

    div.side_contents h3 {
        margin: 0 auto;
        font-size: 2.0rem;
        line-height: 50px;
        font-weight: 700;
        text-align: center;
        background: #f4ede2 url(https://file001.shop-pro.jp/PA01518/602/images/common/footbg.jpg) left center repeat;
        background-size: 320px;
        border-radius: 10px 10px 0 0;
        border-bottom: 1px solid #999999;
    }

    div.side_contents ul {
        margin: 0 auto;
    }

    div.side_contents ul li {
        margin: 0 auto;
        border-bottom: 1px dotted #999999;
    }

    div.side_contents ul li a {
        margin: 0 auto;
        padding: 0 0 0 26px;
        background: url(https://file001.shop-pro.jp/PA01518/602/images/common/icon_side_menu.png) left 5px center no-repeat;
        background-size: 12px;
        color: #333333;
        font-size: 1.6rem;
        line-height: 50px;
        text-decoration: none;
        display: block;
    }

    div.side_contents ul li a:hover {
        color: #333333;
    }

    div.side_calendar {
        margin: 0 auto 35px;
        width: 100%;
    }

    table.tbl_calendar {
        margin: 0 auto 5px;
        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;
        font-size: 1.6rem;
        font-weight: 700;
        text-align:center;
    }

    div.side_calendar p {
        margin: 0 auto;
        font-size: 1.2rem;
        line-height: 2.5rem;
    }

    div.side_manager {
        margin: 0 auto 30px;
        padding: 18px 0 20px;
        width: 100%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 20px;
    }

    div.side_manager p {
        margin: 0 15px 20px;
        font-size: 1.4rem;
        line-height: 2.7rem;
    }

    div.side_manager_photo {
        margin: 0 auto;
        width: 140px;
    }

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

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

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

    /*フッター*/

    div.foot_area {
        margin: 0 auto;
        padding: 22px 0 43px;
        width: 100%;
        background: #f4ede2 url(https://file001.shop-pro.jp/PA01518/602/images/common/footbg.jpg) left center repeat;
        background-size: 320px;
    }

    div.foot_menu {
        margin: 0 auto 20px;
        width: 100%;
        max-width: 1080px;
        text-align: center;
    }

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

    div.foot_menu ul li {
        margin: 0;
        padding: 0;
        border-right: 1px solid #333333;
        display: inline-block;
    }

    div.foot_menu ul li a {
        padding: 0 20px;
        color: #333333;
        font-size: 1.4rem;
        line-height: 1.4rem;
        font-weight: 400;
        text-decoration: none;
    }

    div.foot_menu ul li a:hover {
        color: #333333;
        text-decoration: underline;
    }

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

    div.foot_info_area {
        margin: 0;
        width: calc(100% - 686px);
    }

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

    div.foot_info h3 {
        margin: 0 auto 15px;
        padding: 0 22px;
        background: #000000;
        color: #ffffff;
        font-size: 1.8rem;
        line-height: 40px;
        font-weight: 700;
        border-radius: 10px;
    }

    div.foot_info p {
        margin: 0 auto 10px;
        font-size: 1.4rem;
        line-height: 2.5rem;
    }

    div.foot_info p:last-child {
        margin: 0 auto;
    }

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

    div.foot_contact_button {
        margin: 0 0 10px;
        width: 240px;
    }

    div.foot_contact_button a {
        margin: 0 auto;
        width: 100%;
        background: #000000;
        color: #ffffff;
        font-size: 1.8rem;
        line-height: 50px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        display: block;
        border-radius: 25px;
    }

    div.foot_contact_button a span {
        padding: 0 0 0 34px;
        background: url(https://file001.shop-pro.jp/PA01518/602/images/common/foot_icon_contact.png) left center no-repeat;
        background-size: 24px;
    }

    div.foot_contact p {
        margin: 0 auto;
        font-size: 1.4rem;
        line-height: 2.5rem;
    }

    div.foot_info_sp {
        display: none;
    }

    div.foot_gmap {
        margin: 0 auto;
        width: 650px;
    }

    div.copyright {
        margin: 0 auto;
        width: 100%;
        background: #000000 url(https://file001.shop-pro.jp/PA01518/602/images/common/bg_black.jpg) left center repeat;
        background-size: 320px;
    }

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

    /*下層ページ*/

    div.head_area {
        margin: 0 auto;
        width: 100%;
        height: 80px;
    }

    div.head {
        margin: 0 auto;
        width: 94%;
        max-width: 1200px;
        height: 80px;
        position: relative;
    }

    div.head_logo {
        margin: 0;
        width: 300px;
        position: absolute;
        top: 15px;
        left: 0;
        z-index: 1;
    }

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

    div.head_submenu {
        margin: 0;
        width: 190px;
        position: absolute;
        top: 24px;
        right: 0;
        z-index: 1;
    }

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

    div.head_submenu ul li {
        margin: 0;
        padding: 0 0 0 36px;
        font-size: 1.4rem;
        line-height: 30px;
        font-weight: 500;
    }

    div.head_submenu ul li.cart {
        background: url(https://file001.shop-pro.jp/PA01518/602/images/common/head_icon_cart.png) left center no-repeat;
        background-size: 30px;
    }

    div.head_submenu ul li.login {
        background: url(https://file001.shop-pro.jp/PA01518/602/images/common/head_icon_login.png) left center no-repeat;
        background-size: 30px;
    }

    div.head_submenu ul li a {
        color: #333333;
        text-decoration: none;
    }

    div.head_submenu ul li a:hover {
        color: #333333;
        text-decoration: underline;
    }

    div.head_menu_sp {
        display: none;
    }

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

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

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

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

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

    #upper_menu_area {
        display: none;
    }

}

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

    .pc {
		display: none;
	}

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

    /*メイン*/

    div.wrap {
        margin: 0 auto 50px;
        width: 100%;
    }

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

    div.head_menu_area {
        display: none;
    }

    /*サイド*/
    div.sub_menu {
        display: none;
    }

    /*フッター*/

    div.foot_area {
        margin: 0 auto;
        padding: 22px 0 0;
        width: 100%;
        background: #f4ede2 url(https://file001.shop-pro.jp/PA01518/602/images/common/footbg.jpg) left center repeat;
        background-size: 320px;
    }

    div.foot_menu {
        margin: 0 auto 20px;
        width: 90%;
        text-align: left;
    }

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

    div.foot_menu ul li {
        margin: 0 auto;
        padding: 8px 12px;
        border-bottom: 1px dotted #333333;
    }

    div.foot_menu ul li:first-child {
        border-top: 1px dotted #333333;
    }

    div.foot_menu ul li a {
        padding: 0 0;
        color: #333333;
        font-size: 1.2rem;
        line-height: 1.9rem;
        font-weight: 400;
        text-decoration: none;
    }

    div.foot_menu ul li a:hover {
        color: #333333;
        text-decoration: underline;
    }

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

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

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

    div.foot_info h3 {
        margin: 0 auto 15px;
        padding: 0 22px;
        background: #000000;
        color: #ffffff;
        font-size: 1.8rem;
        line-height: 40px;
        font-weight: 700;
        border-radius: 10px;
    }

    div.foot_info p {
        margin: 0 auto 10px;
        font-size: 1.4rem;
        line-height: 2.5rem;
    }

    div.foot_info p:last-child {
        margin: 0 auto;
    }

    div.foot_contact {
        margin: 0 auto;
        width: 90%;
    }

    div.foot_contact_button {
        margin: 0 auto 10px;
        width: 240px;
    }

    div.foot_contact_button a {
        margin: 0 auto;
        width: 100%;
        background: #000000;
        color: #ffffff;
        font-size: 1.8rem;
        line-height: 50px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        display: block;
        border-radius: 25px;
    }

    div.foot_contact_button a span {
        padding: 0 0 0 34px;
        background: url(https://file001.shop-pro.jp/PA01518/602/images/common/foot_icon_contact.png) left center no-repeat;
        background-size: 24px;
    }

    div.foot_contact p {
        margin: 0 auto;
        font-size: 1.4rem;
        line-height: 2.5rem;
    }

    div.foot_info_sp {
        margin: 0 auto;
        width: 94%;
    }

    div.foot_calendar {
        margin: 0 auto 35px;
        width: 100%;
    }

    table.tbl_calendar {
        margin: 0 auto 5px;
        background: #ffffff;
        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;
        font-size: 1.6rem;
        font-weight: 700;
        text-align:center;
    }

    div.foot_calendar p {
        margin: 0 auto;
        font-size: 1.2rem;
        line-height: 2.5rem;
    }

    div.foot_manager {
        margin: 0 auto 30px;
        padding: 18px 0 20px;
        background: #ffffff;
        width: 100%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 20px;
    }

    div.foot_manager p {
        margin: 0 15px 20px;
        font-size: 1.4rem;
        line-height: 2.7rem;
    }

    div.foot_manager_photo {
        margin: 0 auto;
        width: 140px;
    }

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

    div.foot_banner {
        margin: 0 auto;
        width: 240px;
    }

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

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

    div.foot_gmap iframe {
        margin: 0 auto;
        width: 100%;
        height: 300px;
    }

    div.copyright {
        margin: 0 auto;
        width: 100%;
        background: #000000 url(https://file001.shop-pro.jp/PA01518/602/images/common/bg_black.jpg) left center repeat;
        background-size: 320px;
    }

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

    /*下層ページ*/

    div.head_area {
        margin: 0 auto;
        width: 100%;
        height: 80px;
        border-bottom: 1px solid #efefef;
    }

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

    div.head_logo {
        margin: 0;
        width: 300px;
        position: absolute;
        top: 15px;
        left: 0;
        z-index: 1;
    }

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

    div.head_submenu {
        display: none;
    }

    div.head_menu_sp {
        margin: 0;
        width: 50px;
        position: absolute;
        top: 15px;
        right: 0;
        z-index: 1;
    }

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

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

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

    div.breadcrumbs {
        margin: 0 auto 15px;
        width: 90%;
    }

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

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

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

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

    /*メニュー*/

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

	div.upper_menu {
		margin: 0 auto;
		width: 100%;
		height: 100svh;
		position: relative;
	}

	div.upper_menu_head_area {
		margin: 0 auto;
		width: 100%;
		height: 80px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1;
	}

	div.upper_menu_head {
		margin: 0 auto;
		width: 94%;
		height: 80px;
		position: relative;
	}


    ul.upper_menu_head_icon {
        margin: 0;
        width: 190px;
        position: absolute;
        top: 24px;
        left: 0;
        z-index: 1;
        display: flex;
        justify-content: space-between;
    }

    ul.upper_menu_head_icon li {
        margin: 0;
        padding: 0 0 0 36px;
        font-size: 1.4rem;
        line-height: 30px;
        font-weight: 500;
    }

    ul.upper_menu_head_icon li.cart {
        background: url(https://file001.shop-pro.jp/PA01518/602/images/common/head_icon_cart.png) left center no-repeat;
        background-size: 30px;
    }

    ul.upper_menu_head_icon li.login {
        background: url(https://file001.shop-pro.jp/PA01518/602/images/common/head_icon_login.png) left center no-repeat;
        background-size: 30px;
    }

    div.top_head_submenu ul li a {
        color: #333333;
        text-decoration: none;
    }

    div.top_head_submenu ul li a:hover {
        color: #333333;
        text-decoration: underline;
    }

	ul.upper_menu_close {
		margin: 0;
		width: 50px;
		position: absolute;
		top: 15px;
		right: 0px;
		z-index: 1;
	}

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

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

	div.upper_menu_content {
		margin: 0 auto;
		width: 90%;
		position: absolute;
		top: 90px;
		left: 0;
		right: 0;
		z-index: 1;
	}

    div.upper_menu_content h3 {
		margin: 0 auto 15px;
        padding: 10px 20px;
		background: #ffffff;
        color: #000000;
        font-size: 1.6rem;
        line-height: 2.7rem;
        font-weight: 700;
        border-radius: 10px;
	}

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

	div.upper_menu_content ul li {
		margin: 0 0 15px;
		padding: 0 0 0 0;
		color: #ffffff;
		font-size: 1.3rem;
		line-height: 2.1rem;
		font-weight: 500;
	}
	
	div.upper_menu_content ul li a {
		color: #ffffff;
		text-decoration: none;
	}

	div.upper_menu_list_area {
        margin: 0 auto 20px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    div.upper_menu_list {
        margin: 0;
        width: 48%;
    }

}