body {
	min-width: 1280px;
}
.pc_hide {
	display: none;
}
.pc_width {
	width: 1200px;
	margin: 0 auto;
}

/* header */

#header_wrap {
	display: flex;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
}
#header_left {
	width: 180px;
	padding: 0.5rem 1rem;
}
.header_logo a {
	display: block;
}
.header_logo a > img {
	width: 100%;
	height: auto;
}
#header_right {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.menu_header,
.menu_logo_area {
	display: none;
}

.header_main_menu {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
}
.header_main_menu > li {
	padding: 1rem;
}
.header_main_menu > li a {
	text-shadow: 1px 1px 1px #fff;
}
.header_sub_menu {
	display: none;
}

/* index */

.index_top_logo {
	width: 20%;
}
.index_top_address {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2rem 0;
}
.index_top_address > div {
	color: #fff;
	text-shadow: 1px 1px 1px #222;
}

.content {
	max-width: 1200px;
	margin: 0 auto;
}
.top {
	padding-top: 150px;
}
.bottom {
	padding-bottom: 150px;
}

.text_1 {
	font-size: 1.4em;
	line-height: 2.8rem;
	padding-bottom: 2rem;
	font-weight: 500;
}

.fl {
	display: flex;
}
.fl_content {
	flex: 1;
}
.fl_img {
	min-width: 33%;
	padding-left: 2rem;
}
.fl_img img {
	width: 100%;
	height: auto;
}

.h1_area {
	height: 60vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.h1_en {
	font-family: 'Noto Serif JP', sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px #222;
	font-size: 2.4rem;
	line-height: 4rem;
	font-weight: 500;
}
.h1_ja {
	color: #fff;
	text-shadow: 1px 1px 1px #222;
}

.h2_area {
	padding-bottom: 4rem;
}
.h2_en > span {
	font-family: 'Noto Serif JP', sans-serif;
	color: #44484d;
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: 500;
}

.info_list_row a {
	display: flex;
	border-bottom: 1px #999 dotted;
	padding: 0.5rem 0;
	font-size: 0.9rem;
}
.info_list_row a:hover {
	background-color: #f6faff;
}
.info_list_row > a > .date {
	width: 6rem;
}
.info_list_row > a > .title {
	flex: 1;
}

.ul_index_contents {
	display: flex;
	flex-wrap: wrap;
}
.ul_index_contents > li {
	width: 50%;
	padding: 1rem;
}
.ul_index_contents > li > a {
	display: flex;
}
.ul_index_contents > li > a:hover {
	color: #615941;
	transform: scale(105%);
}

.index_contents_img {
	width: 30%;
	height: 100%;
}
.index_contents_img img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
	transition: 0.5s;
}
.index_contents_area {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 1rem;
}
.index_contents_title {
	font-weight: 500;
	line-height: 1rem;
}

.index_cafe_img {
	display: flex;
	justify-content: center;
	padding-top: 4rem;
}
.index_cafe_img > img {
	width: 50%;
}

.bg_height {
	height: 500px;
}
/* footer */

.footer_logo {
	width: 10%;
	padding-bottom: 1rem;
}
.copyright > span {
	padding: 0 0.2rem;
}
.footer_tel_area {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #44484d;
	color: #fff;
	z-index: 999;
}
.footer_tel_area a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 0.5rem;
	pointer-events: none;
}

/* form */

.dl_form > div {
	display: flex;
}
.dl_form > div > dt {
	width: 20%;
	padding: 0.5rem;
}
.dl_form > div > dd {
	flex: 1;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
}

/* calendar */

.ul_calendar > li > * {
	padding: 0.5rem;
}
.calendar_head > div {
	padding: 1rem 0.5rem;
}

.day {
	display: flex;
	justify-content: space-between;
}
.day > span > i {
	padding-left: 1rem;
	color: #534741;
	font-size: 1.4rem;
}

.business_day_time {
	display: flex;
	justify-content: center;
	background-color: #44484d;
	border-radius: 1rem;
	padding: 0.2rem 1rem;
	color: #fff;
	font-weight: 300;
}
.business_day_time > span {
	padding: 0 0.2rem;
}
.business_day_note {
	font-size: 0.8rem;
	color: #44484d;
	line-height: 1rem;
	padding: 0.5rem 0;
}

/* cat list */

.ul_cat_list {
	display: flex;
	flex-wrap: wrap;
}
.ul_cat_list > li {
	width: 20%;
	padding: 1rem;
}
.ul_cat_list > li > a {
	display: flex;
	flex-direction: column;
}
.ul_cat_list .parent_img {
	width: 100%;
	height: 100%;
}
.ul_cat_list .parent_img img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.happy_list a {
	pointer-events: none;
}

/* page */

.tel_link {
	pointer-events: none;
}

.ul_menu {
	padding: 2rem 0;
}
.ul_menu > li {
	padding-bottom: 1rem;
}
.ul_menu > li > .menu_ja {
	font-size: 1.2rem;
}
.ul_menu > li > .menu_en {
	font-size: 0.9rem;
	padding-left: 1rem;
}
.menu_img {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem;
}
.menu_img > img {
	width: 18%;
	height: 18%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.top_note {
	padding-bottom: 2rem;
}
.top_note > div {
	display: flex;
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 600;
	color: #44484d;
	border-bottom: 1px #44484d dotted;
}

.parent_area {
	display: flex;
}
.parent_images {
	width: 30%;
}
#parent_images .splide__slide img,
#parent_thumbnail .splide__slide img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.parent_description{
  flex: 1;
}
.h2_parent{
  font-size: 1.4rem;
}
