@charset "utf-8";

/* common pattern
================================================== */
/* lnavi */
.sec_contents_wrap {
    padding-bottom: 100px;
}
.sec_contents{
    display: flex;
    justify-content: space-between;
}
.content_area{
    padding-left: 40px;
    width: 75%;
}
.content_aside{
    border-right: 1px solid #cccccc;
    order: 0;
    padding-right: 40px;
    width: 25%;
}
/* image */
.sec_contents img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

/* mainvisual style
================================================== */
.sec_mainvisual .splide{
    padding-bottom: 100px;
}
.sec_mainvisual .splide__slide img{
    max-width: 100%;
    height: 100%;
    min-height: 1px;
    vertical-align: bottom;
}
.sec_mainvisual .splide__controls{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: 0 auto;
    padding: 0 10px;
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 24px;
    z-index: 1;
}
.sec_mainvisual .splide__progress{
	font-weight: bold;
	display: flex;
	align-items: flex-start;
    padding-top: 4px;
}
.sec_mainvisual .splide__progress .progress_current{
	font-size: 155.56%;
	line-height: 1;
}
.sec_mainvisual .splide__progress .progress_total{
	font-size: 88.89%;
	padding-top: 5px;
}
.sec_mainvisual .splide__progress .progress_total:before{
	content: '/';
	margin-right: 5px;
	margin-left: 7px;
	position: relative;
	top: -2px;
}
.sec_mainvisual .splide__arrow{
	position: static;
	overflow: hidden;
	text-indent: -9999px;
	opacity: 1;
	transform: none;
	width: 30px;
	height: 30px;
	color: #ffffff;
	background-color: #4c0c27;
	border: 1px solid #4c0c27;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0px 2px 10px 0.6px rgba(28,28,28,0.1);
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.sec_mainvisual .splide__arrow:hover{
    opacity: 1;
    background-color: #ffffff;
    color: #4c0c27;
}
.sec_mainvisual .splide__arrow--prev{
	background-image: url(/site/shared/site_naratemono/images/icon/icon_arrow_prev.png);
}
.sec_mainvisual .splide__arrow--prev:hover{
    background-image: url(/site/shared/site_naratemono/images/icon/icon_arrow_prev_hv.png);
}
.sec_mainvisual .splide__arrow--next{
	background-image: url(/site/shared/site_naratemono/images/icon/icon_arrow_next.png);
}
.sec_mainvisual .splide__arrow--next:hover{
	background-image: url(/site/shared/site_naratemono/images/icon/icon_arrow_next_hv.png);
}
.sec_mainvisual + .sec_greeting{
    margin-top: -100px;
}
/* greeting style
================================================== */
.sec_greeting{
    background: url(/site/shared/templates/naratemono_top/images/greeting_bg.jpg) no-repeat center center / cover;
    margin-bottom: 50px;
    padding: 86px 0 59px;
    color: #333333;
    font-weight: bold;
}
.sec_greeting .greeting_inner{
    width: 100%;
    display: flex;
    justify-content: center;
}
.sec_greeting .greeting_article{
    width: calc(52% - 5px);
}
.sec_greeting .greeting_img{
    width: calc(48% + 5px);
    text-align: right;
    padding-left: 10px;
}
.sec_greeting .greeting_img img{
    max-width: 100%;
    height: auto;
}
.sec_greeting .greeting_txt,
.sec_greeting .greeting_ttl{
    font-size: 150%;
    margin-bottom: 29px;
}
.sec_greeting .greeting_summary{
    margin-bottom: 29px;
}
.sec_greeting .greeting_link{
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
}
.sec_greeting .greeting_link li{
    width: 48%;
}
.sec_greeting .greeting_link a{
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
    background: #4c0c27;
    color: #ffffff;
    padding: 14px 5px 15px 6px;
    border-radius: 5px;
    height: 100%;
    border: 2px solid transparent;
    transition: 0.5s ;
    text-align: left;
    line-height: 1.2;
}
.sec_greeting .greeting_link a::before{
    border: 2px solid;
    border-radius: 50%;
    content: "";
    background: #4c0c27 url(/site/shared/templates/naratemono_top/images/greeting_link_arrow.png) center center no-repeat;
    display: block;
    height: 24px;
    margin: 0 5px 1px 0;
    transform: scale(0.7) translate(-1px, 1px);
    transition: 0.5s border-color;
    min-width: 25px;
}
.sec_greeting .greeting_link a:hover{
    background: #ffffff;
    border: 2px solid #4c0c27;
    color: #4c0c27;
}
.sec_greeting .greeting_link a:hover:before{
    border-color: transparent;
}
/* yahoolink style
================================================== */
.yahoolink{
    margin-bottom: 43px;
    padding: 0 10px;
}

/* pickup style
================================================== */
.sec_pickup{
    margin-bottom: 90px;
}
.sec_pickup .gallery_list{
    margin-bottom: 96px;
}

/* restaurant style
================================================== */

/* news style
================================================== */
.sec_news h2{
    font-size: 200%;
    font-weight: 700;
    margin: -4px 0 47px;
    line-height: 1.2;
}
.sec_news ul{
    list-style: none;
}
.sec_news .sidebar_news_list_item{
    border-top: 1px solid #cccccc;
    padding: 12px 0 8px;
}
.sec_news .sidebar_news_list_item:last-child {
    border-bottom: 1px solid #cccccc;
}
.sec_news .sidebar_news_date,
.sec_news .sidebar_news_link {
    color: #767676;
    background-color: transparent;
    font-size: 88.9%;
}
.sec_news h3.sidebar_news_title{
    color: inherit;
    font-size: 100%;
    font-weight: 500;
    margin: 3px 0 4px;
}
.sec_news .sidebar_news_date {
    word-break: break-all;
}
.sec_news .sidebar_news_link{
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    padding-left: 20px;
    line-height: 1.2;
    transition: 0.5s;
}
.sec_news .sidebar_news_more{
    align-items: center;
    background: url(/site/shared/templates/naratemono_top/images/main/sidebar_news_bg.png) no-repeat center center;
    background-size: cover;
    color: inherit;
    display: flex;
    font-weight: 700;
    margin-top: 30px;
    justify-content: center;
    padding: 10px 12px 11px 13px;
    text-decoration: none;
    line-height: 1.2;
}
.sec_news .sidebar_news_link::before,
.sec_news .sidebar_news_more::before{
    content: "";
    margin-right: 10px;
    margin-top: 2px;
    line-height: 1;
    background: url(/site/shared/site_naratemono/images/icon/link_arrow_gray.png) no-repeat 0 0;
    width: 10px;
    height: 10px;
    transition: 0.5s background-image;
}
.sec_news .sidebar_news_more::before{
    background-image: url(/site/shared/site_naratemono/images/icon/link_arrow_black.png);
    margin-top: -1px;
}
.sec_news .sidebar_news_link::before {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
}
.sec_news .sidebar_news_link:hover span{
    text-decoration: underline;
}
.sec_news .sidebar_news_link:hover::before{
    background-image: url(/site/shared/site_naratemono/images/icon/link_arrow_black.png);
}

/* search style
================================================== */

/* pickup style
================================================== */

/* restaurant style
================================================== */
.sec_restaurant .sec_title{
    margin-bottom: 88px;
}
.restaurant_wrap{
    margin-bottom: 93px;
}
.restaurant_wrap:last-child{
    margin-bottom: 0;
}
.restaurant_wrap .sec_subtitle{
    margin-bottom: 44px;
}
.restaurant_wrap .gallery_list .item_thumb{
    margin-bottom: 8px;
}
.restaurant_wrap .gallery_list .item_thumb img{
    height: 145px;
}
.restaurant_wrap .gallery_list .item_info{
    margin-top: 9px;
}
.restaurant_wrap .gallery_list .item_info .info_title{
    margin-right: 9px;
}
.restaurant_wrap .gallery_list .item_desc{
    margin-top: 8px;
}
.restaurant_wrap .gallery_list .item_manage{
    line-height: 1.6;
}
/* hover style
================================================== */
.sidebar_news_more:hover{
    text-decoration: underline;
}
.sec_news .sidebar_news_link:hover{
    color: #333333;
}

/* no-js style
================================================== */
.no_javascript .sec_mainvisual .splide__track{
    margin: 0 auto;
    max-width: 1015px;
    max-height: 500px;
    overflow-y: auto;
}
.no_javascript .sec_mainvisual .splide__list,
.sec_mainvisual .no-splide .splide__list{
    flex-direction: column;
    gap: 10px 0;
}
.no_javascript .sec_mainvisual .splide,
.sec_mainvisual .splide.no-splide{
    padding-bottom: 0;
}
.sec_mainvisual .splide.no-splide{
    margin-bottom: 100px;
}
.no_javascript .sec_mainvisual + .sec_greeting{
    margin-top: 0;
}
.sec_mainvisual .no-splide .splide__track{
    margin: 0 auto;
    max-width: 1000px;
}

