/* CSS Document */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

#contents .title_img{
    text-align: center;
    padding-bottom: 30px;
}


/*Ã¥â€¦Â±Ã©â‚¬Å¡*/

#main_header {
    display: none;
}

#contents {
  clear: both;
  padding: 0 0 0px;
  margin: 0;
  background: url(main_bg.png);
  background-image: url(main_bg.png),linear-gradient(0deg, rgba(79, 191, 222, 0.6), rgba(178, 219, 202, 0.6));
  background-attachment: fixed;
  color: #824c2d;
}
#contents a {
  color: #824c2d;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#contents .inner {
    min-width: 780px;
    max-width: 780px;
    box-sizing: border-box;
    margin: auto;
}


/*Ã£Æ’Â¡Ã£Æ’â€¹Ã£Æ’Â¥Ã£Æ’Â¼*/
#contents-main.all .list_menu {
    display: none;
    bottom: 0;
    width: 100%;
    max-width: 780px;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.25);
}
#contents-main.all .list_menu ul {
    display: flex;
}
#contents-main.all .list_menu ul li {
    background: #ea3661;
    border: #fff 1px solid;
    flex: 1;
    text-align: center;
    padding: 12px 0 25px;
    color: #fff;
    font-weight: bold;
    position: relative;
}
#contents-main.all .list_menu ul li::after {
    font-family: var(--fontfamily-icon);
    content: "\e313";
    position: absolute;
    left: calc(50% - 10px);
    bottom: 0;
    font-size: 20px;
}
#contents-main.all .list_menu ul li a{
    color: #fff;
    font-weight: bold;
    line-height: 1rem;
}


/*h3*/
#contents h3 {
   background-image: linear-gradient(0deg, rgba(234, 54, 97, 1), rgba(231, 107, 144, 1));
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#contents section {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

/**/
p.caption {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 30px 0;
    line-height:1.8rem;
}


section div.sec_inner, section.newopen ul{
    padding: 0 80px;
}

/*特典*/

section.tokuten {
    padding-bottom: 40px;
}
section.tokuten div.sec_inner h4{
    margin: 0 auto 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    background: #5bbeb5;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    padding: 10px 0 15px;
}
section.tokuten div.sec_inner .cat_menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 40px;
}
section.tokuten div.sec_inner .cat_menu ul li{
    background:#f7cd75;
    border: 1px solid #fff;
    border-radius: 10px;
    width: calc(100%/3 - 3px);
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
}
section.tokuten div.sec_inner .cat_menu ul li a{
    padding: 10px 0 20px;
}
section.tokuten div.sec_inner .cat_menu ul li::after{
    font-family: var(--fontfamily-icon);
    content: "\e313";
    position: absolute;
    left: calc(50% - 10px);
    bottom: 0;
    font-size: 20px;
    line-height: 1rem;
}
section.tokuten div.sec_inner ul.item_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}
section.tokuten div.sec_inner ul.item_list li.item{
    width: calc(100%/2 - 10px);
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    box-sizing: border-box;
}
section.tokuten div.sec_inner ul.item_list li.item article{
    height: 100%;
    position: relative;
}
section.tokuten div.sec_inner ul.item_list li.item p.item_fig{
    border-radius: 10px;
    overflow: hidden;
    width: 40%;
    height: auto;
    aspect-ratio: 2/1;
    margin: 0 auto 10px;
}
section.tokuten div.sec_inner ul.item_list li.item p.item_fig.t{
    width: 80%;
    aspect-ratio: unset;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
}
section.tokuten div.sec_inner ul.item_list li.item p.item_fig a{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
section.tokuten div.sec_inner ul.item_list li.item p.item_fig img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
section.tokuten div.sec_inner ul.item_list li.item .detail {
    padding-bottom: 65px;
}
section.tokuten div.sec_inner ul.item_list li.item .detail h5 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 1.5rem;
    background: rgba(247,205,117,0.2);
    padding: 20px 10px;
    border-radius: 7px;
}

section.tokuten div.sec_inner ul.item_list li.item .detail h5 span{
     font-family: "Noto Sans JP", sans-serif;
    color:#ea3661;
    font-size: 18px;
    display: block;
    padding: 5px 0;
    font-weight: 900;
}
section.tokuten div.sec_inner ul.item_list li.item .detail p {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2rem;
}
section.tokuten div.sec_inner ul.item_list li.item .detail p span {
    font-weight: normal;
    font-size: 13px;
    margin-left: 5px;
}
#contents section.tokuten div.sec_inner ul.item_list li.item .detail > a {
    text-align: center;
    position: absolute;
    height: auto;
    bottom: 0;
    border-top: 1px dashed #824c2d;
    padding: 10px 0 5px;
    display: block;
    box-sizing: border-box;
}

/*イベント*/
section.event > div {
    display: flex;
    gap: 30px;
    row-gap: 0px;
    flex-wrap: wrap;
    padding: 0 80px;
    justify-content: center;
}
section.event > div > div {
    width: calc(50% - 15px);
}
section.event article.events .image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #5bbeb5;
    box-sizing: border-box;
    position: relative;
    aspect-ratio: 2/1.3;
}
section.event article.events .image a {
    height: 100%;
    background: #fff;
    position: relative;
}
section.event article.events .image a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
    transform: scale(1.05);
}
section.event article.events .image::after, section.campaign .image::after {
    content: "";
    display: block;
    height: calc(40px / 2 * tan(63deg));
    width: 40px;
    clip-path: polygon(100% 0%, 0 100%, 100% 100%);
    position: absolute;
    background: #5bbeb5;
    right: 10px;
    bottom: 10px;
}



section.event article.events .event_text {margin-top: 10px;}
section.event article.events .event_text .ev_date {
    display: none;
}
section.event article.events .event_text h4 {
    font-weight:  bold;font-size: 20px;margin-bottom: 10px;
}
section.event h5 {
    font-family: "Lobster", sans-serif;
    font-style: normal;
    margin: 40px auto 30px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 3rem;
    background: #5bbeb5;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    letter-spacing: 0.2rem;
}
section.event h5 span {
    font-size: 18px;
    letter-spacing: 0.1rem;
}
section.event p.attention {
    padding: 30px 0;
    width: 100%;
}
/*webチラシ*/
section.poster > div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 20px;
}
section.poster > div .detail {
    text-align: center;
}
section.poster > div .detail h5 {
    margin: auto;
    border-top: 1px solid #824c2d;
    border-bottom: 1px solid #824c2d;
    padding: 15px;
    font-size: 30px;
    font-weight: bold;
}
section.poster > div .detail p {
    font-size: 20px;
    font-weight: bold;
    margin: 20px auto;
    line-height: normal;
}
section.poster > div .detail a {
    display: block;
    font-weight: bold;
    border: 2px solid #fff;
    background: #f7cd75;
    border-radius: 50px;
    font-size: 24px;
    line-height: 4rem;
    position: relative;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25);
}
section.poster > div .detail a::after {
    content:"";
    position: absolute;
    height: calc(20px / 2 * tan(63deg));
    width: 15px;
    clip-path: polygon(0 100%, 0 0%, 100% 50%);
    background: #824c2d;
    top: calc(50% - 9px);
    right: 15px;
}

/*キャンペーン*/
section.campaign > div {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 30px;
    margin: 40px 0;
}
section.campaign > div >div {
    flex: 1;
}
section.campaign > div article .image{
    height:auto;
    aspect-ratio: 2/1.8;
    border-radius: 10px;
    overflow:hidden;
    border: 3px solid #5bbeb5;
    margin-bottom: 10px;
    background:#eee;
    position: relative;
}

section.campaign > div article h4{
    font-size: 18px;
    font-weight: bold;
}

section.campaign > div article .ev_date {
    display: none;
}
section.campaign h5 {
    font-family: "Lobster", sans-serif;
    font-style: normal;
    margin: 20px auto;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 3rem;
    background: #5bbeb5;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    letter-spacing: 0.2rem;
}
section.campaign h5 span {
    font-size: 18px;
    letter-spacing: 0.1rem;
}
/*NEW SHOP*/
section.newopen ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}
section.newopen ul li {
    width: 40%;
    text-align: center;
}
section.newopen ul li img {
    width: 100%;
}

/*NEW SHOP*/
section.bnr_space {
    text-align: center;
    padding: 40px 80px;
}
 #contents-main section.bnr_space a.bnr {
    border: 1px solid #824c2d;
    border-radius: 10px;
    padding: 20px;
    margin: 10px auto;
    box-sizing: border-box;
    background: rgba(255,255,255, 0.45);
    width: 50%;
}
#contents-main section.bnr_space a.line {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 30px auto 0;
    border: 1px solid #824c2d;
    background: #fff;
    padding: 20px 0;
    font-weight: bold;
    gap: 20px;
}
section.bnr_space a.line img {
    width: 15%;
}
section.bnr_space a.line p{
}
section.bnr_space a.line span {
    display: block;
}

/*attention*/
#contents .inner .attention p{
    padding: 0 20px 20px;
    text-align: center;
}



/*------------------------------------------SP Ã¢â€ â€œ----------------------------------------*/
body.view.sp #main {
    padding-top: 0;
}
body.view.sp #contents .title_img {
	padding-bottom: 16px;	
}
body.sp #contents h2{
    padding: 0;
}
body.sp #contents h3 {
    font-size: 22px;
    line-height: 1.6rem;
}
body.view.sp #contents .inner {
    min-width: auto;
    padding: 0;
}
body.view.sp #contents section {
    border-radius: 0;
}
body.view.sp section div.sec_inner,body.view.sp section.event article.events,body.view.sp section.newopen ul {
    padding: 0 15px;
}
body.view.sp section.tokuten div.sec_inner ul.item_list {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
body.view.sp section.tokuten div.sec_inner ul.item_list li.item {
    width: 90%;
    margin:auto;
}
body.view.sp section.tokuten div.sec_inner ul.item_list li.item:last-child {
    margin-bottom: 30px;
}
body.view.sp section.tokuten div.sec_inner h4 {
    margin: 0 auto 10px;
    font-size: 18px;
}
body.view.sp p.caption {
    margin: 15px 0 0;
}
body.view.sp section.event > div {
    flex-direction:column;
    padding: 0 15px;
}
body.view.sp section.event > div > div {
    width: 100%;
}
body.view.sp section.event h5 {
    margin: 20px auto;
}
body.view.sp section.event article.events {
    flex-direction:column;
    gap: 15px;
}
body.view.sp section.event p.attention {
    padding: 30px 0;
    box-sizing: border-box;
}
body.view.sp section.poster > div {
    flex-direction:column;
    margin-bottom: 20px;
}
body.view.sp section.campaign h3 span{
    display: block;
    font-size: 18px;
    padding-left: 10px;
}
body.view.sp section.campaign > div {
    flex-direction: column;
    margin: 20px 0 40px;
}

body.view.sp section.campaign > div article {
    width:100%;
    padding: 0 10px;
    box-sizing: border-box;
}
body.view.sp section.newopen ul {
    flex-direction: column;
    margin-top:30px;
}
body.view.sp section.newopen ul li{
   width: 90%;
}
body.view.sp section.bnr_space {
    padding: 20px;
}
body.view.sp #contents section.bnr_space a {
    width: 100%;
}
body.view.sp #contents-main.all {
    padding-top: 0;
}
body.view.sp #contents-main.all .list_menu ul {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
body.view.sp #contents-main.all .list_menu ul li {
    padding: 8px 0 20px;
}
body.view.sp #contents-main.all .list_menu ul li a {
    line-height:1rem;
}
body.view.sp #contents-main.all .list_menu ul li::after {
    font-size: 15px;
}
body.view.sp #contents-main.all .list_menu ul li:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
body.view.sp #contents-main.all .list_menu ul li:nth-child(2)  { grid-area: 1 / 2 / 2 / 4; }
body.view.sp #contents-main.all .list_menu ul li:nth-child(3)  { grid-area: 2 / 1 / 3 / 2; }
body.view.sp #contents-main.all .list_menu ul li:nth-child(4)  { grid-area: 2 / 2 / 3 / 3; }
body.view.sp #contents-main.all .list_menu ul li:nth-child(5)  { grid-area: 2 / 3 / 3 / 4; }
body.view.sp .to-top {
    bottom: 130px;
}
body.view.sp section.tokuten div.sec_inner .cat_menu ul {
    margin: 20px 0;
}
body.view.sp #contents section.tokuten div.sec_inner .cat_menu ul li a {
    line-height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 18px;
    font-size: 3.5vw;
    box-sizing: border-box;
}
body.view.sp footer #footer_navi {
    display: none!important;
}
body.sp footer {
    padding-bottom: 0;
}