/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Work+Sans:800&display=swap');

.bg_blur {
	height: 593px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#slidecontainer {
	width: 900px;
	height: 593px;
	margin: 0px auto;
	box-shadow: 1px 1px 30px 10px rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

#slidecontainerbig {
	width: 100%;
	height: 593px;
	margin: 0px auto;
}
.slider {
	margin: 10px auto 50px auto;

}
.slider img {
	width: 100%;
	height: auto;
	
}


.catch {
	color: #1a1a1a;
	background: #fff;
	font-size: 32px;
	position: absolute;
	top: 100px;
	left: 15%;
	font-family: KokinYukana;
}

.catch span {
	background:  url("img/bg_yellow.jpg") 0% 90% repeat-x;
}
#gr_box{
	background: #1a1a1a;
}

#gr_box a {
	display: inline-block;
	background: #be946d;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	border-radius: 100vh;
	line-height: 1.2;
	font-size: 16px;
}

#gr_box img {
	max-width: 100%;
}

#gr_box h1 {
	width: 400px;
	padding: 50px 0 20px 0;
	margin: auto;
}



#body_text {
	color: #fff;
	margin: 80px auto;
	width: 1000px;
	font-size: 20px;
	text-align: center;
}

#body_text h2 {
	font-size: 32px;
	letter-spacing: 2px;
}

.subtitle{
	color: #be946d;
}

#body_text h2 span {
	border-bottom: 3px solid #be946d;
	display: inline-block;
}

#body_text p {
	margin-top: 40px;
}

.two_box {
	width: 90%;
	display: flex;
	justify-content: center;
	background: #fff;
	margin: auto;
}

.two_box .imgbox {
	width: 50%;
}

.reverse {
	flex-direction: row-reverse;
	margin-bottom: 80px;
}
.two_box .img1 {
	background: url("img/bg_img1.jpg") 50% 50% no-repeat;
	background-size: cover;
}

.two_box .img2 {
	background: url("img/bg_img3.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.textbox {
	width: 40%;
	padding: 100px 0 100px 0;
	font-size: 17px;
	margin: auto;
}

.textbox p {
	margin-bottom: 20px;
}

.textbox h3 {
	color: #1a1a1a;
	border-bottom: 3px solid #be946d;
	margin: 60px 0 40px 0;
	font-size: 32px;

}

.bluebox {
	background: #1e2c5d;
	padding: 100px 0;
	width: 100%;
	color: #fff;
	text-align: center;
}

p.text {
	margin: 40px 0;
	font-size: 18px;
}
.bluebox h2 span {
	border-bottom: 3px solid #be946d;
	margin: 60px 0 40px 0;
	font-size: 32px;
	letter-spacing: 2px;

}

#ohpimg {
	width: 1100px;
	margin: 0 auto 50px auto;
	position: relative;
	padding: 0px 0 100px 0;
	background: #fff;
}

.bluebox table.detail {
	width: 900px;
	margin: 50px auto;
	border-collapse: collapse;
	border-top: 1px solid #be946d;
	font-size: 15px;
}

h3.h3main {
	text-align: center;
	font-size: 22px;
	color: #1a1a1a;
	margin: 60px 0 20px 0;
}

h3.h3main span {
	border-bottom: 3px solid #be946d;

}

.bluebox table.detail th {
	padding: 20px 0;
	width: 150px;
	border-bottom: 1px solid #be946d;
	vertical-align: top;
}

.bluebox table.detail th span {
	color: #be946d;
	background: #fff;
	padding: 10px;
}

.bluebox table.detail td {
	padding: 20px;
	border-bottom: 1px solid #be946d;
	background: #fff;
	color: #1a1a1a;
	text-align: left;
}

a#recipe {
	background: none;
	padding: 0;
}

#gr_box ul#linklist {
	width: 1100px;
	margin: auto;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



#gr_box ul#linklist li {
	width: 530px;
	margin: 50px 0;
	list-style-type: none;
	font-size: 18px;
}


#gr_box ul#linklist li a {
    display: block;
	width:530px;
	height: 298px;
background: none;
text-align: center;
padding: 0;
border-radius: 0;
line-height: 1.2;
font-size: 16px;
	position:relative;
	overflow: hidden;	
	margin-bottom: 20px;
}

#gr_box ul#linklist li a img {
	margin: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width:530px;
	height:298px;

}

#gr_box ul#linklist li a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.5;
}


#gr_box ul#linklist li * {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#gr_box ul#linklist li div {
	left: 0;
	opacity: 0;
	position: absolute;
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	top: 0;
	transform: scale(0.9);
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	background: url("img/arrow.png") 50% 50% no-repeat;
	background-size: 80px;

}


#gr_box ul#linklist li:hover div {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
 transform: scale(1);
}



.whitebox {
	background: #fff;
	padding: 80px 0;
}

.whitebox h2 {
	text-align: center;
	margin-bottom: 20px;
}
.whitebox h2 span {
	font-size: 32px;
	letter-spacing: 2px;
	color: #1a1a1a;
	border-bottom: 3px solid #be946d;
}

div.item {
	width: 1100px;
	margin: 0 auto 40px auto;
	display: flex;
	align-items:center;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #be946d;
	
}

div.item h3 {
	width: 15%;
	color: #be946d;
	font-size: 24px;
	white-space: nowrap;
	font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
}

div.item h3 span {
	border: 1px solid #be946d;
	display: block;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}
div.item div.scroll {
	width: 70%;
}

div.item ul {
	display: flex;
	width: 100%;
	justify-content: flex-start;
}

div.item ul li {
	list-style: none;
	width: 30%;
	margin: auto;
}

div.item div {
	width: 20%;
}

div.item div p {
	margin-bottom: 20px;
}

div.item div p:nth-of-type(2) {
	text-align: right;
}


@media screen and (min-width: 0px) and (max-width: 480px) {

	.catch {
		font-size: 22px;
		top: 30px;
		left: 0;
		line-height: 1;
	}
	
	.catch span {
		background: url(img/bg_yellow.jpg) 0% 75% repeat-x;
		background-size: auto 5px;
	}	

	#gr_box h1 {
    	width: 60%;
	}
	.bg_blur, #slidecontainerbig {
		height: 300px;
	}
	
	#slidecontainer {
		width: 414px;
		height: 300px;
	}
	
	#body_text {
		margin: 50px auto;
		width: 86%;
		font-size: 15px;
	}
	
	#body_text h2 {
		font-size: 22px;
	}	
	.two_box {
		display: block;
	}
	
	.reverse {
		flex-direction: row;
	}
	
	.textbox h3 {
		margin: 20px 0;
		font-size: 22px;
	}	
	.two_box .img1, .two_box .img2 {
		width: 100%;
		height: 300px;
	}	
	
	.textbox {
		width: 90%;
		padding: 20px 0;
		font-size: 15px;
		margin: auto;
	}
	
	.bluebox {
		padding: 50px 0;
	}
	
.bluebox h2 span {
    font-size: 19px;
}
	.bluebox .topbox2 {
		width: 86%;
		margin: 50px auto;
		display: block;
	}	
	
	.bluebox .topbox2 div:nth-of-type(1) {
		width: calc(100% - 10px);
	}	
	
	.bluebox .topbox2 div:nth-of-type(2) {
		width: 100%;
		text-align: left;
		font-size: 16px;
		line-height: 1.6;
		margin-top: 20px;
	}
	div.item div {
		width: 100%;
	}
	
	div.item div p:nth-of-type(2) {
		text-align: center;
	}
	div.item div p {
		margin-bottom: 10px;
	}
	
	div.item div.scroll {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}
	div.item {
		width: 90%;
		display: block;
		overflow-x: hidden;
	}
	

	
	div.item h3 {
		width: 150px;
		margin: auto;
		text-align: center;
	}
	
	div.item h3 span {
		display: block;
		margin-top: 0px;
		padding: 5px;
		text-align: center;
		line-height: 1;
	}
	
	div.item ul {
		width: 720px;
	}
	
	div.item ul.item2 {
		width: 100%;
	}	
	.whitebox h2 span {
		font-size: 22px;
	}
	
	div.item ul li {
		width: 240px;
	}
	
	div.item ul.item2 li {
		width: 50%;
	}
	
	div.item ul.item2 li:nth-of-type(3) {
		display: none;
	}
	
	#gr_box ul.linklist {
		flex-wrap: wrap;
	}
	
	#gr_box ul.linklist li {
		width: 48%;
	}

	#ohpimg {
		width: 90%;
	}
	
	p.text {
		width: 86%;
		margin: 40px auto;
		font-size: 16px;
	}

	h3.h3main {
		font-size: 18px;
		margin: 30px 0 10px 0;
	}
	
.bluebox table.detail {
	width: 90%;
	margin: 20px auto;
	border: 0;
}

.bluebox table.detail th {
	padding: 5px 0;
	width: 100%;
	display: list-item;
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #be946d;
}

.bluebox table.detail th span {
	padding: 0;
}

	.bluebox table.detail td ol, .bluebox table.detail td ul {
		margin-left: 30px;
	}
.bluebox table.detail td {
	padding: 20px 0;
	border-bottom: 0;
	width: 100%;
	display: list-item;
	list-style: none;
}
	
	
	


#gr_box ul#linklist {
	width: 90%;
	margin: 30px auto;
	list-style: none;
	display: block;
}



#gr_box ul#linklist li {
	width: 100%;
	margin: 10px 0 30px 0;
	list-style-type: none;
	font-size: 15px;
}


#gr_box ul#linklist li a {
    display: block;
	width:100%;
	height: auto;
background: none;
text-align: center;
padding: 0;
border-radius: 0;
line-height: 1.2;
font-size: 16px;
	position:relative;
	overflow: hidden;	
	margin-bottom: 10px;
}
	
#gr_box ul#linklist li a img {

    transition: none;
    width: 100%;
    height: auto;
}	
	
	
}






