@charset "utf-8";
/*==reset==*/
#eetokodori::before,#eetokodori::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    min-width: 0;
}
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
    font-size: 100%;
}
body {
  margin: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
main {
    display: block;
}
#eetokodori p {
    margin: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}
#eetokodori ul,#eetokodori ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
#eetokodori img{
    vertical-align: bottom;
}
#eetokodori a {
    background-color: transparent;
    text-decoration: none;
    transition: .3s;
}
#eetokodori a:hover {
    opacity: 0.5;
}
/*==style.css==*/
#eetokodori img {
    width: 100%;
}
#eetokodori header {
    width: 100%;
    margin-bottom: 2rem;
}
#eetokodori .df {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#eetokodori .contents__bgi {
    position: relative;
}
#eetokodori .contents__bgi::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50%;
    height: 900px;
    left: 0;
    top: 250px;
    background-color: #f0f8f1;
}
#eetokodori .contents__bgi::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50%;
    height: 900px;
    right: 0;
    bottom: 240px;
    background-color: #fff4e8;
    z-index: -1;
}
@media  (max-width:768px) {
    #eetokodori .pc-only {
        display: none;
    }
    #eetokodori .sp-only {
        display: block;
    }
    #eetokodori header {
        margin-bottom: 1rem;
    }
}
@media (min-width:769px) {
    #eetokodori .sp-only {
        display: none;
    }
}
/*==intro==*/
#eetokodori .intro {
    max-width: calc(1100px + 6%);
    margin: 0px auto;
    padding: 0 3%;
    margin-bottom: 2rem;
}
#eetokodori .intro p {
    font-size: 1.3rem;
    line-height: 38px;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    position: relative;
}
#eetokodori .intro p::before,#eetokodori .intro p::after {
    position: absolute;
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}
#eetokodori .intro p::before {
    width: 95px;
    height: 91px;
    background-image: url(../img/top/cherry.webp);
    left: 0;
    bottom: 0;
    z-index: -1;
}
#eetokodori .intro p::after {
    width: 118px;
    height: 145px;
    background-image: url(../img/top/pine.webp);
    right: 0;
    top: 0;
    z-index: -1;
}
@media  (max-width:768px) {
    #eetokodori .intro p::before {
        display: none;
    }
    #eetokodori .intro p::after {
        display: none;
    }
}
/*==メインコンテンツ==*/
#eetokodori .contents__area {
    max-width: calc(952px + 3%);
    margin: 0 auto;
    padding: 0 3%;
}
#eetokodori .contents__ttl-green,#eetokodori .contents__ttl-orange {
    width: 50%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}
#eetokodori .contents__area h2 {
    line-height: 1.4rem;
    padding-top: 1.4rem;
}
#eetokodori .contents__ttl-green .green {
    color: #46804b;
}
.contents__ttl-orange .orange {
    color: #ff801e;
}
#eetokodori .contents__ttl-green {
    background-image: url(../img/top/h2bg_keihan.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 80px;
    position: relative;
    margin-bottom: 45px;
}
#eetokodori .contents__ttl-orange {
    background-image: url(../img/top/h2bg_nankai.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 80px;
    position: relative;
    margin-bottom: 45px;
}
#eetokodori .contents__ttl-green::after,#eetokodori .contents__ttl-orange::after {
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url(../img/top/deco_recomend.webp);
    width: 82px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 20px;
    top: -20px;
}
#eetokodori .item__area {
    width: 49%;
}
#eetokodori .item__inner {
    text-align: center;
    width: 48%;
    position: relative;
    flex-direction: column;
    margin-bottom: 3rem;
}
#eetokodori .item__ttl {
    font-size: 1.1rem;
    font-weight: bold;
    width: 100%;
    padding-top: 15px;
    color: #fff;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
}
#eetokodori .item__ttl h3 {
    position: relative;
    top: -3px;
}
#eetokodori .item__ttl-green {
    background-image: url(../img/top/h3bg_keihan.webp);
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    max-width: 187px;
}
#eetokodori .item__ttl-orange {
    background-image: url(../img/top/h3bg_nankai.webp);
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    max-width: 187px;
}
#eetokodori .item__img {
    margin-bottom: 0.5rem;
    width: 100%;
}
#eetokodori .item__txt {
    font-size: 1rem;
    font-weight: bold;
    flex-grow: 1;
    line-height: 2.3;
    height: 70px;
}
#eetokodori .item__txt-little {
    font-size: 0.9rem;
    line-height: 2.7;
}
#eetokodori .item__txt rt {
    font-size: 0.6rem;
    position: relative;
    top: -.3em;
}
#eetokodori .info {
    display: block;
    font-weight: bold;
    color: #000;
    line-height: 2.7rem;
    border-radius: 50px;
    width: 95%;
    margin: 0.7rem auto 0;
}
#eetokodori .info-green {
    background-color: #9bce9f;
}
#eetokodori .info-green:hover {
    color: #46804b;
    width: 85%;
}
#eetokodori .info-orange {
    background-color: #ffc297;
}
#eetokodori .info-orange:hover {
    color: #ff801e;
    width: 85%;
}
#eetokodori .tb-only {
    display: none;
}
@media (max-width:900px) and (min-width:769px) {
    #eetokodori .info {
        font-size: 0.8rem;
        width: 100%;
        margin-top: 0.2rem;
    }
    #eetokodori .item__txt-little {
        font-size: 0.7rem;
    }
}
@media (max-width:768px) {
    html {
        font-size: 85%;
    }
    #eetokodori .contents__area h2 {
        padding-top: 1rem;
    }
    #eetokodori .item__inner {
        width: 100%;
        margin-bottom: 40px;
    }
    #eetokodori .intro p {
        line-height: 1.7;
        text-align: left;
    }
    #eetokodori .contents__ttl-green::after, #eetokodori .contents__ttl-orange::after {
        width: 57px;
        right: 5px;
    }
    #eetokodori .contents__ttl-green,#eetokodori .contents__ttl-orange {
        height: 65px;
        margin-bottom: 35px;
    }
    #eetokodori .item__txt {
        height: 50px;
        line-height: 1.5;
        font-size: 1.1rem;
    }
    #eetokodori .item__txt-little {
        font-size: 0.8rem;
    }
    #eetokodori .item__img {
        margin-bottom: 5px;
    }
}
@media (max-width:415px) {
    html {
        font-size: 80%;
    }
    #eetokodori .item__txt-little {
        font-size: 0.8rem;
    }
    #eetokodori .info {
        font-size: 0.9rem;
    }
} 


/*モーダル*/
#eetokodori .hide-area{
	display: none;
}
#eetokodori .modaal-close:after, 
#eetokodori .modaal-close:before{
	background:#ccc;	
}
#eetokodori .modaal-close:focus:after,
#eetokodori .modaal-close:focus:before,
#eetokodori .modaal-close:hover:after,
#eetokodori .modaal-close:hover:before{
	background:#666;
}
#eetokodori .modaal-content-container {
    padding: 20px 0 0;
    max-height: 90vh;
    overflow: auto;
}
#eetokodori .modal__intro {
    width: fit-content;
    margin: 0 auto;
}
#eetokodori .modal__intro p{
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
}
#eetokodori .modal__intro p::before {
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url(../img/modal/deco.webp);
    left: -1.5em;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
#eetokodori .modal__intro p::after {
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url(../img/modal/deco.webp);
    right: -1.5em;
    top: 50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(-1, 1) translateY(-50%);
}
#eetokodori .modaal-container {
    max-width: 600px;
    position: relative;
    width: 90%;
}
#eetokodori .modal__inner {
    align-items: center;
    padding: 0 3% 3%;
}
.modal__inner p {
    margin-top: 0.5rem;
    text-align: left;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    margin-left: 1rem;
}
#eetokodori .modal__img-left {
    width: 49%;
    text-align: center;
    flex-direction: column;
}
#eetokodori .modal__img-right {
    flex-direction: column;
    width: 48%;
    text-align: center;
}
#eetokodori .modal__img-melon {
    flex-direction: row;
}
#eetokodori .modal__img-melon-top,#eetokodori .modal__img-melon-bottom {
    width: 48%;
}
#eetokodori .modal-txt__img-melon {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
#eetokodori .modal-txt__img-melon img {
    width: 70%;
}
#eetokodori .modal__img-right-top {
    justify-content: start;
    width: 100%;
}
#eetokodori .modal__ttl {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 0.8rem;
    padding: 0.8rem 0;
    line-height: 1.5;
    margin-bottom: 1.2em;
}
#eetokodori .modal__ttl-deco-orange h4{
    position: relative;
    display: inline-block;
}
#eetokodori .modal__ttl-deco-orange h4::after {
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url(../img/modal/deco_orange.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
    height: 48px;
    right: -70px;
}
#eetokodori .modal__ttl-deco-green h4{
    position: relative;
    display: inline-block;
}
#eetokodori .modal__ttl-deco-green h4::after {
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url(../img/modal/deco_green.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
    height: 48px;
    right: -70px;
}
#eetokodori .modal__list p {
    margin: 0.5rem 3% 1.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
}
#eetokodori .modal__list a {
    color: #000;
    text-decoration: underline;
}
#eetokodori .modal-txt__area{
    font-size: 1rem;
    padding: 3% 3% 30px;
}
#eetokodori .modal-txt__area a {
    text-decoration: underline;
    color: #000;
}
#eetokodori .modal-txt__area table td {
    vertical-align: top;
    padding: 0;
    word-break: break-all;
}
#eetokodori .modal-txt__area table tr:last-child td{
    padding-left: 0.5rem;
}
#eetokodori .modal-txt__area-green {
    background-color: #cee7d0;
}
.modal-txt__area-orange {
    background-color: #ffd9b3;
}
#eetokodori .modal-txt__area p {
    font-size: 1rem;
}
.modal-txt__area table tbody tr:nth-child(4) a {
    pointer-events: none;
    text-decoration: none;
}
#eetokodori .modal-txt__area .data {
    margin-top: 1rem;
    margin-bottom: 0.8rem;
    align-items: center;
}
#eetokodori .modal-txt__area .data:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
    margin-left: 1rem;
}
#eetokodori .modal-txt__img  {
    margin: 1rem auto 0;
    justify-content: space-around;
}
#eetokodori .w-50 {
    width: 50%;
    height: 100%;
}
#eetokodori .w-35 {
    width: 35%;
    height: 100%;
    overflow: hidden;
}
#eetokodori .w-29 {
    width: 29%;
    height: 100%;
}
#eetokodori .modal__present {
    background-color: #fff;
    width: 55%;
    text-align: center;
    font-size: 1rem;
}
#eetokodori .modal__present-ttl-green {
    background-color: #6ab66f;
    line-height: 2.2rem;
    font-weight: bold;
    margin: 10px;
}
#eetokodori .modal__present-ttl {
    background-color: #ffc297;
    line-height: 2.2rem;
    font-weight: bold;
    margin: 10px;
}
.modal__present p {
    font-size: 1rem;
    flex-grow: 1;
    line-height: 1.5;
    margin-bottom: 1rem;
}
#eetokodori .modal__present .red {
    color: #ea6264;
    font-size: 1.2rem;
    text-decoration: underline;
    font-weight: bold;
}
#eetokodori .modaal-inner-wrapper {
    padding: 0;
}
@media (max-width:768px) {
    #eetokodori .modal__img-left {
        width: 100%;
        margin-bottom: 1rem;
        text-align: left;
    }
    #eetokodori .modal__img-right {
        width: 100%;
        flex-direction: row;
    }
    #eetokodori .modal__img-right-top,.modal__img-right-bottom {
        width: 48%;
    }
    #eetokodori .w-35 {
        width: 50%;
    }
    #eetokodori .w-100 {
        width: 100%;
    }
    #eetokodori .w-29 {
        width: 50%;
    }
    #eetokodori .modal-txt__area {
        padding-top: 2rem;
    }
    #eetokodori .modal__present {
        width: 80%;
        padding-bottom: 1rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    #eetokodori .modal__list li:before {
        width: 15px;
        height: 15px;
    }
    #eetokodori .modal__list li {
        padding-left: 20px;
    }
    #eetokodori .modal__ttl-deco-orange h4::after,#eetokodori .modal__ttl-deco-green h4::after {
        width: 45px;
        height: 35px;
        right: -50px;
    }
    #eetokodori .modal__inner p {
        margin-left: 0;
    }
    #eetokodori .modal-txt__area table tr td:first-child {
        width: 77px;
    }
}
/*==下部==*/
#eetokodori footer {
    max-width: calc(900px + 6%);
    margin: 0px auto;
    padding: 0 3%;
    margin-bottom: 5rem;
}
#eetokodori .coution li {
    text-indent: -1rem;
    padding-left: 1rem;
    font-size: 1rem;
    color: #ff1d25;
    line-height: 1.5;
}
#eetokodori #page-top{
    width: 6rem;
    height: 6rem;
}
#eetokodori #page-top a:hover{
opacity: 0.5;
}
#eetokodori #page-top {
    position: fixed;
    right: 10px;
    bottom:10px;
    z-index: 2;
        /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
}
#eetokodori #page-top.UpMove{
animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
from {
    opacity: 0;
transform: translateY(100px);
}
to {
    opacity: 1;
transform: translateY(0);
}
}
#eetokodori #page-top.DownMove{
animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
from {
    opacity: 1;
transform: translateY(0);
}
to {
    opacity: 1;
transform: translateY(100px);
}
}
@media (max-width:768px) {
    #eetokodori footer {
        margin-bottom: 2rem;
    }
}