.container {
    max-width: 100vw;
    overflow: hidden;
    background-color: #222222;
}
.logoImg {
    position: relative;
    width: 65px;
    left: 10%;
}
h1, h2, h3, p, section {
    color: white;
    font-family: serif;
    font-weight: 100;
}
h1 {
    font-size: 230%;
    line-height: 66px;
}
h3 {
    font-size: 30px;
}
p {
    font-size: 13px;
    line-height: 28px;
}
a {
    text-decoration: none;
    font-family: serif;
    color: white;
}
ul {
    list-style: none;
}
section.top {
    margin: auto;
    text-align: center;
    margin-top: 2%;
}
section.top img {
    width: 80%;
    height: auto !important;
}
section.top h1 {
    text-align: center;
}
.button_link a {
    color: black;
    font-family: serif;
}
button.sendGift {
    display: block;
    background: white;
    color: black;
    text-align: center;
    border-radius: 50px;
    width: 42%;
    padding: 11px;
    margin: auto;
    margin-top: 7%;
    font-family: serif;
}
.container ul {
    display: flex;
    justify-content: space-evenly;
    margin: 10% 0;
}
.container ul li {
    border-bottom: 1px solid #ffffff45;
    display: inline-block;
    padding: 0 15px;
    padding-bottom: 4px;
}
.container ul li a span {
    font-size: 10px;
}
.container h2, .container p {
    text-align: center;
}
.container h2 {
    font-size: 36px;
}
section#menu {
    text-align: center;
    margin-top: 7%;
    background-color: #2d2d2d;
    padding: 7% 5% 1% 1%;
}
.menu_items ul {
    display: block;
}
.menu_items ul li {
    display: flex;
    border: none;
    margin-bottom: 5%;
    margin-left: 5%;
    align-items: center;
}
.menu_items ul li img {
    width: 340px;
    height: 280px;
    object-fit: cover;
    margin-right: 10%;
}
.menu_container p {
    text-align: left;
    line-height: 25px;
}
p.menu_title {
    font-size: 25px;
    margin-top: 0;
}
.menu_price {
    padding-left: 0;
    margin: 0!important;
}
ul.menu_price li {
    margin-bottom: 0;
    height: 35px;
}
.menu_container {
    width: 100%;
    margin-left: 5%;
}
.egift {
    width: 50%;
}
.time {
    position: relative;
    padding-left: 30px;
    width: 40px;
}
.time:before{
    content: "";
    position: absolute;
    background: url(../img/icon_clock.png);
    content: '';
    display: block;
    width: 20px; 
    height: 20px;
    background-size: contain;
    background-repeat:no-repeat;
    top: 3px;
    left:0;
}
p.price {
    padding-left: 20px;
    width: 75px;
    margin-right: 5%;
    line-height: 0px;
}
section#send h3, section#receive h3, section#faq h3 {
    text-align: center;
}
.flex_box {
    display: flex;
    justify-content: space-evenly;
}
.flex_box div img {
    width: 315px;
    height: 395px;
}
.flex_box div img {
    width: 315px;
    height: 395px;
}
.toggle {
	display: none;
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {
    height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
    border: solid 0.5px #ffffff47;
    margin: 2% 9%;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.toggle:checked + .Label:after {
    content: "-";
}
section#faq {
    text-align: center;
}
.Label {
    position: relative;
}
.Label:after {
    content: "+";
    position: absolute;
    top: -5px;
    right: -20px;
}
.flex_box {
    display: flex;
    justify-content: space-evenly;
    margin: 0 5% 5% 5%;
}
.flex_box div {
    width: calc(100% / 3 - 30px);
}
.flex_box div p {
    text-align: left;
    height: 100px;
    padding: 0 10% 0 0;
}
.shop_box img{
    width: 55%;
}
.shop_info {
    text-align: left;
}
.shop_info dl {
    display: flex;
    border-bottom: solid 1px #ffffff75;
    padding: 5px 1%;
    margin: unset;
}
.shop_info dl dt {
    width: 15%;
}
.shop_info {
    text-align: left;
    margin: inherit;
}
.shop_info dl:first-child {
    border-top: solid 1px #ffffff75;
}
section.shop_box {
    text-align: center;
    margin: 5% 0;
}
.shop_info {
    text-align: left;
    margin: 5% auto;
    width: 70%;
}
section#send, section#receive {
    margin: 0 5%;
}
section#faq {
    margin: 0 6%;
}
.top_l p {
    text-align: left;
}
.itemImg {
    padding-right: 3%;
}
@media screen and (max-width: 1024px) {

    .logoImg {
        width: 50px;
        left: 5%;
    }
    section.top {
        width: 100%;
        margin: 6% auto;
        flex-direction: column-reverse;
    }
    section.top img {
        width: 100%;
        margin-bottom: 6%;
    }
    h1, .container h2 {
        font-size: 25px;
        margin: 0 auto 15px;
        width: 95%;
        line-height: normal;
        text-align: center;
    }
    p {
        font-size: 10px;
        line-height: 24px;
        width: 90%;
        margin: auto;
    }
    .top_r img {
        width: 100vw;
        height: auto;
        object-fit: cover;
    }
    button.sendGift {
        width: 55%;
        padding: 6px;
        margin-bottom: 10%;
    }
    .container ul {
        display: none;
    }
    .menu_items ul {
        display: block;
        padding-left: 0;
    }
    .menu_items ul li {
        display: block;
        margin-left: 0;
    }
    .menu_items ul li img {
        width: 75%;
        height: 145px;
        margin-right: 0;
        margin-bottom: 9%;
    }
    p.menu_title {
        font-size: 18px;
        margin-bottom: 5%;
    }
    .menu_info {
        width: 100%;
        padding-left: 5%;
    }
    h3 {
        font-size: 22px;
    }
    .flex_box {
        display: block;
    }
    .flex_box div {
        width: 100%;
    }
    .shop_box img {
        width: 85%;
        margin: 10% 0;
    }
    .shop_info {
        width: 90%;
    }
    .shop_info dl dt {
        width: 100%;
    }
    .shop_info dl {
        display: block;
        font-size: 14px;
        font-weight: 100;
        padding-left: 3%;
    }
    .Label {
        font-size: 14px;
    }
    .Label:after {
        display: none;
    }
    .content {
        margin: 2% 0;
        width: 100%;
    }
    .toggle:checked + .Label + .content {
        padding: 11px 0;
    }
    .flex_box div p {
        height: auto;
        margin-bottom: 10%;
    }
    ul.menu_price li {
        display: flex;
        padding-left: 0;
        width: 60%;
        margin: auto;
        margin-bottom: 2%;

    }
    p.time {
        width: 15%;
    }
    p.price {
        padding-left: 0px;
        width: 100;
    }
    .top_l p {
    text-align: center;
    }
     .content {
        height: auto !important;
        padding: 11px 0 !important;
        overflow: visible !important;
        transition: none !important;
    }
    .itemImg {
        padding-right: 0%;
    }

}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .menu_items ul li img {
        height: 400px;
    }
    p.menu_title {
        text-align: center;
    }
    p.menu_info {
        padding-left: 15%;
        margin-bottom: 8%;
    }
    .flex_box div {
        width: 90%;
        text-align: center;
        margin: auto;
    }
    flex_box div p {
        text-align: center;
        margin-left: 5%;
    }
    .shop_info dl dd {
        margin-left: 100px;
    }
    p {
        font-size: 13px;
    }
    h1, .container h2 {
        font-size: 27px;
    }
    h3 {
        font-size: 26px;
    }
    p.price {
        width: 120px;
    }

}
@media screen and (min-width: 834px) and (max-width: 1366px) and (hover: none) and (pointer: coarse) {
    h1, .container h2 {
        font-size: 40px;
    }
    p {
        font-size: 20px;
        line-height: 35px;
    }
    button.sendGift {
        width: 60%;
        padding: 15px;
        margin-bottom: 10%;
        font-size: 20px;
    }
    h3 {
        font-size: 35px;
    }
    p.menu_title {
        font-size: 26px;
    }
    p.price {
        width: 200px;
    }
    h4 {
        font-size: 22px;
    }
    .Label {
        font-size: 22px;
    }

}
@media screen and (max-width: 767px) {
    p {
        font-size: 11.5px;
    }
    .menu_info {
        padding-left: 0%;
    }
    .time ,.price {
        width: 20%
    }
    ul.menu_price li {
        width: 100%;
    }
    p.menu_info {
        margin-bottom: 5%;
    }

}
.anygift-gift-ui__main-button {
  font-family: serif !important;
  font-size: 14px !important;
  border-radius: 30px !important;
  background: #808080 !important;
  color: white !important;
  transition: background 0.3s, color 0.3s;
  height: 27px!important;
  width: 60%!important;
}

.anygift-gift-ui__main-button:hover {
  background: #e0c091 !important;
  color: black !important;
}
img.ag-w-\[80px\].anygift-about-button__img {
    display: none!important;
}
button.ag-cursor-pointer.ag-appearance-none.ag-border-none.ag-bg-transparent.ag-outline-none.anygift-about-button {
    display: none!important;
}
.anygift-gift-ui__main-button { 
    font-size: 0 !important;
}
.anygift-gift-ui__main-button:before { 
    content: 'eギフトを贈る' !important; 
    font-size: 16px !important; 
}
.anygift-message-card-preview__sender-name p,
.anygift-message-card-preview__message {
    color: black !important;
}

@media screen and (max-width: 1024px) {

.anygift-gift-ui__main-button { 
    font-size: 0 !important;
    width: 300px !important;
}
.anygift-gift-ui__main-button:before { 
    content: 'eギフトを贈る' !important; 
    font-size: 13px !important; 
}
.anygift-gift-ui__main-button {
    width: 50% !important;
}
p.price {
    margin-right: 2%;
}
.menu_items ul li {
    padding-left: 0;
}

}
