/*
共通CSS
*/
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

body{
	background: url(../images/back.jpg) repeat;
}

body p{
	font-family: "Yu Mincho", YuMincho,"Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
}
ul,
ul li{
	list-style: none;
}

a:link,
a:visited,
a:active{
	color: #000;
	text-decoration: none;
	transition-duration: 0.5s;
	opacity: 1.0;
}
a:hover{
	text-decoration: none;
	transition-duration: 0.5s;
	opacity: 0.5;
	cursor: pointer;
}

.css_button_1:link,
.css_button_1:visited,
.css_button_1:active{
	display: inline-block;
    color: #fff;
    background-color: #C4DC5F;
    padding: 8px 0px;
    text-decoration: none;
    width: 100%;
    max-width: 240px;
    font-size: 14px;
    line-height: 22px;
	font-family: "Yu Mincho", YuMincho, serif;
}
.css_button_1:hover{
	text-decoration: none;
	opacity: 0.6;
}

.css_button_2:link,
.css_button_2:visited,
.css_button_2:active{
	display: inline-block;
	color: #FFF;
	background-color: #242427;
	padding: 12px 40px;
	text-decoration: none;
}
.css_button_2:hover{
	text-decoration: none;
	background-color: #FFF;
}

/* ヘッダーブロック */
header {
	width: 100%;
	/* position: fixed; */
	position: sticky;
	z-index: 100;
/*	background: url(../images/header.png) no-repeat;
	background-image: linear-gradient(359deg, rgba(255, 255, 255, 0), rgba(200, 223, 106, 1));
	background-size: 100%;*/
	top: 0;
}

/* PCのヘッダーブロック */
header #pc_header_wrapper{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background: url(../images/header.png) no-repeat;
	background: url(../images/back.jpg) repeat;
    /*background-size: 100%;
	 width: 100%;
	background-color: transparent;
	height: 144px;
	overflow: auto; */	
}
#pc_header_wrapper{
	height: 203px;
}
header #sp_header_wrapper{
	display: none;
}
header #pc_header_wrapper #pc_header_left{
	width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 30px 0px;
	max-width: 230px;
}
header #pc_header_wrapper #pc_header_left img{
	width: 100%;
}
header #pc_header_wrapper #pc_header_center{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 15px auto;
	align-items: center;
	padding: 8px 0;
    border-top: 4px double;
    border-bottom: 4px double;
    border-top-color: #ffff;
    border-bottom-color: #ffff;
    background-image: linear-gradient(2deg, rgba(224, 190, 125, 1), rgba(185, 148, 58, 1) 96%);
	gap: 30px;
}

ul#pc_header_center::before {
  content: '';
  display: inline-block;
  width: 37px;
  height: 37px;
  background-image: url(../images/header-l.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

ul#pc_header_center::after {
  content: '';
  display: inline-block;
  width: 37px;
  height: 37px;
  background-image: url(../images/header-r.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
}
header #pc_header_wrapper #pc_header_center li{
	/* margin: 0 20px; */
	margin: 0;
}
header #pc_header_wrapper #pc_header_center li a{
	font-family: 'Zen Old Mincho', serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	color: #ffff;
	font-style: normal;
}
header #sp_header_wrapper #sp_header_right img{
	cursor: pointer;
}
.sp_header_menu_wrapper{
	display: flex;
    flex-flow: column;
    justify-content: center;
    position: fixed;
    background-color: #fff;
    height: 100%;
    min-height: 250px;
    z-index: 99;
    margin-top: -100vh;
    width: 100%;
    /* -webkit-box-sh{adow: inset 0 0 10px 0 #c4dc5f;
    -moz-box-shadow: inset 0 0 10px 0 #F00;
    box-shadow: inset -5px -5px 55px 33px #c4dc5f; */
    overflow-y: auto;
	background: url(../images/back.jpg) repeat;
	opacity: 0;
	transition: all 0.3s ease;
}

.sp_header_menu_wrapper.on {
	margin-top: 0;
	opacity: 1;
}
#sp_header_menu_wrapper #sp_header_menu {
    display: flex;
    width: 100%;
    height: 100vh;
    flex-flow: column;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 30px;
}
#sp_header_menu_wrapper #sp_header_menu li{
	text-align: center;
}
#sp_header_menu_wrapper #sp_header_menu li a{
    font-size: 17px;
    font-family: 'Zen Old Mincho', serif;
    line-height: 55px;
    font-weight: 400;
}
#sp_header_menu_wrapper #sp_header_menu li#sp_menu_other_link{
	display: flex;
}
#sp_header_menu_wrapper #sp_header_menu li#sp_menu_other_link a{
	display: block;
	margin-right: 10px;
}

#sp_header_menu_bg{
	position: fixed;
	display: none;
	background-color: #777;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	z-index: 98;
}
#sp_header_menu_wrapper #sp_header_online_link{
	display: flex;
	justify-content: center;
	align-items: end;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#index {
	width: 100%;
	/*-webkit-box-shadow: inset 0 0 10px 0 #c4dc5f;
    -moz-box-shadow: inset 0 0 10px 0 #F00;
    box-shadow: inset -5px -5px 55px 33px #c4dc5f;*/
    /* height: 100vh;
    overflow: auto;
	position: fixed; */
}
.top_slider{
	width: 100%;
	text-align: center;
	/* -webkit-box-shadow: inset 0 0 10px 0 #c4dc5f;
    -moz-box-shadow: inset 0 0 10px 0 #F00;
    box-shadow: inset -5px -5px 55px 33px #c4dc5f;
    height: 100vh;
    overflow-y: auto; */
}
.top_slider .toppc_img{
	width: 80%;
	/* margin: 200px auto 0; */
	margin: 0 auto;
}
.top_slider .top-scroll{
	width: 100%;
    max-width: 40px;
    margin: 30px auto 0;
}
.top_slider img{
	width: 100%;
}
.top_slider .scroll {
    width: 40px;
    height: 53px;
    display: block;
    text-align: center;
    margin: 58px auto 0;
}
.shrink{
	display: none !important;
}
.shrink1{
	display: block !important;
}


@media(max-width: 950px) {
 
	header #pc_header_wrapper #pc_header_center {
		gap: 25px;
	}
}

@media(max-width: 900px) {
	header #pc_header_wrapper{
		display: none;
	}
	header #sp_header_wrapper{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		height: 70px;
		background: url(../images/back.jpg) repeat;
		/* background-image: linear-gradient(359deg, rgba(255, 255, 255, 0)60%, rgba(200, 223, 106, 1)); */
	}
	header #sp_header_wrapper #sp_header_left{
		transform: translate(-50%, -50%);
		position: absolute;
		top: 50%;
		left: 50%;
	}
	header #sp_header_wrapper #sp_header_right{
		float: right;
		margin-right: 5%;
	}
	header #sp_header_wrapper #sp_header_left a img{
		max-width: 140px;
		width: 100%;
	}

	.top_slider .scroll{
		margin: 40px auto 0;
	}
}

/* フッター */
footer{
	text-align: center;
}
footer .h2_en{
	margin: 0;
	padding: 40px 0 40px;
}
footer #footer_copyright{
	font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 0 0 40px;
}
.pc_only-b,
.pc_only{
	display: block;
}
.sp_only-b,
.sp_only{
	display: none;
}
@media(max-width: 1200px) {
	.pc_only-b{
		display: none;
	}
	.sp_only-b{
		display: block;
	}
}
@media(max-width: 700px) {
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
}

/* #main_contents{
	padding-top: 144px;
} */
@media(max-width: 900px) {
	/* #main_contents{
		padding-top: 70px;
	} */
}
@media(min-width: 1280px) {
	#sp_header_menu_wrapper{
		display: none !important;
	}
	#sp_header_menu_bg{
		display: none !important;
	}
}


/* トップページabout */
#about{
    width: 90%;
    margin: 0 auto 50px;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.h2_en{
	font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 26px;
	margin: 0 0 40px;
	color: #000;
	line-height: 38px;
}
#about h3{
	font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-family: "kozuka-mincho-pr6n", serif;
    line-height: 50px;
    text-align: center;
    color: #3A2921;
}
#about .about_p{
	text-align: center;
	margin-bottom: 50px;
}
#about #about_img{
	width: 100%;
    max-width: 1280px;
    margin: 90px auto 0;
}
#about #about_img div img{
	width: 100%;
}
#about #about_img .content-a{
	width: 90%;
    max-width: 1280px;
	margin: 50px auto 100px;
	height: 500px;
	display: block;
    position: relative;
}
#about #about_img .content-a .right{
	width: 100%;
}
#about #about_img .content-a .right .right-text{
	position: absolute;
    top: 15%;
    right: 5%;
    transform: translate(0%,0%);
    z-index: 2;
    width: 100%;
    max-width: 500px;
}
#about .about-title {
	font-family: 'Zen Old Mincho', serif;
	text-align: left;
    font-size: 26px;
    line-height: 46px;
    letter-spacing: 0.05em;
	margin: 0 0 20px;
}
#about #about_img .content-a .right .img-right-a{
	width: 100%;
    max-width: 523px;
	position: absolute;
    top: -10%;
    left: 0%;
    transform: translate(0%, 0%);
    z-index: 3;
}
#about #about_img .content-a .right .img-content-a{
	position: absolute;
	top: 0%;
	right: 0%;
	transform: translate(0%,0%);
	z-index: 1;
    max-width: 980px;
}
#about #about_img .content-b{
	width: 90%;
	max-width: 1280px;
	position: relative;
    height: 500px;
}
#about #about_img .content-b .left{
	width: 100%;
}
#about #about_img .content-b .left .img-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
    max-width: 980px;
	width: 100%;
}

#about #about_img .content-b .left .img-right{
	position: absolute;
    bottom: -15%;
    right: -5%;
    transform: translate(0%, 0%);
    z-index: 3;
    width: 100%;
    max-width: 523px;
}
#about #about_img .content-b .left .left-text{
	position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 100%;
    max-width: 500px;
}
#about #about_img .content-b .left .left-text h3{
	font-family: 'Zen Old Mincho', serif;
	text-align: left;
    font-size: 26px;
    line-height: 46px;
    letter-spacing: 0.05em;
	margin: 0 0 20px;
}
#about #about_img .content-b .right{
	width: 100%;
    max-width: 564px;
}
#about .content-c {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 0;
    gap: 7px;
}
#about #about_img .content-c .left,
#about #about_img .content-c .right{
	width: calc(50% - 5px);
}

.content-a-text-wrapper,
.content-b-text-wrapper {
    width: 100%;
    background-image: url(../images/frame/deco_line_left_top.svg), 
	url(../images/frame/deco_line_right_top.svg),
	url(../images/frame/deco_line_left_bottom.svg),
	url(../images/frame/deco_line_right_bottom.svg), 
	url(../images/frame/deco_line_top.svg),
	url(../images/frame/deco_line_bottom.svg),
	url(../images/frame/deco_line_left.svg),
	url(../images/frame/deco_line_right.svg);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
    background-position: left top, right top, left bottom, right bottom, top, bottom, left, right;
    max-width: 700px;
}

.content-a-text-wrapper {
	padding: 75px 60px 75px 200px;
}

.content-b-text-wrapper {
	padding: 75px 200px 75px 80px;
}

.content-a {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 150px;
}

.content-a-img-wrapper {
    margin-right: -150px;
    z-index: 2;
    margin-top: -100px;
}

.content-b {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 80px;
    flex-direction: row-reverse;
    padding-bottom: 300px;
}

.content-b-img-wrapper {
    margin-left: -150px;
    z-index: 2;
    margin-bottom: -200px;
}

.about_pc_only {
	display: block;
}

.about_sp_only {
	display: none;
}

.content-a-img {
	max-width: none;
}

.content-b-img {
	max-width: none;
}

@media screen and (max-width: 1150px) {

	.content-a-img {
		width: 450px;
		height: auto;
	}

	.content-b {
		padding-bottom: 200px;
	}

	.content-b-img {
		width: 420px;
		height: auto;
	}

	.content-b-img-wrapper {
		margin-bottom: -80px;
	}

	#about {
		margin: 0 auto;
		padding: 50px 0 20px;
	}
}

@media screen and (max-width: 1000px) {

	.about_pc_only {
		display: none;
	}

	.about_sp_only {
		display: block;
	}

	.content-a-img-wrapper,
	.content-b-img-wrapper  {
		margin: auto;
	}

	.content-a-text-wrapper,
	.content-b-text-wrapper {
		padding: 65px 10vw 65px;
	}
	
	.content-a-img,
	.content-b-img {
		width: 100%;
		height: auto;
		margin: 0 auto 30px;
		display: block;
		max-width: 500px;
	}

	.content-a {
		padding-top: 10px
	}

	#about .about-title {
		text-align: center;
	}

	.content-b {
		padding-top: 40px;
		padding-bottom: 80px;
	}
	
}

/* access */
#access{
	width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
#access .access-top{
	width: 100%;
    margin: 0 auto;
    text-align: center;
}
#access .access-top img{
	width: 122px;
    margin: 50px auto 10px;
}
#access .access-top h2{
	font-family: 'Zen Old Mincho', serif;
	color: #B7D14C;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
}
#access .access_all{
	width: 100%;
    margin: 50px auto 0;
}

#access .access_all .access_info {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5%;
}

#access .access_all #google_map{
	width: 100%;
	margin: 100px auto 0;
}
#access .access_all .access_info .info_left img{
	width: 100%;
	max-width: 615px;
}
#access .access_all .access_info .info_right{
	width: 100%;
	max-width: 500px;
}
#access .access_all .access_info .info_right h3{
	font-family: 'Zen Old Mincho', serif;
	font-size: 22px;
	line-height: 33px;
	margin: 0 0 10px;
}
#access .access_all .access_info .info_right .access_open{
	font-family: "Yu Mincho", YuMincho, serif;
	font-size: 16px;
	font-weight: 600;
}

.access_all p:first-of-type {
    padding-bottom: 22px;
}

.mb-25{
	margin-bottom: 25px;
}

.open_map{
	width: 100%;
    text-align: center;
    margin: 30px auto 90px;
}
.open_map a{
	font-family: "Yu Mincho", YuMincho, serif;
	display: inline-block;
    color: #fff;
    background-color: #C4DC5F;
    padding: 8px 0px;
    text-decoration: none;
    width: 100%;
    max-width: 240px;
    font-size: 13px;
    line-height: 29px;
}
.calendar{
	width: 100%;
    margin: 30px auto 20px;
	/* background: url(../images/1148@2x.png);
    background-position: top center;
    background-size: 100%;
	background-repeat: round; */
	/* height: 350px; */
    padding: 0;
	background-image: url(../images/frame/deco_line_left_top.svg), 
	url(../images/frame/deco_line_right_top.svg),
	url(../images/frame/deco_line_left_bottom.svg),
	url(../images/frame/deco_line_right_bottom.svg), 
	url(../images/frame/deco_line_top.svg),
	url(../images/frame/deco_line_bottom.svg),
	url(../images/frame/deco_line_left.svg),
	url(../images/frame/deco_line_right.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
    background-position: left top, right top, left bottom, right bottom, top, bottom, left, right;
}
.calendar-note{
	width: 100%;
    margin: 30px auto 0;
    text-align: center;
}
/* slick slider */
.slick-slide img {
    width: 100%;
}
.slider-nav .slick-slide img{
	width: 97%;
    margin: 20px 0 0;
}
.multiple { 
	padding: 0;
	width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.multiple img { 
	width: 250px;
	object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
	transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    height: 250px;
}
.multiple li { 
	margin: 0 5px 20px;
    height: 250px;
    overflow: hidden;
    position: relative;
    width: calc(100%/4 - 10px);
}
.multiple .slick-next { 
	right: 17px;
	z-index: 1;
	width: 62px;
	height: 62px;
	background: #3a2921;
}
.multiple .slick-prev {
	left: 23px;
	z-index: 1;
	width: 62px;
	height: 62px;
	background: #3a2921;
}
.multiple .slick-prev:hover, 
.multiple .slick-prev:focus, 
.multiple .slick-next:hover,
.multiple .slick-next:focus{
	background: #3a2921;
	transition-duration: 0.5s;
    opacity: 0.5;
    cursor: pointer;
}
.multiple .slick-prev:before{
	background-image: url(../images/item-arrow-l-w.svg);
    background-size: 16px 29px;
    display: inline-block;
    width: 16px;
    height: 29px;
    content: "";
}
.multiple .slick-next:before{
	background-image: url(../images/item-arrow-r-w.svg);
    background-size: 16px 29px;
    display: inline-block;
    width: 16px;
    height: 29px;
    content: "";
}
/* PC用トップページ画像 */

#index #pc_top_image img{
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
}
.big_title img{
    width: 122px;
}
/* cake */
.color_3{
	background-color: #EEEEEA;
}
#cake{
	width: 100%;
    margin: 0 auto;
    padding: 35px 0 0px;
	text-align: center;
}
#cake .big_title{
    margin: 0 0 20px;
}

#cake .big_text{
	font-family: 'Zen Old Mincho', serif;
	color: #B7D14C;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
	margin: 0 0 30px;
}
#cake .cake_setsumei {
    margin: 50px auto 90px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
#cake .cake_footer{
	height: 100%;
    max-height: 86px;
}
#cake .cake_footer img{
	width: 100%;
	max-width: 424px;
}
.slick-slide {
    outline: none
}
.slider-nav-ice .slick-slide img{
	width: 97%;
    margin: 20px 0 0;
}
.color_4{
	background-color: #C0D6BA;
}
/* chef info */
#chef_all{
	width: 90%;
    max-width: 700px;
    margin: 0 auto 100px;
    text-align: center;
}
#chef_all .big_title{
	margin: 0 0 20px;
}
#chef_all .big_text{
	font-family: 'Zen Old Mincho', serif;
	color: #B7D14C;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    margin: 0 0 30px;
}
#chef_all .chef_info .chef_name{
	margin: 25px 0;
}
#chef_all .chef_info .chef_name p{
	font-family: 'Zen Old Mincho', serif;
	line-height: 21px;
	letter-spacing: 0.05em;
}
#chef_all .chef_info .chef_name h3{
	font-family: 'Zen Old Mincho', serif;
	font-size: 26px;
	line-height: 38px;
	letter-spacing: 0.2em;
}
#chef_all .chef_info .chef_shokai{
	text-align: left;
}
/* news_top */
#news{
	width: 100%;
    margin: 0 auto;
    padding: 35px 0 130px;
    text-align: center;
}
#news .big_title{
    margin: 0 0 20px;
}
#news .big_text{
	font-family: 'Zen Old Mincho', serif;
	color: #B7D14C;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    margin: 0 0 30px;
}
#news ul{
	display: flex;
    justify-content: flex-start;
	flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 40px;
}

#index_static_page #news ul {
	justify-content: center;
}
#news ul li{
	width: 100%;
    max-width: 270px;
	margin: 0 15px 0;
}
#news ul li .img{
	position: relative;
    overflow: hidden;
    width: 100%;
}
.no-img{
	border: 1px solid #3A2921;
	box-sizing: border-box;
}
#news ul li .img::before{
	content: "";
    display: block;
	padding-top: 100%;
}
#news ul li .img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#news ul li #last_news_date{
	font-size: 14px;
    font-style: normal;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
    text-align: left;
    color: #3A2921;
    margin: 10px 0 5px;
	line-height: 20px;
}
#news ul li #last_news_title{
	font-size: 14px;
    font-style: normal;
    font-family: 'Zen Old Mincho', serif;
    line-height: 21px;
    text-align: left;
	color: #3A2921;
}
#news ul li a div img:hover{
	transition-duration: 0.5s;
    opacity: 0.5;
    cursor: pointer;
}
/* recruit */
#recruit{
	width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 35px 0 170px;
    background-color: #EEEEEA;
}
#recruit .recruit_content{
	width: 90%;
	margin: 0 auto;
	max-width: 600px;
}
#recruit .big_title{
	font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 34px;
    letter-spacing: 0.1em;
    margin: 0 0 45px;
    color: #3A2921;
}
#recruit .recruit_content .recruit_title{
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: "kozuka-mincho-pr6n", serif;
    line-height: 40px;
    text-align: center;
    color: #3A2921;
    margin: 0 0 40px;
}
#recruit .recruit_content .recruit_detail{
	text-align: left;
}
#recruit .recruit_content .recruit_detail .border_bottom{
	border-bottom: 1px solid #3A2921;
    margin: 30px 0 40px;
}
#recruit .recruit_content .recruit_detail h4{
	position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    font-family: "kozuka-mincho-pr6n", serif;
    color: #3A2921;
    margin: 0px 0 20px;
}

#recruit .recruit_info .detail{
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: "kozuka-mincho-pr6n", serif;
    line-height: 40px;
    text-align: center;
    color: #3A2921;
    margin: 60px 0 30px;
}
#recruit .recruit_info .recruit_number .text{
	font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 34px;
    letter-spacing: 0.1em;
    margin: 0 0 30px;
    color: #3A2921;
	display: flex;
    justify-content: center;
}
#recruit .recruit_info .recruit_number .text img{
	margin: 0 10px 0 0;
}
#recruit .recruit_info #recruit_res{
	font-family: "kozuka-mincho-pr6n", serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-style: normal;
    color: #3A2921;
}
/* contact */
.color_8{
	background-color: #DED9D0;
}
#contact{
	width: 90%;
	margin:0 auto 120px;
    text-align: center;
}
#contact .big_title{
    margin: 0 0 20px;
}
#contact .big_text{
	font-family: 'Zen Old Mincho', serif;
	color: #B7D14C;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    margin: 0 0 30px;
}
#contact .note_text {
    font-size: 15px;
    text-align: center;
    margin-top: 60px;
}
#contact .contact_number .text,#contact .contact_number h3, .contact_number_tel {
	font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 34px;
    letter-spacing: 0.1em;
    margin: 22px 0 0;
    color: #3A2921;
	display: inline-flex;
    justify-content: center;
}
#contact .contact_number .text div{
	color: #3A2921;
}
#contact .contact_number .text img{
	margin: 0 10px 0 0;
}
#contact .contact_fb{
	background: url(../images/flame.svg) no-repeat;
    background-size: contain;
    position: relative;
    background-position: bottom;
    padding: 30px;
    margin: 150px auto 0;
}
#contact .contact_fb h4{
	margin: 5px 0 5px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 23px;
}

a.contact_number_tel {
	display: inline-block;
}
/* #about,#cake,#online_shop,#recruit,#contact{
	scroll-margin-top: 143px;
} */
/* SNS */
#sns{
	width: 90%;
    max-width: 1280px;
    margin: 0 auto 100px;
    text-align: center;
}
#sns .big_title{
	margin: 0 0 20px;
}
#sns .big_text{
	font-family: 'Zen Old Mincho', serif;
    color: #B7D14C;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    margin: 0 0 30px;
}
#sns .sns_all{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 850px;
	margin: 0 auto;
}
#sns .sns_all .sns_tt{
    width: 100%;
    max-width: 350px;
    margin-bottom: 10%;
}
#sns .sns_all .sns_ins,
#sns .sns_all .sns_tt{
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.05em;
	margin-top: 30px;
	font-family: 'Cormorant Garamond', serif;
}
#sns .sns_all .sns_ins{
    width: 100%;
    max-width: 450px;
}
#sns .sns_line{
	width: 100%;
    max-width: 442px;
    margin: 50px auto;
}
#sns .sns_line img{
	width: 100%;
   
}

.sns_title {
	padding-bottom: 15px;
}
/* news page */
#news-page{
	margin: 0px auto 0px;
	padding: 0;
	width: 100%;
    /* -webkit-box-shadow: inset 0 0 10px 0 #c4dc5f;
    -moz-box-shadow: inset 0 0 10px 0 #F00;
    box-shadow: inset -5px -5px 55px 33px #c4dc5f; */
}
#news-page .news_top-img{
	width: 100%;
}
#news-page .news_top-img img{
	width: 100%;
}
#news-page .contents_title{
	width: 100%;
    margin: 30px auto 0;
    text-align: center;
}
#news-page .contents_title .big_title{
	font-family: 'Zen Old Mincho', serif;
    color: #B7D14C;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
	margin: 0px auto 8px;
}
#news-page #news_detail{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    flex-direction: column;
    align-items: center;
	margin: 0 auto;
}
#news-page #news_detail #news_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
}
#news-page #news_detail #news_list li{
	max-width: 270px;
    width: calc(100% / 3 - 40px);
    margin: 0 20px 50px;
}
#news-page #news_detail #news_list li .news_image{
	width: 100%;
	position: relative;
    overflow: hidden;
}
#news-page #news_detail #news_list li .news_image::before{
	content: "";
    display: block;
    padding-top: 100%;
}
#news-page #news_detail #news_list li .news_image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#news-page #news_detail #news_list li .news_content .news_date{
	font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Cormorant Garamond', serif;
    text-align: left;
    margin: 18px 0 5px;
	line-height: 20px ;
	color: #3A2921;
}
#news-page #news_detail #news_list li .news_content .news_title{
	font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Zen Old Mincho', serif;
    line-height: 21px;
    text-align: left;
	margin-top: 10px;
	color: #3A2921;
}

@media (max-width: 900px){
	.multiple .slick-next { 
		width: 45px;
		height: 45px;
	}
	.multiple .slick-prev {
		width: 45px;
		height: 45px;
	}
	.multiple .slick-prev:before{
		background-size: 10px 20px;
		width: 10px;
		height: 20px;
	}
	.multiple .slick-next:before{
		background-size: 10px 20px;
		width: 10px;
		height: 20px;
	}
	#about,#cake,#online_shop,#recruit,#contact{
		scroll-margin-top: 70px;
	}
	#about h3{
		font-size: 16px;
		line-height: 40px;
	}
	#online_shop .shop_yoyaku{
		flex-wrap: wrap;
		flex-direction: column;
		width: 90%;
	}
	#online_shop .shop_yoyaku .yoyaku_left{
		margin: 0 0 20px;
	}
	#news ul{
		justify-content: center;
		flex-direction: column;
		width: 90%;
		max-width: 500px;
		margin: 0 auto 10px;
	}
	#news ul li{
		width: 100%;
		margin: 0 0 20px;
		border-bottom: 1px solid #B7D14C;
		max-width: unset;
	}
	#news ul li:last-child{
		border-bottom: 0px solid #B7D14C;
	}
	#news ul li a {
		text-decoration: none;
		color: #3A2921;
		display: flex;
		width: 100%;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 30px;
		padding-bottom: 20px;
	}
	#news ul li a .img{
		width: 100%;
		max-width: 214px;
		margin: 0;
	}
	#news ul li a .news_right{
		width: 100%;
	}
	#product_detail #product_info #product_price,
	#product_detail #product_info #product_title{
		text-align: center;
	}

	.open_map {
		margin: 30px auto 40px;
	}

	#chef_all {
		margin: 0 auto 40px;
	}

	.top_slider .toppc_img {
		margin: 0 auto;
		max-width: 450px;
	}
	
}
@media(max-width: 700px) {

	#about #about_img .content-a{
		height: 800px;
	}
	
	#about #about_img .content-b,
	#about #about_img .content-a{
		width: 100%;
		padding: 60px 0 0;
		margin: 0px auto 30px;
	}
	#about #about_img .content-b{
		height: 600px;
		margin: 170px auto 30px;
	}
	#about #about_img .content-b .left .left-text{
		position: unset;
		transform: unset;
		width: 85%;
		margin: 0 auto;
	}
	#about #about_img .content-b .left .img-content {
		top: 0%;
		left: 0%;
		transform: translate(0%,0%);
		z-index: -1;
	}
	#about .about-title{
		font-size: 20px;
		line-height: 30px;
		margin: 20px auto 30px;
		text-align: center;
	}
	#about #about_img .content-a .right .right-text {
	position: unset;
		width: 85%;
		margin: 0 auto;
	}
	.top_slider .toppc_img {
		margin: 0 auto;
		max-width: 450px;
	}
	#about #about_img .content-c .left, #about #about_img .content-c .right {
		width: 100%;
	}
	#about #about_img .content-c{
		flex-direction: column;
		margin: 100px  auto 0;
	}
	#about{
		padding: 30px 0 0;
		margin: 0 auto 30px
	}

	#access .access_all {
		margin: 30px auto 0;
	}
	#access .access_all .access_info {
		flex-direction: column;
		flex-wrap: wrap;
	}
	#access .access_all .access_info .info_right h3{
		margin: 20px auto 10px;
	}
	#sns .sns_all{
		flex-direction: column;
		align-items: center;
	}
	.h2_en {
		font-size: 20px;
		line-height: 30px;
		margin: 0 0 30px;
	}
	#about #about_img{
		margin: 40px auto 0;
	}
	#cake .cake_footer {
		max-height: 60px;
	}
	#cake .cake_footer img {
		max-width: 300px;
	}
	#cake .cake_setsumei {
		width: 94%;
		margin: 20px auto 70px;
		gap: 20px;
	}

	#contact,
	#news{
		padding: 30px 0;
	}

	#contact {
		width: 90%;
		margin: 0 auto 60px;
		text-align: center;
	}
	#recruit .recruit_info .recruit_number .text,
	#contact .big_title,
	#recruit .big_title,
	#news .big_title,
	#online_shop .big_title {
		font-size: 30px;
		margin: 0 0 25px;
	}
	#contact .big_text,
	#recruit .recruit_info .detail,
	#recruit .recruit_content .recruit_detail h4,
	#recruit .recruit_content .recruit_title,
	#online_shop .big_text{
		font-size: 14px;
		line-height: 30px;
	}
	#online_shop .shop_yoyaku .yoyaku_right p, #online_shop .shop_yoyaku .yoyaku_left p{
		font-size: 16px;
	}
	#recruit .recruit_content .recruit_detail p,
	#online_shop .shop_yoyaku .yoyaku_right .red_text {
		font-size: 12px;
	}
	#news ul li a .img {
		max-width: 122px;
		margin: 0;
	}
	#contact .note_text {
		font-size: 12px;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	#contact .contact_number .text{
		font-size: 30px;
	}
	#contact .contact_fb{
		margin: 80px auto 0;
		padding: 24px;
	}
	footer #footer_copyright{
		font-size: 10px;
		padding: 0 0 30px;
	}
	footer .h2_en {
		padding: 30px 0 20px;
	}
}


/**************************** ニュースアーカイブ欄 *********************************/
#news_archive{
	width: 90%;
    max-width: 500px;
	margin: 0 auto;
    text-align: center;
}
.page_top{
	width: 100%;
	margin: 50px auto;
	text-align: center;
}
#news_archive *{
	color: #000;
}
#news_archive #news_category_title{
	padding: 0 0 10px;
    width: 100%;
    max-width: 181px;
    margin: 0 auto 25px;
}
#news_archive #news_category_title img{
    width: 100%;
}
#news_archive #news_category_list{
    display: flex;
    justify-content: center;
}
#news_archive #news_category_list li{
	font-size: 13px;
	margin: 0 10px 0;
	font-family: "Yu Mincho", YuMincho, serif;
}
#news_archive #news_year_month_title{
	font-size: 14px;
    font-style: normal;
    font-weight: 500;
    font-family: "kozuka-mincho-pr6n", serif;
    line-height: 31px;
}
#news_archive #news_year_month_list{
	margin-bottom: 100px;
}
#news_archive #news_year_month_list li{
	font-size: 13px;
	margin-bottom: 20px;
}

/* ----------ニュース一覧----------- */
#news_archive_page #page_navi_block{
	margin: 0px auto 90px;
}
#news_archive_page #page_navi_block #page_move_block{
	display: flex;
	justify-content: center;
	align-items: center;
}
#news_archive_page #page_navi_block #page_move_block span.page_number,
#news_archive_page #page_navi_block #page_move_block a.page_number{
	font-family: 'Cormorant Garamond', serif;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
    margin: 3px;
    font-style: normal;
    box-sizing: border-box;
}
#news_archive_page #page_navi_block #page_move_block span.page_dotted{
	margin: 5px 10px;
}
#news_archive_page #page_navi_block #page_move_block span.page_number{
	color: #FFF;
    font-weight: 100;
    background-color: #C4DC5F;
    border-radius: 50%;
}
#news_archive_page #page_navi_block #page_move_block a.page_number{
	font-weight: 100;
	color:#C4DC5F;
}
#news_archive_page #page_navi_block #page_move_block a.next_icon{
	font-family: 'Cormorant Garamond', serif;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    box-sizing: border-box;
    margin: 0 0 0 15px;
}
#news_archive_page #page_navi_block #page_move_block a.prev_icon{
	font-family: 'Cormorant Garamond', serif;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    box-sizing: border-box;
    margin: 0 15px 0 0px;
}
/* new post */
#news_post{
	margin: 0 auto;
	padding: 0;
    width: 100%;
    /* -webkit-box-shadow: inset 0 0 10px 0 #c4dc5f;
    -moz-box-shadow: inset 0 0 10px 0 #F00;
    box-shadow: inset -5px -5px 55px 33px #c4dc5f; */
	min-height: 100vh;
	min-height: 100svh;
    overflow: auto;
}
#news_post .news_top-img{
	width: 100%;
}
#news_post .news_top-img img{
	width: 100%;
}
#news_post .contents_title{
	width: 100%;
    margin: 30px auto 0;
    text-align: center;
}
#news_post .contents_title .big_title{
	font-family: 'Zen Old Mincho', serif;
    color: #B7D14C;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
	margin: 0 auto 20px;
}
#news_post #news_detail{
	width: 90%;
    max-width: 700px;
    margin: 0 auto;
}
#news_post #news_detail #news_date{
    align-items: center;
    width: 100%;
    margin: 0 auto 15px;
}
#news_post #news_detail #news_date .date{
	font-size: 17px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    line-height: 23px;
}
.news_bot{
	width: 100%;
	margin: 20px auto 80px;
	text-align: right;
	display: flex;
    justify-content: flex-end;
}
.slug_name{
	padding: 5px 0;
    color: #fff;
    background: #B7D14C;
    font-family: "Yu Mincho", YuMincho, serif;
    font-size: 13px;
	width: 100%;
	max-width: 100px;
	text-align: center;
}
#news_post #news_detail #news_title{
	font-size: 20px;
    font-style: normal;
    font-family: 'Zen Old Mincho', serif;
    line-height: 30px;
    text-align: center;
    color: #000;
    margin: 0 auto 40px;
}
#news_post #news_detail .news_image{
	width: 100%;
}
#news_post #news_detail .news_image img{
	width: 100%;
	margin: 0 auto 40px;
}
#news_post #news_detail #news_body{
	font-family: "kozuka-mincho-pr6n", serif;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    font-style: normal;
}
#other_news_link{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 100px;
}
#other_news_link #news_list_link{
	width: 100%;
    max-width: 225px;
    text-align: center;
    margin: 0 40px;
}
#other_news_link #previous_news a,
#other_news_link #next_news a{
	font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #C4DC5F;
    line-height: 20px;
    letter-spacing: 0.1em;
}
#news_detail #news_archive{
	width: 100%;
}
#news_post #news_detail .no-image{
	border: 1px solid #C4DC5F;
	margin: 0 auto 40px;
	display: none;
}
/* price_size and flavor list */
.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	/* visibility: hidden; */
	/* opacity: 0; */
	display: none;
	z-index: 100;
}
/* .overlay:target {
	visibility: visible;
	opacity: 1;
} */

.popup {
	background-color: #EEEEEA;
	width: 100%;
	position: relative;
	transition: all 1s ease-in-out;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1151px;
	height: 100%;
	max-height: 585px;
}
.popup .box{
	width: 100%;
	max-width: 950px;
	margin: 0px auto 0;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.popup .box h2{
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	letter-spacing: 0.1em;
	margin: 0 0 40px;
	color: #3A2921;
	line-height: 42px;
}
.popup .close {
	position: absolute;
    top: 18px;
    right: 25px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 5px;
}
.popup .close:hover {
	color: #06D85F;
}
.popup .content {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
	align-items: flex-end;
    margin: 0px auto 30px;
}
.popup .content li{
	margin: 0 30px;
}
.popup .content li .price_box{
	width: 100%;
}
.popup .content li .price_box .name{
	font-family: "kozuka-mincho-pr6n", serif;
	font-size: 16px;
	line-height: 35px;
	font-weight: 400;
	font-style: normal;
	color: #3A2921;
}
.popup .content_01 li .price_box .price,
.popup .content li .price_box .price{
	font-family: "kozuka-mincho-pr6n", serif;
	font-size: 14px;
	line-height: 31px;
	font-weight: 700;
	font-style: normal;
	color: #3A2921;
}
.popup .content_01{
	display: flex;
	flex-wrap: wrap;
}
.popup .content_01 li{
	margin: 0 10px 25px;
}
.popup .content_01 li div img{
	border: 3px solid #fff;
	border-radius: 50%;
}
@media screen and (max-width :900px){
	.popup {
		width: 92%;
		height: 96%;
		max-height: unset;
	}
	.popup .box {
		max-width: 440px;
		overflow: auto;
		height: 80vh;
		position: fixed;
		z-index: 101;
	}
	.popup .content {
		flex-wrap: wrap;
	}
	.popup .content li {
		margin: 0 0px 30px;
		width: calc(100%/ 3);
	}
	.popup .content_01 {
		justify-content: space-between;
		width: 100%;
		max-width: 330px;
		margin: 0 auto;
	}
	#news-page #news_detail #news_list {
		width: 90%;
	}
	#news-page #news_detail #news_list li {
		width: 100%;
		margin: 0 0 20px;
		border-bottom: 1px solid #c4dc5f;
		max-width: unset;
		display: flex;
		justify-content: flex-start;
	}
	.more_bt{
		width: 100%;
		text-align: center;
		margin: 0 auto 50px;
	}
	#news-page #news_detail #news_list li .news_content{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#news-page #news_detail #news_list li .news_content .news_date{
		margin: 0 0 10px;
	}
	#news-page #news_detail #news_list li .news_image {
		max-width: 122px;
		margin: 0 20px 20px 0;
	}
	#news-page #news_detail #news_list li:last-child{
		border-bottom: none;
	}
	#news-page .contents_title .big_title{
		font-size: 30px;
	}
	#news_archive_page #page_navi_block {
		margin: 0px auto 50px;
	}
	#news_archive #news_category_list {
		display: flex;
		justify-content: center;
	}
	#news_archive {
		padding: 0 0 70px;
	}
	#other_news_link #previous_news a,
	#other_news_link #next_news a{
		font-size: 12px;
		line-height: 16px;
	}
	#other_news_link #news_list_link {
		margin: 0 8px;
	}
	#news_post .contents_title .big_title{
		font-size: 30px;
	}
	#news_post #news_detail #news_date .slug_name,
	#news_post #news_detail #news_date .date{
		font-size: 12px;
	}
	#news_post #news_detail #news_title{
		font-size: 18px;
		line-height: 40px;
		margin: 0 auto 20px;
	}
	#news_post #news_detail .news_image img {
		margin: 0 auto 20px;
	}
	#news_post #news_detail #news_body{
		margin: 0 auto 50px;
	}
	#other_news_link{
		margin: 0 auto 20px;
	}
	#other_news_link #previous_news{
		margin: 0 20px 0 0;
	}
	#news_post #news_detail #news_date{
		margin: 0;
	}
	.popup .close {
		top: 10px;
		right: 5px;
		position: fixed;
		z-index: 102;
	}
	.calendar {
		width: 100%;
		margin: 30px auto;
		/* height: 279px; */
	}
	.calendar-note{
		margin: 0px auto 0;
	}
	#access .access_all #google_map{
		margin: 20px  auto 0;
	}
	.multiple li {
		height: 200px;
		width: calc(100%/2 - 10px);
	}
}

/****************************************************************
                        商品紹介の詳細ページ
****************************************************************/
#product_post_page #main_contents{
	padding: initial !important;
}
#product_post_page #main_contents *{
	font-family: YuMincho, 'Yu Mincho', 'serif';
}
#product_detail{
	display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    align-items: center;
}
#product_detail .product_mid{
	width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-around;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	align-items: center;
}
#product_detail .product_prev{
	width: 100%;
    max-width: 25px;
	position: absolute;
    top: 50%;
    left: 65px;
    transform: translate(0%, -50%);
}
#product_detail .product_next{
	width: 100%;
    max-width: 25px;
    position: absolute;
    top: 50%;
    right: 65px;
    transform: translate(0%, -50%);
}
#product_detail #pdoduct_image{
	width: 100%;
	max-width: 456px;
}
#product_detail #pdoduct_image #main_image{
	width: 100%;
	margin: 0 0 3px;
}
#product_detail #pdoduct_image #main_image img{
	width: 100%;
	object-fit: cover;
	border: 3px solid #fff;
}
#product_detail #pdoduct_image #product_ext_image_list{
	width: 100%;
	max-width: 456px;
	display: flex;
	justify-content: left;
	align-items: center;
}
#product_detail #pdoduct_image #product_ext_image_list img{
	width: 100%;
	max-width: 148px;
	object-fit: cover;
	cursor: pointer;
}
#product_detail #product_info{
	width: 100%;
	max-width: 380px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	margin: 0 0 0 20px;
}
#product_detail #product_info #product_title{
	font-size: 20px;
    font-family: "kozuka-mincho-pr6n", serif;
    line-height: 44px;
    font-weight: 700;
    font-style: normal;
    color: #3A2921;
}
#product_detail #product_info #product_body{
	margin: 30px 0;
    font-size: 14px;
    font-family: "kozuka-mincho-pr6n", serif;
    line-height: 32px;
    font-weight: 400;
    font-style: normal;
    color: #3A2921;
}
#product_detail #product_info #product_price{
	font-size: 14px;
    font-family: "kozuka-mincho-pr6n", serif;
    line-height: 31px;
    font-weight: 700;
    font-style: normal;
    color: #3A2921;
    margin: 0 0 50px;
}
#product_detail #product_info #product_ninacart_url{
	text-align: left;
}
#product_detail #product_info #product_ninacart_url .link_button{
	display: inline-block;
    color: #fff;
    background-color: #C4DC5F;
    padding: 8px 0px;
    text-decoration: none;
    width: 100%;
    max-width: 240px;
    font-size: 13px;
    line-height: 29px;
	text-align: center;
}
#product_title_en{
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #707070;
	padding-bottom: 5%;
	margin-bottom: 3%;
}

/*　スライダーテスト　*/
#product_detail .container{
  position:relative;
  margin:0 auto;
  height:40vw;
  display:flex;
  justify-content:center;
}

#product_detail .container .main-slider{
  position:relative;
  width:74vw;
  height:100%;
  overflow:hidden;
}

#product_detail .container .thumbnail-slider{
  position:relative;
  width:26vw;
  height:100%;
  line-height:0;
  overflow-y:auto; /* 垂直方向のスクロールを許可 */
}
 
#product_detail .container .thumbnail-slider .slide{
  position:relative;
  height:20%;  /* 5枚まで一度に表示 */
  overflow:hidden;
}
#modal_product_detail_block{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
/**/
/* スマホ画面の時 */
@media screen and (max-width: 1000px) {
	#modal_staff_detail_block___modal_window_block,
	#modal_product_detail_block___modal_window_block{
		max-height: 94% !important;
		height: 100% !important;
		top: 3% !important;
	}
	#product_detail #product_info{
		max-width: 456px;
		margin: 0;
	}
	#product_detail #product_info #product_ninacart_url{
		text-align: center;
	}

	#modal_product_detail_block___modal_window_close_button{
		height: 70px !important;
		padding: 0 !important;
	}
	#product_detail{
		max-width: 456px;
		flex-direction: column;
		width: 70%;
		position: relative;
	}
	#product_detail .product_prev{
		position: absolute;
		top: 50%;
		left: 0px;
		transform: translate(-30px, -50%);
	}
	#product_detail .product_next{
		position: absolute;
		top: 50%;
		right: 0px;
		transform: translate(35px, -50%);
	}
	#product_detail #pdoduct_image{
		margin: 0px auto 40px;
	}
	#product_detail #pdoduct_image #main_image img{
		width: 100%;
	}
	#product_detail #pdoduct_image #product_ext_image_list{
		max-width: 100%;
	}
	#product_detail #pdoduct_image #product_ext_image_list img{
		width: 100%;
	}
	#product_detail #product_info #product_title{
		font-size: 18px;
		font-weight: bold;
	}
	#product_detail #product_info #product_body{
		margin: 15px 0;
	}
	#product_detail #product_info #product_price{
		font-size: 16px;
		margin: 0 0 30px;
	}
	
	#product_detail .product_mid {
		flex-direction: column;
		position: unset;
		top: unset;
		left: unset;
		transform: unset;
	}
}
/* recruit page */
#recruit_block{
	width: 90%;
    max-width: 900px;
    margin: 90px auto 180px;
}
#recruit_block #recruit_block_large{
	width: 100%;
}
#recruit_block #recruit_block_large h2{
	font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2em;
    font-family: YuMincho,'Yu Mincho',serif;
    margin: 0 0 60px;
}
#recruit_block #recruit_block_large h3{
	font-size: 16px;
    font-weight: 600;
    font-family: YuMincho,'Yu Mincho',serif;
    text-align: center;
    margin: 0px auto 60px;
	line-height: 30px;
}
#recruit_block #recruit_block_large ul{
	display: flex;
    flex-direction: column;
}
#recruit_block #recruit_block_large ul{
	display: flex;
    flex-direction: column;
}
#recruit_block #recruit_block_large ul li{
	margin-bottom: 30px;
}
#recruit_block #recruit_block_large ul li a{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
}
#recruit_block #recruit_block_large ul li a .recruit_left{
	width: 100%;
	max-width: 580px;
}
#recruit_block #recruit_block_large ul li a .recruit_right{
	width: 100%;
	max-width: 320px;
}
#recruit_block #recruit_block_large ul li a .recruit_right p{
	color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
	line-height: 30px;
}
#recruit_block #recruit_block_large ul li a .recruit_left img{
	width: 100%;
}
#recruit_block #recruit_block_large ul li a:hover{
	opacity: 1;
    background-color: #9C86D8;
}
@media screen and (max-width: 700px) {
	#recruit_block{
		margin: 60px auto 120px;
	}
	#recruit_block #recruit_block_large ul li a{
		flex-direction: column;
	}
	#recruit_block #recruit_block_large ul li a .recruit_left{
		max-width: unset;
	}
	#recruit_block #recruit_block_large ul li a .recruit_right{
		margin: 20px auto;
	}
	#recruit_block #recruit_block_large h2{
		text-align: center;
		margin: 0 0 45px;
	}
}

#recruit_post{
	width: 100%;
    margin: 0 auto;
}
#recruit_post h2{
	font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2em;
    font-family: YuMincho,'Yu Mincho',serif;
	margin: 60px auto 90px;
	width: 100%;
    max-width: 900px;
}
#recruit_post .recruit_post_list ul{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
	flex-wrap: wrap;
}
#recruit_post .recruit_post_list ul li{
	width: 100%;
	max-width: 410px;
	margin: 0 0 100px;
}
#recruit_post .recruit_post_list ul li .recruit_post_list-title{
	font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    border-bottom: 2px solid #ddd;
    padding: 0 0 10px;
    margin: 0 0 30px;
}
#recruit_post .recruit_post_list ul li .recruit_post_list-detail p{
	font-weight: 400;
    font-size: 13px;
	line-height: 24px;
}
#recruit_post .recruit_post_list ul li:nth-child(2n + 1){
	margin: 0 80px 100px 0;
}
#recruit_post_contact{
	text-align: center;
    margin: 40px auto 170px;
	background-color: rgb(156 134 216 / 30%);
    padding: 75px 0;
}
#recruit_post_contact #recruit_post_detail{
	font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
#recruit_post_contact #recruit_post_number{
	margin: 30px auto;
}
#recruit_post_contact #recruit_post_number .text{
	letter-spacing: 0.15em;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-style: normal;
}
#recruit_post_contact #recruit_post_number .text img{
	width: 100%;
    max-width: 26px;
    margin: 0 5px 0 0;
}
#recruit_post_call_to{
	font-size: 14px;
    font-weight: 400;
}
.recruit_post_list{
	width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    max-width: 900px;
}
@media screen and (max-width: 1000px) {
	#recruit_post_contact {
		text-align: center;
		margin: 0px auto 120px;
		padding: 70px 0 60px;
		width: 100%;
		background-color: rgb(235 231 247 / 50%);
	}
	#recruit_post {
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.recruit_post_list{
		width: 90%;
		margin: 0 auto;
		max-width: 900px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#recruit_post .recruit_post_list ul{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
		justify-content: center;
	}
	#recruit_post .recruit_post_list ul li:nth-child(2n + 1) {
		margin: 0 0 80px;
	}
	#recruit_post .recruit_post_list ul li .recruit_post_list-title{
		text-align: center;
	}
	#recruit_post h2 {
		margin: 60px auto 50px;
		text-align: center;
	}
}

/* column page */
#column{
	/* padding: 85px 0 0; */
	width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
#column h2{
	font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin: 90px auto 75px;
}
#column #column_detail{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
#column #column_detail .column_left{
	width: 100%;
    max-width: 610px;
}
#column #column_detail .column_left .column_content h4{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 40px;
	line-height: 28px;
}
#column #column_detail .column_left .column_content p{
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 90px;
}
#column #column_detail .column_left .column_content p strong{
	font-weight: 600;
}
#column #column_detail .column_left .column_content img{
	width: 100%;
	margin: 0 0 20px;
}
.wp-block-image figcaption {
    margin-top: .0em ;
    margin-bottom: 20px;
	font-size: 13px;
	line-height: 24px;
}
#column #column_detail .column_left .column_title{
	font-size: 20px;
    font-weight: 600;
    margin: 0px auto 70px;
    letter-spacing: 0.1em;
	line-height: 30px;
}
#column #column_detail .column_left .column_image{
	width: 100%;
    margin: 0 0 40px;
}
#column #column_detail .column_left .column_image img{
	width: 100%;
}
#column #column_detail .column_right{
	max-width: 205px;
    width: 100%;
}
#column #column_detail .column_right h3{
	font-family: 'Cormorant Garamond', serif;
    border-bottom: 1px solid #949494;
    padding: 0 0 5px;
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
#column #column_detail .column_right ul{
	margin: 0 0 60px;
}
#column #column_detail .column_right ul li{
	margin: 0 0 5px;
}
#column #column_detail .column_right ul li a{
	font-size: 13px;
    line-height: 24px;
}
.nextlink{
	margin: 90px 0 0px;
}
.nextlink .nextlink-label{
	padding: 5px 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    border: 1px solid #181818;
    margin: 0 20px 0 0;
	display: inline-block;
}
.nextlink .page-number{
	border-bottom: 1px solid #949494;
    font-size: 14px;
    font-weight: 600;
	line-height: 24px;
}
.nextlink a:hover .page-number{
	border-bottom: unset;
}
.pagebreak-links{
	display: flex;
    margin: 60px 0 0;
    justify-content: center;
	width: 100%;
	max-width: 610px;
}
.pagebreak-links .post-page-numbers .page-number{
	border: 1px solid #555;
    color: #555;
    background: transparent;
	padding: 10px 12px;
    margin: 5px;
	font-size: 14px;
}
.pagebreak-links .current .page-number{
	padding: 10px 12px;
    margin: 5px;
    border: 1px solid #161514;
    background: #161514;
    color: #fff;
	font-size: 14px;
}
.column_detail_link{
	display: flex;
    flex-direction: row;
    justify-content: center;
	margin: 60px 0 170px;
	width: 100%;
	max-width: 610px;
}
.column_detail_link a{
	font-size: 13px;
}
.column_detail_link .columns_show-list{
	border-bottom: 1px solid #000;
    padding: 0px 20px 0;
    margin: 0 15px 0 15px;
}
/* post button css */
.wp-block-buttons>.wp-block-button:last-child {
    margin-right: 0;
    width: 100%;
    max-width: 225px;
    text-align: center;
}
.wp-block-button__link {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    box-sizing: border-box;
    color: #D8CFBB;
    background-color: #3A2921;
    padding: 8px 0;
    width: 100%;
    max-width: 225px;
    font-size: 13px;
    line-height: 29px;
    font-family: "kozuka-mincho-pr6n", serif;
    font-weight: 700;
    border-radius: unset;
}
.wp-block-separator{
	border-bottom: unset;
	margin: 30px 0 40px;
}
@media screen and (max-width: 1000px) {
	#column #column_detail{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#column h2{
		text-align: center;
		margin: 60px auto 50px;
	}
	#column #column_detail .column_right {
		max-width: 610px;
	}
	.nextlink{
		margin: 60px 0 0;
	}
	.pagebreak-links{
		margin: 45px 0 0;
	}
	.column_detail_link {
		margin: 50px 0 75px;
	}
	.post-page-numbers{
		display: inherit;
		margin: 20px 0 0;
	}
	.online_shop_link a {
		padding: 20px 30px;
	}
}
@media screen and (max-width: 1000px) {
	#modal_staff_detail_block,
	#modal_product_detail_block{
		height: 100%;
		overflow: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	#product_detail {
		margin: 70px auto 0;
	}
	#modal_staff_detail_block___modal_window_block,
	#modal_product_detail_block___modal_window_block{
		overflow: unset !important;
	}
	#staff_detail #pdoduct_image {
		margin: 70px auto 0;
	}
}

@media screen and (max-height: 500px) {
	#modal_staff_detail_block,
	#modal_product_detail_block{
		height: 100%;
		overflow: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	#product_detail {
		margin: 40px auto 0;
	}
	#modal_staff_detail_block___modal_window_block,
	#modal_product_detail_block___modal_window_block{
		overflow: unset !important;
	}
}