@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*--------------------------*/
#menu{
    width: 960px;
    margin: 0 auto;
    background: #200807;
    position: relative;
    z-index: 10;
    text-align: center;
}
#back{
    width: 960px;
    margin: 10px auto 0 auto;
    padding-bottom: 0;
    text-align: center;
}

/*--------------------------*/
#to_top{
    clear: both;
    padding: 20px 50px 20px 50px;
    text-align: right;
}

.LyFoot{
    margin-top: 0 !important;
}
.backtotop a{
    background-color: transparent !important;
    padding: 0 !important;
}

/*コンテンツここから
--------------------------*/
.nagoyadomemae {
    min-width: 900px;
    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: 16px;
    color: #333;
    line-height: 1.5;
    padding-bottom: 60px;
}

.nagoyadomemae img {
    width: 100%;
    height: auto;
}

.nagoyadomemae a {
    display: inline-block;
}
.nagoyadomemae a:hover {
    opacity: 0.8;;
}

.nagoyadomemae .event {
    background-color: #BAE2F8;
    text-align: center;
    padding: 60px calc((100% - 900px) / 2) 80px;
}
.nagoyadomemae .event__ttl {
    width: 210px;
    z-index: 10;
}
.nagoyadomemae .event__contents {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 0;
    margin-top: -15px;
}

.nagoyadomemae .lead {
    width: 900px;
    text-align: center;
    padding: 100px 0;
    margin: auto;
}
.nagoyadomemae .lead__txt {
    width: 740px;
    background-image: url("../img/img_fukidashi-left.png"),
    url("../img/img_fukidashi-right.png");
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 2px;
    margin: 0 auto 96px
}

.nagoyadomemae .anchor-link {
    display: flex;
    justify-content: center;
}
.nagoyadomemae .anchor-link li {
    width: 260px;
    text-align: center;
    margin-right: 30px;
}
.nagoyadomemae .anchor-link li:last-child {
    margin-right: 0;
}

.nagoyadomemae .anchor-link a {
    display: block;
    background-color: #63B7C6;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 15px;
    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;
    padding: 60px calc((100% - 900px) / 2) 80px;
}
.nagoyadomemae-category.fashion {
    background-color: #ECF3F4;
    background-image: url("../img/bg_fashion.png");
    background-position: 90% 5%;
}
.nagoyadomemae-category.cosme {
    background-color: #F5F2F4;
    background-image: url("../img/bg_cosme.png");
    background-position: 5% 5%;
}
.nagoyadomemae-category.food {
    background-color: #F0EDDC;
    background-image: url("../img/bg_food.png");
    background-position: 90% 5%;
}

.nagoyadomemae-category__ttl {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.nagoyadomemae-category__ttl img {
    display: block;
    width: auto;
    height: 114px;
    margin: 0 auto 16px;
}

.nagoyadomemae-category__contents__ttl {
    width: 461px;
    margin: 0 auto 40px;
}

/* fashion */
.fashion__main {
    display: flex;
}
.fashion__main img {
    width: 50%;
}

.fashion-pickup {
    text-align: center;
}
.fashion-pickup__ttl {
    display: inline-block;
    border-bottom: 2px solid #63B7C6;
    color: #63B7C6;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 3px;
    margin: 60px 0;
}

.fashion-list {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.fashion-list li {
    margin-right: 30px;
}
.fashion-list li:last-child {
    margin-right: 0;
}

.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 {
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
}

.fashion-event {
    margin-top: 80px;
}

/* cosme */
.cosme-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cosme-list li {
    width: 280px;
    background-color: #fff;
    border: 2px solid #EC838B;
    border-radius: 20px;
    padding: 0 18px 30px;
    box-sizing: border-box;

}
.cosme-list li:nth-of-type(n+4){
    margin-top: 30px;
}

.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 12px 0;
}

/* food */
.food-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}
.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-list .food-photo {
    width: calc((420 / 900) * 100%);
}

.food-brand__concept {
    color: #B39241;
    font-size: 26px;
    font-weight: 700;
    margin-top: 16px;
}
.food-brand__introduction {
    font-size: 14px;
}
.food-brand__introduction span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 40px 0 20px;
}
.food-brand__introduction span::before {
    content: '\3010';
}
.food-brand__introduction span::after {
    content: '\3011';
}
