@charset "UTF-8";
/*
Theme Name: すしとうおいち
Theme URI: https://anaheim-electronics.tech/ec/
Description: すしとうおいちのWPテーマです。
Version: 1.1
Author: owndmedia.lab
*/

/* ************************************************************************************************
   共通
   ************************************************************************************************ */
html,
body {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    background: #fff;
}

.main {
    background-image: url(https://web-creator04.com/shinshintei-takeout/wp-content/uploads/main_bg.jpg);
    background-size: 100% auto;
}

h1 a {
    font-size: 25px;
    font-weight: 500;
}

h1 a span {
    font-size: 16px;
}

@media screen and (max-width: 1280px) {
    h1 a {
        font-size: 23px;
    }
}
@media screen and (max-width: 560px) {
    h1 a {
        font-size: 20px;
    }
}
h2 {
    font-size: 28px;
}

@media screen and (max-width: 1280px) {
    h2 {
        font-size: 22px;
    }
}
@media screen and (max-width: 560px) {
    h2 {
        font-size: 18px;
    }
}
a {
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #333;
}

a:hover {
    color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 1280px) {
    a {
        font-size: 15px;
    }
}
@media screen and (max-width: 560px) {
    a {
        font-size: 14px;
    }
}
p,
li,
th,
td,
dt,
dd {
    font-size: 16px;
}

@media screen and (max-width: 1280px) {
    p,
    li,
    th,
    td,
    dt,
    dd {
        font-size: 15px;
    }
}
@media screen and (max-width: 560px) {
    p,
    li,
    th,
    td,
    dt,
    dd {
        font-size: 14px;
    }
}
img {
    max-width: 100%;
}

/* マウスドラッグした時の文字色 */
::-moz-selection {
    background: #ddd;
    color: #fff;
}

::selection {
    background: #ddd;
    color: #fff;
}

/* 改行 */
.br-sp,.br-sp-392 {
    display: none;
}

@media screen and (max-width: 560px) {
    .br-sp {
        display: block;
    }
}
@media screen and (max-width: 560px) {
    .br-pc {
        display: none;
    }
}
/* ページ全体の余白など */
#page {
    overflow: clip;
    width: 100%;
}

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

@media screen and (max-width: 1600px) {
    .wrap {
        padding: 0 5vw;
    }
}
.wrap2 {
    width: 1400px;
    padding: 0 30px;
    margin: 0 auto;
}

/* 見出し */
/* ボタン */
/* スクロールバー */
/*flex*/
.flex {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ttl01 {
    margin-bottom: 10px;
    padding: 3px 0 3px 10px;
    border-left: 5px solid #531614;
    font-weight: bold;
    font-size: 18px;
}

.ttl02 {
    position: relative;
    color: #333;
    text-align: center;
    margin-bottom: 70px;
}

.ttl02::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: 8px auto 0;
    border-radius: 2px;
    background-color: #531614;
}

@media screen and (max-width: 1280px) {
    .ttl02 {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 560px) {
    .ttl02 {
        margin-bottom: 40px;
    }
}
/***** フッター *****/
footer {
    text-align: center;
    width: 100%;
    padding: 80px 0 20px;
    background-image: url(https://web-creator04.com/shinshintei-takeout/wp-content/uploads/footer_bg.jpg);
    background-size: cover;
}

.footer__logo {
    width: 150px;
    margin: 0 auto 20px;
}

.footer__txt {
    margin-bottom: 20px;
}
.footer__txt p {
    margin-bottom: 0.5em;
}

.footer__menu {
    margin: 2rem 0 1rem;
}

.footer__menu li {
    display: inline-block;
}

.footer__menu li:not(:first-child) {
    margin-left: 0.5rem;
}

.footer__menu a {
    display: block;
    font-size: 0.9em;
    color: #787878;
}

@media screen and (max-width: 960px) {
    footer {
        padding: 70px 0;
    }
    .footer__logo {
        width: 150px;
    }
}
@media screen and (max-width: 560px) {
    footer {
        padding: 60px 0;
    }
    .footer__logo {
        width: 120px;
    }
}
footer small {
    font-size: 12px;
}

@media screen and (max-width: 560px) {
    footer small {
        font-size: 11px;
    }
}
/***** ヘッダー *****/
.header {
    width: 100%;
    height: 100px;
    background: url(https://web-creator04.com/shinshintei-takeout/wp-content/uploads/header_bg.jpg);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

@media screen and (max-width: 1280px) {
    .header {
        height: 80px;
    }
}
@media screen and (max-width: 560px) {
    .header {
        height: 60px;
    }
}
.header__wrap {
    width: 100%;
    height: 100%;
    padding: 0 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1280px) {
    .header__wrap {
        padding: 0 50px;
    }
}
@media screen and (max-width: 560px) {
    .header__wrap {
        padding: 0 20px;
    }
}
.header__wrap h1 {
    height: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1280px) {
    .header__wrap h1 {
        height: 90%;
    }
}
.header__wrap h1 img {
    width: auto;
    height: 100%;
    margin-right: 20px;
    vertical-align: middle;
}

@media screen and (max-width: 560px) {
    .header__wrap h1 img {
        margin-right: 15px;
    }
}
@media screen and (max-width: 960px) {
    .header__menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background-color: #fff;
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 1px solid #ddd;
        background: url(https://web-creator04.com/shinshintei-takeout/wp-content/uploads/header-menu_bg.jpg);
        background-size: cover;
    }
}
.header__menu li {
    display: inline-block;
    margin-left: 40px;
}

@media screen and (max-width: 1280px) {
    .header__menu li {
        margin-left: 30px;
    }
}
@media screen and (max-width: 960px) {
    .header__menu li {
        margin: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        border-right: 1px solid #ddd;
    }
    .header__menu li:last-of-type {
        border-right: 0;
    }
}
.header__menu li a {
    font-size: 18px;
}

@media screen and (max-width: 1280px) {
    .header__menu li a {
        font-size: 17px;
    }
}
@media screen and (max-width: 960px) {
    .header__menu li a {
        width: 100%;
        height: 100%;
        line-height: 50px;
        display: block;
    }
}
@media screen and (max-width: 560px) {
    .header__menu li a {
        font-size: 12px;
    }
}
.header__menu li a img {
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
}

@media screen and (max-width: 960px) {
    .header__menu li a img {
        display: none;
    }
}
/***** 下層ページヘッダー *****/
#lower-header-main {
    position: relative;
    width: 100%;
    height: 72vh;
    background-image: url(https://web-creator04.com/shinshintei-takeout/wp-content/uploads/lower-header_bg.jpg);
    background-position: 50% 95%;
    background-size: cover;
}
#lower-header-main::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.3);
}

#lower-header-main .lower-header-main__ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 8px rgb(104, 104, 104);
    letter-spacing: 0.1em;
    color: #fff;
    z-index: 2;
}

#lower-header-main .lower-header-main__ttl h2 {
    font-weight: bold;
    font-size: 42px;
}

#lower-header-main .lower-header-main__ttl p {
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 960px) {
    #lower-header-main .lower-header-main__ttl {
        top: calc(50% - 20px);
    }
    #lower-header-main .lower-header-main__ttl h2 {
        font-size: 38px;
    }
    #lower-header-main .lower-header-main__ttl p {
        font-size: 16px;
    }
}
@media screen and (max-width: 560px) {
    #lower-header-main {
        height: 50vh;
    }
    #lower-header-main .lower-header-main__ttl {
        top: calc(50% + 20px);
    }
    #lower-header-main .lower-header-main__ttl h2 {
        font-size: 32px;
    }
    #lower-header-main .lower-header-main__ttl p {
        font-size: 14px;
    }
}
/* ハンバーガーメニュー */
#h-menu {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 101;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    background-color: #ddd;
    display: none;
}

.h-menu__line,
.close__line {
    display: block;
    width: 25px;
    height: 3px;
    right: 12px;
    top: 14px;
    border-radius: 10px;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
        transform 0.3s,
        -webkit-transform 0.3s;
    background-color: #fff;
}

.h-menu__line.active {
    display: none;
}

.h-menu__line--center {
    top: 24px;
}

.h-menu__line--bottom {
    top: 34px;
}

.h-menu--close {
    display: none;
}

.h-menu--close.active {
    display: block;
}

.close__line--top {
    top: 23px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.close__line--bottom {
    top: 23px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#gnav-sp {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(221, 221, 221, 0.9);
    display: none;
}

/***** 特定商取引ページ *****/
#policy01 {
    margin-bottom: 30px;
}

#policy02 .policy02__ttl {
    font-size: clamp(1.25rem, 1.19rem + 0.26vw, 1.5rem);
    margin-bottom: 1em;
}

#policy01 .policy01__txt {
    letter-spacing: 0.1em;
    font-size: 18px;
}

#policy02 .policy02__term {
    font-size: clamp(1rem, 0.94rem + 0.26vw, 1.25rem);
    margin-bottom: 0.6em;
}

#policy02 .policy02__desc {
    margin-bottom: 40px;
}

#policy02 .policy02__link {
    color: #2f3067;
    transition: 0.3s;
}

#policy02 .policy02__link:hover {
    opacity: 0.8;
}

/* ************************************************************************************************
   チェックアウトのレイアウト
   ************************************************************************************************ */

/***   cheackout   ***/

.radio-flex-row > .woocommerce-input-wrapper {
    display: flex;
}

#select2-billing_chopsticks-container .select2-selection__clear,
#select2-additional_time-container .select2-selection__clear {
    display: none;
}

#billing_chopsticks + .select2-container .select2-selection--single,
#additional_time + .select2-container .select2-selection--single {
    min-height: 40px;
}

.woocommerce-additional-fields > h3 {
    display: none;
}

@media screen and (max-width: 1050px) {
    .radio-flex-row > .woocommerce-input-wrapper {
        display: grid;
        grid-template-columns: 25px 1fr;
        row-gap: 10px;
        align-items: center;
    }

    .radio-flex-row > .woocommerce-input-wrapper input[type="radio"] {
        margin: 0;
    }

    .radio-flex-row > .woocommerce-input-wrapper label {
        margin: 0;
    }
}

/* ************************************************************************************************
   アニメーション
   ************************************************************************************************ */
/***** loading01 *****/
/***** loading02 *****/
/***** ページトップに戻るボタン *****/
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 20;
}

@media screen and (max-width: 1280px) {
    #page_top {
        width: 45px;
        height: 45px;
    }
}
@media screen and (max-width: 960px) {
    #page_top {
        bottom: 60px;
    }
}
@media screen and (max-width: 560px) {
    #page_top {
        width: 40px;
        height: 40px;
        right: 15px;
    }
}
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #531614;
    color: #fff;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 1280px) {
    #page_top a {
        width: 45px;
        height: 45px;
    }
}
@media screen and (max-width: 560px) {
    #page_top a {
        width: 40px;
        height: 40px;
    }
}
#page_top a:hover {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #ddd;
}

#page_top .material-icons {
    position: absolute;
    font-size: 25px;
    width: 25px;
    height: 25px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

@media screen and (max-width: 1280px) {
    #page_top .material-icons {
        font-size: 22px;
        width: 22px;
        height: 22px;
    }
}
@media screen and (max-width: 560px) {
    #page_top .material-icons {
        font-size: 20px;
        width: 20px;
        height: 20px;
    }
}
/***** スクロールアニメーション *****/
.scroll.fadeIn {
    opacity: 0;
    -webkit-transition: all 1500ms;
    transition: all 1500ms;
}

.scroll.fadeIn2 {
    opacity: 0;
    -webkit-transition: all 3000ms;
    transition: all 3000ms;
}

.scroll.fadeInUp {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 1500ms;
    transition: all 1500ms;
}

.scroll.fadeInDown {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
    -webkit-transition: all 1500ms;
    transition: all 1500ms;
}

.scroll.fadeInLeft {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 1500ms;
    transition: all 1500ms;
}

.scroll.fadeInRight {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 1500ms;
    transition: all 1500ms;
}

.scroll.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.scroll.delay {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}

.scroll.delay2 {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}

.scroll.delay3 {
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
}

.scroll.delay4 {
    -moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
}

.scroll.delay5 {
    -moz-transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
}

.scroll.delay6 {
    -moz-transition-delay: 1200ms;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
}

@media screen and (max-width: 559px) {
    .scroll.delay,
    .scroll.delay2,
    .scroll.delay3,
    .scroll.delay4,
    .scroll.delay5,
    .scroll.delay6 {
        -moz-transition-delay: unset;
        -webkit-transition-delay: unset;
        -o-transition-delay: unset;
        -ms-transition-delay: unset;
    }
}
/*
Theme Name: すしとうおいち
Theme URI: https://anaheim-electronics.tech/ec/
Description: すしとうおいちのWPテーマです。
Version: 1.1
Author: owndmedia.lab
*/
/* ************************************************************************************************
   index.php
   ************************************************************************************************ */
#header-main {
    position: relative;
    width: 100%;
    height: 350px;
    background-image: url(https://web-creator04.com/shinshintei-takeout/wp-content/uploads/header-main_bg-2-1.jpg);
    background-position: 50% 95%;
    background-size: cover;
}
#header-main::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.3);
}

#header-main .header-main__logo {
    position: absolute;
    top: 70%;
    left: 50%;
    opacity: 0.9;
    z-index: 2;
    transform: translate(-50%, -50%);
}

#header-main .header-main__logo::after {
    content: "お寿司テイクアウト";
    font-weight: 700;
    position: absolute;
    width: auto;
    padding: 4px 15px;
    color: #793737;
    background: #fbffdf;
    font-size: 20px;
    top: -60px;
    left: 30px;
}

#header-main .header-main__logo img {
    max-width: 300px;
    width: 300px;
    height: auto;
}

@media screen and (max-width: 960px) {
    #header-main .header-main__logo {
        top: 70%;
    }
}
@media screen and (max-width: 560px) {
    #header-main {
        height: 50vh;
    }
    #header-main .header-main__logo {
        top: 70%;
    }
    #header-main .header-main__logo img {
        max-width: 100%;
        height: auto;
    }

    #header-main .header-main__logo::after {
        width: 180px;
        font-size: 16px;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
    }
}
.main .wrap.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 960px) {
    .main .wrap.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.main__contents {
    width: 100%;
}

.main__contents--inner {
    padding: 50px 20px;
    background: rgba(255, 255, 255, 0.4);
}

.main__wrap {
    margin-bottom: 40px;
    background: rgba(255, 255, 255, 0.4);
    padding: 60px 30px;
}

.main__wrap:last-of-type {
    margin-bottom: 0;
}

.main__wrap2 {
    padding-top: 150px;
}

.main__container {
    padding: 150px 0;
    gap: 2rem;
}

.main__catch {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 32px;
    margin-bottom: 1em;
}

.main__catch--message {
    text-align: center;
}

.main__catch--message p{
	margin-top:10px;
}

.main__catch--message span{
	color:#531614;
	font-size:20px;
	font-weight:600;
	border-bottom: 1px solid #531614;
	text-align: center;
}

.main__catch--message a{
	color:#531614;
    font-weight: 600;
}

@media screen and (max-width:769px){
	.main__catch--message {
		text-align: left;
	}

	.main__catch--message span{
		font-size:17px;
	}
}

@media screen and (max-width:392px){
	.br-sp-392{
		display:block;
	}
}

.main__wrap h2,
.woocommerce .related > h2 {
    position: relative;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
}

.main__wrap h2::after,
.woocommerce .related > h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: 8px auto 0;
    border-radius: 2px;
    background-color: #531614;
}

.main__wrap .woocommerce .woocommerce-result-count {
    display: none;
}

@media screen and (max-width: 1280px) {
    .main__wrap2 {
        padding-top: 120px;
    }

    .main__container {
        padding: 120px 0;
    }
}
@media screen and (max-width: 960px) {
    .main__container {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }
    .main__catch {
        font-size: 26px;
    }
}
@media screen and (max-width: 560px) {
    .main__wrap2 {
        padding-top: 60px;
    }
    .main__container:has(#menu) {
        padding: 60px 0 80px;
    }
    .main__container {
        padding: 100px 0 80px;
    }

    .main__wrap {
        padding: 40px 20px;
    }

    .main__wrap h2,
    .woocommerce .related > h2 {
        margin-bottom: 40px;
    }
    .main__catch {
        letter-spacing: inherit;
        font-size: 20px;
    }
}

.main__item {
    margin-bottom: 60px;
    width: 33.3333333333%;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .main__item {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 560px) {
    .main__item {
        width: 50%;
        margin-bottom: 30px;
    }
}
.main__item--cat {
    margin-bottom: 40px;
    width: 25%;
}

@media screen and (max-width: 1280px) {
    .main__item--cat {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 560px) {
    .main__item--cat {
        width: 33.3333333333%;
        margin-bottom: 20px;
    }
}
.main__item--cat .main__img {
    max-width: 90%;
    height: auto;
}

.main__img {
    max-width: 90%;
    height: 250px;
    overflow: hidden;
    display: inline-block;
}

.main__img img {
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

.main__img img:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
}

.main__ttl {
    margin: 10px 0 8px;
    display: block;
}

.main__price {
    font-size: 14px;
}

@media screen and (max-width: 1280px) {
    .main__price {
        font-size: 13px;
    }
}
@media screen and (max-width: 560px) {
    .main__price {
        font-size: 12px;
    }
}
.sidebar {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    min-width: 200px;
}

@media screen and (max-width: 960px) {
    .sidebar {
        position: static;
        min-width: 100%;
    }
}
.sidebar__list {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.4);
    padding: 20px;
}

@media screen and (max-width: 960px) {
    .sidebar__list {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0;
    }
}
.sidebar__list:nth-of-type(2) {
    padding: 30px 0;
    border-top: 1px solid #2f3067;
    border-bottom: 1px solid #2f3067;
}

/* 上書き */
.sidebar__list.sidebar__list--no-border {
    padding: 20px;
    border-top: none;
    border-bottom: none;
}

@media screen and (max-width: 960px) {
    .sidebar__list:nth-of-type(2) {
        padding: 20px 0 0;
    }
    /* 上書き */
    .sidebar__list.sidebar__list--no-border {
        padding: 20px;
    }
}
.sidebar__list li {
    margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
    .sidebar__list li {
        display: inline-block;
        margin-right: 20px;
    }
}
.sidebar__list li:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 560px) {
    .sidebar__list li:last-of-type {
        margin-bottom: 20px;
    }
}
.sidebar__list li a {
    font-size: 15px;
}

@media screen and (max-width: 1280px) {
    .sidebar__list li a {
        font-size: 14px;
    }
}
@media screen and (max-width: 560px) {
    .sidebar__list li a {
        font-size: 13px;
    }
}
.sidebar__list .sidebar__list__ttl {
    border-bottom: 1px solid #531614;
    padding-bottom: 10px;
    margin-bottom: 30px;
	text-align:center;
}

.sidebar__list .sidebar__list__ttl a {
    font-size: 17px;
	font-weight: 600;
    color: #333;
}

.sidebar__list__ttl i{
    font-size: 12px;
    padding-left: 5px;
}

@media screen and (max-width: 1280px) {
    .sidebar__list .sidebar__list__ttl a {
        font-size: 17px;
    }
}
@media screen and (max-width: 960px) {
    .sidebar__list .sidebar__list__ttl {
        width: 100%;
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 560px) {
    .sidebar__list .sidebar__list__ttl {
        font-size: 16px;
        padding-bottom: 7px;
    }
}
h2.woocommerce-loop-product__title::after {
    content: none;
}

.woocommerce-loop-product__title {
    font-weight: bold;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #333 !important;
}

.woocommerce ul.products li.product .price {
    font-size: 1.1em !important;
}

.woocommerce ul.products li.product {
    text-align: center;
}

.woocommerce ul.products li.product img {
    transition: 0.3s ease;
}

.woocommerce ul.products li.product img:hover {
    opacity: 0.7;
}

.woocommerce ul.products li.product a.button {
    padding: 1em 1.8em;
    border-radius: 50px;
}

.woocommerce form.woocommerce-cart-form {
    margin-top: 0;
}

.woocommerce a.added_to_cart {
    padding: 1em 0.5em;
}

.woocommerce table.shop_table {
    background-color: rgba(255, 255, 255, 0.4);
}

.woocommerce .col2-set {
    background: rgba(255, 255, 255, 0.4);
    padding: 20px;
    margin-bottom: 30px;
}

.woocommerce input[type="number"] {
    border: 1px solid;
}

.woocommerce div.product div.images {
    margin-bottom: 4em !important;
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(n + 5) {
    display: none;
}

/* .woocommerce .summary :not(:last-child) {
	margin-bottom: 8px;
} */

.woocommerce .summary .product_title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0.5rem;
}

.woocommerce .summary .price .amount {
    font-size: 120%;
}

.woocommerce .summary .woocommerce-product-details__short-description {
    margin: 2.5rem 0 2rem;
    padding-block: 1.5rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.woocommerce .product .summary .cart {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}

.woocommerce .product_meta {
    text-align: right;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}

.woocommerce .summary + * {
    clear: both;
}

.woocommerce .description {
    margin-bottom: 80px;
}

.woocommerce .related {
    background: rgba(255, 255, 255, 0.4);
    padding: 5% 3%;
}

.woocommerce .quantity .qty {
    background: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 1em !important;
}

#order_review_heading,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3 {
    font-size: 1.1em;
    border-bottom: 1px solid #531614;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.woocommerce .woocommerce-ordering select {
    border: 1px solid #ddd;
    padding: 5px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.woocommerce a.wc-backward {
    margin-bottom: 1rem !important;
}

.woocommerce td.product-name dl.variation {
    margin-top: 0.5rem;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #fff !important;
    background-color: #531614 !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #856e6d !important;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
    opacity: 1 !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    margin-top: 1em;
}

.back-to-list-wrap {
    text-align: right;
    margin-top: 2rem;
}

.back-to-cart-wrap {
    margin-top: 1rem;
}

.woocommerce-LoopProduct-link,
.woocommerce-loop-product__link {
    /* pointer-events: none; */
}

.woocommerce.columns-4 {
    margin-top: 70px;
}

@media screen and (max-width: 1280px) {
    .woocommerce .woocommerce-ordering select {
        font-size: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        width: fit-content !important;
        margin-left: auto;
    }
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        width: fit-content !important;
    }
}
@media screen and (max-width: 767px) {
    .woocommerce div.product div.images {
        margin-bottom: 2em !important;
    }
}

@media screen and (max-width: 560px) {
    .woocommerce.columns-4 {
        margin-top: 40px;
    }
    .woocommerce ul.products li.product {
        width: 100% !important;
    }

    .woocommerce .summary .product_title {
        font-size: 20px;
    }
    .woocommerce .woocommerce-ordering select {
        font-size: 14px;
    }
}
.woocommerce-cart-form__cart-item .product-name a,
.woocommerce-cart-form__cart-item .product-thumbnail a {
    pointer-events: none;
}

form.woocommerce-cart-form {
    margin-top: 50px;
}

nav.woocommerce-MyAccount-navigation {
    padding: 50px 20px;
    background: rgba(255, 255, 255, 0.4);
}

li.woocommerce-MyAccount-navigation-link {
    margin-bottom: 30px;
    text-align: center;
}

li.woocommerce-MyAccount-navigation-link a {
    border-bottom: 1px solid #531614;
    padding: 0 5px 5px;
}

/* 紫の帯非表示 */
.woocommerce-store-notice.demo_store {
    display: none !important;
}

/* 割引や製品情報が記載されたお得なメールを受け取りたいです。 (オプション) 注文時の左記非表示 */
#mailpoet_woocommerce_checkout_optin_field {
    display: none;
}

/* 商品オプション（YITH WooCommerce プラグイン）  */
#yith-wapo-container .yith-wapo-block {
    background: rgba(255, 255, 255, 0.4);
}
.yith-wapo-block .yith-wapo-addon .addon-header {
    margin-bottom: 0.5rem;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option {
    margin-bottom: 0;
}

.woocommerce .summary .yith-wapo-block .yith-wapo-addon.empty-title {
    margin-top: 0;
}
.woocommerce .summary #yith-wapo-container .yith-wapo-block:last-child {
    margin-bottom: 2rem;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option input {
    vertical-align: baseline;
}
