/****************************************************************
	                        共通
****************************************************************/
@charset "utf-8";
html {
	font-size: 100%;
}
    @media (max-width: 1000px) {
        html { font-size: 80%; }
    }
    @media (max-width: 768px) {
        html { font-size: 65%; }
    }
    @media (max-width: 520px) {
        html { font-size: 50%; }
    }
html,body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
}
	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
	small, strong, sub, sup, var, b, i,	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section, summary,
	time, mark, audio, video {
		background: transparent;
		border: 0;
		font-weight: normal;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
	}
body {
	padding: 0px;
	color: #221814;
	font-size: 1rem;
    line-height: 1.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	background-attachment: fixed;
	letter-spacing: 0.1em;
}
	a:hover img {
		filter: alpha(opacity=90);
		-moz-opacity:0.70;
		opacity:0.90;
	}
	a:hover {
		filter: alpha(opacity=90);
		-moz-opacity:0.70;
		opacity:0.90;
	}
	img {
		border:0px;
		max-width: 100%;
		vertical-align: top;
	}
	article,aside,details,figcaption,figure,
	footer,header,hgroup,menu,nav,section {
		display:block;
	}
	ul { list-style:none; }
	table {
		border-collapse:collapse;
		border-spacing:0;
	}
	p { padding-bottom: 0px; }
.br600,.br520 { display: none; }
    @media (max-width: 600px) {
        .br600 { display: block; }
    }
    @media (max-width: 520px) {
        .br520 { display: block; }
    }
    .br520n {
        display: block;
    }
        @media (max-width: 520px) {
            .br520n {
                display: none;
            }
        }
.pc-item {
    display: block;
}
    @media (max-width: 520px) {
        .pc-item {
            display: none;
        }
    }
.sp-item {
    display: none;
}
    @media (max-width: 520px) {
        .sp-item {
            display: block;
        }
    }

/*文字色：緑、背景色：白　共通ボタン*/
.kenko-common-btn a {
    display: block;
    position: relative;
    color: #21ab38;
    background-color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 26px;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 1% 0;
    filter: drop-shadow(0px 6px 0px #c35f63);
    transition: .2s;
}
    @media (max-width: 1200px) {
        .kenko-common-btn a {
            font-size: 24px;
        }
    }
    @media (max-width: 768px) {
        .kenko-common-btn a {
            font-size: 20px;
        }
    }
    @media (max-width: 520px) {
        .kenko-common-btn a {
            font-size: 16px;
        }
    }
    .kenko-common-btn a span {
        display: inline-block;
        font-size: 0.5em;
        line-height: 1.9em;
        color: #fff;
        background-color: #21ab38;
        border-radius: 50%;
        width: 1.9em;
        height: 1.9em;
        margin-left: 0.3em;
        margin-bottom: 5px;
        vertical-align: middle;
    }
    .kenko-common-btn a p {
        display: inline;
        margin-left: -5px;
    }
        .kenko-common-btn a p:nth-child(1) {
            letter-spacing: -2px;
        }
        .kenko-common-btn a p:nth-child(2) {
            letter-spacing: -10px;
        }
            @media (max-width: 520px) {
                .kenko-common-btn a p:nth-child(2) {
                    letter-spacing: -5px;
                }
            }
    .kenko-common-btn a:hover {
        opacity: 0.8;
        filter: unset;
        transition: .2s;
    }

/**************************************************
                    コンテンツ
***************************************************/
.sec-inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
    background-color: #ed7980;
    text-align: center;
    color: #fff;
}
.header-text01 {
    font-size: 28px;
    font-weight: bold;
    height: 75px;
    line-height: 75px;
}
    @media (max-width: 1000px) {
        .header-text01 {
            font-size: 24px;
            height: 65px;
            line-height: 65px;
        }
    }
    @media (max-width: 768px) {
        .header-text01 {
            font-size: 17px;
            height: 45px;
            line-height: 45px;
        }
    }
.main-img-sec {
    position: relative;
    width: 100%;
}
.main-img {
    width: 100%;
}
.main-sec-text {
    position: relative;
    font-size:24px;
    line-height: 2.1em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #5890c5;
    z-index: 1;
    padding: 0 1em;
}
    @media (max-width: 768px) {
        .main-sec-text {
            font-size: 19px;
        }
    }
    @media (max-width: 520px) {
        .main-sec-text {
            font-size: 13px;
        }
    }
.item {
    position: absolute;
}
.item01 {
    top: 3%;
    left: 3%;
    width: 22.9%;
}
.item02 {
    left: 2%;
    top: 23%;
    width: 21.5%;
    animation-delay: 0.2s;
}
.item03 {
    left: 1%;
    bottom: -6%;
    width: 24.5%;
    animation-delay: 0.3s;
}
.item04 {
    top: 5%;
    right: 3%;
    width: 24.5%;
    animation-delay: 0.1s;
}

.sec01 {
    position: relative;
    padding: 50px 0 75px;
    background-color: #10529b;
}
    @media (max-width: 768px) {
        .sec01 {
            padding: 6.6% 0 9.7%;
        }
    }
.sec01-inner {
    max-width: 555px;
    width: 85%;
    margin: 0 auto;
}
    .sec01-btn:nth-child(2) {
        margin: 15px auto;
    }
        .sec01-item01 {
            bottom: 79%;
            right: -1.5%;
            width: 30.4%;
            animation-delay: 0.5s;
            z-index: 2;
        }
            @media (max-width: 1250px) {
                .sec01-item01 {
                    bottom: 86%;
                    right: 0;
                    width: 27%;
                }
            }
            @media (max-width: 1100px) {
                .sec01-item01 {
                    bottom: 107%;
                    right: 3%;
                    width: 21%;
                }
            }
        .sec01-item02 {
            left: 2%;
            bottom: 16%;
            width: 21.4%;
            z-index: 2;
        }
            @media (max-width: 1200px) {
                .sec01-item02 {
                    width: 17%;
                    bottom: unset;
                    top: 13%;
                }
            }
            @media (max-width: 768px) {
                .sec01-item02 {
                    right: 0;
                    left: unset;
                }
            }
/*------------------イベント------------------*/
.sec02 {
    background: url("../images/kenko-sec01-bg.png")no-repeat;
    background-position: top center;
    background-size: contain;
    background-color: #fff;
}
    .sec02-inner {
        max-width: 925px;
        width: 90%;
        margin: 0 auto;
        padding: 15px 0 50px;
    }
        .sec02-title {
            position: relative;
            margin: -3% auto 35px;
            z-index: 1;
            width: 50%;
        }
            @media (max-width: 768px) {
                .sec02-title {
                    margin: -6% auto 35px;
                }
            }
            @media (max-width: 520px) {
                .sec02-title {
                    margin: -8% auto 35px;
                }
            }
        .sec02-btn-box {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            align-items: end;
        }
            .sec02-btn-box-a {
                margin-bottom: 10px;
                        align-items: end;
            }
                @media (max-width: 768px) {
                    .sec02-btn-box-a {
                        justify-content: space-around;
                    }
                }
                @media (max-width: 520px) {
                    .sec02-btn-box {
                        display: block;
                    }
                }
            .sec02-btn-box-a .sec02-btn-img {
                width: 46%;
            }
            .sec02-btn-box-b .sec02-btn-img {
                width: 33%;
                margin-bottom: 0;
            }
                @media (max-width: 520px) {
                    .sec02-btn-img {
                        max-width: 310px;
                        width: 100%!important;
                        margin: 0 auto 10%!important;
                    }
                }
            #gourmetBtn,#k-gourmetBtn {/*グルメマルシェのみ*/
                padding-block: unset;
                padding-inline: unset;
                border-width: 0;
                background-color: #fff;
                cursor: pointer;
            }
                #gourmetBtn:hover,#k-gourmetBtn:hover {
                    opacity: 0.7;
                }
       .sec02-link {
            max-width: 555px;
            width: 90%;
            margin: 0 auto;
       }
           
           .sec02-link button {
                display: block;
                font-size: 32px;
                font-weight: bold;
                line-height: 1.6em;
                margin-top: 45px;
                color: #fff;
                background-color: #10529b;
                border-radius: 15px;
                text-align: center;
                text-decoration: none;
                width: 100%;
                padding: 1.5rem 0;
                border: none;
                cursor: pointer;
           }
                @media (max-width: 768px) {
                    .sec02-link {
                        max-width: 400px;
                    }
                    .sec02-link button {
                        font-size: 24px;
                    }
                }
                @media (max-width: 520px) {
                    .sec02-link {
                        max-width: 300px;
                    }
                    .sec02-link button {
                        font-size: 17px;
                    }
                }
            .sec02-link button:hover {
                opacity:0.7;
            }

/*------------------メッセージ------------------*/
.sec03 {
    background-color: #2aa239;
}
    .sec03-inner {
        max-width: 900px;
        width: 90%;
        margin: 0 auto;
        padding: 50px 0 90px;
    }
        @media (max-width: 768px) {
            .sec03-inner {
                padding: 6.5% 0 11.7%;
            }
        }
        .kenko-sec03-bg {
            aspect-ratio: 20 / 1;
            width: 100%;
            height: 60px;
            object-fit: cover;
        }
            @media (max-width: 768px) {
                .kenko-sec03-bg {
                    height: 40px;
                }
            }
        .sec03-title {
            margin: 0 auto 45px;
        }
            @media (max-width: 768px) {
                .sec03-title {
                    margin: 0 auto 6.6%;
                }
            }
        .sec03-box {
            display: flex;
            justify-content: space-between;
            margin-top: 37px;
        }
            @media (max-width: 768px) {
                .sec03-box {
                    flex-direction: column;
                    align-items: center;
                }
            }
            .sec03-box-left {
                width: 21.8%;;
            }
                @media (max-width: 768px) {
                    .sec03-box-left {
                        max-width: 215px;
                        width: 90%;
                        margin: 0 auto 10%;
                    }
                }
             .sec03-box-left  img{
                width: 100%;
             }
            .sec03-box-right {
                width: 75%;
                color: #fff;
                text-align: left;
            }
                @media (max-width: 768px) {
                    .sec03-box-right {
                        width: 100%;
                    }
                }
                .sec03-textbox02 {
                    font-size: 14px;
                    line-height: 1.5em;
                    font-weight: bold;
                }
                    @media (max-width: 520px) {
                        .sec03-textbox02 {
                            font-size: 13px;
                        }
                    }
                    .sec03-textbox02 p {
                        font-size: 1.86em;
                        line-height: 1.3em;
                        font-weight: bold;
                        margin-bottom: 0.5em;
                    }

/*------------------今日から始める健康づくり!!------------------*/
.sec04 {
    background-color: #f5ec67;
}
    .sec04-inner {
        max-width: 900px;
        width: 90%;
        margin: 0 auto;
        padding: 40px 0 140px;
    }
        @media (max-width: 768px) {
            .sec04-inner {
                padding: 40px 0 70px;
            }
        }
        .sec04-title {
            margin-bottom: 17px;
        }
        .kenko-sec04-sarao {
            max-width: 636px;
            width: 95%;
            margin: 0 auto 15px;
        }
            @media (max-width: 520px) {
                .kenko-sec04-sarao {
                    width: 85%;
                }
            }
        .sec04-box {
            position: relative;
        }
            .sec04-box-title {
                
            }
            .kenko-sec04-arrow {
                margin: 2.8% auto;
                max-width: 39px;
                width: 6%;
            }
            .kenko-sec04-text01 {
                font-size: clamp(21px, 4.8vw, 57px);
                line-height: 1.3em;
                font-weight: bold;
                color: #e1747b;
                text-align; center;
                margin-bottom: 4%;
            }
            .kenko-sec04-text02 {
                font-size: 28px;
                line-height: 1.4em;
                font-weight: bold;
                text-align: left;
                color: #211614;
            }
                @media (max-width: 1200px) {
                    .kenko-sec04-text02 {
                        font-size: clamp(14px, 2.34vw, 28px);
                    }
                }
            .kenko-sec04-img01 {
                max-width: 340px;
                width: 80%;
                margin: 0 auto;
            }
            .kenko-sec04-img02 {
                position: relative;
            }
            
                .kenko-sec04-img02 .kenko-common-btn {
                    position: absolute;
                    max-width: 386px;
                    width: 90%;
                    top: 50%;
                    left: 13%;
                }
                
                    @media (max-width: 1000px) {
                        .kenko-sec04-img02 .kenko-common-btn {
                            max-width: 44%;
                        }
                    }
                    @media (max-width: 768px) {
                        .kenko-sec04-img02 .kenko-common-btn {
                            max-width: 56%;
                            left: 7%;
                        }
                    }
                    @media (max-width: 520px) {
                        .kenko-sec04-img02 .kenko-common-btn {
                            top: 47%;
                        }
                    }
            .sec04-box02 {/*②歯のみ*/
                margin-bottom: -14%;
            }
            .sec04-box02 .kenko-sec04-img01 {/*②歯のみ*/
                width: 108%;
            }
                @media (max-width: 1250px) {
                    .sec04-box02 {
                        margin-bottom: -9%;
                    }
                    .sec04-box02 .kenko-sec04-img01 {
                        width: 100%;
                    }
                }
            .kenko-undo-btn-box {
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
                gap: 20px 1.5%;
                align-items: center;
            }
                .kenko-undo-btn-box .kenko-common-btn:nth-child(1) {
                    max-width: 511px;
                    width: 100%;
                }
                .kenko-undo-btn-box .kenko-common-btn:nth-child(2) {
                    max-width: 375px;
                    width: 100%;
                }
                    @media (max-width: 1000px) {
                        .kenko-undo-btn-box .kenko-common-btn:nth-child(1) {
                            max-width: 511px;
                        }
                        .kenko-undo-btn-box .kenko-common-btn:nth-child(2) {
                            max-width: 511px;
                        }
                    }
                    @media (max-width: 768px) {
                        .kenko-undo-btn-box .kenko-common-btn:nth-child(1) {
                            max-width: 385px;
                        }
                        .kenko-undo-btn-box .kenko-common-btn:nth-child(2) {
                            max-width: 385px;
                        }
                    }
            .sec04-box04 .kenko-common-btn {
                max-width: 332px;
                width: 100%;
                margin-top: 2em;
            }
                @media (max-width: 520px) {
                    .sec04-box04 .kenko-common-btn {
                        max-width: 250px;
                    }
                }
            .sec04-box05 .kenko-common-btn {
                max-width: 539px;
                width: 100%;
                margin: 2em auto;
            }
                @media (max-width: 520px) {
                    .sec04-box05 .kenko-common-btn {
                        max-width: 220px;
                    }
                }
            .kenko-sec04-box05-img01 {
                max-width: 741px;
                width: 100%;
                margin: 0 10% 0 auto;
            }
                .kenko-sec04-ul01 li {
                    font-size: 28px;
                    line-height: 1.5em;
                    font-weight: bold;
                    text-align: left;
                    color: #211614;
                }
                    @media (max-width: 1200px) {
                        .kenko-sec04-ul01 li {
                            font-size: clamp(14px, 2.34vw, 28px);
                        }
                    }
                    @media (max-width: 520px) {
                        .kenko-sec04-ul01 li {
                            text-indent: -1.4em;
                            margin-left: 1.4em;
                        }
                    }
                .kenko-sec04-ul01 li span {
                    font-weight: normal;
                }
                .kenko-sec04-ul02 li {
                    font-size: 14px;
                    line-height: 1.5em;
                    font-weight: bold;
                    text-align: left;
                    color: #211614;
                    margin: 1em 0 0 1em;
                    text-indent: -1em;
                    letter-spacing: -0.1px;
                }
                    @media (max-width: 520px) {
                        .kenko-sec04-ul02 li {
                            font-size: 13px;
                        }
                    }
            .kenko-sec04-line {
                border-top: 4px dotted #10529b;
                height: 1px;
                width: 100%;
                margin: 50px auto;
            }
                @media (max-width: 520px) {
                    .kenko-sec04-line {
                        margin: 30px auto;
                    }
                }
            .pc-disp {
                display: block;
            }
                @media (max-width: 520px) {
                    .pc-disp {
                        display: none;
                    }
                }
            .sp-disp {
                display: none;
            }
                @media (max-width: 520px) {
                    .sp-disp {
                        display: block;
                    }
                }
        .syokuji-item {
            top: 0;
            right: -8%;
            width: 29.8%;
        }
            @media (max-width: 1200px) {
                .syokuji-item {
                    right: -5%;
                    width: 29%;
                }
            }
        .teeth-item {
            top: 9%;
            left: -13%;
            width: 35.4%;
        }
            @media (max-width: 1200px) {
                .teeth-item {
                    left: -5%;
                    width: 28%;
                }
            }
            @media (max-width: 520px) {
                .teeth-item {
                    top: -10%;
                    left: -5%;
                    width: 34%;
                }
            }
        .undo-item01 {
            top: -24%;
            left: -7%;
            width: 16.8%;
        }
            @media (max-width: 1200px) {
                .undo-item01 {
                    top: -15%;
                    left: -5%;
                    width: 15%;
                }
            }
        .undo-item02 {
            top: 17%;
            right: -9%;
            width: 20%;
        }
            @media (max-width: 1200px) {
                .undo-item02 {
                    top: 19%;
                    right: -5%;
                    width: 19%;
                }
            }
            @media (max-width: 520px) {
                .undo-item02 {
                    top: 16%;
                    right: -5%;
                    width: 20%;
                }
            }
        .sleep-item01 {
            top: 48%;
            right: -9%;
            width: 28%;
        }
            @media (max-width: 1200px) {
                .sleep-item01 {
                    top: 35%;
                    right: -5%;
                    width: 24%;
                }
            }
            @media (max-width: 700px) {
                .sleep-item01 {
                    top: -6%;
                    right: -5%;
                    width: 27%;
                }
            }
        .alcohol-item01 {
            top: 18%;
            left: -9%;
            width: 28.4%;
        }
            @media (max-width: 1100px) {
                .alcohol-item01 {
                    top: 25%;
                    left: -5%;
                    width: 22.4%;
                }
            }
            @media (max-width: 768px) {
                .alcohol-item01 {
                    top: 18%;
                }
            }
            @media (max-width: 520px) {
                .alcohol-item01 {
                    top: 24%;
                    width: 25%;
                }
            }
            @media (max-width: 390px) {
                .alcohol-item01 {
                    top: 33%;
                }
            }
        .tabako-item01 {
            top: -29%;
            right: -8%;
            width: 21.9%;
        }
            @media (max-width:1200px) {
                .tabako-item01 {
                    right: -5%;
                }
            }
    .br1200 {
        display: none;
    }
        @media (max-width: 1200px) {
            .br1200 {
                display: block;
            }
        }
/*------------------フッター------------------*/
footer {
    position: relative;
    padding: 50px 0 20px;
}
    @media (max-width: 768px) {
        footer {
            padding: 30px 0 20px;
        }
    }
    .footer-inner {
        max-width: 900px;
        width: 90%;
        margin: 0 auto;
    }
    .footer-text01 {
        font-size: 11px;
        line-height: 1.5em;
        text-align: justify;
    }
    .footer-text02 {
        font-size: 11px;
        margin: 0.8em auto 2em;
    }
        @media (max-width: 520px) {
            .footer-text02 {
                line-height: 1.5em;
                margin-bottom: 50px;
            }
        }
    small {
        font-size: 11px;
    }
.item-logo {
    right: 3%;
    bottom: 5%;
    width: 8.1%;
}
    @media (max-width: 520px) {
        .item-logo {
            width: 50px;
            bottom: 16%;
        }
    }

/*------------------ポップアップ共通------------------*/
.popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  color: #221814;
  opacity: 0;               /* 最初は透明 */
  visibility: hidden;       /* 非表示 */
  transition: opacity 0.4s ease;
  z-index: 1000;
  overflow-y: auto;   /* 縦スクロール許可 */
}
#popup,#k-popup {
    background: #f5f0d6;
}
#k-popup02 {
    overflow-x: hidden;
    background: linear-gradient(to bottom, #f5f0d6 0%, #fff 100%);
}
.popup.show {
  opacity: 1;               /* フェードイン */
  visibility: visible;
}

.popup-content {
  padding: 50px 0 80px;
  border-radius: 10px;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  transform: scale(0.9);     /* 少し縮小しておく */
  transition: transform 0.4s ease;
}
    #popup02 .popup-content,#k-popup02 .popup-content {
        padding-top: 0;
    }
.popup-content h2 {
    margin-bottom: 50px;
}
    #popup02 .popup-content h2,#k-popup02 .popup-content h2 {
        margin-bottom: 0;
    }
    #popup02 .popup-content h2 img,#k-popup02 .popup-content h2 img {
        width: 100%;
    }
.popup.show .popup-content {
  transform: scale(1);       /* 元サイズに戻す → ふわっと拡大 */
}
.close {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 4em;
    font-weight: bold;
    cursor: pointer;
}

/*------------------グルメ　ポップアップ------------------*/
.gourmet-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 645px;
    width: 100%;
    margin: 0 auto;
}
    @media (max-width: 650px) {
        .gourmet-contents {
            display: block;
        }
    }
    .gourmet-box {
        width: 48%;
        margin-bottom: 50px;
    }
        
        .gourmet-box:nth-last-child(1) {
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }
        @media (max-width: 650px) {
            .gourmet-box {
                max-width: 280px;
                width: 100%;
                margin: 0 auto 50px;
            }
            .gourmet-box:nth-last-child(1) {
                left: 0;
                transform: unset;
            }
        }
    .gourmet-title-box {
        position: relative;
        color: #fff;
        background-color: #99744e;
        font-size: 24px;
        line-height: 1.3em;
        font-weight: bold;
        height: 112px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 1em;
    }
        @media (max-width: 650px) {
            .gourmet-title-box {
                font-size: 17px;
                height: 80px;
            }
        }
    .gourmet-title-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f5f0d6;
        width: 30px;
        height: 30px;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .gourmet-title-box::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background-color: #f5f0d6;
        width: 30px;
        height: 30px;
        transform: translate(50%, -50%) rotate(45deg);
    }
        .gourmet-num {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            font-weight: bold;
            color: #99744e;
            background-color: #fff462;
            border: 3px solid #99744e;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            top: 0;
            left: 50%;
            transform: translate(-50%, -50%);
        }
            @media (max-width: 650px) {
                .gourmet-num {
                    width: 36px;
                    height: 36px;
                }
            }
     .gourmet-bottom {
        position: relative;
        padding: 0.5em 1em 1em;
        height: 410px;
        box-sizing: border-box;
        background-color: #fff;
     }
        @media (max-width: 650px) {
            .gourmet-bottom {
                height: 360px;
            }
        }
        .gourmet-bottom::before {
            content:"";
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #f5f0d6;
            width: 30px;
            height: 30px;
            transform: translate(-50%, 50%) rotate(45deg);
        }
        .gourmet-bottom::after {
            content:"";
            position: absolute;
            bottom: 0;
            right: 0;
            background-color: #f5f0d6;
            width: 30px;
            height: 30px;
            transform: translate(50%, 50%) rotate(45deg);
        }
        .gourmet-box:nth-last-child(1) .gourmet-bottom {
            height: 360px;
        }
        .gourmet-img {
            margin-bottom: 13px;
        }
        .gourmet-text {
            font-size: 18px;
            line-height: 1.4em;
            text-align: left;
            max-width: 245px;
            width: 95%;
            margin: 0 auto;
        }
            @media (max-width: 650px) {
                .gourmet-text {
                    font-size: 14px;
                }
            }


/*------------------イベント　ポップアップ------------------*/
.other-event-contents {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
    @media (max-width: 768px) {
        .other-event-contents {
            max-width: 470px;
        }
    }
    @media (max-width: 520px) {
        .other-event-contents {
            max-width: 395px;
        }
    }
    .other-event-box {
        position: relative;
        display: flex;
        align-items:center;
        width: 100%;
        background-color: #fadbd9;
        height: 145px;
        padding: 0 30px;
        z-index:10;
    }
         @media (max-width: 768px) {
            .other-event-box {
                height: 120px;
            }
        }
        @media (max-width: 520px) {
            .other-event-box {
                height: 100px;
                padding: 0 20px;
            }
            .other-event-box:nth-child(1) {
                height: 120px;
            }
        }
        .other-event-box:nth-child(2n) {
            background-color: #fff;
        }
        .o-event-num {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 40px;
            font-weight: bold;
            width: 62px;
            height: 62px;
            color: #fff;
            background-color: #ed797f;
            border-radius: 50%;
            margin-right: 13px;
            aspect-ratio: 1 / 1;
        }
            @media (max-width: 768px) {
                .o-event-num {
                    font-size: 24px;
                    width: 50px;
                    height: 50px;
                }
            }
            @media (max-width: 520px) {
                .o-event-num {
                    font-size: 19px;
                    width: 40px;
                    height: 40px;
                }
            }
        .o-event-textbox {}
            .o-event-title {
                font-size: 29px;
                line-height: 1.1em;
                font-weight: bold;
                color: #0d57a7;
                margin-bottom: 10px;
                text-align: left;
                letter-spacing: -1px;
            }
                @media (max-width: 768px) {
                    .o-event-title {
                        font-size: 22px;
                    }
                }
                @media (max-width: 520px) {
                    .o-event-title {
                        font-size: 17px;
                    }
                }
            .o-event-text01 {
                font-size: 22px;
                text-align: left;
                letter-spacing: -2px;
            }
                 @media (max-width: 768px) {
                    .o-event-text01 {
                        font-size: 17px;
                        line-height: 1.2em;
                    }
                 }
                 @media (max-width: 520px) {
                    .o-event-text01 {
                        font-size: 15px;
                    }
                 }
      .e-popup-item01 {
        top: 15%;
        left: -24%;
      }
      .e-popup-item02 {
        top: 25%;
        left: 95%;
      }
      .e-popup-item03 {
        top: 58%;
        right: 100%;
      }
      .e-popup-item04 {
        top: 67%;
        left: 92%;
      }
      .e-popup-item05 {
        right: 91%;
        bottom: 0;
      }
      .e-popup-item 06 {
        top: 8%;
        left: -24%;
        z-index: -1;
      }
      .e-popup-item07 {
        top: 19%;
        right: -24%;
        z-index: -1;
      }
      .e-popup-item08 {
        top: 45%;
        left: -24%;
      }
      .e-popup-item09 {
        bottom: 18%;
        right: -24%;
      }
        @media (max-width:768px) {
            .e-popup-item01,.e-popup-item02,.e-popup-item03,.e-popup-item04,.e-popup-item05 {
                display: none;
            }
        }

/*固定ボタン*/
.kenko-fixed-btn {
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 100;
}
    .kenko-fixed-btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #2e58a7;
        border: 3px solid #2e58a7;
        padding: 1em 0.2em;
        border-radius: 0 10px 10px 0;
        text-decoration: none;
        width: 70px;
        box-sizing: border-box;
    }
        @media (max-width: 1200px) {
            .kenko-fixed-btn a {
                width: 50px;
            }
        }
        @media (max-width: 960px) {
            .kenko-fixed-btn a {
                width: 40px;
            }
        }
        @media (max-width: 520px) {
            .kenko-fixed-btn a {
                width: 30px;
            }
        }
        .kenko-fixed-btn a p {
            writing-mode: vertical-rl;
            font-size: 25px;
            line-height: 2em;
            text-decoration: none !important;
            color: #fff;
            font-weight: bold;
            margin-top: 10px;
        }
            @media (max-width: 1200px) {
                .kenko-fixed-btn a p {
                    font-size:21px;
                }
            }
            @media (max-width: 960px) {
                .kenko-fixed-btn a p {
                    font-size:15px;
                }
            }
            @media (max-width: 520px) {
                .kenko-fixed-btn a p {
                    font-size:13px;
                }
            }
        .kenko-fixed-btn a img {
            display: block;
            width: 50%;
            margin: 0 auto;
        }
            @media (max-width: 960px) {
                .kenko-fixed-btn a img {
                    width: 60%;
                }
            }
    



