@charset "UTF-8";
/* CSS Document */
/*--------------------
01.共通
02.header
03.footer
04.top
05.under_about
06.under_menu
07.news
08.news_detail
--------------------*/
/*----------
01.共通
----------*/
* {
	box-sizing: border-box;
}
a {
	transition: all 0.2s ease-in-out;
	display: block;
}
a:hover {
	opacity: 0.72;
}
main {
	margin-top: 90px;
}
img {
	display: block;
	width: 100%;
	height: auto;
}
strong {
	font-weight: bold !important;
}
#wrapper {
	font-family: 'Noto Sans JP', serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.cnt_in_main {
	margin: 0 auto;
	max-width: 1280px;
}
.cnt_in_l {
	margin: 0 auto;
	max-width: 1200px;
	width: 94%;
}
.cnt_in {
	margin: 0 auto;
	max-width: 1000px;
	width: 94%;
}
.flex_box {
	display: flex;
}
.font_en {
	font-family: 'Josefin Sans', sans-serif;
}
.font_jp {
	font-family: 'Noto Sans JP', sans-serif;
}
.color_brown {
	color: #996932 !important;
}
.color_gray {
	color: #969696 !important;
}
.color_white {
	color: #fff !important;
}
.text_up {
	text-transform: uppercase;
}
.title_ptn01 {
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.12em;
}
.kome_list {
	line-height: 22px;
}
.kome_text {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.5;
}
.title_under_line {
	margin-bottom: 20px;
	border-bottom: 4px solid #996932;
	padding-bottom: 20px;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.12em;
}
.btn01 {
	display: block;
	position: relative;
	border: 1px solid #996932;
	padding: 21px 0;
	width: 280px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.2em;
	color: #996932;
}
.btn_deco01::after {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 20px;
	background-image: url(../img/common/btn_deco01.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%;
	right: 21px;
	transform: translateY(-50%);
}
.title_area {
	padding: 102px 0 90px;
	background-image: url(../img/patisserie/title.jpg?v20251106);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.title_area h1 {
	align-items: center;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
}
.title_area h1::before {
	content: '';
	display: inline-block;
	margin: 0 10px 0 0;
	width: 18px;
	height: 1px;
	background-color: #fff;
}
.target::after {
	content: '';
	display: inline-block;
	margin: 0 0 0 5px;
	width: 14px;
	height: 14px;
	background-image: url(../img/common/ico_blank.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
/*----------
02.header
----------*/
header {
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
header a {
	color: #996932;
}
header .header_wrap {
	position: relative;
}
header .header_wrap .cnt_in_l {
	position: relative;
}
header .btn_box {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1000;
}
header .hum_btn {
	align-items: center;
	justify-content: space-between;
	border: 1px solid #996932;
	padding: 13px 30px;
	font-weight: 400;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
header .hum_btn:hover {
	opacity: 0.72;
}
header .hum_btn .pc {
	display: inline;
}
header .hum_btn .deco {
	display: block;
	position: relative;
	margin: 0 0 0 30px;
	background-color: #996932;
	width: 8.5px;
	height: 1px;
	transition: 0.5s;
}
header .hum_btn .deco::before, header .hum_btn .deco::after {
	content: '';
	display: block;
	position: absolute;
	background-color: #996932;
	width: 200%;
	height: 1px;
	top: -6.5px;
	left: 0;
	transition: 0.5s;
}
header .hum_btn .deco::after {
	top: 6.5px;
}
header .c .deco {
	background-color: rgba(0, 0, 0, 0);
}
header .c .deco::before {
	top: 0;
	transform: rotate(-45deg);
}
header .c .deco::after {
	top: 0;
	transform: rotate(45deg);
}
header .header_wrap nav {
	justify-content: space-between;
	align-items: flex-start;
	padding: 35px 0;
	width: calc(100% - 230px);
}
header .nav {
	justify-content: flex-end;
	position: relative;
	z-index: 1;
}
header .l_nav li {
	border-right: 1px solid #707070;
}
header .r_nav {
	justify-content: flex-start;
}
header .r_nav .menu_box {
	padding: 0 0 0 28px;
}
header .header_wrap a {
	display: inline-block;
	padding: 0 20px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
}
header .r_nav li {
	border-left: 1px solid #707070;
}
header .r_nav li:last-of-type {
	border-right: 1px solid #707070;
}
header .r_nav a {
	padding: 0 28.5px;
}
header .header_wrap .logo {
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
}
header .header_wrap .logo a {
	display: block;
	position: relative;
	padding: 0;
	width: 60px;
}
header .header_wrap .logo a::after {
	content: '';
	display: block;
	position: absolute;
	border-radius: 90%;
	width: 145px;
	height: 145px;
	background-color: #fff;
	top: calc(50% - 15px);
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.hum_area {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #FBFAF9;
	z-index: 999;
	display: none;
}
.hum_area.open {
	display: flex !important;
}
.hum_area .img_area {
	width: 40%;
	overflow: hidden;
}
.hum_area .img_area img {
	/* display: none; */
	position: relative;
	object-fit: cover;
	height: 100%;
	z-index: 1;
}
.hum_area .img_area img:first-of-type {
	display: block;
	z-index: 0;
}
.hum_area .nav_box {
	flex-direction: column;
	justify-content: space-between;
	padding: 12.657% 7.82% 4.93% 6.433%;
	width: 60%;
}
.hum_area .nav_box .box_top {
	justify-content: space-between;
}
.hum_area .nav_box .sns_box {
	width: 100%;
}
.hum_area .nav_box .sns {
	width: 40px;
}
.hum_area .nav_box a, .hum_area .nav_box .slide span {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #996932;
	text-transform: uppercase;
	transition: all 0.5s;
}
.hum_area .nav_box .slide.open span {
	color: #000 !important;
}
.hum_area .nav_box .cnt_box > li {
	padding-bottom: 40px;
}
.hum_area .nav_box .slide_text {
	align-items: center;
}
.hum_area .nav_box .slide_text::after {
	content: '';
	display: inline-block;
	margin: 0 0 0 10px;
	width: 18px;
	height: 8px;
	background-image: url(../img/common/slide_text_brown.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	transition: all 0.5s;
}
.hum_area .nav_box .open .slide_text::after {
	background-image: url(../img/common/slide_text_black.svg);
	transform: rotate(-180deg);
}
.hum_area .nav_box .slide_box_wrap {
	display: none;
}
.hum_area .nav_box .slide_box {
	margin-top: 24px;
}
.hum_area .nav_box .slide_box li {
	margin: 0 16% 0 0;
}
.hum_area .nav_box .slide_box a {
	font-size: 20px;
}
/*----------
03.footer
----------*/
footer {
	border-top: 2px solid #EAEAEA;
}
.footer_top {
	flex-wrap: wrap;
	padding: 36px 0 20px;
}
.footer_top .cnt_in {
	flex-wrap: wrap;
}
footer .copy {
	margin-top: 92px;
	color: #808080;
	font-size: 10px;
	width: 100%;
}
.footer_top .cnt_in {
	justify-content: space-between;
}
.footer_top .logo {
	width: 95px;
}
.footer_top .nav_box {
	justify-content: space-between;
	max-width: 680px;
	width: 68%;
}
.footer_top .nav_box li {
	margin-bottom: 22px;
}
.footer_top .nav_box ul li:last-of-type {
	margin-bottom: 0;
}
.footer_top .nav_box a {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	letter-spacing: 0.08em;
	font-weight: 400;
	text-transform: uppercase;
	color: #996932;
}
.footer_under {
	border-top: 2px solid rgba(234, 234, 234, 0.6);
}
.footer_under .banner_box li {
	border-right: 2px solid rgba(234, 234, 234, 0.6);
}
.footer_under .banner_box li:last-of-type {
	border-right: none;
}
.footer_under .banner_box li:nth-of-type(1) {
	width: 21%;
}
.footer_under .banner_box li:nth-of-type(2) {
	width: 19%;
}
.footer_under .banner_box li:nth-of-type(3) {
	width: 16%;
}
.footer_under .banner_box li:nth-of-type(4) {
	width: 20%;
}
.footer_under .banner_box li:nth-of-type(5) {
	width: 24%;
}
.footer_under .banner_box li a {
	display: block;
	margin: 0 auto;
	padding: 27px 0;
}
.footer_under .banner_box li {
	display: flex;
	align-items: center;
}
/*----------
04.top
----------*/
#top .sec02 {
	padding: 80px 0 0;
}
#top .sec02 h2 {
	margin-bottom: 62px;
}
#top .sec02 .news_area {
	justify-content: space-between;
}
#top .sec02 .box_l {
	flex-direction: column;
}
#top .sec02 h2 {
	margin-bottom: 62px;
}
#top .sec02 .box_l a {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-decoration: underline;
}
#top .sec02 .box_r {
	width: 81%;
}
#top .sec02 .box_r li {
	border-top: 1px solid #EBEBEB;
}
#top .sec02 .box_r li:last-of-type {
	border-bottom: 1px solid #EBEBEB;
}
#top .sec02 .box_r a {
	flex-wrap: wrap;
	padding: 18px 0;
}
#top .sec02 .day {
	margin: 0 3.4% 0 0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #B4B4B4;
}
#top .sec02 .cat_list {}
#top .sec02 .cat {
	/* margin: 0 3.4% 0 0; */
	margin: 0 15px 0 0;
	border: none !important;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
}
#top .sec02 .cat::before {
	content: '#';
}
#top .sec02 .title {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #393939;
	width: 100%;
	/* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}
#top .sec02 .btn01 {
	margin: 40px auto 0;
}
#top .sec03 {
	padding: 80px 0 0;
}
#top .sec03 .area01 {
	justify-content: space-between;
	padding: 57px 0 100px;
	background-color: #F4F0EC;
	overflow: hidden;
}
#top .sec03 .area01 h2 {
	margin-top: 45px;
}
#top .sec03 .box_r {
	width: 86.2%;
	background-image: url(../img/top/bg01.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom right;
	transform: translateX(6%);
}
#top .sec03 .area01 p {
	padding: 34px 0 54px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 38px;
	color: #393939;
}
#top .sec03 .area02 {
	margin-top: -80px;
}
#top .sec03 .area02 .cnt_item {
	border: 1px solid rgba(112, 112, 112, 0.2);
}
#top .sec03 .area02 p {
	justify-content: space-between;
	align-items: center;
	padding: 26px 17px 18px 15px;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 27px;
}
#top .sec03 .area02 p::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/top/parts_01.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
#top .sec03 .area02 .box01 {
	margin-bottom: 37px;
}
#top .sec03 .area02 .box02,
#top .sec03 .area02 .box03 {
	justify-content: space-between;
	margin-bottom: 45px;
}
#top .sec03 .area02 .box02 .cnt_item,
#top .sec03 .area02 .box03 .cnt_item {
	width: 48.34%;
}
#top .sec04 {
	padding: 60px 0;
}
#top .banner_list {
	position: relative;
	bottom: 154px;
	z-index: 100;
	width: 290px;
	display: flex;
	margin: 0 10px 10px auto;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: flex-end;
}
#top .banner_list a:hover {
	opacity: 0.8;
}
#top .banner_season a {
	margin-bottom: 5px;
	display: block;
}
#top .banner_section {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin: 60px auto 0;
}
#top .banner_section .banner_season {
	max-width: 490px;
}

/*--------------------
05.under_about
--------------------*/
.under_about .flex_ptn01 {
	padding: 70px 0;
	background-color: #F5F0EA;
}
.under_about .flex_ptn01 .cnt_in {
	max-width: 1140px;
	margin: 0 0 0 auto;
}
.under_about .flex_ptn01 .area01 {
	justify-content: space-between;
}
.under_about .flex_ptn01 .l_box {
	padding-top: 25px;
	width: 40%;
}
.under_about .flex_ptn01 .l_box p {
	margin: 0 0 40px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 38px;
	color: #393939;
}
.under_about .flex_ptn01 .shop_box {
	padding: 35px 30px;
	background-color: #fff;
}
.under_about .flex_ptn01 .shop_box h3 {
	margin-bottom: 23px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 24px;
}
.under_about .flex_ptn01 .shop_box h3 span {
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.07em;
}
.under_about .flex_ptn01 .shop_box dl {
	flex-wrap: wrap;
	align-items: flex-start;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
}
.under_about .flex_ptn01 .shop_box dt {
	margin-bottom: 13px;
	width: 70px;
}
.under_about .flex_ptn01 .shop_box dd {
	margin-bottom: 13px;
	width: calc(100% - 70px);
}
.under_about .flex_ptn01 .shop_box .attention {
	font-weight: normal;
	line-height: 1.3;
	font-size: 0.9em;
	margin-top: 0.5em;
}
.under_about .flex_ptn01 .shop_box dt:last-of-type, .under_about .flex_ptn01 .shop_box dd:last-of-type {
	margin-bottom: 0;
}
.under_about .flex_ptn01 .shop_box .font_jp {
	font-size: 14px;
}
.under_about .flex_ptn01 .shop_box .time_list li {
	line-height: normal;
	margin-top: 10px;
}
.under_about .flex_ptn01 .shop_box .time_list li:nth-child(1) {
	margin-top: -2px;
}
.under_about .flex_ptn01 .shop_box .reserve_link {
	margin-top: 1em;
	text-decoration: underline;
}
@media (hover:hover) {
	.under_about .flex_ptn01 .shop_box .reserve_link:hover {
		text-decoration: none;
	}
}
.under_about .flex_ptn01 .r_box {
	width: 55%;
}
.under_about .flex_ptn01 .r_box .top_box {
	margin-bottom: 20px;
}
.under_about .flex_ptn01 .r_box .under_box {
	justify-content: space-between;
}
.under_about .flex_ptn01 .r_box .under_box .cnt_img {
	width: 48%;
}
.under_about .flex_ptn01.pt02 {
	background-color: rgba(0, 0, 0, 0);
}
.under_about .flex_ptn01.pt02 .l_box {
	width: 42%;
}
.under_about .flex_ptn01.pt02 .l_box h2 {
	margin-bottom: 38px;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.12em;
}
.under_about .flex_ptn01.pt02 .l_box p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 38px;
	color: #393939;
}
.under_about .flex_ptn01.pt02 .r_box {
	width: 52.632%;
}
.under_about .menu_ptn01 h2 {
	margin-bottom: 60px;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.2em;
}
.under_about .menu_ptn01 .flex_wrap {
	margin: 0 0 50px -20px;
}
.under_about .menu_ptn01 .item_list {
	align-items: flex-start;
}
.under_about .menu_ptn01 .menu_item {
	margin: 0 0 0 20px;
	width: calc(100% / 3 - 20px);
}
.under_about .menu_ptn01 .menu_item .cnt_img {
	margin-bottom: 8px;
}
.under_about .menu_ptn01 .menu_item .cat {
	display: inline-block;
	margin-bottom: 8px;
	padding: 5px 15px;
	background-color: #996932;
	letter-spacing: 0.1em;
}
.under_about .menu_ptn01 .menu_item h3 p {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 27px;
}
.under_about .menu_ptn01 .menu_item .price {
	margin-bottom: 10px;
	font-weight: 200;
}
.under_about .menu_ptn01 .menu_item p {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}
.under_about .menu_ptn01 .kome_text {
	margin-bottom: 20px;
}
.under_about .menu_ptn01 .menu1 .kome_text {
	margin-bottom: 40px;
}
.btn_area .btn_box, .under_about .menu_ptn01 .btn_box {
	justify-content: space-around;
}
.under_about .menu_ptn01.pt02 .sub_title {
	margin-bottom: 25px;
	font-size: 25px;
	font-weight: 500;
}
.under_about .menu_ptn01.pt02 .menu1 {
	margin-bottom: 40px;
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 81px;
}
.under_about .inc .menu1:last-of-type, .under_about .menu_ptn01.pt02 .menu1:last-of-type {
	margin-bottom: 50px;
	border: none;
	padding-bottom: 0;
}
.under_about .movie_area {
	padding: 50px 0;
	background-color: #996932;
}
.under_about .movie_area .movie_box {
	position: relative;
	padding-bottom: 44.3%;
}
.under_about .movie_area iframe, .under_about .movie_area video {
	position: absolute;
	width: 100%;
	height: 100%;
}
.under_about .banner_area {
	padding-bottom: 50px;
}
.under_about .banner_area .flex_box {
	justify-content: space-between;
}
.under_about .banner_area .cnt_img {
	width: 49%;
}
.under_about .banner_area .banner_section {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin: 0 auto 20px;
	width: 92%;
}
.under_about .banner_area .banner_section .banner_season {
	max-width: 490px;
}
#patisserie .sec03 {
	padding: 70px 0 0;
}
#patisserie .sec03 .btn_box {
	margin-bottom: 70px;
}
#patisserie .menu_ptn01 .flex_wrap {
	margin: 0 0 50px -10px;
}
#patisserie .menu_ptn01 li {
	margin: 0 0 0 10px;
	/* width: calc(100% / 4 - 10px); */
	width: auto;
}
#patisserie .menu_ptn01 .menu_item h3 p {
	font-size: 15px;
	line-height: 22px;
}
#patisserie .menu_ptn01 .menu_item .price p {
	font-size: 14px;
	line-height: 1.4;
}
#patisserie .sec04 {
	padding-top: 90px;
}
#patisserie .sec06 {
	padding-top: 140px;
}
#delicatessen_menu .title_area, #delicatessen .title_area {
	background-image: url(../img/delicatessen/title.jpg);
}
#delicatessen .sec03 {
	padding-top: 70px;
}
#delicatessen .sec04 {
	padding-top: 170px;
}
#delicatessen_menu .price {
	display: flex;
	align-items: center;
}
#cafe_brasserie .title_area {
	background-image: url(../img/cafe_brasserie/title.jpg?v20251107);
}
#cafe_brasserie .sec03 {
	padding-top: 70px;
}
#cafe_brasserie .sec04 {
	padding-top: 200px;
}
.reserv_fixeed {
	position: fixed;
	right: 41px;
	width: 295ex;
	transition: opacity 0.7s, visibility 0.7s, z-index 0.7s;
	top: 100px;
	z-index: 99;
}
.reserv_fixeed a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 0 auto;
	padding: 16px 41px 11px 17px;
	width: 300px;
	background-color: #996932;
}
.reserv_fixeed a::after {
	content: '';
	display: block;
	width: 8px;
	height: 12px;
	background-image: url(../img/common/arrow_r_white.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
#access .title_area {
	background-image: url(../img/access/title.jpg);
}
#access .flex_ptn01 {
	padding: 85px 0 100px;
	background-color: #fff;
}
#access .bb {
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 25px;
}
#access .font_light {
	font-weight: 300;
}
#access .small {
	font-size: 12px;
}
#access .data_box .box_l {
	width: 82px;
}
#access .flex_ptn01 .l_box .bb:nth-of-type(3) {
	margin-bottom: 0;
}
#access .flex_ptn01 .l_box p {
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	line-height: 24px;
	color: #000;
}
#access .flex_ptn01 .address p {
	margin-bottom: 0;
	letter-spacing: 0.2em;
}
#access .flex_ptn01 .l_box {
	padding-top: 45px;
}
#access .flex_ptn01 h4 {
	margin-bottom: 5px;
	line-height: 22px;
	font-weight: 500;
}
#access .data_box {
	justify-content: space-around;
}
#access .data_box .box_r {
	width: 68%;
}
#access .data_box .box_r p:last-of-type {
	margin-bottom: 0;
}
#access .sec03 {
	margin-bottom: 100px;
	padding: 110px 0 70px;
	background-color: #F5F0EA;
}
#access .sec03 .cnt_wrap {
	justify-content: space-between;
	flex-wrap: wrap;
}
#access .sec03 .box01 {
	width: 50%;
}
#access .sec03 .box01 .gmap {
	position: relative;
	padding-bottom: 100%;
	width: 100%;
	/* background: #FFA24C;*/
}
#access .sec03 .box01 iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* filter: grayscale(1);*/
	/* opacity: 0.85;*/
}
#access .sec03 .box02 {
	width: 45%;
}
#access .sec03 h2 {
	padding-bottom: 20px;
}
#access .sec03 .data_box {
	justify-content: space-around;
}
#access .sec03 .box02 .box_l {
	width: 22%;
}
#access .sec02 h3, #access .sec03 h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#access .sec03 .box02 .box_r {
	width: 62%;
}
#access .sec03 .box02 li {
	list-style: disc;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 24px;
}
#access .sec03 .box02 .small {
	list-style: none;
	font-size: 12px;
	line-height: 17px;
}
#access .sec03 .box03 {
	justify-content: space-around;
	margin-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 30px;
	width: 100%;
}
#access .sec03 .box03 .box_l {
	display: inline-block;
}
#access .sec03 .box03 .box_r {
	width: 84.3%;
}
#access .sec03 .box03 p {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#access .sec03 .box03 .pay {
	line-height: 30px;
}
#access .sec03 .box03 .time {
	display: inline-block;
	font-weight: 500;
}
#access .sec03 .box03 .time > span {
	display: block;
}
#access .sec03 .box03 .time > span:first-of-type {
	margin-bottom: 4px;
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 4px;
}
#access .sec03 .box03 .time .mi {
	display: inline-block;
	margin: 0 0 0 20px;
	font-weight: 400;
}
#access .sec03 .box03 .detail {
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	line-height: 24px;
}
#access .sec03 .box03 .service {
	margin-bottom: 0;
	font-weight: 500;
	line-height: 26px;
}
/*--------------------
06.under_menu
--------------------*/
.under_menu .cake_name p {
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
}
.under_menu .detail p {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}
.under_menu .price {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
}
.under_menu .price:last-of-type {
	margin-bottom: 0;
}
.under_menu .cake_data {
	margin-bottom: 15px;
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 15px;
}
.under_menu .cake_data:last-of-type {
	margin-bottom: 0;
	border: none;
	padding-bottom: 0;
}
.under_menu .cake_data .cake_name {
	margin-bottom: 5px;
}
.under_menu .cake_data .detail {
	margin-bottom: 10px;
}
.under_menu .size_deco p {
	margin: 0 5px 0 0;
	padding: 3px 5px;
	font-size: 12px;
	line-height: 1;
	background-color: #996932;
	min-width: 65px;
	text-align: center;
}
.under_menu .list_menu {
	margin: -50px 0 0;
	justify-content: space-between;
	flex-wrap: wrap;
}
.under_menu .list_menu .card_cake, .under_menu .list_menu .card_option {
	margin-top: 50px;
	justify-content: space-between;
	width: 48%;
}
.under_menu .list_menu .card_option {
	padding: 50px 3%;
	background-color: #F5F0EA;
	text-align: center;
}
.under_menu .list_menu .optinon_inner {
	display: inline-block;
	max-width: 371px;
	text-align: left;
}
.under_menu .list_menu .option_name {
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 20px;
}
.under_menu .list_menu .option_name h3 {
	margin-right: 15px;
}
.under_menu .list_menu .kome_text {
	display: block;
	margin: 15px 0 0;
	line-height: 22px;
	inline-size: fit-content;
}
.under_menu .list_menu a {
	text-decoration: underline;
}
.under_menu .list_menu .l_box {
	width: 46%;
}
.under_menu .list_menu .r_box {
	width: 51%;
}
.under_menu .list_price {
	justify-content: space-between;
}
.under_menu .list_price .l_box {
	width: 220px;
}
.under_menu .list_price .r_box {
	width: calc(100% - 240px);
}
.under_menu .list_price .cake_price {
	justify-content: space-between;
	margin: 0 0 16px;
	padding: 0 0 16px;
	background: linear-gradient(to right, #DDBE9A, #DDBE9A 2px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 10px);
	background-size: 10px 2px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.under_menu .list_price .cake_price:last-of-type {
	margin-bottom: 0;
}
.under_menu .list_price .cake_name span {
	display: block;
	margin: 4px 0 0;
	letter-spacing: 0;
}
.under_menu .list_price .cake_price .price:last-of-type {
	margin: 0 0 0 10px;
}
#patisserie_menu .title_area {
	margin-bottom: 60px;
}
.seclay {
	margin-bottom: 120px !important;
}
.seclay .kome_list {
	margin-top: 25px;
}
#patisserie_menu .sec02 {
	padding-top: 85px;
}
#patisserie_menu .sec03 {
	padding-top: 80px;
}
#patisserie_menu .sec03 .list_price {
	margin-bottom: 45px;
}
#patisserie_menu .sec04 {
	padding: 80px 0 37px;
}
#patisserie_menu .sec04 .list_price {
	margin-bottom: 50px;
}
#patisserie_menu .sec04 .list_menu_pt02 > ul {
	margin-bottom: 20px;
}
#patisserie_menu .sec04 .list_menu {
	margin-bottom: 50px;
}
#patisserie_menu .option_name .price {
	display: flex;
	align-items: center;
}
#delicatessen_menu {
	padding-bottom: 52px;
}
#delicatessen_menu .sec {
	padding: 85px 0 0 0;
}
#delicatessen_menu .kome_text {
	margin-top: 20px;
}
/*----------
07.news start
----------*/
#news.under_about .flex_ptn01 .cnt_in {
	margin-right: auto;
	max-width: 1000px;
}
#news.under_about .flex_ptn01 {
	background-color: #fff;
}
#news .title_area {
	line-height: 57px;
	align-items: baseline;
	padding: 76.7px 0;
}
#news .title_area h1 {
	line-height: 57px;
	align-items: baseline;
}
#news .title_area h1 .bg {
	font-size: 26px;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	margin-left: 9px;
}
#news .title_area h1::before {
	margin-top: 30.7px;
	margin-bottom: auto;
}
#news .title_area h1 .sm {
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	margin-left: 5px;
}
#news .title_area {
	background-image: url("../img/news/title.jpg");
}
#news .under_about .flex_ptn01.sec02 {
	padding: 49.1px 0 52.1px;
}
#news .sec02 .category_g {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#news .sec02 .category_g li {
	margin-right: 6%;
}
#news .sec02 .category_g li.current a {
	color: #996932;
	border-bottom: 1px solid #996932;
	width: 100%;
	height: 100%;
	display: block;
}
#news .category_g li a {
	padding-bottom: 12.4px;
	color: #9D9D9D;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 30px;
}
#news .cnt_news {
	margin: 52.1px 0 130.1px;
	overflow: hidden;
}
#news .cnt_news .cnt_box {
	padding: 21.5px 0;
	letter-spacing: 0.05em;
	border-top: 1px solid #EBEBEB;
}
#news .cnt_news .cnt_box:last-child {
	border-bottom: 1px solid #EBEBEB;
}
#news .cnt_news .cnt_box .cnt_flex {
	display: flex;
	font-size: 14px;
	line-height: 30px;
	word-break: break-all;
	font-weight: 400;
	margin-bottom: 3px;
}
#news .cnt_news .cnt_box .cnt_flex div {
	margin-right: 2.05%;
}
#news .cnt_news .cnt_box .cnt_flex .cnt_date {
	color: #B4B4B4;
}
#news .cnt_news .cnt_box .cnt_flex .cnt_category {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.05em;
	color: #996932;
}
#news .cnt_news .cnt_box .title {
	line-height: 28px;
}
#news .btn {
	border: 1px solid #996932;
	padding: 21.3px 0;
	line-height: 20px;
	display: block;
	font-size: 14px;
	width: 280px;
	text-align: center;
	margin: 0 auto 77.6px;
}
/*----------
07.news end
----------*/
/*----------
08.news_detail start
----------*/
main#news_detail {
	background-color: #F5F0EA;
}
#news_detail .title_area {
	background-image: none;
	padding: 60.4px 0 41.6px;
}
#news_detail .title_area h1 {
	font-size: 20px;
	color: #2C2A26;
	align-items: baseline;
}
#news_detail .sec02 {
	padding-bottom: 100px;
}
#news_detail .title_area h1 span {
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	display: inline-block;
	margin-left: 6px;
	font-weight: 500;
}
#news_detail .title_area h1::before {
	background-color: #000000;
	margin-top: 11.1px;
	margin-bottom: auto;
}
#news_detail .news_box {
	padding: 36px 41px 60.1px;
	background-color: #fff;
}
#news_detail .news_box .cnt_flex {
	display: flex;
	font-size: 14px;
	left: 0.05em;
	line-height: 30px;
	margin-bottom: 7.9px;
	word-break: break-all;
	flex-wrap: wrap;
}
#news_detail .news_box .cnt_flex div {
	margin-right: 1.41%;
}
#news_detail .news_box .cnt_flex .cnt_date {
	color: #B4B4B4;
}
#news_detail .news_box .cnt_flex .cnt_category {
	margin: 0 5px 0 0;
	color: #996932;
}
#news_detail .news_box h2 {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0.05em;
	font-weight: 500;
	padding-bottom: 21px;
	border-bottom: 1px solid #996932;
}
#news_detail .news_box .cnt_img {
	width: 65.21%;
	margin: 45px auto 0;
}
#news_detail .news_box .cnt_img .caption {
	color: #996932;
	margin-top: 0.5em;
	line-height: normal;
	font-size: 0.85em;
	text-align: center;
}
#news_detail .news_box .cnt_text {
	margin: 45px auto 0;
	width: 100%;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.04em;
	font-weight: 400;
}
#news_detail .news_box .flex_b {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 45px auto 0;
}
#news_detail .news_box .flex_b .cnt_img {
	max-width: 300px;
	width: 32.6%;
	margin: 0;
}
#news_detail .news_box .flex_b .cnt_text {
	margin: 0;
	width: 62.28%;
}
#news_detail .news_box .link {
	display: inline-block;
	margin: 45px auto 0;
	transition: 0.5s;
	text-decoration: underline;
}
#news_detail .news_box .link:hover {
	color: #996932;
	text-decoration: none;
}
/* slider */
#news_detail .slide_01 {
	margin-top: 1.5em;
	position: relative;
	padding-bottom: 45px
}
#news_detail .slide_01 .slide_01_item .slide_01_item_inner {
	overflow: hidden;
	position: relative;
	padding-top: 66.67%;
	margin: 0 45px 0 0;
	width: 270px;
}
#news_detail .slide_01 .slide_01_item .slide_01_item_inner {
	overflow: hidden;
	position: relative;
	width: 270px;
	padding-top: 66.67%
}
#news_detail .slide_01 .slide_01_item img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center
}
@media screen and (min-width: 769px) {
	#news_detail .slide_01 {
		margin-left: 25px;
		margin-right: 25px;
	}
}
@media screen and (max-width: 768px) {
	#news_detail .slide_01 {
		padding-bottom: 35px;
		overflow: hidden
	}
	#news_detail .slide_01 .slide_01_item .slide_01_item_inner {
		margin: 0 22px
	}
}
@media screen and (max-width: 640px) {
	#news_detail .slide_01 .slide_01_item .slide_01_item_inner {
		width: 54.6875vmin;
		margin: 0 7px
	}
	#news_detail .slide_01 .slide_01_item .slide_01_item_inner {
		position: relative;
		width: 54.6875vmin
	}
}
#news_detail .slide_01 .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center
}
#news_detail .slide_01 .slick-dots li {
	display: inline-block;
	padding: 0 4px
}
#news_detail .slide_01 .slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0;
	border: 0;
	padding: 0;
	background: #c9caca;
	border-radius: 8px;
	font-size: 0;
	outline: 0;
	cursor: pointer
}
#news_detail .slide_01 .slick-dots li button:hover, #news_detail .slide_01 .slick-dots li.slick-active button {
	background: #996932
}
#news_detail .slide_01 .slick-arrow {
	background-color: transparent;
	border: 0;
	font-size: 0;
	height: 19px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: calc(50% - 22px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
}
#news_detail .slide_01 .slick-arrow.slick-prev {
	cursor: pointer;
	bottom: 45px;
	left: -20px;
	height: calc(100% - 45px);
}
#news_detail .slide_01 .slick-arrow.slick-next {
	cursor: pointer;
	bottom: 45px;
	height: calc(100% - 45px);
	right: -20px;
}
#news_detail .slide_01 .slick-arrow:before {
	bottom: 0;
	border-left: 1px solid #996932;
	border-top: 1px solid #996932;
	content: '';
	display: block;
	height: 16px;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	width: 16px;
}
#news_detail .slide_01 .slick-arrow.slick-prev:before {
	transform: rotate(-45deg);
}
#news_detail .slide_01 .slick-arrow.slick-next:before {
	transform: rotate(135deg);
}
/*----------
08.news_detail end
----------*/
@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		display: inline-block;
	}
}
@media only screen and (max-width:1280px) {
	/*----------
  01.共通
  ----------*/
	main {
		margin-top: 70px;
	}
	/*----------
  02.header
  ----------*/
	header .l_nav li, header .r_nav li {
		display: none;
	}
	/* ---------
	04.top
	--------- */
	#top .banner_list {
		bottom: 154px;
	}
}
@media only screen and (max-width:1024px) {
	/*----------
02.header
----------*/
	.hum_area .nav_box a, .hum_area .nav_box .slide span {
		font-size: 15px;
	}
	.hum_area .nav_box .cnt_box > li {
		padding-bottom: 30px;
	}
	.hum_area .nav_box .slide_box {
		margin-top: 10px;
	}
	.hum_area .nav_box .slide_box a {
		font-size: 14px;
	}
	/*----------
04.top
----------*/
	#top .sec02 .news_area {
		display: block;
	}
	#top .sec02 .box_l {
		flex-direction: unset;
		justify-content: space-between;
		align-items: flex-end;
		margin-bottom: 30px;
	}
	#top .sec02 h2 {
		margin-bottom: 0;
	}
	#top .sec02 .box_r {
		width: 100%;
	}
	#top .sec03 .area02 p {
		font-size: 16px;
		line-height: 20px;
	}
	#top .sec03 .area02 p::after {
		width: 15px;
		height: 15px;
	}
	/*--------------------
05.under_about
--------------------*/
	.under_about .flex_ptn01 .l_box {
		width: 60%;
	}
	.under_about .flex_ptn01 .r_box {
		width: 35%;
	}
	.under_about .flex_ptn01 .r_box .under_box {
		flex-direction: column;
	}
	.under_about .flex_ptn01 .r_box .under_box .cnt_img {
		margin-bottom: 20px;
		width: 100%;
	}
	.under_about .flex_ptn01 .r_box .under_box .cnt_img:last-of-type {
		margin-bottom: 0;
	}
	.under_about .flex_ptn01.pt02 .area01 {
		display: block;
	}
	.under_about .flex_ptn01.pt02 .r_box {
		width: 60%;
		margin: 0 0 0 auto;
	}
	#access .sec03 .data_box, #access .sec03 .box03 {
		flex-direction: column;
		align-items: center;
	}
	#access .sec03 .box02 .box_l, #access .sec03 .box02 .box_r {
		width: 92%;
	}
	#access .sec03 h3 {
		margin-bottom: 15px;
	}
	#access .sec03 .box02 li {
		margin: 0 0 0 1em;
	}
	#access .sec03 .box03 .box_l, #access .sec03 .box03 .box_r {
		width: 96%;
	}
	#access .sec03 .box03 .service {
		letter-spacing: 0;
	}
	/*--------------------
06.under_menu
--------------------*/
	.under_menu .list_price .cake_price {
		flex-direction: column;
	}
	.under_menu .list_price .cake_price h3 {
		margin-bottom: 10px;
	}
	.under_menu .list_price .cake_price .size_price {
		justify-content: flex-end;
	}
}
@media only screen and (max-width:750px) {
	/*----------
01.共通
----------*/
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	header {
		background-color: rgba(0, 0, 0, 0);
	}
	main {
		margin-top: 0;
		overflow: hidden;
	}
	.cnt_in {
		width: 92%;
	}
	.title_ptn01 {
		font-size: 28px;
		letter-spacing: 0.1em;
	}
	.title_under_line {
		margin: 0 0 23px;
		border-bottom: 2px solid #996932;
		padding: 0 0 14px;
		font-size: 19px;
		letter-spacing: 0;
	}
	.btn01 {
		width: 100%;
		max-width: 345px;
	}
	.title_area {
		padding: 89px 0;
		background-image: url(../img/patisserie/title_sp.jpg?v20251106);
	}
	.title_area h1 {
		font-size: 17px;
	}
	/*----------
02.header
----------*/
	header .header_wrap nav {
		display: block;
		padding: 0;
		width: 100%;
	}
	header .header_wrap .logo {
		top: 8px;
	}
	header .header_wrap .logo a {
		width: 41px;
	}
	header .header_wrap .logo a::after {
		width: 118px;
		height: 118px;
		top: calc(50% - 25px);
	}
	header .btn_box {
		position: fixed;
		top: auto;
		right: 0;
		bottom: 0;
		width: 100%;
		transition: 0.7s;
		transform: none;
		z-index: 998;
	}
	header .btn_box.js-hide {
		opacity: 0;
		visibility: hidden;
		z-index: -1;
	}
	header .btn_box .btn {
		width: 50%;
	}
	header .btn_box .news_btn a {
		padding: 17px 0;
		display: block;
		color: #fff;
		background-color: #996932;
	}
	header .hum_btn .pc {
		display: none;
	}
	header .hum_btn .deco {
		width: 16px;
	}
	.hum_area {
		padding: 20px 3% 40px;
		overflow-y: scroll;
	}
	.hum_area .logo_area {
		margin-bottom: 40px;
		width: 100%;
	}
	.hum_area .logo_area .flex_box {
		justify-content: space-between;
		align-items: flex-start;
	}
	.hum_area .logo_area .logo {
		width: 57px;
	}
	.hum_area .logo_area .deco {
		display: block;
		position: relative;
		margin: 0 auto 13px;
		width: 27px;
		height: 27px;
	}
	.hum_area .logo_area p {
		font-size: 12px;
		letter-spacing: 0.08em;
	}
	.hum_area .logo_area .deco::before, .hum_area .logo_area .deco::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		background-color: #996932;
		top: 50%;
		left: 0;
		transform: translateY(-50%) rotate(45deg);
	}
	.hum_area .logo_area .deco::after {
		transform: translateY(-50%) rotate(-45deg);
	}
	.hum_area .nav_box {
		padding: 0 0 0 15px;
		width: 100%;
	}
	.hum_area .nav_box .box_top {
		display: block;
	}
	.hum_area .nav_box .cnt_box > li {
		padding-bottom: 25px;
	}
	.hum_area .nav_box a, .hum_area .nav_box .slide span {
		font-size: 18px;
	}
	.hum_area .nav_box .slide_box a {
		font-size: 16px;
	}
	/*----------
03.footer
----------*/
	.footer_top {
		padding: 40px 0 0;
	}
	.footer_top .cnt_in {
		flex-direction: column;
	}
	.footer_top .logo {
		margin: 0 auto 48px;
	}
	.footer_top .nav_box {
		margin: 0 auto;
		width: 86%;
	}
	.footer_under {
		border: none;
		padding: 50px 0 33px;
	}
	.footer_under .banner_box {
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.footer_under .cnt_in_main {
		margin: 0 auto;
		width: 86%;
	}
	.footer_under .banner_box li {
		margin-bottom: 15px;
		width: 50% !important;
	}
	.footer_under .banner_box li:nth-of-type(even) {
		border: none;
	}
	.footer_under .banner_box li:last-of-type {
		margin-bottom: 0;
	}
	.footer_under .banner_box li a {
		padding: 4px 20px 4px 0;
	}
	.footer_under .banner_box li:nth-of-type(even) a {
		padding: 4px 0 4px 20px;
	}
	.footer_under .sns_box {
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}
	footer .sns_box .sns {
		width: 31px;
		margin: 0 10px;
	}
	footer .copy {
		margin: 0;
		text-align: center;
	}
	/*----------
04.top
----------*/
	#top .sec02 {
		padding-top: 50px;
	}
	#top .sec02 .box_l {
		margin-bottom: 12px;
	}
	#top .sec02 .box_l a {
		font-size: 12px;
	}
	#top .sec02 .box_r a {
		padding: 10px 0;
		flex-wrap: wrap;
	}
	#top .sec02 .day, #top .sec02 .cat {
		font-size: 12px;
	}
	#top .sec02 .title {
		margin-top: 6px;
		font-size: 14px;
		line-height: 20px;
		width: 100%;
	}
	#top .sec03 {
		padding-top: 55px;
	}
	#top .sec03 .area01 {
		padding: 50px 0 45px;
	}
	#top .sec03 .area01 .cnt_in {
		flex-direction: column;
	}
	#top .sec03 .area01 h2 {
		margin: 0;
		text-align: center;
	}
	#top .sec03 .box_r {
		background-image: url(../img/top/bg01_sp.svg);
	}
	#top .sec03 .area01 p {
		padding: 31px 0 165px;
		text-align: center;
		letter-spacing: 0.05em;
	}
	#top .sec03 .area02 {
		margin-top: -30px;
	}
	#top .sec03 .area02 p {
		padding: 12px 11px 8.5px;
		font-size: 16px;
		letter-spacing: 0.05em;
		line-height: 19px;
	}
	#top .sec03 .area02 p::after {
		width: 12px;
		height: 12px;
	}
	#top .sec03 .area02 .box01, #top .sec03 .area02 .box02 , #top .sec03 .area02 .box03 {
		margin-bottom: 20px;
	}
	#top .sec03 .area02 .box02, #top .sec03 .area02 .box03 {
		flex-direction: column;
	}
	#top .sec03 .area02 .box02 .cnt_item , #top .sec03 .area02 .box03 .cnt_item {
		width: 100%;
	}
	#top .sec03 .area02 .box02 .item01 , #top .sec03 .area02 .box03 .item01{
		margin-bottom: 20px;
	}
	#top .sec03 .area02 .box03 .flex_wrap > .flex_box {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	/* #top .sec03 .area02 .box03 .cnt_item {
		margin-bottom: 15px;
		width: 48%;
	} */
	#top .sec03 .area02 p {
		font-size: 13px;
	}
	#top .sec04 {
		padding-top: 50px;
	}
	#top .banner_list {
		width: calc(100% - 20px);    
		/* width: 47%; /*バナー2行表示対応 */
		bottom: 110px;
	}
	#top .banner_list a {
		margin-bottom: 0;
		max-width: 200px;
		min-width: 200px;
	}
	#top .banner_season {
		/* width: 100%; /*バナー2行表示対応 */
		width: 50%;
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		margin-left: auto;
		margin-right: 0;
	}
	#top .banner_season a {
		width: 100%;
	}
	#top .banner_section {
		margin-top: 45px;
	}
	#top .banner_section .banner_season {
		justify-content: center;
		margin-right: auto;
		width: 100%;
	}
	/*--------------------
05.under_about
--------------------*/
	.under_about .flex_ptn01 {
		padding: 60px 0 69px;
		font-size: 17px;
	}
	.under_about .flex_ptn01 .cnt_in {
		margin: 0 auto;
	}
	.under_about .flex_ptn01 .area01 {
		flex-direction: column;
	}
	.under_about .flex_ptn01 .l_box {
		margin: 0 auto 30px;
		padding: 0;
		width: 100%;
	}
	.under_about .flex_ptn01 .l_box p {
		margin-bottom: 30px;
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 28px;
	}
	.under_about .flex_ptn01 .shop_box {
		padding: 30px 18px;
	}
	.under_about .flex_ptn01 .shop_box h3 {
		margin-bottom: 21px;
		font-size: 12px;
	}
	.under_about .flex_ptn01 .shop_box h3 span {
		font-size: 20px;
	}
	.under_about .flex_ptn01 .r_box {
		width: 100%;
	}
	.under_about .flex_ptn01 .r_box .top_box {
		margin-bottom: 11px;
	}
	.under_about .flex_ptn01.pt02 .l_box {
		width: 100%;
	}
	.under_about .flex_ptn01.pt02 .l_box h2 {
		margin-bottom: 20px;
		padding: 0;
		font-size: 24px;
		letter-spacing: 0.09em;
	}
	.under_about .flex_ptn01.pt02 .l_box p {
		margin-bottom: 40px;
	}
	.under_about .flex_ptn01.pt02 .r_box {
		width: 100%;
	}
	.under_about .flex_ptn01 .r_box .under_box {
		flex-direction: unset;
	}
	.under_about .flex_ptn01 .r_box .under_box .cnt_img {
		margin: 0;
		width: 48%;
	}
	.under_about .menu_ptn01 h2 {
		margin-bottom: 60px;
		font-size: 24px;
	}
	.under_about .menu_ptn01 .flex_wrap {
		margin: 0 auto 60px;
	}
	.under_about .menu_ptn01 .item_list {
		flex-direction: column;
	}
	.under_about .menu_ptn01 .menu_item {
		margin: 0 0 30px;
		width: 100%;
	}
	.under_about .menu_ptn01 .menu_item:last-of-type {
		margin-bottom: 0;
	}
	.under_about .menu_ptn01 .menu_item .cnt_img {
		margin-bottom: 15px;
	}
	.under_about .menu_ptn01 .menu_item .cat {
		margin-bottom: 8px;
		padding: 8px 15px;
		font-size: 12px;
	}
	.under_about .menu_ptn01 .menu_item h3 {
		margin-bottom: 10px;
	}
	.under_about .menu_ptn01 .menu_item .price {
		font-size: 13px;
	}
	.under_about .menu_ptn01 .kome_text {
		margin-bottom: 60px;
	}
	.under_about .menu_ptn01 .btn_box {
		display: block;
	}
	.under_about .menu_ptn01 .btn01:first-of-type {
		margin-bottom: 30px;
	}
	.under_about .menu_ptn01.pt02 .sub_title {
		margin-bottom: 30px;
		font-size: 19px;
	}
	.under_about .menu_ptn01.pt02 .flex_wrap {
		margin-bottom: 60px;
		padding-bottom: 0;
		border: none;
	}
	.under_about .movie_area {
		padding: 21px 0;
	}
	.under_about .movie_area .movie_box {
		padding-bottom: 51%;
	}
	.under_about .banner_area .flex_box {
		flex-direction: column;
	}
	.under_about .banner_area .cnt_img {
		margin-bottom: 21px;
		width: 100%;
	}
	#patisserie .sec03 {
		padding-top: 60px;
	}
	#patisserie .sec04 {
		padding: 80px 0 60px;
	}
	#patisserie .sec06 {
		padding: 60px 0 0;
	}
	#patisserie .menu_ptn01 .flex_wrap {
		margin: 0 auto 60px;
	}
	#patisserie .menu_ptn01 li {
		margin: 0 0 30px;
	}
	#delicatessen .sec03, #delicatessen .sec04 {
		padding-top: 60px;
	}
	#delicatessen_menu .title_area, #delicatessen .title_area {
		background-image: url(../img/delicatessen/title_sp.jpg);
	}
	.reserv_fixeed {
		width: 90px;
		height: fit-content;
		top: auto;
		right: 15px;
		bottom: 70px;
		overflow: hidden;
	}
	.reserv_fixeed a {
		border-radius: 90%;
		display: flex;
		height: 90px;
		width: 90px;
		background-image: url(../img/common/fixed_btn.svg);
		background-repeat: no-repeat;
		background-size: 34px auto;
		background-position: center;
	}
	.reserv_fixeed a {
		font-size: 0;
	}
	.reserv_fixeed a.deli,
	.reserv_fixeed.deli a {
		background-image: url(../img/common/fixed_btn2.svg);
	}
	.reserv_fixeed a.goyoyaku {
		align-items: center;
		background-image: none;
		font-size: inherit;
		line-height: 1.1;
		justify-content: center;
		padding: 0.2em 0 0;
		text-align: center;
	}
	.reserv_fixeed a::after {
		/* content: unset; */
		background-size: 100% 100%;
		margin-left: 5px;
		height: 15px;
		width: 8px;
	}
	#cafe_brasserie .title_area {
		background-image: url(../img/cafe_brasserie/title_sp.jpgv20251107);
	}
	#cafe_brasserie .sec04 {
		padding: 0;
	}
	#access .title_area {
		background-image: url(../img/access/title_sp.jpg);
	}
	#access .small {
		line-height: 18px;
	}
	#access .flex_ptn01 {
		padding: 37px 0 47px;
	}
	#access .bb {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	#access .flex_ptn01 .l_box {
		padding: 0;
	}
	#access .sec02 h3, #access .sec03 h3 {
		font-size: 14px;
	}
	#access .data_box {
		justify-content: space-between;
	}
	#access .data_box .box_l {
		width: 75px;
	}
	#access .data_box .box_r {
		width: 72%;
	}
	#access .sec02 .data_box:nth-of-type(3) {
		margin-bottom: 0;
	}
	#access .flex_ptn01 h4 {
		margin-bottom: 12px;
		font-size: 16px;
	}
	#access .flex_ptn01 .address p {
		letter-spacing: 0.1em;
	}
	#access .flex_ptn01 .l_box p {
		margin-bottom: 40px;
	}
	#access .sec03 {
		margin-bottom: 0;
		padding: 43px 0 83px;
	}
	#access .sec03 h2 {
		padding-bottom: 15px;
		font-size: 19px;
	}
	#access .sec03 .data_box, #access .sec03 .box03 {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	#access .sec03 .box02 .box_l, #access .sec03 .box03 .box_l {
		width: 77px;
	}
	#access .sec03 .box02 .box_r, #access .sec03 .box03 .box_r {
		width: 67%;
	}
	#access .sec03 .box02 li {
		margin: 0 0 30px;
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 28px;
	}
	#access .sec03 .box02 .box_r li:last-of-type, #access .sec03 .box03 .box_r li:last-of-type {
		margin-bottom: 0;
	}
	#access .sec03 .box02 {
		width: 100%;
		order: 1;
	}
	#access .sec03 .box03 {
		margin-bottom: 30px;
		width: 100%;
		order: 2;
	}
	#access .sec03 .box03 p {
		margin-bottom: 40px;
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 28px;
	}
	#access .sec03 .box03 .time {
		line-height: 1;
	}
	#access .sec03 .box03 .time .mi {
		letter-spacing: 0.2em;
	}
	#access .sec03 .box01 {
		width: 100%;
		order: 3;
	}
	/*--------------------
06.under_menu
--------------------*/
	.under_menu .list_menu {
		flex-direction: column;
		margin: -60px 0 0;
	}
	.under_menu .list_menu .card_cake, .under_menu .list_menu .card_option {
		flex-direction: column;
		margin: 60px 0 0;
		width: 100%;
	}
	.under_menu .list_menu .l_box {
		margin: 0 0 20px;
		width: 100%;
	}
	.under_menu .list_menu .r_box {
		width: 100%;
	}
	.under_menu .cake_data {
		margin: 0 0 20px;
		padding: 0 0 20px;
	}
	.under_menu .cake_data .cake_name {
		margin: 0 0 10px;
	}
	.under_menu .list_menu .card_option {
		padding: 42px 9%;
	}
	.under_menu .list_menu .option_name {
		display: block;
		margin: 0 0 13px;
	}
	.under_menu .list_menu .option_name h3 {
		margin: 0 0 15px;
	}
	.under_menu .list_menu .kome_text {
		margin: 0 0 10px;
	}
	.under_menu .list_price {
		flex-direction: column;
	}
	.under_menu .list_price .l_box {
		margin: 0 0 20px;
		width: 100%;
	}
	.under_menu .list_price .r_box {
		width: 100%;
	}
	.under_menu .list_price .cake_price {
		margin: 0 0 20px;
		padding: 0 0 20px;
	}
	.under_menu .list_price .cake_price .size_price {
		justify-content: flex-start;
	}
	#patisserie_menu .title_area {
		margin-bottom: 40px;
	}
	.seclay {
		margin-bottom: 40px !important;
	}
	.seclay .kome_list {
		margin-top: 20px;
	}
	#patisserie_menu .sec02 {
		padding: 42px 0 0;
	}
	#patisserie_menu .sec03 {
		padding: 120px 0 0;
	}
	#patisserie_menu .sec03 .list_price {
		margin: 0 0 20px;
	}
	#patisserie_menu .sec04 {
		padding: 120px 0 65px;
	}
	#patisserie_menu .sec04 .list_price {
		margin: 0 0 60px;
	}
	#patisserie_menu .sec04 .list_menu {
		margin: 0 0 20px;
	}
	/*----------
07.news start
----------*/
	#news .sec02 .category_g {
		width: 70.28%;
		margin: 0 auto;
		justify-content: space-between;
	}
	#news .sec02 .category_g li {
		margin-right: 0;
		margin-bottom: 20.6px;
	}
	#news .category_g li a {
		padding-bottom: 8.4px;
	}
	#news.under_about .flex_ptn01 {
		padding-top: 25.1px;
	}
	#news .cnt_news {
		margin: 16.5px 0 71.6px;
	}
	#news .cnt_news .cnt_box {
		padding: 6.75px 0;
	}
	#news .cnt_news .cnt_box .cnt_flex div {
		margin-right: 2.02%;
	}
	#news .cnt_news .cnt_box .cnt_flex .cnt_category, #news .cnt_news .cnt_box .cnt_flex .cnt_date {
		font-size: 12px;
	}
	#news .cnt_news .cnt_box .cnt_flex {
		margin-bottom: 6px;
	}
	#news .cnt_news .cnt_box .title {
		font-size: 14px;
		line-height: 20px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#news .btn {
		max-width: 345px;
		width: 100%;
	}
	#news .title_area h1 {
		line-height: 38px;
	}
	#news .title_area h1 .bg {
		font-size: 17px;
		margin-left: 5px;
	}
	#news .title_area h1 .sm {
		font-size: 12px;
		margin-left: 3px;
	}
	#news .title_area h1::before {
		margin-top: 18.3px;
	}
	#news .title_area {
		padding: 64.1px 0;
	}
	#delicatessen_menu {
		padding-bottom: 100px;
	}
	#delicatessen_menu .sec {
		padding: 120px 0 0;
	}
	#delicatessen_menu .sec01 {
		padding: 50px 0 0;
	}
	/*----------
07.news end
----------*/
	/*----------
08.news_detail start
----------*/
	#news_detail .title_area h1 {
		font-size: 17px;
	}
	#news_detail .title_area h1 span {
		margin-left: 5px;
	}
	#news_detail .title_area {
		padding: 82px 0 46.2px;
	}
	#news_detail .title_area h1::before {
		margin-top: 10.7px;
	}
	#news_detail .news_box {
		padding: 13.5px 15px 38.5px;
	}
	#news_detail .news_box .cnt_flex {
		font-size: 12px;
		margin-bottom: 4px;
	}
	#news_detail .news_box .cnt_flex div {
		margin-right: 4.28%;
	}
	#news_detail .news_box h2 {
		font-size: 18px;
		line-height: 27px;
		padding-bottom: 23.5px;
	}
	#news_detail .news_box .cnt_img {
		width: 100%;
	}
	#news_detail .news_box .cnt_text {
		font-size: 14px;
		line-height: 23px;
		letter-spacing: 0.04em;
	}
	#news_detail .sec02 {
		padding-bottom: 80.1px;
	}
	#news_detail .news_box .flex_b {
		display: block;
		align-items: center;
	}
	#news_detail .news_box .flex_b .cnt_img {
		max-width: initial;
		width: 100%;
	}
	#news_detail .news_box .flex_b .cnt_text {
		width: 100%;
		margin-top: 20px;
	}
	/*----------
08.news_detail end
----------*/
}
.bg_brown {
	background-color: #F5F0EA;
}
.bg_white {
	background-color: #fff;
}
.title_area02 {
	margin: 0 0 20px;
	border-bottom: 4px solid #996932;
	padding: 0 0 24px;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.12em;
}
.title_area02 .main_title {
	margin-bottom: 10px;
}
.title_area02 .sub_title {
	font-size: 16px;
}
.title_area02 .period {
	display: inline-block;
	margin: 0 0 0 15px;
	font-size: 12px;
}
#access .title_area {
	background-image: url(../img/access/title.jpg);
}
#access .flex_ptn01 {
	padding: 85px 0 100px;
	background-color: #fff;
}
#access .bb {
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 25px;
}
#access .font_light {
	font-weight: 300;
}
#access .small {
	font-size: 12px;
}
#access .data_box .box_l {
	width: 82px;
}
#access .flex_ptn01 .l_box .bb:nth-of-type(3) {
	margin-bottom: 0;
}
#access .flex_ptn01 .l_box p {
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	line-height: 24px;
	color: #000;
}
#access .flex_ptn01 .address p {
	margin-bottom: 0;
	letter-spacing: 0.2em;
}
#access .flex_ptn01 .l_box {
	padding-top: 45px;
}
#access .flex_ptn01 h4 {
	margin-bottom: 5px;
	line-height: 22px;
	font-weight: 500;
}
#access .data_box {
	justify-content: space-around;
}
#access .data_box .box_r {
	width: 68%;
}
#access .data_box .box_r p:last-of-type {
	margin-bottom: 0;
}
#access .sec03 {
	margin-bottom: 100px;
	padding: 110px 0 70px;
	background-color: #F5F0EA;
}
#access .sec03 .cnt_wrap {
	justify-content: space-between;
	flex-wrap: wrap;
}
#access .sec03 .box01 {
	width: 50%;
}
#access .sec03 .box01 .gmap {
	position: relative;
	padding-bottom: 100%;
	width: 100%;
}
#access .sec03 .box02 {
	width: 45%;
}
#access .sec03 h2 {
	padding-bottom: 20px;
}
#access .sec03 .data_box {
	justify-content: space-around;
}
#access .sec03 .box02 .box_l {
	width: 22%;
}
#access .sec02 h3, #access .sec03 h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#access .sec03 .box02 .box_r {
	width: 62%;
}
#access .sec03 .box02 li {
	list-style: disc;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 24px;
}
#access .sec03 .box02 .small {
	list-style: none;
	font-size: 12px;
	line-height: 17px;
}
#access .sec03 .box03 {
	justify-content: space-around;
	margin-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 30px;
	width: 100%;
}
#access .sec03 .box03 .box_l {
	display: inline-block;
}
#access .sec03 .box03 .box_r {
	width: 84.3%;
}
#access .sec03 .box03 p {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#access .sec03 .box03 .pay {
	line-height: 30px;
}
#access .sec03 .box03 .time {
	display: inline-block;
	font-weight: 500;
}
#access .sec03 .box03 .time > span {
	display: block;
}
#access .sec03 .box03 .time > span:first-of-type {
	margin-bottom: 4px;
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 4px;
}
#access .sec03 .box03 .time .mi {
	display: inline-block;
	margin: 0 0 0 20px;
	font-weight: 400;
}
#access .sec03 .box03 .detail {
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	line-height: 24px;
}
#access .sec03 .box03 .service {
	margin-bottom: 0;
	font-weight: 500;
	line-height: 26px;
}
#gallery .title_area {
	background-image: url(../img/gallery/title.jpg?v20251010);
}
#gallery .flex_ptn01 {
	padding: 100px 0 0;
}
#gallery .flex_ptn01 .l_box h2 {
	margin: 0 0 36px;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.12em;
}
#gallery .flex_ptn01 .shop_box p {
	margin: 15px 0 0 0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
}
#gallery .sec03 {
	padding: 80px 0 0;
}
#gallery .sec03 .img_box {
	margin: -20px 0 20px;
	justify-content: center;
	flex-wrap: wrap;
}
#gallery .sec03 .img_box li {
	margin: 20px 5px 0 5px;
	width: 48%;
}
#gallery .sec03 .img_box p {
	margin: 7px 0 0;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-align: center;
}
#gallery .sec03 .text_area {
	margin: 0 0 44px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 38px;
}
#gallery .sec03 .text_area a {
	transition: 0.5s;
	display: inline-block;
	text-decoration: underline;
}
#gallery .sec03 .text_area a:hover {
	text-decoration: none;
}
#gallery .sec03 .artist_box {
	padding: 40px 2.5%;
	background-color: rgba(255, 255, 255, 0.5);
}
#gallery .sec03 .artist_box h3 {
	margin: 0 0 12px;
	border-bottom: 1px solid #996932;
	padding: 0 0 12px;
	font-size: 23px;
	font-weight: 400;
	letter-spacing: 0.12em;
}
#gallery .sec03 .artist_box h4 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.12em;
}
#gallery .sec03 .artist_box p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #393939;
	line-height: 38px;
}
#gallery .sec03 .artist_box a {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #393939;
	line-height: 38px;
	transition: 0.5s;
	display: inline-block;
	text-decoration: underline;
}
#gallery .sec03 .artist_box a:hover {
	color: #996932;
	text-decoration: none;
}
#gallery .sec04 {
	position: relative;
	padding: 56px 0 100px;
}
#gallery .sec04::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 186px;
	background-color: #fff;
	bottom: 0;
	left: 0;
}
#gallery .sec04 .title_area02 {
	margin: 0 0 35px;
}
#gallery .sec04 .history_box {
	margin: 0 0 70px;
	max-height: 346px;
	overflow-y: scroll;
}
#gallery .sec04 .history_box::-webkit-scrollbar {
	width: 8px;
}
#gallery .sec04 .history_box::-webkit-scrollbar-track {
	border-radius: 30px;
	background-color: rgba(255, 255, 255);
}
#gallery .sec04 .history_box::-webkit-scrollbar-thumb {
	border-radius: 30px;
	box-shadow: inset 0 0 6px #bdbdbd;
	overflow: hidden;
}
#gallery .sec04 .history_box li {
	margin: 0 0 20px;
	border-bottom: 1px solid #DBDBDB;
	padding: 0 0 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
}
#gallery .sec04 .history_box li:last-of-type {
	margin-bottom: 0 !important;
}
#gallery .sec04 .history_box .period {
	margin: 0 0 7px;
	font-size: 13px;
}
#gallery .sec04 .history_box h3 {
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#gallery .sec04 .history_box .name {
	font-size: 12px;
}
#gallery .sec04 .last_text {
	position: relative;
	padding: 40px 6.5%;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.1em;
	line-height: 28px;
	text-align: center;
	z-index: 1;
}
#gallery .sec04 .last_text a {
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.1em;
	line-height: 28px;
}
#gallery .sec04 .last_text .pc {
	display: inline-block;
}
#event .title_area {
	background-image: url(../img/event/title.jpg);
}
#event .flex_ptn01 {
	padding: 100px 0 0;
}
#event .flex_ptn01 .l_box h2 {
	margin: 0 0 38px;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.12em;
}
#event .flex_ptn01 .l_box p {
	font-size: 14px;
}
#event .sec03 {
	margin: 0 0 147px;
	padding: 100px 0 108px;
}
#event .sec03 .list_box.now {
	margin-bottom: 120px;
}
#event .sec03 .list_box.end {
	max-height: 346px;
	width: 100%;
	overflow-y: scroll;
}
#event .sec03 .list_box.end::-webkit-scrollbar {
	width: 8px;
}
#event .sec03 .list_box.end::-webkit-scrollbar-track {
	border-radius: 30px;
	background-color: rgba(255, 255, 255);
}
#event .sec03 .list_box.end::-webkit-scrollbar-thumb {
	border-radius: 30px;
	box-shadow: inset 0 0 6px #bdbdbd;
	overflow: hidden;
}
#event .sec03 .list {
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 30px;
	border-bottom: 1px solid #996932;
	padding: 0 0 30px;
}
#event .sec03 .end .list {
	width: 99%;
}
#event .sec03 .list:last-of-type {
	margin: 0;
	border: none;
	padding: 0;
}
#event .sec03 .list .l_box {
	flex-wrap: wrap;
	align-items: center;
	width: 80%;
}
#event .sec03 .list .l_box .cat {
	margin: 0 0 10px;
}
#event .sec03 .list .l_box .cat li {
	margin: 0 15px 0 0;
	padding: 5px 15px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	background-color: #996932;
}
#event .sec03 .list .l_box .day {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 400;
}
#event .sec03 .list .l_box h3 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	color: #000;
}
#event .sec03 .list .l_box p {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #000;
}
#event .sec03 .list .btn {
	border: 1px solid #996932;
	padding: 20px 0;
	display: inline-block;
	font-size: 14px;
	width: 180px;
	text-align: center;
}
#flower .title_area {
	background-image: url(../img/flower/title.jpg);
}
#flower .flex_ptn01 {
	padding-bottom: 0;
}
#flower .flex_ptn01 .l_box {
	padding-top: 50px;
}
#flower .flex_ptn01 .l_box h2 {
	margin-bottom: 38px;
	font-size: 32px;
	font-weight: 400;
}
#flower .flex_ptn01 .l_box .first_text {
	margin-bottom: 50px;
	font-size: 14px;
}
#flower .flex_ptn01 .l_box .place {
	position: relative;
	padding: 28px 0;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.1em;
	z-index: 2;
}
#flower .flex_ptn01 .l_box .place::before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 125%;
	background-color: #fff;
	top: 50%;
	left: -25%;
	transform: translateY(-50%);
	z-index: -1;
}
#flower .flex_ptn01 .l_box .place span {
	display: inline-block;
	margin: 0 30px 0 0;
	font-size: 14px;
	line-height: 1;
}
#flower .sec03 {
	margin: 0 0 100px;
	padding: 80px 0;
}
#flower .sec03 .wrap {
	justify-content: space-between;
	align-items: flex-start;
}
#flower .sec03 .calendar_box {
	width: calc(100% - 365px - 35px);
	background-color: rgba(255, 255, 255, 0.5);
}
#flower .sec03 .time_box {
	padding: 36px 7% 36px 4%;
	width: 365px;
}
#flower .sec03 .time_box dl {
	justify-content: space-between;
	flex-wrap: wrap;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 16px;
}
#flower .sec03 .time_box dt {
	margin-bottom: 15px;
	width: 65px;
	font-size: 14px;
}
#flower .sec03 .time_box dd {
	margin-bottom: 15px;
	width: 140px;
}
#flower .sec03 .time_box dt:last-of-type, #flower .sec03 .time_box dd:last-of-type {
	margin-bottom: 0;
}
#flower #wp-calendar {
	width: 100%;
}
#flowe .eo_fullcalendar_1_loading {
	display: none !important;
}
#flower .fc-row .fc-content-skeleton {
	padding: 0;
}
#flower .fc-basic-view tbody .fc-row {
	min-height: auto;
}
#flower #wp-calendar td {
	text-align: center;
}
#flower .eo-fullcalendar .fc-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	background-color: #fff;
}
#flower .fc-toolbar .fc-left {
	float: none;
	order: 1;
}
#flower .fc-toolbar .fc-center {
	order: 2;
}
#flower .fc-toolbar .fc-center h2 {
	color: #996932;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
}
#flower .fc-toolbar .fc-right {
	float: none;
	order: 3;
}
#flower .fc-toolbar .fc-clear {
	display: none;
}
#flower .fc-toolbar .fc-state-default {
	box-shadow: none;
}
#flower .fc-toolbar .fc-button-group {
	margin: 0;
}
#flower .fc-toolbar .fc-left button, #flower .fc-toolbar .fc-right button {
	border: none;
	border-right: 1px solid #E0E0E0;
	background-color: #fff;
	width: 55px;
	height: 55px;
}
#flower .fc-toolbar .fc-right button {
	border: none;
	border-left: 1px solid #E0E0E0;
}
#flower .fc-icon-left-single-arrow:after, #flower .fc-icon-right-single-arrow:after {
	color: #996932;
}
#flower .eo-fullcalendar .fc-month-view > table {
	margin: 33px auto;
	width: calc(100% - 100px);
}
#flower .fc-event-container {
	display: none;
}
#flower .fc-day-number {
	color: #B7B7B7;
}
#flower .eo-fullcalendar thead, #flower .eo-fullcalendar tbody, #flower .eo-fullcalendar th, #flower .eo-fullcalendar td {
	border: none;
	text-align: center;
	background-color: rgba(0, 0, 0, 0);
}
#flower .fc-view-container .fc-day-header {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
#flower .fc-view-container .fc-content-skeleton {
	padding-top: 33px;
}
#flower .fc-other-month {
	opacity: 0;
}
#patisserie_menu .limited .cake_box {
	justify-content: space-between;
	margin: 40px 0 0;
}
#patisserie_menu .limited .cake_box .l_box {
	width: 32.6%;
}
#patisserie_menu .limited .cake_box .r_box {
	width: 62.28%;
}
#patisserie_menu .limited .cake_box .r_box h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
}
#patisserie_menu .limited .cake_box .r_box .price {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
}
#patisserie_menu .limited .cake_box .r_box .size {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
}
#patisserie_menu .limited .cake_box .r_box .detail {
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.04em;
	font-weight: 400;
}
#patisserie_menu .limited .link {
	display: inline-block;
	margin: 40px 0 0;
	font-size: 16px;
	letter-spacing: 0.04em;
	font-weight: 500;
}
#patisserie_menu .limited .cnt_text {
	margin: 40px 0 0;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.04em;
	font-weight: 400;
}
#news_detail.event .title_area {
	padding: 0;
	min-height: 180px;
}
#news_detail.event .news_box {
	position: relative;
	margin: -70px 0 0;
	padding: 57px 40px;
	background-color: #fff;
	z-index: 1;
}
#news_detail.event .cat_box {
	margin-bottom: 20px;
}
#news_detail.event .cat_box li {
	padding: 5px 15px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	background-color: #996932;
}
#news_detail.event .news_box h2 {
	margin: 0 0 24px;
	padding: 0 0 20px;
	letter-spacing: 0;
}
#news_detail.event .news_box .day {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #996932;
}
#news_detail.event .news_box .day span {
	margin: 0 0 0 20px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	color: #000;
}
#news_detail.event .news_box .tetx_box {
	margin-top: 53px;
}
#news_detail.event .news_box .tetx_box .cnt_img {
	margin: 50px auto;
	max-width: 600px;
}
#news_detail.event .news_box .tetx_box .text {
	margin-top: 30px;
	font-size: 15px;
	letter-spacing: 0.04em;
	font-weight: 400;
	line-height: 26px;
}
#news_detail.event .news_box .tetx_box .mid {
	margin-top: 60px;
	font-size: 18px;
	font-weight: 500;
}
#news_detail.event .news_box .tetx_box .line_box {
	border-top: 1px solid #996932;
	border-bottom: 1px solid #996932;
	padding: 26px 0 35px;
	margin-top: 20px;
}
#news_detail.event .news_box .tetx_box .line_box .midashi {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #996932
}
#news_detail.event .news_box .tetx_box .line_box .text {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 26px;
	color: #000000;
}
#news_detail.event .news_box .tetx_box .line_box .text a {
	text-decoration: underline;
}
#news_detail.event .news_box .tetx_box .line_box .text a:hover {
	text-decoration: none;
}
#news_detail.event .news_box .tetx_box .line_box .text span {
	font-weight: 700;
}
#news_detail.event .sec03 {
	padding: 84px 0 100px;
}
#news_detail.event .sec03 .title_area02 {
	bottom: 50px;
	border: none;
	padding: 0;
}
#news_detail.event .sec03 .list {
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 30px;
	border-bottom: 1px solid #996932;
	padding: 0 0 30px;
}
#news_detail.event .sec03 .list:last-of-type {
	margin: 0;
	border: none;
	padding: 0;
}
#news_detail.event .sec03 .list .l_box {
	flex-wrap: wrap;
	align-items: center;
	width: 80%;
}
#news_detail.event .sec03 .list .l_box .cat {
	margin: 0 0 10px;
}
#news_detail.event .sec03 .list .l_box .cat li {
	margin: 0 15px 0 0;
	padding: 5px 15px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	background-color: #996932;
}
#news_detail.event .sec03 .list .l_box .day {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 400;
}
#news_detail.event .sec03 .list .l_box h3 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	color: #000;
}
#news_detail.event .sec03 .list .l_box p {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #000;
}
#news_detail.event .sec03 .list .btn {
	border: 1px solid #996932;
	padding: 20px 0;
	display: inline-block;
	font-size: 14px;
	width: 180px;
	text-align: center;
}
@media only screen and (max-width:1280px) {}
@media only screen and (max-width:1024px) {
	#access .sec03 .data_box, #access .sec03 .box03 {
		flex-direction: column;
		align-items: center;
	}
	#access .sec03 .box02 .box_l, #access .sec03 .box02 .box_r {
		width: 92%;
	}
	#access .sec03 h3 {
		margin-bottom: 15px;
	}
	#access .sec03 .box02 li {
		margin: 0 0 0 1em;
	}
	#access .sec03 .box03 .box_l, #access .sec03 .box03 .box_r {
		width: 96%;
	}
	#access .sec03 .box03 .service {
		letter-spacing: 0;
	}
	#gallery .sec04 .last_text {
		padding: 40px 1%;
		font-size: 14px;
	}
}
@media only screen and (max-width:750px) {
	.title_area02 {
		margin: 0 0 20px;
		padding: 0 0 14px;
		font-size: 19px;
		letter-spacing: 0;
	}
	.title_area02 .main_title {
		margin-bottom: 15px;
	}
	.title_area02 .sub_title {
		font-size: 14px;
	}
	.title_area02 .period {
		display: block;
		margin: 5px 0 0;
	}
	#access .title_area {
		background-image: url(../img/access/title_sp.jpg);
	}
	#access .small {
		line-height: 18px;
	}
	#access .flex_ptn01 {
		padding: 37px 0 47px;
	}
	#access .bb {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	#access .flex_ptn01 .l_box {
		padding: 0;
	}
	#access .sec02 h3, #access .sec03 h3 {
		font-size: 14px;
	}
	#access .data_box {
		justify-content: space-between;
	}
	#access .data_box .box_l {
		width: 75px;
	}
	#access .data_box .box_r {
		width: 72%;
	}
	#access .sec02 .data_box:nth-of-type(3) {
		margin-bottom: 0;
	}
	#access .flex_ptn01 h4 {
		margin-bottom: 12px;
		font-size: 16px;
	}
	#access .flex_ptn01 .address p {
		letter-spacing: 0.1em;
	}
	#access .flex_ptn01 .l_box p {
		margin-bottom: 40px;
	}
	#access .sec03 {
		margin-bottom: 0;
		padding: 43px 0 83px;
	}
	#access .sec03 h2 {
		padding-bottom: 15px;
		font-size: 19px;
	}
	#access .sec03 .data_box, #access .sec03 .box03 {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	#access .sec03 .box02 .box_l, #access .sec03 .box03 .box_l {
		width: 77px;
	}
	#access .sec03 .box02 .box_r, #access .sec03 .box03 .box_r {
		width: 67%;
	}
	#access .sec03 .box02 li {
		margin: 0 0 30px;
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 28px;
	}
	#access .sec03 .box02 .box_r li:last-of-type, #access .sec03 .box03 .box_r li:last-of-type {
		margin-bottom: 0;
	}
	#access .sec03 .box02 {
		width: 100%;
		order: 1;
	}
	#access .sec03 .box03 {
		margin-bottom: 30px;
		width: 100%;
		order: 2;
	}
	#access .sec03 .box03 p {
		margin-bottom: 40px;
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 28px;
	}
	#access .sec03 .box03 .time {
		line-height: 1;
	}
	#access .sec03 .box03 .time .mi {
		letter-spacing: 0.2em;
	}
	#access .sec03 .box01 {
		width: 100%;
		order: 3;
	}
	#gallery .title_area {
		background-image: url(../img/gallery/title_sp.jpg?v20251010);
	}
	#gallery .flex_ptn01 {
		padding: 37px 0 0;
	}
	#gallery .flex_ptn01 .l_box h2 {
		margin: 0 0 30px;
		font-size: 25px;
		letter-spacing: 0;
	}
	#gallery .flex_ptn01 .shop_box p {
		font-size: 12px;
	}
	#gallery .sec03 .img_box {
		margin-bottom: 30px;
	}
	#gallery .sec03 .img_box li {
		margin: 20px 5px 0 5px;
		width: 100%;
	}
	#gallery .sec03 .text_area {
		font-size: 14px;
		font-weight: 500;
		line-height: 28px;
	}
	#gallery .sec03 .artist_box {
		padding: 30px 20px;
	}
	#gallery .sec03 .artist_box h3 {
		margin-bottom: 15px;
		padding-bottom: 15px;
		font-size: 20px;
	}
	#gallery .sec04 {
		padding: 60px 0 67px;
	}
	#gallery .sec04::after {
		height: 185px;
	}
	#gallery .sec04 .history_box li {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	#gallery .sec04 .history_box h3 {
		font-size: 14px;
		line-height: 28px;
	}
	#gallery .sec04 .history_box {
		margin: 0 0 40px;
	}
	#gallery .sec04 .last_text {
		padding: 25px 20px;
	}
	#gallery .sec04 .last_text .pc {
		display: none;
	}
	#news_detail.event .title_area {
		min-height: 120px;
	}
	#event .title_area {
		background-image: url(../img/event/title_sp.jpg);
	}
	#event .flex_ptn01 {
		padding: 37px 0 0;
	}
	#event .flex_ptn01 .l_box h2 {
		margin: 0 0 30px;
		font-size: 25px;
		letter-spacing: 0;
	}
	#event .flex_ptn01 .l_box p {
		margin: 0;
	}
	#event .sec03 {
		margin: 0;
		padding: 60px 0 83px;
	}
	#event .title_area02 {
		margin-bottom: 30px;
	}
	#event .sec03 .list_box.now {
		margin-bottom: 80px;
	}
	#event .sec03 .list {
		flex-direction: column;
	}
	#event .sec03 .end .list {
		width: 97%;
	}
	#event .sec03 .list .l_box {
		margin: 0 0 15px;
		width: 100%;
	}
	#event .sec03 .list .l_box .cat {
		margin-bottom: 20px;
	}
	#event .sec03 .list .l_box .cat li {
		padding: 3px 15px;
	}
	#event .sec03 .list .l_box .day {
		margin: 0 0 20px;
		font-size: 13px;
	}
	#event .sec03 .list .l_box h3 {
		font-size: 16px;
		line-height: 28px;
		white-space: normal;
	}
	#event .sec03 .list .l_box p {
		line-height: 28px;
	}
	#event .sec03 .list .btn {
		padding: 22px 0;
		width: 100%;
	}
	#flower .title_area {
		background-image: url(../img/flower/title_sp.jpg);
	}
	.under_about .flex_ptn01 {
		padding: 37px 0 0;
	}
	#flower .flex_ptn01 .l_box {
		padding: 0;
	}
	#flower .flex_ptn01 .l_box h2 {
		margin-bottom: 30px;
		padding: 0;
		font-size: 25px;
		letter-spacing: 0;
	}
	#flower .flex_ptn01 .l_box .first_text {
		margin-bottom: 25px;
	}
	#flower .flex_ptn01 .l_box .place {
		margin: 0;
		padding: 25px 0;
		font-size: 15px;
	}
	#flower .flex_ptn01 .l_box .place::before {
		width: 100%;
		left: -4%;
	}
	#flower .flex_ptn01 .l_box .place span {
		margin: 0 25px 0 0;
		font-size: 12px;
	}
	#flower .sec03 {
		margin: 0;
		padding: 60px 0 89px;
	}
	#flower .sec03 .wrap {
		flex-direction: column;
	}
	#flower .sec03 .calendar_box {
		margin-bottom: 19px;
		width: 100%;
	}
	#flower .sec03 .time_box {
		padding: 16px 0;
		width: 100%;
	}
	#flower .sec03 .time_box dl {
		margin: 0 auto;
		width: 65%;
	}
	#flower .sec03 .time_box dt {
		font-size: 12px;
	}
	#flower .sec03 .time_box dd {
		font-size: 20px;
	}
	#flower .eo-fullcalendar td {
		font-size: 14px;
	}
	#flower .eo-fullcalendar .fc-month-view > table {
		width: 94%;
	}
	#flower .fc-toolbar .fc-center h2 {
		font-size: 16px;
	}
	#flower .fc-view-container .fc-day-header {
		font-size: 16px;
	}
	#patisserie_menu .limited .cake_box {
		flex-direction: column;
	}
	#patisserie_menu .limited .cake_box .l_box {
		width: 100%;
	}
	#patisserie_menu .limited .cake_box .r_box {
		margin: 10px 0 0;
		width: 100%;
	}
	#news_detail.event .news_box {
		margin-top: -15px;
		padding: 22px 15px 41px;
	}
	#news_detail.event .cat_box {
		margin: 0 0 24px;
	}
	#news_detail.event .news_box h2 {
		margin-bottom: 24px;
		padding-bottom: 24px;
	}
	#news_detail.event .news_box .day {
		font-size: 14px;
	}
	#news_detail.event .news_box .day span {
		font-size: 16px;
	}
	#news_detail.event .news_box .tetx_box {
		margin-top: 24px;
	}
	#news_detail.event .news_box .tetx_box .cnt_img {
		margin: 24px auto;
	}
	#news_detail.event .news_box .tetx_box .text {
		margin-top: 24px;
	}
	#news_detail.event .news_box .tetx_box .text {
		margin-top: 24px;
		font-size: 14px;
		line-height: 23px;
	}
	#news_detail.event .news_box .tetx_box .mid {
		font-size: 16px;
	}
	#news_detail.event .news_box .tetx_box .line_box {
		/* margin-top: 60px; */
	}
	#news_detail.event .news_box .tetx_box .line_box .midashi {
		font-size: 14px;
	}
	#news_detail.event .news_box .tetx_box .line_box .text {
		font-size: 13px;
		line-height: 26px;
	}
	#news_detail.event .sec03 {
		padding: 30px 0 50px;
	}
	#news_detail.event .sec03 .list {
		flex-direction: column;
	}
	#news_detail.event .sec03 .list .l_box {
		margin: 0 0 15px;
		width: 100%;
	}
	#news_detail.event .sec03 .list .l_box .cat {
		margin-bottom: 20px;
	}
	#news_detail.event .sec03 .list .l_box .cat li {
		padding: 3px 15px;
	}
	#news_detail.event .sec03 .list .l_box .day {
		margin: 0 0 20px;
		font-size: 13px;
	}
	#news_detail.event .sec03 .list .l_box h3 {
		font-size: 16px;
		line-height: 28px;
		white-space: normal;
	}
	#news_detail.event .sec03 .list .l_box p {
		line-height: 28px;
	}
	#news_detail.event .sec03 .list .btn {
		padding: 22px 0;
		width: 100%;
	}
}
@media only screen and (max-width:360px) {
	/*----------
07.news start
----------*/
	#news .sec02 .category_g {
		width: 90%;
	}
	/*----------
07.news end
----------*/
}
/*------------0218追加-------------*/
#top .sec01 {
	height: 719px;
	overflow: hidden;
}
#top .sec01 .item {
	width: 100%;
	/* height: calc(100vh - 70px); */
	height: 719px;
}
#top .sec01 .item img {
	/* height: 100vh; */
	height: 719px;
	object-fit: cover;
	object-position: center;
}
#top .slick-dots {
	position: relative;
	z-index: 3;
	text-align: center;
	padding-bottom: 70px;
	margin: -350px 0 0 0; /*ドットの位置*/
}
#top .slick-dots li {
	display: block;
	margin: 0 60px 0 0;
	text-align: right;
}
#top .slick-dots button {
	color: transparent;
	outline: none;
	width: 8px; /*ドットボタンのサイズ*/
	height: 8px; /*ドットボタンのサイズ*/
	display: inline-block;
	border-radius: 50%;
	background: #fff; /*ドットボタンの色*/
	padding: 0;
	border: none;
	margin: 31px 0;
}
#top .slick-dots .slick-active button {
	background: #333; /*ドットボタンの現在地表示の色*/
}
@media only screen and (max-width:750px) {
	#top .sec01 {
		height: calc(100vh - 50px);
		overflow: hidden;
	}
	#top .sec01 .item {
		height: calc(100vh - 50px);
		/* height: 160vw; */
	}
	#top .sec01 .item img {
		/* height: 100vh; */
		height: 160vw;
		object-fit: cover;
		object-position: center;
	}
	#top .slick-dots {
		position: relative;
		z-index: 3;
		text-align: center;
		padding-bottom: 40px;
		margin: -240px 0 0 0; /*ドットの位置*/
	}
	#top .slick-dots li {
		display: block;
		margin: 0 30px 0 0;
		text-align: right;
	}
	#top .slick-dots button {
		color: transparent;
		outline: none;
		width: 8px; /*ドットボタンのサイズ*/
		height: 8px; /*ドットボタンのサイズ*/
		display: inline-block;
		border-radius: 50%;
		background: #fff; /*ドットボタンの色*/
		padding: 0;
		border: none;
		margin: 21px 0;
	}
}
/*------------0218追加ここまで-------------*/
/* Jetpackのニコちゃんマークを非表示 */
#wpstats {
	display: none;
}
/*------------20220413追加-------------*/
#news_detail.event .news_box .flex_b {
	margin: 0 auto;
}
#news_detail.event .news_box .flex_b .cnt_text {
	margin: 45px auto 0;
}
/*------------20220414追加-------------*/
#gallery .artist_box .block_b {
	display: block;
	margin: 40px auto;
	max-width: 600px;
}
#gallery .artist_box .flex_b {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 40px auto;
}
#gallery .artist_box .block_b .cnt_img_var {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
#gallery .artist_box .flex_b .cnt_img {
	width: 32.6%;
	max-width: 600px;
}
#gallery .artist_box .flex_b .cnt_text {
	width: 62.28%;
	margin: 0 auto;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.04em;
	font-weight: 400;
}
@media only screen and (max-width: 750px) {
	#gallery .artist_box .flex_b {
		flex-flow: column;
		margin: 20px auto;
	}
	#gallery .artist_box .flex_b .cnt_img {
		margin: 24px auto;
		width: 100%;
	}
	#gallery .artist_box .flex_b .cnt_text {
		margin: 20px auto;
		width: 100%;
		font-size: 14px;
		line-height: 23px;
		letter-spacing: 0.04em;
	}
}
/*------------20221028追加-------------*/
@media only screen and (max-width: 750px) {
	#news .cnt_news .cnt_flex {
		width: 100%;
	}
	#news .cnt_news .cnt_flex .cnt_date {
		width: 100px;
	}
	#news .cnt_news .cnt_flex .cnt_category {
		width: calc(100% - 100px);
	}
}
/*------------固定ページ用（本文・おすすめ・メニュー一覧）start -------------*/
main#custom {
	background-color: #F5F0EA;
}
#custom .title_area {
	background-image: none;
	padding: 60.4px 0 41.6px;
}
#custom .title_area h1 {
	font-size: 20px;
	color: #2C2A26;
	align-items: baseline;
}
#custom .sec02 {
	padding-bottom: 100px;
}
#custom .title_area h1 span {
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	display: inline-block;
	margin-left: 6px;
	font-weight: 500;
}
#custom .title_area h1::before {
	background-color: #000000;
	margin-top: 11.1px;
	margin-bottom: auto;
}
#custom .news_box {
	padding: 36px 41px 60.1px;
	background-color: #fff;
}
#custom .news_box .cnt_flex {
	display: flex;
	font-size: 14px;
	left: 0.05em;
	line-height: 30px;
	margin-bottom: 7.9px;
	word-break: break-all;
	flex-wrap: wrap;
}
#custom .news_box .cnt_flex div {
	margin-right: 1.41%;
}
#custom .news_box .cnt_flex .cnt_date {
	color: #B4B4B4;
}
#custom .news_box .cnt_flex .cnt_category {
	margin: 0 5px 0 0;
	color: #996932;
}
#custom .news_box h2 {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0.05em;
	font-weight: 500;
	padding-bottom: 21px;
	border-bottom: 1px solid #996932;
}
#custom .news_box .cnt_img {
	width: 65.21%;
	margin: 45px auto 0;
}
#custom .news_box .cnt_text {
	margin: 45px auto 0;
	width: 100%;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.04em;
	font-weight: 400;
}
#custom .news_box .flex_b {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 45px auto 0;
}
#custom .news_box .flex_b .cnt_img {
	max-width: 300px;
	width: 32.6%;
	margin: 0;
}
#custom .news_box .flex_b .cnt_text {
	margin: 0;
	width: 62.28%;
}
#custom .news_box .link {
	display: inline-block;
	margin: 45px auto 0;
	transition: 0.5s;
	text-decoration: underline;
}
#custom .news_box .link:hover {
	color: #996932;
	text-decoration: none;
}
/* おすすめメニュー */
#custom {
	padding-bottom: 52px;
}
#custom .sec03 {
	background-color: #fff;
	padding: 70px 0 0;
}
#custom .sec03 .btn_box {
	padding-bottom: 70px;
}
#custom .menu_ptn01 .flex_wrap {
	margin: 0 0 50px -10px;
}
#custom .menu_ptn01 li {
	margin: 0 0 0 10px;
	width: auto;
}
#custom .menu_ptn01 .menu_item h3 p {
	font-size: 15px;
	line-height: 22px;
}
#custom .menu_ptn01 .menu_item .price p {
	font-size: 14px;
	line-height: 1.4;
}
#custom .sec04 {
	padding-top: 90px;
}
#custom .sec06 {
	padding-top: 140px;
}
/* メニュー一覧 */
#custom .sec {
	background-color: #fff;
	padding: 85px 0 0 0;
}
#custom .kome_text {
	margin-top: 20px;
}
@media only screen and (max-width:750px) {
	#custom {
		padding-bottom: 100px;
	}
	#custom .title_area h1 {
		font-size: 17px;
	}
	#custom .title_area h1 span {
		margin-left: 5px;
	}
	#custom .title_area {
		padding: 82px 0 46.2px;
	}
	#custom .title_area h1::before {
		margin-top: 10.7px;
	}
	#custom .news_box {
		padding: 13.5px 15px 38.5px;
	}
	#custom .news_box .cnt_flex {
		font-size: 12px;
		margin-bottom: 4px;
	}
	#custom .news_box .cnt_flex div {
		margin-right: 4.28%;
	}
	#custom .news_box h2 {
		font-size: 18px;
		line-height: 27px;
		padding-bottom: 23.5px;
	}
	#custom .news_box .cnt_img {
		width: 100%;
	}
	#custom .news_box .cnt_text {
		font-size: 14px;
		line-height: 23px;
		letter-spacing: 0.04em;
	}
	#custom .sec02 {
		padding-bottom: 80.1px;
	}
	#custom .news_box .flex_b {
		display: block;
		align-items: center;
	}
	#custom .news_box .flex_b .cnt_img {
		max-width: initial;
		width: 100%;
	}
	#custom .news_box .flex_b .cnt_text {
		width: 100%;
		margin-top: 20px;
	}
	/* おすすめメニュー */
	#custom .sec03 {
		padding-top: 60px;
	}
	#custom .sec04 {
		padding: 80px 0 60px;
	}
	#custom .sec06 {
		padding: 60px 0 0;
	}
	#custom .menu_ptn01 .flex_wrap {
		margin: 0 auto 60px;
	}
	#custom .menu_ptn01 li {
		margin: 0 0 30px;
	}
	/* メニュー一覧 */
	#custom .sec {
		padding: 120px 0 0;
	}
	#custom .sec01 {
		padding: 50px 0 0;
	}
}
/*------------breakfast用 -------------*/
main#breakfast {
	/* background-color: #F5F0EA; */
}
#breakfast .title_area {
	background-image: url(../img/breakfast/title.jpg);
}
#breakfast .sec03 {
	padding-top: 70px;
}
#breakfast .sec04 {
	padding-top: 200px;
}
#breakfast .news_box {
	background-color: #fff;
	margin-top: 41.6px;
	padding: 36px 41px 60.1px;
}
#breakfast .news_box .cnt_flex {
	display: flex;
	font-size: 14px;
	left: 0.05em;
	line-height: 30px;
	margin-bottom: 7.9px;
	word-break: break-all;
	flex-wrap: wrap;
}
#breakfast .news_box .cnt_flex div {
	margin-right: 1.41%;
}
#breakfast .news_box .cnt_flex .cnt_date {
	color: #B4B4B4;
}
#breakfast .news_box .cnt_flex .cnt_category {
	margin: 0 5px 0 0;
	color: #996932;
}
#breakfast .news_box h2 {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0.05em;
	font-weight: 500;
	padding-bottom: 21px;
	border-bottom: 1px solid #996932;
}
#breakfast .news_box .cnt_img {
	width: 65.21%;
	margin: 45px auto 0;
}
#breakfast .news_box .cnt_text {
	margin: 45px auto 0;
	width: 100%;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.04em;
	font-weight: 400;
}
#breakfast .news_box .flex_b {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 45px auto 0;
}
#breakfast .news_box .flex_b .cnt_img {
	max-width: 300px;
	width: 32.6%;
	margin: 0;
}
#breakfast .news_box .flex_b .cnt_text {
	margin: 0;
	width: 62.28%;
}
#breakfast .news_box .link {
	display: inline-block;
	margin: 45px auto 0;
	transition: 0.5s;
	text-decoration: underline;
}
#breakfast .news_box .link:hover {
	color: #996932;
	text-decoration: none;
}
/* おすすめメニュー */
#breakfast {
	padding-bottom: 52px;
}
#breakfast .sec03 {
	background-color: #fff;
	padding: 70px 0 0;
}
#breakfast .sec03 .btn_box {
	padding-bottom: 70px;
}
#breakfast .menu_ptn01 .flex_wrap {
	margin: 0 0 50px -10px;
}
#breakfast .menu_ptn01 li {
	margin: 0 0 0 10px;
	width: auto;
}
#breakfast .menu_ptn01 .menu_item h3 p {
	font-size: 15px;
	line-height: 22px;
}
#breakfast .menu_ptn01 .menu_item .price p {
	font-size: 14px;
	line-height: 1.4;
}
#breakfast .sec04 {
	padding-top: 90px;
}
#breakfast .sec06 {
	padding-top: 140px;
}
/* メニュー一覧 */
#breakfast .sec {
	background-color: #fff;
	padding: 85px 0 0 0;
}
#breakfast .kome_text {
	margin-top: 20px;
}
@media only screen and (max-width:750px) {
	#breakfast {
		padding-bottom: 100px;
	}
	#breakfast .title_area.sec01 {
		background-image: url(../img/breakfast/title_sp.jpg);
		padding: 89px 0;
	}
	#breakfast .news_box {
		padding: 13.5px 15px 38.5px;
	}
	#breakfast .news_box .cnt_flex {
		font-size: 12px;
		margin-bottom: 4px;
	}
	#breakfast .news_box .cnt_flex div {
		margin-right: 4.28%;
	}
	#breakfast .news_box h2 {
		font-size: 18px;
		line-height: 27px;
		padding-bottom: 23.5px;
	}
	#breakfast .news_box .cnt_img {
		width: 100%;
	}
	#breakfast .news_box .cnt_text {
		font-size: 14px;
		line-height: 23px;
		letter-spacing: 0.04em;
	}
	#breakfast .sec02 {
		padding-bottom: 80.1px;
	}
	#breakfast .news_box .flex_b {
		display: block;
		align-items: center;
	}
	#breakfast .news_box .flex_b .cnt_img {
		max-width: initial;
		width: 100%;
	}
	#breakfast .news_box .flex_b .cnt_text {
		width: 100%;
		margin-top: 20px;
	}
	/* おすすめメニュー */
	#breakfast .sec03 {
		padding-top: 60px;
	}
	#breakfast .sec04 {
		padding: 80px 0 60px;
	}
	#breakfast .sec06 {
		padding: 60px 0 0;
	}
	#breakfast .menu_ptn01 .flex_wrap {
		margin: 0 auto 60px;
	}
	#breakfast .menu_ptn01 li {
		margin: 0 0 30px;
	}
	/* メニュー一覧 */
	#breakfast .sec {
		padding: 120px 0 0;
	}
	#breakfast .sec01 {
		padding: 50px 0 0;
	}
}
/* 20230807 Accessページ駐車料金レイアウト修正 */
.parking-time.flex_box {
	width: 240px;
	margin-bottom: 20px;
}
.parking-time .parking-time_title p {
	margin-bottom: 10px!important;
	font-weight: bold;
	text-align: center;
	line-height: 1!important;
}
.parking-time .parking-time_detail p {
	margin-bottom: 10px!important;
	font-weight: bold;
	text-align: left;
	line-height: 1!important;
}
/*------------ // 固定ページ用（本文・おすすめ・メニュー一覧）end -------------*/
/*------------ 固定ページ用・（本文 + 画像リスト） -------------*/
#custom .news_box .news_box_inner,
#news_detail .news_box .news_box_inner {
	margin: 0 auto;
	max-width: 750px;
}
/*------------ // 固定ページ用（本文 + 画像リスト）end -------------*/

/*------------ 3SUP_MHM-3324 MV動画掲載 -------------*/
/*202405 メインビジュアル動画*/
.movie-frame iframe, .movie-frame video {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
#mvMovie {
  height: 100%;
	opacity: 0;
  position: relative;
	transition: opacity 0.5s;
  width: 100%;
}
#mvMovie._show {
	opacity: 1;
}
#mvMovie .movie-frame {
	height: 100%;
	position: relative;
	overflow: hidden;
	width: 100%;
}
#mvMovie:before {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  opacity: .2;
  z-index: 1;
  pointer-events: none;
}
#movieStartBtnWrap {
  bottom: 0;
	height: 126px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
  top: 0;
	width: 126px;
	z-index: 2;
}
#movieStartBtn {
  margin-top: 10px;
  width: 126px;
  height: 126px;
  position: relative;
  transition: opacity 0.3s;
}
#movieStartBtn:before {
  animation: 12s linear infinite rotation;
  background: url(../img/top/circle-playmovie.svg) left top / 100% 100% no-repeat;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#movieStartBtn .iconMovie {
  height: auto;
  width: 100%;
}
#movieStartBtn:hover {
  opacity: 0.8;;
}
/* モーダル動画 */
#modal-movie * {
  box-sizing: border-box;
}
#modal-movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
	padding: 60px 55px 25px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}
#modal-movie.is-active {
  opacity: 1;
  pointer-events: auto;
	z-index: 101;
}
#modal-movie .modal__overlay {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#modal-movie .modal-panel {
  align-items: center;
  display: flex;
  height: fit-content;
  justify-content: center;
  position: relative;
  width: fit-content;
}
#modal-movie video {
  aspect-ratio: 16 / 9;
  left: 0;
  max-width: 100%;
  max-height: calc(100vh - 85px);
  margin: 0 auto;
  object-fit: contain;
  top: 0;
}
.modal__close-btn {
  position: absolute;
  top: -45px;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  cursor: pointer;
  z-index: 10;
  text-indent: -9999em;
  outline: none;
  border: 0;
}
.modal__close-btn span {
  width: 100%;
  height: 2px;
  left: 50%;
  top: 50%;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
}
.modal__close-btn span::before, 
.modal__close-btn span::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.modal__close-btn span::before {
  transform: rotate(135deg);
}
.modal__close-btn span::after {
  transform: rotate(-135deg);
}
.movieCaption {
	position: absolute;
	right: 0;
	font-size: 10px;
}
@media (max-width: 767px) {
  .pc-video {
    display: none;
  }
	#modal-movie {
		padding: 50px 15px 15px;
	}
  #modal-movie video {
    aspect-ratio: 9 / 16;
		height: calc(90vh - 65px);
	}
}
@media (min-width: 768px) {
  .sp-video {
    display: none;
  }
}