@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');

/*=============================
    common setting
===============================*/
body {}
.bread {}
.bread_list h1 {
    font-size: 12px;
    font-weight: normal;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix .fleft {
    width: 50%;
    float: left;
}
.clearfix .fright {
    width: 50%;
    float: right;
}

/*  c_conts01
--------------------------*/
.subwrap {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    color: #804f2e;
    letter-spacing: 0.05em;
}
.c_conts01 { padding: 0 0 10px 0; }
.c_conts01 .center{ text-align: center; }

.show_pc { display: inline-block; }
.show_sp { display: none; }

.kv {
    margin-top: 40px;
}
.kv .title {
    margin-top: -32px;
}

.anchor_area {
    margin-top: 110px;
}
.anchor_area ul {
/*    width: 890px;*/
    width: 1200px;
    margin: auto;
}
.anchor_area ul li {
/*    width: 262px;*/
    width: 282px;
    height: 98px;
    float: left;
    position: relative;
}
.anchor_area ul li:not(:first-child) {
/*    margin-left: 52px;*/
    margin-left: 24px;
}
.anchor_area ul li a {
    display: block;
    background-color: #fff2f4;
    border-color: #ff8197;
    border-style: solid;
    border-width: 4px 8px 8px 4px;
    border-radius: 50px;
    padding: 20px;
    transition: 0.2s;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
}
.anchor_area ul li a:hover {
    background-color: #f8cad2;
    border: 4px solid#ff8197;
    opacity: 1;
    margin-top: 4px;
}
.anchor_area ul li a::before,
.anchor_area ul li a::after {
    content: "";
    width: 12px;
    height: 3px;
    display: inline-block;
    border-radius: 2px;
    background: #ff8197;
    position: absolute;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.anchor_area ul li a::before {
    transform: rotate(45deg);
    left: calc(0% - 6px);
}
.anchor_area ul li a::after {
    transform: rotate(-45deg);
    right: calc(0% - 6px);
}
.anchor_area ul li a:hover::before,
.anchor_area ul li a:hover::after {
    opacity: 1;
}

.text_area {
    padding-top: 80px;
    margin-top: -50px;
}
.text_area .inner {
    background-color: #e3f1e2;
    padding: 32px 0 80px;
}
.text_area .text {
    margin-top: 40px;
}
.wrap_btn {
    width: 620px;
    margin: 30px auto 0;
}
.text_area .wrap_btn {
    display: flex;
    justify-content: center;
}
.wrap_btn .fleft {
    width: 310px;
    float: left;
}
.wrap_btn .fright {
    width: 310px;
    float: right;
}
.cafe_body + .wrap_btn {
    margin-top: 50px;
}
.yonkoma_area {
    /*padding-top: 90px;*/
    padding-top: 130px;
    margin-top: -40px;
}

.pickup_area {
    padding-top: 130px;
    margin-top: -40px;
}
.pickup_outline {
    line-height: 1.8;
    margin-top: 30px;
}
.pickup_flex {
    width: 880px;
    margin: 30px auto 0;
    text-align: left;
    display: flex;
    gap: 50px;
}
.pickup_flex .pickup_description {
    line-height: 1.8;
}

.cafe_area {
    /*padding-top: 90px;*/
    padding-top: 130px;
    margin-top: -40px;
}
.cafe_outline {
    line-height: 1.8;
    margin-top: 30px;
}
.cafe_menu_archive_body {
    width: 960px;
    margin: 30px auto 0;
}
.cafe_menu_archive_body ul {
    display: flex;
    justify-content: space-between;
}
.cafe_menu_archive_body ul li {
    width: 32%;
}
.cafe_menu_archive_body ul li img {
    width: 100%;
}
.cafe_menu_archive_body p {
    margin-top: 1em;
    font-size: 14px;
}
.cafe_body {
    margin-top: 50px;
}
.cafe_shop {
    background-color: #ffe4bc;
    border-radius: 14px;
    padding: 30px 40px;
    width: 900px;
    margin: 50px auto 0;
    text-align: left;
    line-height: 1.6;
}
.cafe_shop:first-child {
    margin-top: 0;
}
.shop_name {
    font-weight: bold;
}
.shop_info {
    margin-top: 30px;
}
.shop_info:first-child {
    margin-top: 0;
}
.shop_address a {
    /*color: #0000EE;*/
    color: #804f2e;
    border-bottom: 1px solid #804f2e;
    padding-bottom: 3px;
}
.shop_address a:hover {
    border-bottom: 1px solid transparent;
}
.shop_terms {
    margin-top: 30px;
}
.shop_menu_version + .shop_terms {
    margin-top: 15px;
}
.shop_terms.finished {
    position: relative;
    padding-left: 120px;
}
.shop_terms.finished::before {
    content: "終了";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    z-index: 2;
}
.cafe_shop:first-child .shop_terms.finished {
    padding-bottom: 30px;
}
.shop_terms dt {
  float: left;
}
.shop_terms dd {
  margin-left: 5.5em;
}
.shop_photos {
    margin-top: 30px;
}
.shop_photos img {
    width: 100%;
}
.shop_photos .clearfix {
    position: relative;
}
.shop_photos .fleft {
    float: left;
    width: 48%;
}
.shop_photos .fright {
    float: right;
    width: 48%;
}
.shop_menu_version {
    font-size: 20px;
    font-weight: bold;
}
.shop_menu {
    margin-top: 30px;
}
.shop_menu + .shop_menu {
    margin-top: 50px;
}
.shop_menu .main_menu {
    margin-top: 30px;
}
.shop_menu .main_menu .menu_title {
    font-weight: bold;
}
.shop_menu .main_menu .menu_image {
    margin-top: 10px;
}
.shop_menu .main_menu .menu_txt {
    margin-top: 10px;
    text-align: justify;
}
.shop_menu .main_menu .menu_price {
    text-align: right;
    font-weight: bold;
}
.shop_menu img {
    max-width: 100%;
    width: auto;
}
.shop_menu img.shop_menu08 {
    width: 83.333333%;
}
.shop_menu > ul {
    margin-top: 30px;
}
.shop_menu > ul > li {
    margin-top: 30px;
}
.shop_menu > ul > li:first-child {
    margin-top: 0;
}
.shop_menu .clearfix {
    position: relative;
    margin-top: 10px;
}
.shop_menu .fleft {
    float: left;
    width: 360px;
    text-align: center;
}
.shop_menu .fright {
    float: right;
    width: 420px;
}
.shop_menu .fcenter {
    text-align: center;
}
.shop_menu .mt01 {
    margin-top: 1em;
}
.shop_menu .menu_thumbs .fleft {
    float: left;
    width: 48%;
    text-align: center;
}
.shop_menu .menu_thumbs .fright {
    float: right;
    width: 48%;
}

.shop_menu .menu_txt,
.shop_menu .menu_price {
    font-size: 16px;
    line-height: 1.5;
}
.shop_menu .menu_txt ul li {
    padding-left: 15px;
    position: relative;
}
.shop_menu .menu_txt ul li.mb1em {
    margin-bottom: 1em;
}
.shop_menu .menu_txt ul li:before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #804f2e;
    border-radius: 50%;
}
.shop_menu .menu_price {
    margin-top: 1em;
}


.goods_area {
    /*padding-top: 90px;*/
    padding-top: 130px;
    margin-top: -40px;
}
.goods_outline {
    font-weight: bold;
    line-height: 2.66666666666667;
    margin-top: 30px;
}
.goods_outline span {
    font-size: 16px;
    font-weight: normal;
}
.goods_item {
    width: 900px;
    margin: 35px auto 0;
}
.goods_item ul li {
    background-color: #fffbc6;
    border-radius: 14px;
    margin-top: 24px;
    padding: 32px 62px;
}
.goods_item ul li:first-child {
    margin-top: 0;
}
.goods_item ul li.soldout {
    position: relative;
}
.goods_item ul li.soldout::before {
    content: "完売";
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    z-index: 2;
}
.goods_item ul li.bg_green {
    background-color: #e3f1e2;
    margin-top: 16px;
}
.goods_item ul li.bg_pink {
    background-color: #fbe5e8;
    margin-top: 16px;
}
.goods_item ul li + p {
    margin-top: 50px;
    
}
.goods_item ul li + p#ieyasufu {
    padding-top: 130px;
    margin-top: -80px;
}
.goods_item ul li + p span.icon_green {
    background: url('../images/icon_arrow_down_green_pc.png') 0 0 no-repeat;
    background-size: 30px 30px;
    line-height: 30px;
    display: inline-block;
    padding-left: 35px;
}
.goods_item ul li + p span.icon_pink {
    background: url('../images/icon_arrow_down_pink_pc.png') 0 0 no-repeat;
    background-size: 30px 30px;
    line-height: 30px;
    display: inline-block;
    padding-left: 35px;
}
/*.goods_item ul li.bg_none {
    background-color: transparent;
}*/
.goods_item .clearfix {
    position: relative;
}
.goods_item .clearfix .fleft {
    width: 356px;
    float: left;
}
.goods_item .clearfix .fright {
    width: 380px;
    float: right;
}
.goods_item .goods04 {
    margin: 55px auto;
}
.goods_item .goods07 {
    margin: 0 auto;
}
.goods_item .goods08 {
    margin: 30px auto;
}
.goods_item .goods09 {
    margin: 20px auto;
}
.goods_item .goods12 {
    margin: 30px auto;
}
.goods_item .goods13 {
    margin: 20px auto;
}
.goods_item .goods14 + .goods_txt_left {
    margin: 10px -20px 0;
}
.goods_item .goods15 {
    margin: 0 auto;
}
.goods_description {
    width: 380px;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.goods_name {
    font-weight: bold;
    line-height: 1.5;
}
.goods_txt {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
}
.goods_txt_left {
    text-align: left;
}
.goods_item ul li.bg_green .goods_txt {
    letter-spacing: .03em;
}
.goods_txt a {
    color: #804f2e;
    border-bottom: 1px solid #804f2e;
    padding-bottom: 3px;
}
.goods_txt a:hover {
    border-bottom: 1px solid transparent;
}
.goods_price {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin-top: 40px;
}
.feature_area {
    /*padding-top: 90px;*/
    padding-top: 130px;
    margin-top: -40px;
}
.feature_area ul {
    width: 810px;
    margin: 60px auto 0;
}
.feature_area ul li {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
}
.feature_area ul li a {
    color: #804f2e;
    border-bottom: 2px solid #804f2e;
    display: block;
    padding: 20px 85px 20px 10px;
    position: relative;
}
.feature_area ul li a:hover {
    color: #f98b41;
    border-bottom: 2px solid #f98b41;
}
.feature_area ul li a::before,
.feature_area ul li a::after {
    content: "";
    width: 12px;
    height: 3px;
    display: inline-block;
    border-radius: 2px;
    background: #804f2e;
    position: absolute;
    right: 20px;
}
.feature_area ul li a::before {
    top: calc(50% - 5px);
    transform: rotate(45deg);
}
.feature_area ul li a::after {
    bottom: calc(50% - 5px);
    transform: rotate(-45deg);
}
.feature_area ul li a:hover::before,
.feature_area ul li a:hover::after {
    background: #f98b41;
}
.img_footer {
    margin-top: 80px;
}