@charset "utf-8";

/*--------------------------*/
img {
    width: 100%;
    display: block;
    line-height: 0;
    font-size: 0;
}

/*コンテンツここから
--------------------------*/
.nagoyadomemae {
    box-sizing: border-box;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Noto Sans JP', Meiryo, メイリオ, arial, helvetica, sans-serif, monospace;
    font-style: normal;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding-bottom: 60px;
}

.nagoyadomemae img {
    max-width: 100%;
    height: auto;
}

.nagoyadomemae a {
    display: inline-block;
    text-decoration: none;
}

.nagoyadomemae .event {
    background-color: #BAE2F8;
    text-align: center;
    padding: 40px 3% 50px;
}
.nagoyadomemae .event__ttl {
    display: inline-block;
    width: 50%;
    max-width: 200px;
    z-index: 10;
}
.nagoyadomemae .event__contents {
    max-width: 500px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 0;
    margin: -10px auto 0;
}

.nagoyadomemae .lead {
    width: 92%;
    text-align: center;
    padding: 10% 0;
    margin: auto;
}
.nagoyadomemae .lead__txt {
    background-image: url("../img/img_fukidashi-left.png"),
    url("../img/img_fukidashi-right.png");
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
    background-size: 6%;
    font-size: 20px;
    padding: 0 6%;
    margin: 0 auto 10%
}
/* @media screen and (min-width: 500px) {
    .nagoyadomemae .lead__txt {
        font-size: 24px;
    }
} */

.nagoyadomemae .lead__txt span {
    display: inline-block;
}

.nagoyadomemae .anchor-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.nagoyadomemae .anchor-link li {
    width: 260px;
    text-align: center;
    margin-bottom: 20px;
}
.nagoyadomemae .anchor-link li:last-child {
    margin-bottom: 0;
}

.nagoyadomemae .anchor-link a {
    display: block;
    background-color: #63B7C6;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 12px;
    position: relative;
}
.nagoyadomemae .anchor-link a::before,
.nagoyadomemae .anchor-link a::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
}
.nagoyadomemae .anchor-link a::before {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
	right: 20px;
}
.nagoyadomemae .anchor-link a::after {
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 8px solid #63B7C6;
    border-bottom: 0;
    top: 2px;
	right: 26px;
}
.nagoyadomemae .anchor-link a.cosme {
    background-color: #EC838B;
}
.nagoyadomemae .anchor-link a.food {
    background-color: #B49141;
}
.nagoyadomemae .anchor-link a.cosme::after {
    border-top: 8px solid #EC838B;
}
.nagoyadomemae .anchor-link a.food::after {
    border-top: 8px solid #B49141;
}

.nagoyadomemae-category {
    background-repeat: no-repeat;
    background-size: 30%;
    padding: 60px 3%;
}
.nagoyadomemae-category.fashion {
    background-color: #ECF3F4;
    background-image: url("../img/bg_fashion.png");
    background-position: 90% 2%;
}
.nagoyadomemae-category.cosme {
    background-color: #F5F2F4;
    background-image: url("../img/bg_cosme.png");
    background-position: 2% 2%;
}
.nagoyadomemae-category.food {
    background-color: #F0EDDC;
    background-image: url("../img/bg_food.png");
    background-position: 90% 2%;
}

.nagoyadomemae-category__ttl {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.nagoyadomemae-category__ttl img {
    display: block;
    width: auto;
    height: 100px;
    margin: 0 auto 16px;
}

.nagoyadomemae-category__contents__ttl {
    max-width: 461px;
    margin: 0 auto 20px;
}

/* fashion */
.fashion__main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fashion__main img {
    width: 50%;
    min-width: 320px;
    max-width: 450px;
}

.fashion-pickup {
    text-align: center;
}
.fashion-pickup__ttl {
    display: inline-block;
    border-bottom: 2px solid #63B7C6;
    color: #63B7C6;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 3px;
    margin: 10% 0 30px;
}

.fashion-list {
    max-width: 320px;
    text-align: left;
    margin: auto;
}

.fashion-list li:nth-of-type(n+2) {
    margin-top: 20px;
}

.fashion-list__txt {
    padding: 10px 0;
}
.fashion-list__txt:nth-of-type(n+2) {
    border-top: 1px solid #707070;
}

.fashion-item::before {
    content: '\25C6';
}
.fashion-price span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}

.fashion-event img {
    max-width: 450px;
    margin: 50px auto 0;
}

/* cosme */
.cosme-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 450px;
    margin: auto;
}
.cosme-list li {
    width: 48%;
    background-color: #fff;
    border: 2px solid #EC838B;
    border-radius: 20px;
    padding: 0 3% 4%;
    box-sizing: border-box;

}
.cosme-list li:nth-of-type(even){
    margin-left: 3%;
}
.cosme-list li:nth-of-type(n+3){
    margin-top: 4%;
}

.cosme-brand {
    font-weight: 700;
    text-align: center;
}
.cosme-brand::before {
    content: '\005B';
}
.cosme-brand::after {
    content: '\005D';
}

.cosme-introduction {
    font-size: 14px;
    padding: 12px 4px 0;
}

/* food */
.food-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 450px;
    padding-bottom: 40px;
    margin: auto;
}
.food-list li:nth-of-type(n+2) {
    border-top: 2px solid #B19141;
    padding-top: 40px;
}
.food-list li:last-of-type {
    padding-bottom: 0;
}

.food-brand {
    margin-top: 10px;
}
.food-brand__concept {
    color: #B39241;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}
.food-brand__introduction span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 10px;
}
.food-brand__introduction span::before {
    content: '\3010';
}
.food-brand__introduction span::after {
    content: '\3011';
}
