@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
    --main-font:"kozuka-gothic-pro", sans-serif;
    --sub-font:"Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	--main: #000;
    --sub: #6a4a31;
	--orange: #f08300;
	--green: #45b035;
	--zen-min:"Zen Old Mincho", serif;
}
.wrapper {
    min-width: auto;
}
.breadcrumb{
    background: #fff;
}
#eetokodori {
	font-family: var(--main-font);
	font-weight: 400;
	font-size: 15px;
	color: var(--main);
	line-height: 1.6;
	letter-spacing: 0.025rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    
    font-weight: 600;
    padding-bottom: 100px;
}
#eetokodori {
  position: relative;
  /*z-index: -1;*/
}
#eetokodori::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("../img/bg.jpg") no-repeat center top;
  background-size: cover;
  z-index: -2; 
}
#eetokodori img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.etokodori_wrapper {

}
.eetokodori_container {
    max-width: 1900px;
    margin: 0 auto;
}
main.eetokodori_inner {
    width: 1760px;
    margin:0 auto;
    padding-bottom: 100px;
} 
@media screen and (max-width: 768px) {
.eetokodori_container {
    width: 100%;
}
main.eetokodori_inner {
    width: 100%;
} 
}



.common_inner{
    /*padding:0 320px;*/
    
    max-width: 1260px;
    margin: 0 auto;
}

#detail_box {
  background-image: url(../img/s_bg_01.svg), url(../img/s_bg_02.svg), url(../img/s_bg_03.svg), url(../img/s_bg_04.svg);
  background-repeat: no-repeat;
  background-size: 224px 255px,186px 331px,235px 353px,195px 341px;

  background-position:
      0% 0%,
      100% 3%,
      2% 93%,
      100% 108%;
}
#shop_box{
  background-image: url(../img/s_bg_05.svg), url(../img/s_bg_06.svg), url(../img/s_bg_01.svg), url(../img/s_bg_02.svg), url(../img/s_bg_03.svg);
  background-repeat: no-repeat;
  background-size: 154px 469px,202px 249px,224px 255px,186px 331px,235px 353px;

  background-position:
      0% 5%, 
      100% 28%, 
      0 64%, 
      100% 68%, 
      0 100%, 
      100% 100%;
}
#map_box {
  background-image: url(../img/s_bg_04.svg), url(../img/s_bg_05.svg), url(../img/s_bg_06.svg);
  background-repeat: no-repeat;
  background-size: 195px 341px,154px 469px,202px 249px;

  background-position:
      100% 0%,
      0 56%,
      100% 63%;
}
@media screen and (max-width: 1260px) {
    .common_inner {
        max-width: 98%;
    }
}

@media screen and (max-width: 768px) {
.common_inner{
    width: 92%;
    margin:0 auto;
    padding:0;
}
#shop_box .common_inner {
   width: 100%;
}
#detail_box,#shop_box,#map_box {
  background-image: none;
}

}
/* ==========================



	LOGO



========================== */
#eetokodori .logo{
	padding:20px 0 0 6%;
}
#eetokodori .logo img{
	width: 150px;
}
@media screen and (max-width: 768px) {
#eetokodori .logo img{
    max-width: 150px;
    width: 30%;
}
}

/* ==========================



	KV



========================== */

#eetokodori .eetokodori_kv {
	position: relative;

    margin-inline: auto;
    margin-bottom: 20px;
}
#eetokodori .kv_wrap {
	margin-bottom: 50px;
	overflow: hidden;
}
#eetokodori .kv_wrap img{
	
	max-width:1900px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
#eetokodori .kv_text{
    text-align: center;
    font-size:26px;
    font-family: var(--sub-font);
    color: var(--sub);
}
#eetokodori .kv_wrap p{
	text-align: right;
    padding-right: 10px;
}

#eetokodori .eetokodori_wrapper{
    overflow-x: auto;
}
@media screen and (max-width: 768px) {

#eetokodori .eetokodori_kv {
    width: 100%;
    margin: 0 auto;
}
#eetokodori .kv_wrap img{
	width: 100%;
    left: auto;
    transform: unset;
    margin: 0 auto;
}

#eetokodori .kv_text {
    font-size: min(32px, 4vw);   
    margin: 0 auto 20px;
    letter-spacing: -0.04em;
    
}
#eetokodori .kv_wrap p {
    padding-right: 4%;
    font-size: min(20px, 3vw);  
}
}

/* ==========================



	プレゼント詳細



========================== */
#detail_box{
    padding-bottom:60px;
    
}
#detail_box ul li:nth-child(1){
    margin-bottom:50px;
}
#detail_box ul li:nth-child(2){
    margin-bottom:0;
    position: relative;
}
#detail_box ul li:nth-child(2) a {
    position: absolute;
    right: 52.9%;
    top: 80.9%;
    width: 10.8%;
	max-width: 120px;
    line-height: 1;
}
@media screen and (max-width: 768px) {
#detail_box ul li:nth-child(1) {
    margin-bottom: 20px;
}
#detail_box ul li:nth-child(2) a {
    left: auto;
    bottom: auto;
    right: 8.5%;
    top: 45.8%;
    width: 19%;
    max-width: none;
}
    
}





/* ==========================



	プレゼント対象店舗



========================== */

#shop_box{
    
}
#shop_box .color_area{
    display: flex;
}
#shop_box .color_area .color_box{
    width:50%;
    border-radius: 50px;
}
#shop_box .color_area .keihan_box{
    background: var(--green);
}
#shop_box .color_area .nankai_box{
    background: var(--orange);
}
#shop_box .color_area .color_box .color_box_title{
    margin: -15px auto 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
#eetokodori #shop_box .color_area .color_box .color_box_title img{
    height: 9vh;
}

#shop_box .color_area .color_box ul{
    padding: 20px 8%;
    font-family: var(--sub-font);
}
#shop_box .color_area .color_box ul li{
    display: flex;
    background:#fff;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
}
#shop_box .color_area .color_box ul li span{
    width:38px;
    margin-right:5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#shop_box .color_area .color_box ul li .text_box{
    padding: 10px 10px;
    width: 100%;
}
#shop_box .color_area .color_box ul li .flex_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#shop_box .color_area .color_box ul li .text_box .access{
    display: flex;
    align-items: center;
    font-size:16px;
    margin-bottom:10px;
    color:#000;
    letter-spacing: -0.06em;
    line-height: 1.3;
}
#shop_box .color_area .color_box ul li .text_box .title{
    font-size: min(23px, 4vw);
    line-height: 1.2em;
    letter-spacing:-0.03em; 
}
#shop_box .color_area .color_box ul li .text_box .title span.en{
    width:auto;
    margin-right:0;
    display: inline;
    align-items: center;
    justify-content: center;
    letter-spacing:0em; 
}
#shop_box .color_area .keihan_box ul li .text_box .title{
    color:var(--green);
}
#shop_box .color_area .nankai_box ul li .text_box .title{
    color:var(--orange);
}
#shop_box .color_area .color_box ul li .text_box .tisan{
    text-align: right;
}
#shop_box .color_area .color_box ul li .text_box .tisan img{
    width:70px;
}
/*#shop_box .color_area .color_box ul li .image_box{
    max-width:265px;
}*/

#shop_box .color_area .color_box ul li .image_box {
  position: relative;
  width: 100%;
}
#shop_box .color_area .color_box ul li .image_box::before {
  content: "";
  display: block;
  padding-top: calc(514 / 800 * 100%); /* 高さ = アスペクト比 */
}
#shop_box .color_area .color_box ul li .image_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




#shop_box .kome{
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    gap: 8px;
}
#shop_box .kome img{
    width:56px;
}

@media (max-width: 1260px) {
#shop_box .color_area .color_box ul li {
    height: auto;
}
#shop_box .color_area .color_box ul li .text_box .title {
    font-size: 18px;
  
    }
#shop_box .color_area .color_box ul li .text_box .access {
    font-size: 14px;
    font-size: 1.4vw;
    }
#shop_box .color_area .color_box ul {
    padding: 20px 4%;
    }
#shop_box .color_area .color_box ul li .text_box .tisan img {
        width: 20%;
    }
#shop_box .color_area .color_box .color_box_title {
    width: 90%;
}
#shop_box .color_area .color_box ul li .flex_box {
    position: relative;   
    }
#shop_box .color_area .color_box ul li .text_box .tisan {
    position: absolute;
    right: 0.2vw;
    bottom: 4%;
}
#shop_box .color_area .color_box ul li span {
    width: 8%;
    }
    
#shop_box .color_area .color_box ul li {
  display: flex;
  align-items: stretch;
}


}

@media screen and (max-width: 768px) {

#shop_box .color_area .color_box .color_box_title {
    width: 84%;
}
#eetokodori #shop_box .color_area .color_box .color_box_title img{
    height: auto;
}

#shop_box .color_area .color_box {
    border-radius: 0;
}
#shop_box .color_area .color_box ul li {
    flex-direction: column-reverse;
    height: auto;
        overflow: auto;
        aspect-ratio: auto;
}
#shop_box .color_area .color_box ul li .image_box {
    max-width: 100%;
}
#shop_box .color_area .color_box ul li .text_box {
    min-height: 208px;
    height: 15vh;
}
#shop_box .color_area .color_box ul li .text_box .tisan img {
    width: 32%;
}
#shop_box .color_area .color_box ul li .text_box .title {
font-size: min(26px, 3.8vw);
    }
#shop_box .color_area .color_box ul li .text_box .access {
    font-size: min(18px, 3vw);   
    }
#shop_box .kome{
    font-size: min(20px, 3vw);  
    justify-content: flex-start;
    width:92%;
    margin:20px auto 0;
    }
#shop_box .kome img {
    width: 16%;
}
#shop_box .color_area .color_box ul li span {
    max-width: 40px;
    width:13%;
}

}


@media screen and (max-width: 599px) {
#shop_box .color_area .color_box ul li .text_box {
    min-height: 115px;
    height: 14.7vh;
}
#shop_box .color_area .color_box ul li .text_box .access {
    font-size: min(16px, 2.4vw);
}
#shop_box .color_area .color_box ul li .text_box .tisan {
    right: 1vw;
}
#shop_box .color_area .color_box ul li .text_box .tisan img {
    width: 26%;
}
#shop_box .color_area .color_box ul li .text_box .title {
    font-size: min(20px, 3.9vw);
    letter-spacing: -0.09em;
}
}

/* ==========================



	MAP



========================== */
#map_box{
    padding-top: 100px;
    padding-bottom:30px;
}
#map_box ul li img{
    position:absolute;
    width: 2.1%;
}
#map_box ul li:hover{
    cursor: pointer;
    opacity: 0.6;
}

#map_box ul.keihan_box li:nth-child(1) img{
    top: 29.1%;
    left: 31.7%;
}
#map_box ul.keihan_box li:nth-child(2) img{
    top: 29.2%;
    left: 47%;
}
#map_box ul.keihan_box li:nth-child(3) img{
    top: 29.2%;
    left: 50.4%;
}
#map_box ul.keihan_box li:nth-child(4) img{
    top: 46.5%;
    left: 72.2%;
}
#map_box ul.keihan_box li:nth-child(5) img{
    top: 19.8%;
    left: 68.4%;
}
#map_box ul.keihan_box li:nth-child(6) img{
    top: 15.7%;
    left: 74.3%;
}
#map_box ul.keihan_box li:nth-child(7) img{
    top: 11.8%;
    left: 75.7%;
}

#map_box ul.nankai_box li:nth-child(1) img{
    top: 36.8%;
    left: 30.2%;
}
#map_box ul.nankai_box li:nth-child(2) img{
    top: 36.7%;
    left: 25.8%;
}
#map_box ul.nankai_box li:nth-child(3) img{
    top: 76.4%;
    left: 17.2%;
}
#map_box ul.nankai_box li:nth-child(4) img{
    top: 82.2%;
    left: 18.1%;
}
#map_box ul.nankai_box li:nth-child(5) img{
    top: 94.8%;
    left: 17%;
}
#map_box ul.nankai_box li:nth-child(6) img{
    top: 74.1%;
    left: 25.2%;
}
#map_box ul.nankai_box li:nth-child(7) img{
    top: 87.5%;
    left: 27.4%;
}

@media screen and (max-width: 768px) {

#map_box {
    padding-top: 30px;
    padding-bottom: 50px;
}
#map_box ul li img{
    width: 3%;
}
#map_box ul.keihan_box li:nth-child(1) img{
    top: 29.2%;
    left: 31.5%;
}
#map_box ul.keihan_box li:nth-child(2) img{
    top: 29.2%;
    left: 45.8%;
}
#map_box ul.keihan_box li:nth-child(3) img{
    top: 29.2%;
    left: 49.4%;
}
#map_box ul.keihan_box li:nth-child(4) img{
    top: 46.5%;
    left: 71.2%;
}
#map_box ul.keihan_box li:nth-child(5) img{
    top: 19.0%;
    left: 67.4%;
}
#map_box ul.keihan_box li:nth-child(6) img{
    top: 15.7%;
    left: 74.4%;
}
#map_box ul.keihan_box li:nth-child(7) img{
    top: 11.8%;
    left: 76.7%;
}


#map_box ul.nankai_box li:nth-child(1) img{
    top: 36.8%;
    left: 30.3%;
}
#map_box ul.nankai_box li:nth-child(2) img{
    top: 36.7%;
    left: 25%;
}
#map_box ul.nankai_box li:nth-child(3) img{
    top: 76.0%;
    left: 17.5%;
}
#map_box ul.nankai_box li:nth-child(4) img{
    top: 81.2%;
    left: 18.3%;
}
#map_box ul.nankai_box li:nth-child(5) img{
    top: 94.1%;
    left: 17%;
}
#map_box ul.nankai_box li:nth-child(6) img{
    top: 73.1%;
    left: 25.3%;
}
#map_box ul.nankai_box li:nth-child(7) img{
    top: 86.5%;
    left: 26.7%;
}

}


/* ==========================



	リンク



========================== */
#link_box{
    padding-bottom:70px;
}
#link_box ul{
    display: flex;
    justify-content: center;
    gap:2%;
}
#link_box ul li{
    width: 50%;
}
#link_box ul li a{
    color:#fff;
    border-radius: 30px;
    padding: 8px 10px;
   
    display: block;
    text-align: center;
    font-size:28px;
}
#link_box ul li:nth-child(1) a{
    background: var(--orange)
}
#link_box ul li:nth-child(2) a{
    background: var(--green)
}
@media screen and (max-width: 768px) {
#link_box ul {
    flex-direction: column;
    gap:20px;
}
#link_box ul li{
    width: 100%;
}
#link_box ul li a {
    width: 100%;
    font-size: min(30px, 4vw); 
}
}


/* ==========================



	注釈



========================== */
#kome_box{
}
#kome_box ul li{
    text-indent: -1em;
    padding-left:1em;
}
@media screen and (max-width: 768px) {
#kome_box{
    font-size: min(20px, 3vw);
}
}
/* ==========================



	デバイス処理



========================== */
.pc_on {display: block;}
.smp_on {display: none;}
@media screen and (max-width: 767px) {
.pc_on {display: none;}
.smp_on {display: block;}
}












/* overlay & modal */
/*#overlay {
    position:fixed;
    inset:0;
    background: rgba(0,0,0,.45);
    display:none;
    z-index:900;
}
#overlay.is-open { display:block; }
#modal {
    position:fixed;
    inset:0; 
    display:none;
    align-items:center; 
    justify-content:center; 
    z-index:1000;
}
#modal.is-open { display:flex;}*/



/* overlay & modal */
#overlay {
    position:fixed; 
    inset:0; 
    background: rgba(0,0,0,.45); 
    display:none; 
    z-index:900;
}
#overlay.is-open {
    display:block;
}
#modal {
    position:fixed; 
    inset:0; 
    display:none; 
    align-items:center; 
    justify-content:center; 
    z-index:1000; 
    /*pointer-events: none;*/ 
}
#modal.is-open {
    display:flex;
}
#modalDesc {
    margin-top:6px; 
    line-height:1.6; 
    color:#333;
    max-width: 720px;
    margin: 0 auto;}
#modalMap {
    width:720px; 
    height:450px; 
    border:0; 
    margin: 20px auto 0;
    display: block;
}
#closeBtn{
    font-size: 34px;
    font-weight: 600;
    background: #ffffff00;
}
/* 京阪 */
#closeBtn.keihan {
    color: var(--green);
}
/* 南海 */
#closeBtn.nankai {
    color: var(--orange)
}

/* modal-dialog */
.modal-dialog {
    width: min(1100px, 94%);
    max-width: 1100px;
    height: 78vh;
    background: transparent;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 40px;
}

/* 京阪・南海別背景 */
.modal-dialog .keihan { background:#e7f5e5; }
.modal-dialog .nankai{ background:#ffe5c7; }

.modal-inner {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 60px 0;
  background: #fff;
}
.modal-inner_bg{
    background-color: #fff;
    padding: 20px 50px 95px 50px;
    background-image: url(../img/pop_bg.png);
    background-repeat: no-repeat;
    background-position: right 76% bottom -70px;
    background-size: 115%;
    margin: 0 auto;
    width: 920px;
}
.modal-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 16px;
  background: transparent;
    position: absolute;
    z-index: 2;
    right: 0;
    pointer-events: auto;
}
.modal-title {
    margin:0; 
    font-size:18px; 
    line-height:1.2; 
    text-align: center;    
    margin-bottom:10px;
}

#eetokodori .modal-title img{
    width: 100%;
}

.modal-close {
  appearance:none; 
  border:0; 
    background:#fff; 
    width:36px; 
    height:36px; 
    border-radius:50%;
  cursor:pointer; 
    font-size:16px;
}

.swiper { width:100%; height:auto; margin-bottom:30px; }
.swiper .swiper-slide { display:flex; align-items:center; justify-content:center; }
.swiper .swiper-slide img { width:100%; height:auto; display:block; }


@media screen and (max-width: 768px) {
#modalMap {
    height: 350px;
    width: 100%;
}
.modal-dialog { width: 96%; max-width: 96%; top: 0%; }
.modal-inner { max-height: calc(100vh - 100px); padding: 13% 0;}
#eetokodori .modal-title img{
    height: auto;
    width: 100%;
}
}






.ossusume_box{
    margin-bottom:50px;
}
.ossusume_box .ossusume_title{
    margin-bottom: 20px;
}
.ossusume_box .osususme_text{
    font-size:18px;
}
.ossusume_box .osususme_text span.mini{
    font-size: 14px;
}
.ossusume_box .osususme_text span.tisan_text{
    background: #ffff91;
    padding:5px;
    display: flex;
    align-items: center;
    margin-top:15px;
}
.ossusume_box .osususme_text span.tisan_text img.p_tisan{
    width:178px;
    margin-right:10px;
}
.ossusume_box .osususme_text span.tisan_text img.p_tisan2{
    width:103px;
    margin-right:10px;
}
.detail_box{
    display: flex;
    gap:2%;
    justify-content: space-between;
}
.detail_box .detail_l{
    
}
.detail_box .detail_l .detail_title{
    margin-bottom:10px;
}
.detail_box ul{
    font-size: 14px;
}
.detail_box .detail_l ul {
    text-indent: -1em;
    padding-left: 1em;
}
.detail_box .detail_r{
    width: 250px;
}



.swiper-pagination-bullet-active {
    background: #6f6f6f !important;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    display: none !important;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 14px));
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    display: none;
}


@media screen and (max-width: 768px) {
.modal-inner_bg {
    width: 94%;
    padding: 5%;
    background-image: none;
}
#eetokodori .ossusume_box .ossusume_title img{
    width: auto;
    max-height: 130px;
}  
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_01{
    max-height: 224px;
} 
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_03{
    max-height: 214px;
}  
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_06,
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_07,
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_08,
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_09,
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_11{
    max-height: 149px;
}   
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_10,
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_14{
    max-height: 194px;
}   
#eetokodori .detail_box .detail_l .detail_title img {
    width: max-content;
    height: 67px;
}
#eetokodori .detail_box .detail_l .detail_title img.detail_title_03,
#eetokodori .detail_box .detail_l .detail_title img.detail_title_05{
    height: 116px;
}
#eetokodori .ossusume_box {
    margin-bottom: 30px;
}    
#eetokodori .osususme_text {
    font-size: min(18px, 3vw);
}  
#eetokodori .detail_box {
    gap: 30px;
    flex-direction: column;
}
#eetokodori .detail_box .detail_l ul {
    font-size: min(14px, 3vw);
}
#eetokodori .detail_box .detail_r {
    width: 100%;
}
#eetokodori .ossusume_box .osususme_text span.tisan_text {
    padding: 10px;
    flex-direction: column;
}
#eetokodori .ossusume_box .osususme_text span.tisan_text img.p_tisan2 {
    width: 103px;
    margin-right: 0;
    margin-bottom: 10px;
}
 #eetokodori .ossusume_box .osususme_text span.tisan_text img.p_tisan {
    max-width: 260px;
    margin-right: 0;
    margin-bottom: 5px;
}   
}


@media screen and (max-width: 599px) {
#eetokodori .ossusume_box .ossusume_title img {
    width: auto;
    max-height: 65px;
}
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_01{
    max-height: 130px;
}
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_03{
    max-height: 124px;
}  
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_02,
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_04,
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_05,
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_07,
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_08,
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_09,
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_11,
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_12,
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_13{
    max-height: 74px;
}
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_06{
    max-height: 84px;
}

#eetokodori .ossusume_box .ossusume_title img.ossusume_title_10{
    max-height: 77px;
}
#eetokodori .ossusume_box .ossusume_title img.ossusume_title_14{
    max-height: 113px;
}
    
#eetokodori .detail_box .detail_l .detail_title img {
    width: auto;
    height: 34px;
    }
#eetokodori .detail_box .detail_l .detail_title img.detail_title_03,
#eetokodori .detail_box .detail_l .detail_title img.detail_title_05 {
    height: 59px;
    }
#eetokodori .ossusume_box .osususme_text span.tisan_text img.p_tisan {
    max-width: 130px;
    }
    
#eetokodori .ossusume_box .osususme_text span.mini {
    font-size: 10px;
    line-height: 1.6em;
    display: inline-block;
    margin-top: 5px;
    text-indent: -1em;
    padding-left: 1em;
}
#eetokodori .osususme_text {
    font-size: 14px;
    letter-spacing: 0.1em;
}  
#eetokodori .detail_box .detail_l ul {
    font-size:12px;
}
}



@media (max-width: 1260px) {
#detail_box,#shop_box,#map_box {
  background-image: none;
}

}



@media only screen and (max-width: 767px) {
.favWrap .btn__fav {
    bottom: 33.33333vw !important;
    }
}
