@charset "utf-8";

/* スマホここから */
@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 {
        margin: 0 auto;
        width: 94%;
        display: flex;
        justify-content: space-between;
    }

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

    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 {
        display: none;
    }

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

    div.side_category h3 {
        margin: 0 auto;
        font-size: 1.8rem;
        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 {
        display: none;
    }

    div.side_sp_content {
        margin: 0 auto;
        padding: 15px 20px 15px;
        width: 100%;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        border-radius: 0 0 10px 10px;
    }

    div.side_sp_content select {
        margin: 0 auto;
        padding: 6px 10px;
        width: 100%;
        font-size: 1.4rem;
        border: 1px solid #cccccc;
        border-radius: 10px;
    }

    div.side_banner {
        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 30px;
        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: 80px;
		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 15px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

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

    .category_note {
        color: #e9546b;
    }

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

	div.title_page h2 {
        margin: 0 auto 20px;
        padding: 0 40px;
        background: #000000 url(https://file001.shop-pro.jp/PA01518/602/images/common/h2bg.jpg) left center repeat;
        background-size: 108px;
        color: #ffffff;
        font-size: 2.0rem;
        line-height: 50px;
        font-weight: 700;
        text-align: left;
        border-radius: 10px;
    }

    div.news_box {
        margin: 0 auto 50px;
        padding: 25px 30px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

    div.news_box h3 {
        margin: 0 auto 15px;
		padding: 10px 0;
		font-size: 1.8rem;
		line-height: 3.0rem;
        font-weight: 700;
		border-top: 1px dotted #333333;
		border-bottom: 1px dotted #333333;
    }

    div.news_box h3 a {
        text-decoration: none;
    }

    div.news_box h3 a:hover {
        text-decoration: underline;
    }

    div.news_box p {
        margin: 0 auto 25px;
    }

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

    div.news_box p.post_info {
        margin: 0 auto;
        font-size: 1.2rem;
        text-align: right;
    }

    div.news_box p.date {
        margin: 0 auto 10px;
        font-size: 1.8rem;
        line-height: 2.5rem;
        font-weight: 700;
    }

    div.news_box .wp-block-image {
        margin: 0 auto 25px;
    }

}