/* Main */

* {
	border:0;margin:0;padding:0;
	border-collapse:collapse;
	box-sizing: border-box;
	vertical-align:baseline;
}

html {
	max-width:100%;height:100%;
	overflow-x:hidden;

}

body, header {
	min-width:320px;
}

body {
	width:100%;height:100%;
	font-size:24px;
	font-family: 'Noto Serif JP', serif;
/*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-weight:400;
	color:#444;
	line-height:2.7;
}

body::before {
	background:  url('../img/pattern.png') repeat center center, url('../img/back.jpg') no-repeat center center;
	background-size: 2px 2px, cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

main {
	width:100%;
	display:block;
	margin:0 auto;
}

.front_box {
/*	background:url('../img/img_logo_back.png') no-repeat center center;
	background-size:contain;*/
}

.recipe_box {
	background:url('../img/parts/back.png') no-repeat center center;
	background-size:cover;
	max-width:1200px;
/*	width:1200px;*/
	height:540px;
	margin: auto;
}

.close_button:hover {
	cursor:pointer;
}

.flex_content, .flex_menus {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}

.item {
	flex-basis: 31.5%;
	position:relative;
/*	padding:10px;*/
}

.item_11 {
	flex-basis: 48.5%;
	
}

.item4 {
	width: 720px;
	position:relative;
	padding: 0;
	
	display: flex;
	justify-content: center;
	align-items: center;

    background:rgba(255,255,255,0.6);
}

.item5 {
	width:auto;max-width:100%;
/*	flex-basis: calc(100%/2);*/
	-webkit-flex: 1;
	flex: 1;
}

.item5 > div {
	width:100%;height:100%;
	background:#fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
}

.thumbnail {
	border-radius:100%;
	border:1px solid #9b7133;
	padding: 2px;
}

.recipe_fit {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.hallpic {
	width:100%;
	max-width:720px;
}

/*plan*/
.big_icon {font-size:1.8em;}

/* box */
section {
	width:100%;height:auto;
/*	min-height:100vh;*/
	position:relative;

	padding:80px 40px 60px;
}

section.height_change {
min-height:1px;
}

.content, .content2 {
	width:100%;
	max-width:1200px;
	
	margin:0 auto;
	position:relative;
}

.content_overview {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* h and font */

h1, h2, h3, h4, h5 {
	font-family: 'Noto Serif JP', serif;
	margin-bottom:20px;
}

h1 {
	font-size:1.5em;
	font-weight:800;
	color:#0F7685;

	letter-spacing:0.1em;

	text-align:center;
	padding-bottom:10px;
	border-bottom: 2px solid #ccc;
}

h2{
	font-size:1.5em;
	font-weight:700;
	position: relative;
	display: block;
	margin-bottom: 30px;
	text-align:center;
}

h2:before {
	content: '';
	position: absolute;
	bottom: -5px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}

h2:first-letter {
	font-size:1.5em;
	color:#9f7c39;
}

.u_bar {border-bottom:3px double #111;margin:10px 0;}
.uu_bar {border-bottom:1px solid #111;margin:10px 0;}
.r_bar {border-right:1px solid #f9f9f9;}

p, .p_br {
	margin-bottom:40px;
}

/* a */
a {color:#800000;text-decoration:none;}
a:link {color:#800000;}
a:visited {color:#800000;}
a:hover {color:#887451;cursor:pointer;}
a:active {color:#800000;}

a:hover img {
	filter: Alpha(opacity=70);
	opacity: 0.5;
	transition: all 0.2s ease;
}

.swiper-slide {
	text-align:center;
}

.swiper-slide a img {
	transition: transform 0.1s ease;
}

.swiper-slide a img:hover {
	transform: scale(0.98);
}

.swiper-wrapper {
	margin-bottom:80px;
}

/* page */

.left {text-align:left;}
.center, .sp_left {text-align:center;}
.right {text-align:right;}

.top {vertical-align:top;}
.middle {vertical-align:middle;}
.bottom {vertical-align:bottom;}

.bg_001 {background:rgba(255,255,255,0.1);}
.bg_002 {background:#fed;}
.bg_003 {background:#ffd;}

.bg_009 {
	background-image:
	linear-gradient( to bottom, rgba(0,0,0,0.6),  rgba(0,0,0,0.2)),
	url('../img/back_05.jpg');

	background-repeat:
	repeat,
	repeat;

	background-position:
	center center,
	center center;

	background-size:
	cover,
	cover;
}

.bg_white {background:#fff;}
.font_white {
	color:#fff;
}

.sp_not {
	display:inline;
}
.pc_not {
	display:none;
}

/* contents */
.tab, .tab2 {
	width:100%;
	display:table;
	table-layout:fixed;
}
.tab_split90 {width:90%;display:table-cell;}
.tab_split80 {width:80%;display:table-cell;}
.tab_split66 {width:66.6%;display:table-cell;}
.tab_split60 {width:60%;display:table-cell;}
.tab_hulf {width:50%;display:table-cell;}
.tab_split43 {width:43.3%;display:table-cell;}
.tab_split40 {width:40%;display:table-cell;}
.tab_split33 {width:33.3%;display:table-cell;}
.tab_split30 {width:30%;display:table-cell;}
.tab_split25 {width:25%;display:table-cell;}
.tab_split23 {width:23.33%;display:table-cell;}
.tab_split20 {width:20%;display:table-cell;}
.tab_split16 {width:16.66%;display:table-cell;}
.tab_split15 {width:15%;display:table-cell;}
.tab_split10 {width:10%;display:table-cell;}

.hint {
	font-size:0.8em;
}

/*margin*/
.m_none {margin:0;}

/*padding*/
.p_none {padding:0;}
.p_10 {padding:10px;}
.p_20 {padding:20px;}
.p_20v {padding:0 20px;}
.p_20w {padding:20px 0;}
.p_40 {padding: 40px;}
.p_title {
	padding:20px 40px 60px;
}

.pd_side0 {padding:80px 0 60px;}


/*effect*/
.border {
	border:1px solid #cfcfcf;
	padding:2px;
	background:#fff;
}

.round, .round_sp {
	border-radius:50%;
}

.shadow {
    -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.4);
       -moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.4);
            box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.4);
}

/* box */
.border_box {
	border:1px solid #222;
}

.border_box2 {
	border:1px solid #fff;
}

/* Line */
hr.line_001 {
	width:100%;
	margin:10px auto;
	border-top:1px solid #ccc;
}

hr.line_002 {
	width:100%;
	margin:10px auto;
	border-top:1px solid #222;
}

/* img */

img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}

/* pageTop Button */

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#pageTop a {
	display: block;
	z-index: 9999;
	padding: 5px 9px;
	width: 48px;
	height: 48px;
	background-color:#222;
	color:#fff;
	text-align: center;
	transition: all 0.4s ease;
	line-height:32px;
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.next_button a {
	width:100%;max-width:640px;
	background:#aa8534;color:#fff;
	border-radius:5px;
	padding: 10px;
	display:block;
}

.next_button:hover a {
	background:#333;
	color:#fff;
	cursor:pointer;
}

.next_button2 a {
	width:100%;max-width:640px;
	background:#f8b500;color:#fff;
	border-radius:5px;
	padding: 10px;
	display:block;
}

.next_button2:hover a {
	background:#333;
	color:#fff;
	cursor:pointer;
}


.clearfix:after {
	content: ".";
	display: block;
	height:0;
	clear: both;
	visibility: hidden;
}

.copyright {
	width:100%;
	text-align:center;

	font-size:12px;
}

#Topics {
	width:auto;height:auto;
	min-height:100vh;

	background-image:
	url('../img/back_03.jpg');

	background-repeat:
	repeat;

	background-position:
	center center;

	background-size:
	cover;

  display: flex;
  justify-content: center;
  align-items: center;

	padding: 30px 0 30px;
}


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

* {
}

#Topics {
	width:auto;
	display:block;
	
}

.scon_01 { padding:0;}
.scon_01 > img {
	max-width:180px;
}

.scon_03 { padding:0;}
.scon_03 > img {
	max-width:180px;
	text-align:right;
}

body {
	font-size:16px;
	line-height:2;
}

section {
	padding: 40px 0 30px;
/*	min-height: 50vh;*/
}

.sp_upmargin {
	margin-top: -80px;
}


.recipe_box {
	background:url('../img/parts/back.png') no-repeat center center;
	background-size:cover;
	height:100%;
	margin: auto;
	display:block;
	padding-bottom:50px;
}



.content2 {
	padding: 0;
}

.tab > div  {
	width:100%;display:block;
}

h1, h2, h3, h4, h5, .next_button {
	font-size:1.2em;
	letter-spacing:0;
/*	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}

.remodal-is-initialized {
	top:0;
}

h2.recipe_title {
	font-size:32px;
	letter-spacing:0.1em;
	margin-top:20px;
}

h2.recipe_title::before {
	background:#222;
	width:50px;
	bottom:-12px;
}

.recipe_sub {
	color:#222;
	letter-spacing:0;
	line-height:1.35;
}

.sp_not {
	display:none;
}
.pc_not {
	display:inline;
}

.sp_left {
	text-align:left;
}

.r_bar{
	border:0;
}

.round_sp {
	border-radius:0;
}

#pageTop a {
	padding:10px;
}

.sp_logo {
	max-width:120px;
}

.scon_01 { order:1}
.scon_02 { order:2}

.item4, .item5 {
	flex-basis: 100%;
}
.item5 {
	min-height:50vh;
}


#Topics {
	background-image:
	url('../img/back_03_sp.jpg');
}




}

