@charset "UTF-8";

html,
body {
	margin: 0;
	padding: 0;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 16px;
	line-height: 2em;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/* マージン */
.margin_hanyo_bottom {
	margin-bottom: 5%;
}

.margin_hanyo {
	margin-top: 3%;
}

@media (max-width: 720px){
	.margin_hanyo_top_sp{
		margin-top: 3%;
	}
	.margin_hanyo_bottom_sp{
		margin-bottom: 50px;
	}
}

nav {
	display: none;
}

.sp_header {
	display: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 6px;
	padding-left: 10px;
	color: #A28B4B;
}

.mini {
	font-size: 80%;
}

img {
	max-width: 100%;
}

.img_maxsize {
	width: 100%;
}

p.zero {
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "Calibri";
	font-size: 70px;
	color: #000000;
	font-style: italic;
	margin-top: -40px;
}

.jp {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	font-size: 25px;
	color: #A28B4B;
	font-style: normal;
}

.mincho {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-style: normal;
}

.txt_c {
	text-align: center;
}

.gold {
	color: #A28B4B;
}

.big {
	font-size: 150%;
}

.container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.sidebar {
	width: 260px;
	padding: 30px 20px 0 30px;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	background-color: white;
}

ul.gnav {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
}

ul.gnav li {
	padding: 15px 0;
}

ul.gnav li a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.contents {
	width: calc(100% - 320px);
	padding: 0;
	float: left;
	margin-left: 320px;
}

section {
	display: block;
	width: calc(100% -320px);
	padding: 20px;
	margin: 50px auto 80px auto;
}

section.bg {
	background-image: url('../img/top/103.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

section.flex {
	display: flex;
	flex-wrap: wrap;
}

section.nomargin {
	margin: 0 auto;
}

.grad_box {
	width: 340px;
	height: 80px;
	text-align: center;
	padding: 60px 30px;
	float: left;
	background: radial-gradient(#00ccff, #0000ff);
	font-size: 25px;
	color: #ffffff;
	font-weight: bold;
}

.grad_img_box {
	width: 600px;
	float: left;
}

.grad_img_box img {
	width: 100%;
}

.text_box {
	width: 450px;
	line-height: 2.2em;
	float: right;
	font-size: 18px;
	font-weight: bold;
}

.text_box a {
	position: relative;
	display: block;
	color: #ffffff;
	background-color: #A28B4B;
	padding: 5px 10px;
	text-decoration: none;
}

.text_box a::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
}

.img_box {
	width: 32%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.img_box:nth-of-type(3n+2) {
	width: 34%;
}

.img_box_text {
	font-size: 14px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #A28B4B;
	font-weight: bold;
}

.topic_box {
	width: 340px;
	height: 400px;
	padding: 10px;
	float: left;
	margin: 30px 0;
	background: rgba(255, 255, 255, 0.6);
}

.topic_box:nth-of-type(3n+2) {
	margin: 30px 10px;
}

.topic_box img {
	display: block;
	margin: 0 auto;
}

.topic_box .on_line_text {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #A28B4B;
}

.topic_box .on_line_text .date {
	width: 50%;
	float: left;
	text-align: left;
	color: #444444;
}

.topic_box .on_line_text .genre {
	width: 40%;
	float: right;
	color: #444444;
	text-align: right;
}

.info_box {
	width: 800px;
	margin: 0 auto;
	padding: 50px;
	background-color: #ffffff;
	opacity: 0.8;
}

.info_box dl {
	padding: 10px 0;
	magin: 10px 0;
	border-bottom: 1px solid #333333;
}

.info_box dl:after {
	content: "";
	display: block;
	clear: both;
}

.info_box .info_date {
	padding: 10px;
	float: left;
	width: calc(20% - 20px);

}

.info_box .info_genre {
	padding: 10px;
	float: left;
	width: calc(20% - 20px);
	border: 1px solid #000000;
	border-radius: 30px;
	text-align: center;
}

.info_box .info_text {
	float: left;
	padding: 10px;
	width: calc(48% - 20px);
}

.achivement_title {
	display: inline-block;
	padding: 10px 20px;
	font-size: 25px;
	color: #ffffff;
	background-color: #A28B4B;
	margin: 40px;
}

.slick {
	padding: 0;
}

.slick_box {
	padding: 10px;
	float: left;
	margin: 0 5px !important;
	line-height: 1.2em;
	background: rgba(255, 255, 255, 0.6);
}

.slick_box img {
	display: block;
	margin: 0 auto;
}

.slick_box .on_line_text {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #A28B4B;
}

.slick_box .on_line_text .slick_title {
	width: 65%;
	font-size: 12px;
	float: left;
	text-align: left;
	color: #444444;
}

.slick_box .on_line_text .slick_genre {
	width: 33%;
	font-size: 12px;
	float: right;
	color: #444444;
	text-align: right;
}

.slick_box .slick_detail {
	font-size: 6px;
}

.gallery_img {
	width: calc(24% - 10px);
	padding: 5px;
}

video {
	width: 100%;
	height: auto;
}

footer {
	display: block;
	width: 100%;
	padding-top: 50px;
	border-top: 5px solid #A28B4B;
}

.footer_inner {
	width: calc(100% -320px);
	margin: 0 0 0 320px;
}

.footer_left {
	width: 80%;
	float: left;
}
.footer_left a{
	white-space: nowrap;
}

.footer_right {
	width: 18%;
	float: right;
	text-align: center;
}

.copyright {
	padding-top: 40px;
	text-align: center;
}


/* effect */
.img_box,
.grad_img_box {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.img_box::before,
.grad_img_box::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.img_box:hover::before,
.grad_img_box:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}


/* 法人の皆様へ */
.service_box {
	width: calc(46% - 20px);
	padding: 10px;
	margin: 0 1% 50px 1%;
	border: 1px solid #A28B4B;
	border-radius: 15px;
}

.service_title {
	margin-top: -60px;
}

.num {
	font-size: 40px;
	font-weight: bold;
	color: #A28B4B;
	padding-left: 10px;
	background-color: #ffffff;
}

.ttl {
	font-size: 31px;
	font-weight: bold;
	padding-right: 10px;
	background-color: #ffffff;
}

/* ここライフ100とは */
.lh01 {
	line-height: 1.5em;
}

.coco_text01 {
	font-size: 22px;
	margin: 0;
	line-height: 1.5em;
	font-weight: bold;
}

.coco_text02 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

.coco_text02 img {
	vertical-align: text-bottom;
}

.coco_text03 {
	margin: 0;
}

.b {
	font-weight: bold;
}

.blue {
	color: #0000ff;
}

.theme_flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.theme_flex .theme_img {
	width: 22%;
}

.theme_flex .theme_text {
	width: 25%;
	text-align: center;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.text2 {
	font-size: 35px;
}

.text4 {
	font-size: 22px;
}

.midashi {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 0.2em;
}

.midashi2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0.2em;
}

.profile_table {
	position: relative;
	width: 100%;
	border-collapse: collapse;
}

.profile_table th {
	width: 10em;
	border-right: 1px solid #000000;
	padding-top: 20px;
	padding-right: 10px;
	vertical-align: top;
	text-align: right;
	z-index: 100;
}

.profile_table th.border_top {
	border-top: 1px solid #000000;
}

.profile_table td {
	padding-left: 20px;
	padding-top: 20px;
}

.profile_table th p {
	font-size: 30px;
	font-weight: bold;
	border-right: 8px solid #A28B4B;
	padding-right: 20px;
	margin-right: -15px;
	z-index: 10000;
}

.recommend_flex {
	display: flex;
	flex-wrap: wrap;
}

.flex_text_left {
	width: calc(60% - 40px);
	padding: 20px;
}

.flex_text_right {
	width: calc(60% - 40px);
	padding: 20px;
}

.flex_img_left {
	width: 35%;
}

.flex_img_right {
	width: 35%;
}

.gold_title {
	font-size: 30px;
	font-weight: bold;
	color: #A28B4B;
}

/* お問い合わせ */
.contact_box {
	width: 100%;
	background-color: #ffffff;
	color: #000000;
}

.contact_table {
	width: 1000px;
	margin: 50px auto 0 auto;
	border-collapse: collapse;
}

.error {
	display: block;
	color: #ff0000;
}

.contact_table tr {
	border-bottom: 1px solid #000000;
}

.contact_table th {
	width: 200px;
	background-color: #dddddd;
	border-collapse: collapse;
	padding: 10px 0;
}

.contact_table td {
	width: 780px;
	padding: 10px;
	border-collapse: collapse;
}

.contact_table .midashi {
	display: inline-block;
	width: calc(70% - 10px);
	padding-left: 10px;
	text-align: left;
	margin: 0;
	padding-top: 1em;
	font-size: 16px !important;
}

.hissu {
	display: inline-block;
	width: calc(30% - 20px);
	background-color: #ff0000;
	color: #ffffff;
}

.ninni {
	display: inline-block;
	width: calc(30% - 20px);
	border: 1px solid #000000;
}

.small {
	font-size: 80%;
}

input,
textarea {
	font-size: 16px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

input.tel {
	font-size: 16px;
	font-weight: normal;
}

textarea {
	width: 90%;
	height: 250px;
	resize: none;
}

input.com_name {
	width: 80%;
}

input.com_part {
	width: 65%;
}

input.yaku {
	width: 50%;
}

input.name {
	width: 50%;
}

input.tel {
	width: 20%;
}

input.email {
	width: 90%;
}

input.zip {
	width: 20%;
}

input.pref {
	width: 20%;
}

input.address1 {
	width: 90%;
}

input.address2 {
	width: 90%;
}

p.submit {
	width: 1000px;
	margin: 1em auto;
}

input.submit {
	width: 1000px;
	margin: 15px auto;
	padding: 10px;
	background-color: #999999;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	border: none;
	text-align: center;
	cursor: pointer;
}

.poricy_box {
	width: 1000px;
	margin: 0 auto;
}

.poricy_title {
	display: inline-block;
	width: 200px;
	font-size: 20px;
	font-weight: bold;
	vertical-align: top;
}

.poricy {
	display: inline-block;
	width: 720px;
	height: 250px;
	overflow-y: scroll;
	padding: 5px;
	border: 1px solid #000000;
	margin-bottom: 100px;
}

.attention {
	padding: 20px;
	background-color: #dddddd;
}

.single_title_bg {
	width: 100%;
	position: relative;
}

h1 {
	position: absolute;
	top: 40%;
	left: 10%;
	font-size: 40px;
	line-height: 1.4em;
	color: #ffffff;
	text-shadow:
		2px 0 0 black,
		0 2px 0 black,
		-2px 0 0 black,
		0 -2px 0 black
}

.online_title {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 30px;
	margin: 1em 0;
	padding: 0;
	font-weight: bold;
	color: #000000;
}

.online_title img {
	vertical-align: middle;
}

.article_button a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 1em 2em;
	width: 250px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	background-color: #A28B4B;
	border-radius: 50vh;
}

.article_button a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}

.article_button a:hover {
	text-decoration: none;
	background-color: #f0e7ce;
	color: black;
}
.article_button a:hover::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid black;
	border-right: 3px solid black;
	transform: rotate(45deg);
}

@media (max-width: 768px) {

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.sidebar {
		display: none;
	}

	.page_title {
		margin: 0;
		padding: 1em;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}

	nav {
		position: absolute;
		z-index: 20000;
		display: block;
		top: 0;
		right: 0;
	}

	nav label {
		width: 35px;
		height: 35px;
		border: 1px solid #A28B4B;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 20000;
	}

	nav span {
		width: 25px;
		height: 1px;
		background-color: #A28B4B;
		position: absolute;
		right: 15px;
		transition: .3s;
		z-index: 20000;
	}

	h2 {
		font-size: 30px;
		line-height: 1.3em;
	}

	.span1 {
		top: 20px;
	}

	.span2 {
		top: 27px;
	}

	.span3 {
		top: 34px;
	}

	#check:checked~.span2 {
		display: none;
	}

	#check:checked~.span1 {
		width: 27px;
		transform: rotate(45deg);
		top: 27px;
		right: 12px;
	}

	#check:checked~.span3 {
		width: 27px;
		transform: rotate(-45deg);
		top: 27px;
		right: 12px;
	}

	#check {
		display: none;
	}

	.container {
		position: relative;
	}

	.sp_header {
		display: block;
		position: fixed;
		width: 100vw;
		top: 0;
		left: 0;
		z-index: 50000;
		padding: 0;
		background-color: #ffffff;
	}

	.header_title {
		margin: 0;
	}

	.page_title {
		padding: 0;
	}

	.sp_header .sp_menu {
		width: 100%;
		background-color: #dddddd;
		color: #000000;
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 80px;
		z-index: 50000;
		display: none;
	}

	.sp_menu p {
		margin: 0;
		padding: 0;
	}

	.sp_menu a {
		color: #000000;
		display: block;
		text-decoration: none;
		position: relative;
		border-bottom: 1px solid #ffffff;
		padding: 10px;
	}

	.sp_menu a::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 40px;
		transform: translateY(-50%) rotate(45deg);
		width: 10px;
		height: 10px;
		border-top: 2px solid #A28B4B;
		border-right: 2px solid #A28B4B;
	}

	#check:checked~ul {
		right: 0;
	}

	.contents {
		width: 96%;
		margin: 80px auto 0 auto;
		float: none;
	}

	section {
		width: 96%;
		padding: 0;
		margin-right: auto;
		margin-left: auto;
	}

	section#achievement,
	section#gallery {
		width: 80%;
		margin: 0 auto 50px auto;
	}

	.grad_img_box {
		width: 100%;
	}

	.text_box {
		width: 100%;
	}

	.img_box {
		width: 100%;
		text-align: center;
	}

	.img_box:nth-of-type(3n+2) {
		width: 100%;
	}

	.topic_box {
		display: block;
		width: 96%;
		margin: 30px auto;
		float: none;
	}

	.topic_box:nth-of-type(3n+2) {
		margin: 30px auto;
	}

	.info_box {
		padding: 10px;
		width: 96%;
		margin: 0 auto;
	}

	.info_box .info_date {
		float: none;
		display: inline-block;
		width: 40%;
	}

	.info_box .info_genre {
		float: none;
		display: inline-block;
		width: 40%;
	}

	.info_box .info_text {
		float: none;
		display: block;
		width: 100%;
	}

	.footer_inner {
		width: 96%;
		margin: 0 auto;
	}


	.service_box {
		width: 95%;
	}

	.num,
	.ttl {
		font-size: 25px;
	}


	.contact_table {
		width: 100%;
		margin: 0 auto;
	}

	.contact_table th {
		display: block;
		width: 100%;
		padding: 0;
	}

	.contact_table td {
		display: block;
		width: calc(100% - 20px);
	}

	input.tel {
		width: 24%;
	}

	input.zip {
		width: 50%;
	}

	input.pref {
		width: 50%;
	}

	p.submit {
		width: 96%;
		margin: 1em auto;
	}

	input.submit {
		width: 100%;
	}

	.mwform-checkbox-field {
		display: block;
		width: 80%;
	}

	.poricy_box {
		width: 100%;
		padding: 20px 0;
	}

	.poricy_title {
		display: block;
		width: 96%;
		margin: 10px auto;
	}

	.poricy {
		display: block;
		width: 90%;
		margin: 0 auto;
	}

	.theme_flex .theme_img {
		width: 40%;
	}

	.theme_flex .theme_text {
		width: 50%;
	}

	h1 {
		font-size: 16px;
	}

	.footer_right {
		width: 90%;
		margin: 10px auto;
		float: none;
	}

	.footer_left {
		width: 90%;
		margin: 10px auto;
		float: none;
	}

	.profile_table {
		width: 96%;
		margin: 0 auto;
	}

	.profile_table th {
		border-right: none;
		display: block;
		width: 100%;
		padding: 0;
		text-align: left;
	}

	.profile_table td {
		display: block;
		width: 100%;
		padding: 0;

	}

	.profile_table th.sp_th {
		font-size: 25px;
		padding: 20px 0;
	}

	.profile_table th p {
		border-right: none;
	}

	.midashi2 {
		font-size: 30px;
	}

	section.sp_mb {
		margin-bottom: 50px;
	}
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.kiyaku_text {
	width: 95%;
	height: 400px;
	overflow-y: auto;
	border: 1px solid #000000;
	padding: 5px;
	margin: 0 auto;
}

/* おいしくらし工房
2024/04/12追加
*/titletitle
.oishi {
	width: 100%;
	height:auto;
	overflow: hidden;
	font-size: 12px;
	font-family: "shippori-mincho", sans-serif;
}


.english {
	font-family:"noto-serif-extracondensed", serif;;
} 

.oishi_main_title{
	font-size: 2.5vw;
	font-weight: bold;
}

.jp-title {
	font-size: 1.09vw;
}

.oishi_title_underline{
	position: relative; /* または absolute */
	top: -15px; /* 上方向に10ピクセルだけ移動 */
}

.oishi_title_gallery_underline{
	position: relative; /* または absolute */
	top: -5px; /* 上方向に10ピクセルだけ移動 */
}

@media only screen and (max-width:720px) {
	.oishi_title_underline{
		margin: 0 5%;
	}
	.oishi_title_gallery_underline{
		margin: 0 5%;
	}
}


@media only screen and (max-width:1500px) {
	.oishi_main_title{
		font-size: 40px;
	}
	.jp-title{
		font-size: 18px;
	}
}

.oishi-container h1 {
	position: initial;
	font-size: initial;
	line-height: initial;
	color: initial;
	text-shadow: initial;
	margin: 0.67em 0;
}

.oishi_main_contents{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.7;
}

@media only screen and (max-width:720px) {
	.oishi_main_contents{
		font-size: 15px
	}
}

.bx-wrapper:has(+ .oishi-bg) {
	margin-bottom: 0;
  }

.oishi-bg {
	background-image: url('../img/oishikurashi/oishi_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 25vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.oishi-bg div {
	text-align: center;
}

.guidance {
	background-color: #FFF8E9;
}

.guidance .title  {
	font-size: 4em;
	font-weight: bold;
}

.Gallery_title{
	font-size: xx-large;
	font-weight: bold;
}

@media only screen and (max-width:800px) {
	.Gallery_title{
		font-size: x-large;
	}
}

.guidance {
	font-size: 1.75em;
}



.guidance .warning {
	margin-top: 4%;
	font-size: 2em;
}

.oishi-container {
	display: flex;
	flex-wrap: wrap;
	/* Flexboxを使用して横並びにする */
	justify-content: space-between;
}

.oishi_introduction_contents{
	font-size: 18px;
	margin: 2% 6% 50px 6%;
	text-align: left;
}

@media only screen and (max-width:720px) {
	.oishi_introduction_contents{
		margin: 2% 4% 50px 4%;
	}
}

.oishi_introduction_title{
	font-size: 36px;
	margin-bottom: 7%;
	font-weight: bold;
}

.oishi-footer-container {
	padding: 5%;
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
	color: white;
	font-size: 1.75em;
}

@media only screen and (max-width:720px) {
	.guidance_border{
		border-top: solid thin rgb(105, 63, 0);
		margin: 30px 7% 85px 7%;
	}
}

.oishi_footer_contents{
	font-size: 21px;
	margin: 2% 0 50px 0;
	text-align: left;
}

@media only screen and (max-width:720px) {
	.oishi_footer_contents{
		font-size: 18px;
		margin: 20px 0 20px 0;
	}
}


.left {
	flex: 6;
	text-align: center;
}

.right {
	flex: 4;
	text-align: center;
	align-content: center;
}

.half {
	flex:5;
}

.footer_map {
	display: flex;
	width: 48.5%;
	margin-bottom: 3%;
}

.footer_map iframe {
	aspect-ratio: 683 / 512;
}

.reservation-container {
	padding: 5%;
	margin-top: 5%;
	background-image: url('../img/oishikurashi/reservation_bg.png');
	background-size: cover;
}

@media only screen and (max-width:720px) {
	.reservation-container{
		margin: 40px 0;
		padding: 8% 3%;
	}
}
.reservation {
	padding: 2% 3%;
}

.oishi_warning{
	margin-bottom: 5%;
}

.oishi_warning a{
	border-bottom: dashed 1px black;
	font-size: 1.88vw;
	text-decoration: none;
	font-weight: bold;
	color: #810034;
}

@media only screen and (max-width:720px) {
	.oishi_warning a{
		font-size: 18px;
	}
}

.oishi_calendar{
	
}

/*スマホ向けのスタイル*/
@media (max-width: 767px) {
	.oishi-bg div {
		text-align: left;
		padding: 20px 10px;
	}

	.right {
		/* margin-bottom: 20px; */
		border: none;
	}
}

/* ヘッダーのスタイル */
.right h1 {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 3em;
	font-weight: normal;
}

@media (max-width: 767px) {
	.right h1 {
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid black;
	}
}

/* 文章のスタイル */
.right p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 50px;
	text-align: left;
	padding: 0 80px;
}

@media only screen and (min-width: 768px) and (max-width: 793px) {
	.right p {
		font-size: 12px;
	}
}

@media only screen and (min-width: 794px) and (max-width: 1040px) {
	.right p {
		font-size: 14px;
	}
}

.right-reversed {
	flex: 6;
	text-align: center;
	height: auto
}

.left-reversed {
	flex: 4;
	text-align: center;
	object-fit: cover;
	align-content: center;
}



/* ヘッダーのスタイル */
.left-reversed h1 {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 3em;
	font-weight: normal;
}

/* 文章のスタイル */
.left-reversed p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 50px;
	text-align: left;
	padding: 0 80px;
}


.point {
	font-size: 1.3rem;
	font-weight: bold;
	color: #E58800;
}

.insta-container {
	background-image: url(../img/oishikurashi/insta_bg.png);
}

.instagram {
    color: white;
	padding: 5% 3%;
}

.instagram img:nth-child(1){
	height: 32px;
}

.gallery {
	padding: 5% 5%;
	background-image: url('../img/oishikurashi/reservation_bg.png');
	background-size: cover;
}

.comeSoon {
	font-size: 5.6em;
	margin-top: 10%;
}

.oishi-footer {
	background-image: url(../img/oishikurashi/oishi_footer_bg.png);
	background-repeat: no-repeat;
	/* background-size: cover; */
}

.footer_menu_kari{
	margin: 3% 0;
	display: flex;
	justify-content: center;
	text-align: left;
}
.footer_menu_kari p{
	font-size: x-large;
}

@media only screen and (max-width:800px) {
	.footer_menu_kari p{
		font-size: medium;
	}
}

/* スマホ向けスタイル */

/* flexのスタイル崩れ対応 */
@media (max-width: 1178px) {

	.right h1,
	.left-reversed h1 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.right p,
	.left-reversed p {
		line-height: 1;
		margin-bottom: 10px;
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.right-reversed {
		order: 1;
	}

	.left-reversed {
		/* order: 2; */
		border: none;
	}

	.left{
		order: 1;
	}

	.left-reversed h1 {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
		font-weight: normal;
		border-bottom: 1px solid black;
	}

	.comeSoon {
		font-size: 4em;
	}

	.comeSoon.sp p {
		margin: initial;
	}

	.comeSoon.sp p.soon {
		margin-top: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 949px) {
	.left-reversed h1 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: normal;
	}
}



@media only screen and (min-width: 768px) and (max-width: 800px) {
	.left-reversed p {
		font-size: 12px;
	}
}

@media only screen and (min-width: 801px) and (max-width: 1270px) {
	.left-reversed p {
		font-size: 14px;
	}
}


@media only screen and (max-width: 767px) {
	.half,
	.footer_map,
	.left,
	.right,
	.left-reversed,
	.right-reversed {
		flex: 100%;
	}
}

/* wpfc-calendarプラグインのスタイル */
.wpfc-calendar-wrapper {
	padding: 1%;
	background-color: white;
}

.fc-toolbar.fc-header-toolbar {
	background-color: white;
}


/* イベントリスト */

.oishi_calendar{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
}

.em-item-image{
	padding: 2%;
	
}

.em-event{
	background-color: white !important;
	border-radius: 30px;
	padding-top: 2% !important;
	padding-bottom: 2% !important;
}

.em-item-info{
	border-left: 4px solid #c9b364 !important;
}

.em-item-meta-line,
.em-event-date,
.em-event-meta-datetime{
	font-size: 21px;
	text-align: left;
}

.oishi_calendar .em .em-event .em-item-info .em-item-actions .em-item-read-more{
	font-size: 21px !important;
}

.em-item-title{
	color: inherit !important;
	text-align: left;
}

.em-item-title a{
	font-size: 30px !important;
}

@media screen and (max-width: 720px) {
	.em-item-title a{
		font-size: 21px !important;
	}
	.em-item-image {
		display: none !important;
	}
	.em-item-info{
		border: none !important;
	}
	.em-item-desc{
		display: none;
	}
}

.em-event-add-to-calendar{
	display: none !important;
}

.em-event-book-now{
	display: none !important;
}