@charset "utf-8";

/* ーーーーーーーーーーーーーーーーーーーーーーーーー

#hero

ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
}

.hero::before {
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 250px;
    height: 80px;
    content: "";
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    z-index: 3;
    background-size: contain;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:85vh;
    object-fit: cover;
    object-position: center;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}

ul.slider.slick-initialized.slick-slider {
    width: 80%;
}

@media(min-width:1025px) {
    .hero::before {
        bottom: 20%;
        width: 300px;
        height: 100px;
    }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーー

#concept

ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.top-concept {
    position: relative;
    margin-top: 100px;
}

.top-concept::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width:100%;
    height: 100%;
    background-color: #F7F6F5;
    z-index: -1;
}

.top-concept .inner {
    padding-top: 1px;
}

.top-concept .content-title {
    margin-top: -15px;
}

.top-concept h3 {
    margin-bottom: 40px;
    font-size: 1.5em;
    text-align: center;
    font-weight: 400;
    line-height: 1.7;
}

.top-concept .text {
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.7;
}

.top-concept .more-btn {
    margin-bottom: 60px;
}

@media(min-width:1025px) {
    .top-concept {
        margin-bottom: 150px;
    }
    .top-concept .inner {
        padding-bottom: 200px;
    }

    .concept-img {
        position: absolute;
        right: 0;
        bottom: -20vh;
        width: 80%;
        height: 40vh;
        overflow: hidden;
    }

    .concept-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


/* ーーーーーーーーーーーーーーーーーーーーーーーーー

#infomation

ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.info {
    margin-bottom: 150px;
}

.info-list li {
    position: relative;
}

.info-list li a {
    margin-bottom: 20px;
    padding: 10px;
    display: block;
    border: 1px solid #333;
    min-height: 310px;
	background-color: #fff;
	transition: all .5s;
}

.info-list li a:hover {
	opacity: .6;
}

.info-list li:last-child a:hover {
	opacity: 1;
}

.info-list li a .samune {
    margin-bottom: 10px;
	width: 100%;
	height: 165px;
}

.samune img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.info-list li a .date {
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: .1em;
    font-size: .85em;
}

.info-list li a .info-title {
    letter-spacing: .05em;
    line-height: 1.7;
}

/* morebtn */

.info-list li:last-child a {
    position: relative;
    display: block;
    width: 95%;
    font-weight: 400;
    letter-spacing: .1em;
    border: 1px solid #1e1e1e;
    border-top-left-radius: 15px;
    transition: all .4s;
}

.info-list li:last-child a:hover {
    background-color: #1e1e1e;
    color: #fff;
}

.info-list li:last-child::before {
    position: absolute;
    bottom: -15px;
    right: 0px;
    content: "";
    width: 1px;
    height: 290px;
    background-color: #1e1e1e;
}

.info-list li:last-child::after {
    position: absolute;
    bottom: -15px;
    right: 0px;
    content: "";
    width: 95%;
    height: 1px;
    background-color: #1e1e1e;
}

.info-list li:last-child a .outer {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info-list li:last-child a .outer span {
    position: relative;
}

.info-list li:last-child a .outer span::before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 100px;
    height: 1px;
    background-color: #1e1e1e;
    transition: all .4s;
}

.info-list li:last-child a .outer span::after {
    position: absolute;
    bottom: -7px;
    right: -7px;
    transform: rotate(45deg);
    content: "";
    width: 10px;
    height: 1px;
    background-color: #1e1e1e;
    transition: all .4s;
}

.info-list li:last-child a:hover .outer span::before,
.info-list li:last-child a:hover .outer span::after {
    background-color: #fff;
}

@media(min-width: 600px) {
    .info-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .info-list li {
        width: 48%;
    }

    .info-list li:nth-child(3) a,
    .info-list li:last-child a {
        margin-bottom: 0;
    }
}

@media(min-width: 1025px) {
	.flex-content .inner {
		display: flex;
		justify-content: space-between;
	}
	
	.info, .instagram {
		width: 48%;
	}
	
	.info {
		margin-bottom: 0;
	}
	
	.info-list li a {
		min-height: 278px;
	}
	
	.info-list li:last-child a {
    min-height: 270px;
}
	
	.info-list li:last-child::before {
		 bottom: -7px;
		height: 270px;
	}
	
	.info-list li:last-child::after {
		bottom: -7px;
	}
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーー

#instagram

ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

div#sb_instagram {
    padding-bottom: 0 !important;
}

div#sbi_images {
    padding: 0 !important;
}

/* open instagram btn */
.instagram .more-btn {
	margin-top: 20px;
}

.instagram .more-btn a {
	width: 210px;
}

.instagram .more-btn a::before {
	width: 190px;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーー

#menu

ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.menu-category li a {
    margin-bottom: 60px;
    position: relative;
    display: block;
}

/* 画像 */

.menu-category li a .menu-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.menu-category li a .menu-img img {
    transition: all .4s;
}

.menu-category li a:hover .menu-img img {
    transform: scale(1.1);
}

/* カテゴリーネーム */

.menu-category li a .category-name {
    position: absolute;
    padding-top: 25px;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 90%;
    max-width: 280px;
    height: 82px;
    box-shadow: 0 4px 15px #d9d9d9;
    text-align: center;
}

.category-name h3 {
    margin-bottom: 5px;
    font-size: 1.25em;
    letter-spacing: .05em;
}

.category-name p {
    font-size: .85em;
    letter-spacing: .05em;
}

@media(min-width: 600px) {
    .menu-category {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .menu-category li {
        width: 50%;
    }
}

@media(min-width: 1025px) {
	.top-menu .inner {
		max-width: inherit;
	}
	
	.menu-category {
		flex-wrap: nowrap;
	}
	
	.menu-category li {
		width: 25%;
	}
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーー

#access

ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.access .inner {
	max-width: 800px;
}

.access .inner .flex-wrap {
    display: flex;
    justify-content: space-between;
	flex-direction: column;
}

/* -----カレンダーの諸々のCSS----- */
/* カレンダーヘッダーのCSS */
.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header {
    background: transparent !important;
}

.wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-prev,
.wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-next{
	background-color: transparent !important;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container select {
    border: none !important;
    color: #fff !important;
    font-size: 1.5em !important;
    font-family: "Jost", serif;
}

/* 営業日の色 */
.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-1 div:first-of-type {
    background-color: transparent !important;
}

/* 休業日の色 */
.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-2 div:first-of-type {
    background-color: #fff !important;
}

.wpsbc-legend-item-icon[data-type=single] div:first-of-type {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    display: block;
    width: 80% !important;
    height: 80% !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 100px;
}

/* 空白の色 */
.wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date.wpsbc-gap {
    background: transparent !important;
}

/* 背景画像の設定 */
.wpsbc-container .wpsbc-calendars .wpsbc-calendar {
	border: none !important;
    background: transparent !important;
    margin-bottom: 0 !important;
}

/* 文字の色 */
.wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date {
    color: #fff !important;
	font-family: "Jost", serif;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date.wpsbc-legend-item-2 {
    color: #333 !important;
	font-family: "Jost", serif;
	border-radius: 100px;
    overflow: hidden;
}

/* 曜日の文字を英語に */
.wpsbc-container .wpsbc-calendars .wpsbc-calendar table thead {
    border-bottom: 3px double #fff !important;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar table thead tr th {
    position: relative;
	color: transparent !important;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar table thead tr th::before {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "Jost", serif;
	color: #fff;
	font-weight: 500;
	letter-spacing: .05em;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar table thead tr th:nth-child(1)::before {
	content: "mon";
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar table thead tr th:nth-child(2)::before {
	content: "tue";
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar table thead tr th:nth-child(3)::before {
	content: "wed";
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar table thead tr th:nth-child(4)::before {
	content: "thu";
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar table thead tr th:nth-child(5)::before {
	content: "fri";
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar table thead tr th:nth-child(6)::before {
	content: "sat";
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar table thead tr th:nth-child(7)::before {
	content: "sun";
	color: red;
}

@media(min-width: 1025px) {
	.access .inner .flex-wrap {
		flex-direction: row;
	}
	
	.access .inner .flex-wrap .flex-left,
	.access .inner .flex-wrap .flex-right {
		width: 49%;
	}
}