@charset "utf-8";

section {
	padding: 20px 40px;
}
@media screen and (max-width: 1024px){
	section {
		padding: 20px 10px;
	}
}
/*title*/
.titleBox{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	padding: 2px 20px;
	margin: 15px auto 30px .5em;
	display: flex;
	align-items: baseline;
	background: #6B451F;
	color: #FFF;
	border-radius: 5px;
}
.titleBox h1 {
	font-size: 2.875em;
}
.titleBox .en{
	font-size: 1.313em;
	padding-left: 20px;
}
.titleBox_center{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto 1em auto;
	color: #6B451F;
}
.titleBox_center h1 {
	font-size: 2.875em;
}
.titleBox_center .en{
	font-size: 1.313em;
}

.catchcopy{
	font-size: 1.875em;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}
.catchcopy.sfont{
	font-size: 1.25em;
}
.posts h2{
	display: flex;
	align-items: center;
	margin-bottom: 1em;
	font-size: 2.188em;
	color: #6B451F;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}
.posts h2:before, .posts h2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #E69A03;
	display: block;
}
.posts h2:before {
	margin-right: .4em;
}
.posts h2:after {
	margin-left: .4em;
}

.posts h3{
	
}

.posts h4{
	
}
@media screen and (max-width: 768px){
	.titleBox h1,
	.titleBox_center h1{
		font-size: 2em;
	}
	.titleBox .en,
	.titleBox_center .en{
		font-size: 1.25em;
	}

	.catchcopy{
		font-size: 1.25em;
	}
	.catchcopy.sfont{
		font-size: 1.125em;
	}
}

/*about
************************************************************************************/
#about{
	background: url("../img/about_bg.png") no-repeat left 50px top 70px;
	background-size: auto 700px;
}
#about .frame_about{
	display: grid;
	grid-template-columns: 40% 1fr;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 0;
	align-items: flex-start;
	margin-bottom: 80px;
}
#about .frame_jigyo{
	width: 100%;
}
#about .frame_jigyo h2 {
	text-align: center;
	position: relative;
	font-size: 2.188em;
	color: #6B451F;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 3em;
}
#about .frame_jigyo h2 span {
	display: inline-block;
	padding: 0 20px;
	background-color: #f2efe9;
    position: relative;
    z-index: 1;
}
#about .frame_jigyo h2:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: #E69A03;
	position: absolute;
	top: 50%;
	left: 0;
    transform: translateY(-50%);
}



#about .frame_jigyo .wp-block-columns{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 100px;
	align-items: stretch;
}
#about .frame_jigyo .wp-block-columns .wp-block-column{
	background: #FFF;
	border-radius: 30px;
	box-shadow:0px 0px 8px #dadada;
	padding: 30px;
}
#about .frame_jigyo .wp-block-columns .wp-block-column .jigyo_icon{
	margin: -90px auto 0;
	text-align: center;
}
#about .frame_jigyo .wp-block-columns .wp-block-column .jigyo_icon img{
	width: 230px;
	height: auto;
	margin: 0 auto;
}
#about .frame_jigyo .wp-block-columns .wp-block-column .jigyo_ttll{
	text-align: center;
	font-size: 1.5em;
	padding: .5em 0 .8em;
	margin-bottom: 1em;
	border-bottom: 2px dotted #9CCB9C;
	color: #459570;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}

#about .wp-block-cover, .wp-block-cover-image{
	min-height: 300px;
}

@media screen and (max-width: 1024px){
	#about{
		background: none;
	}
	#about .frame_about{
		grid-template-columns: 1fr;
	}
	#about .frame_jigyo .wp-block-columns .wp-block-column .jigyo_icon img{
		width: 180px;
	}
	
}
@media screen and (max-width: 768px){
	#about .frame_jigyo h2 {
		font-size: 1.75em;
	}
	#about .frame_jigyo .wp-block-columns{
		grid-template-columns: 1fr;
	}
	#about .frame_jigyo .wp-block-columns .wp-block-column .jigyo_icon img{
		width: 220px;
	}
}
@media screen and (max-width: 599px){
}
@media screen and (max-width: 415px){
}


/*outline
************************************************************************************/
#outline{
	background: url("../img/outline_bg.jpg") no-repeat left top;
	background-size: auto 100%;
}
#outline .titleBox{
	width: 580px;
}
#outline .frame_outline{
	padding: 0 0 0 35%;
}
#outline .frame_outline h2{
	margin: .5em auto 1.5em auto;
	padding: 0 50px 0;
	text-align: center;
	font-size: 1.5em;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}
#outline .frame_outline h2:before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 15px;
	background: url("../img/outline_ttl_left.svg") center center no-repeat;
	background-size: contain;
}
#outline .frame_outline h2:after{
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left: 15px;
	background: url("../img/outline_ttl_right.svg") center center no-repeat;
	background-size: contain;
}
#outline .frame_outline .text img{
	width: 210px;
	height: auto;
}
@media screen and (max-width: 1500px){
	#outline .frame_outline{
		padding: 0 0 0 40%;
	}
}
@media screen and (max-width: 1300px){
	#outline .frame_outline{
		padding: 0 0 0 46%;
	}
}
@media screen and (max-width: 1024px){
	#outline{
		background: none;
	}
	#outline .frame_outline{
		padding: 0 0 0 0;
	}
	#outline .titleBox{
		width: auto;
	}

}
@media screen and (max-width: 768px){
	#outline .titleBox{
		width: auto;
		flex-flow: row wrap;
	}

	#outline .titleBox h1,
	#outline .titleBox .en{
		display: block;
	}
	.titleBox .en{
		padding-left: 0;
	}
	#outline .frame_outline h2{
		padding: 0 30px 0;
	}
}
@media screen and (max-width: 599px) {
	
}
@media screen and (max-width: 415px){
}

/*contact
************************************************************************************/
#contact{
	background: #FFF;
}
#contact th{
	width: 12em;
	vertical-align: top;
}
#contact th.required{
	position: relative;
}
#contact th.required:before{
	content: "*";
	font-size: 0.875em;
	color: #FFF;
	position: absolute;
	right: 10px;
	top: 1em;
}
#contact td{
	padding: 0;
}
#contact input[type=text],
#contact input[type=tel],
#contact input[type=email],
#contact input[type=url],
#contact textarea{
	background: #FFFDF6;
	box-shadow:0px 0px 8px #dadada;
	border: none;
	padding: 15px;
	border-radius: 5px;
}
#contact input[type=text],
#contact input[type=tel],
#contact input[type=email],
#contact input[type=url]{
	width: 50%;
}
#contact textarea{
	width: 100%;
	height: 10em;
}

.btnSend{
	text-align: center;
	padding: 20px 0;
}

.btnSend input[type=submit]{
	padding: 15px 3em 15px 1.5em;
	font-size: 1.313em;
	color: #FFF;
	cursor: pointer;
	margin: 0 3px;
	border-radius: 50px;
	border: 0;
	background: url("../img/contact_ico_submit.svg") no-repeat right 20px center #6B451F;
	background-size: 20px auto;
}

@media screen and (max-width: 1024px){
}
@media screen and (max-width: 768px){
	#contact th{
		width: 100%;
		vertical-align: middle;
	}
	#contact table.smartphone td{
		padding: 0px 0px !important;
	}
	#contact input[type=text],
	#contact input[type=tel],
	#contact input[type=email],
	#contact textarea{
		padding: 10px 10px;
		box-sizing: border-box;
	}
	#contact input[type=text],
	#contact input[type=tel],
	#contact input[type=email]{
		width: 100%;
	}
}
@media screen and (max-width: 599px) {
	
}
@media screen and (max-width: 415px){
}


/*online
************************************************************************************/
.frame_onlineBtn ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 100px;
	align-items: stretch;
}
.frame_onlineBtn ul li{
	background: #FFF;
	border-radius: 30px;
	box-shadow:0px 0px 8px #dadada;
	padding: 30px;
}
.frame_onlineBtn li a{
	text-decoration: none;
}
.frame_onlineBtn ul li .icon{
	text-align: center;
}
.frame_onlineBtn ul li .icon img{
	max-width: 50%;
	height: auto;
}
.frame_onlineBtn ul li .ttl{
	text-align: center;
	font-size: 1.5em;
	padding: .5em 0 .8em;
	margin-bottom: 1em;
	color: #459570;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}

@media screen and (min-width: 1025px) {
	.frame_onlineBtn ul li{
		transition: all 0.5s ease-in-out;
	}
	.frame_onlineBtn ul li:hover{
		box-shadow:0px 0px 0px #dadada;
	}
}

@media screen and (max-width: 768px){
	.frame_onlineBtn ul{
		grid-template-columns: 1fr;
	}
	.frame_onlineBtn ul li .icon img{
		width: 90%;
	}
}
@media screen and (max-width: 599px){
}
@media screen and (max-width: 415px){
}


/*recipe
************************************************************************************/
#recipe.page-list ul.list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 30px;
	align-items: stretch;
}
#recipe.page-list ul.list li{
	background: #FFF;
	border-radius: 30px;
	box-shadow:0px 0px 8px #dadada;
	padding: 30px;
}
#recipe.page-list ul.list li a{
	text-decoration: none;
}
#recipe.page-list ul.list li .ttl{
	text-align: center;
	font-size: 1.5em;
	padding: .5em 0 .8em;
	margin-bottom: 1em;
	border-bottom: 2px dotted #9CCB9C;
	color: #459570;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}
#recipe.page-list ul.list li .image{
	width: 100%;
	aspect-ratio: 6 / 4;
	overflow: hidden;
	border-radius: 15px;
}
#recipe.page-list ul.list li .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (min-width: 1025px) {
	#recipe.page-list ul.list li{
		transition: all 0.5s ease-in-out;
	}
	#recipe.page-list ul.list li:hover{
		box-shadow:0px 0px 0px #dadada;
	}
}
@media screen and (max-width: 768px){
	#recipe.page-list ul.list{
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 599px) {
	#recipe.page-list ul.list{
		grid-template-columns: 1fr;
	}
}

#recipe.page-details .recipe-wrap{
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 30px;
	align-items: stretch;
}
#recipe.page-details .recipe-wrap .image img{
	width: 100%;
	height: auto;
	border-radius: 15px;
	margin-top: 25px;
}
#recipe.page-details .recipe-wrap .details .note{
	background: #FFF;
	padding: 30px;
	margin-bottom: 40px;
	border-radius: 10px;
	margin-top: 1em;
}
#recipe.page-details .recipe-wrap .details .note table{
	margin: 0;
}
#recipe.page-details .recipe-wrap .details .note table.table_border{
	border-top: 1px solid #ccc;
}
#recipe.page-details .recipe-wrap .details .note table.table_border th{
	border-bottom: 1px solid #ccc;
	width: auto;
	font-weight: normal;
}
#recipe.page-details .recipe-wrap .details .note table.table_border td{
	border-bottom: 1px solid #ccc;
	padding: 1em;
	text-align: right;
}
#recipe.page-details .recipe-wrap .details .ninzu{
	font-size: 0.813em;
	padding: 0;
}
@media screen and (max-width: 768px){
	#recipe.page-details .recipe-wrap{
		grid-template-columns: 1fr;
	}
	#recipe.page-details .recipe-wrap .details .note table.table_border th,
	#recipe.page-details .recipe-wrap .details .note table.table_border td{
		border: 0;
		padding: 0 !important;
		margin: 0;
		text-align: left;
	}
	#recipe.page-details .recipe-wrap .details .note table.table_border th{
		font-weight: bold;
		color: #DD6E00;
	}
	#recipe.page-details .recipe-wrap .details .note table.table_border tr{
		border-bottom: 1px solid #ccc;
		padding: 1em 0;
	}
}