@charset "utf-8";

/*********************************
 *
 * services goldenberry STYLES
 * ゴールデンベリー(goldenberry)のCSS
 *
 *********************************/

/*****************共通*****************/
:root {
	--goldenberry_orange: #fda000;
	--goldenberry_sans: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
	--goldenberry_serif: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	--goldenberry_wrapper: calc(100% - 30px);
	--goldenberry_max_w: 1200px;
}


#goldenberry {
	font-size: 14px;
	line-height: 1.75;
	font-family: var(--goldenberry_serif);
	color: #333;
	overflow: hidden;
}

#goldenberry *,
#goldenberry *:before,
#goldenberry *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#goldenberry .wrapper {
	width: 100%;
	margin: 0 auto;
}

#goldenberry h1,
#goldenberry h2,
#goldenberry h3,
#goldenberry h4,
#goldenberry h5,
#goldenberry h6 {
	line-height: 1.25;
	font-weight: bold;
	font-feature-settings: "palt";
}

#goldenberry strong {
	/* color: #●; */
}

#goldenberry p {
	font-size: 14px;
	line-height: 1.75;
}

#goldenberry a {
	color: #333;
	text-decoration: none;
	transition: 0.2s;
}

#goldenberry #about a{
	text-decoration: underline;
}

#goldenberry a:hover {
	opacity: 0.7;
}

#goldenberry .bgcl {
	/* background: #●;
	color: #●; */
}

#goldenberry .txtcl {
	/* color: #●; */
}

#goldenberry  .txtw {
	color: #fff;
}

/*基本色一覧
本文:		#333;
リンク：	#;
●色:		#;
●色:		#;
●色:		#;
*/


/*****************article*****************/

/*************** #main_visual  ***************/

#goldenberry #main_visual {
	background-image: url("../../img/services/goldenberry/main_bg.png");
	background-repeat: no-repeat; 
	background-position: top center; 
	background-size: cover;
}

#goldenberry #main_visual h2 {
	text-align: center;
	padding: 120px 0;
}

#goldenberry #main_visual img {
	width: var(--goldenberry_wrapper);
	max-width: 810px;
}


/*************** form ***************/

#goldenberry form dl{
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	color: #000;
	margin: 10px 0
}
#goldenberry form dt,
#goldenberry form dd{
	width:100%
}


#goldenberry input[type="submit"],
#goldenberry .btn{
	font-size: 30px;
	justify-content:center;
	align-items: center;
}

#goldenberry input[type="submit"]:hover,
#goldenberry .btn_1:hover {
	cursor: pointer;
	opacity: 0.8;
}

#goldenberry .btn{
	padding: 35px 15px 70px;
	display: flex; 
	position: relative;
	text-align: center;
	background: var(--goldenberry_orange); 
}

#goldenberry .btn2 {
    background: #333;
    color: #fffaf2;
} 

#goldenberry .btn h2::after {
	display: inline;
	position: absolute;
	bottom: 20px;
	left:0;
	right: 0;
	margin: auto;
	width: 100px;
	content: url("../../img/services/goldenberry/arrow_bk.png");
}


#goldenberry .Plantect{
	width: 100%;
	max-width:1300px;
	background:#f8f5f4;
	align-items: flex-end;
}
#goldenberry .Plantect_img{
	text-align: center;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
#goldenberry section.float_text .Plantect_img img{
	width:100%;
	max-width:600px;
}
#goldenberry .Plantect h4{
	font-size:43px;
	 margin:40px auto 20px;
}
#goldenberry form{
	margin: 20px auto;
	max-width: 640px;
	width: 90%;
}
#goldenberry section.float_text img.b_logo{
	max-width: 330px;
	width: 90%;
	margin: 0 auto 20px
}
#goldenberry input[type="text"],
#goldenberry input[type="email"]{
	width:100%;
	height:30px;
	border: 1px solid #ccc;
	padding: 8px;
}
#goldenberry textarea{
	width:100%;
	border: 1px solid #ccc;
	padding: 8px;
}
#goldenberry input[type="submit"],
#goldenberry .float_text h2.btn{
	color: #fff;
	cursor: pointer
}

#goldenberry #formWrap input[type="button"]:hover,
#goldenberry input[type="submit"]:hover,
#goldenberry .float_text h2.btn:hover{
	opacity: .7
}
#goldenberry .Plantect h3{
	border:1px solid #7a3327;
	line-height: 2em;
	font-size:24px;
	margin: 30px auto;
}
#goldenberry .form_w{
	width: 100%;
	background: #fff;
	margin: 40px auto 0;
	text-align: center;
}

#goldenberry .accordion h2{
	font-size: 30px;
}

#goldenberry .accordion .form_w{
	display: none;
}
#goldenberry .form_w h3{
	font-size:24px;
	margin: 60px auto 40px;
	width:96%;
}
#goldenberry .form_w span{
	font-size:12px;
	color: #aaa
}
#goldenberry .form_w p{
	margin: 0 0 20px;
}
#goldenberry .form_w form{
	padding: 10px 0 0;
}
#goldenberry input[type="submit"]{
	border:none;
	width: 100%; 
	max-width: 310px;
	margin: 30px auto 60px;
	display: block;
	background: var(--goldenberry_orange);
}

#goldenberry .formTable{
	width:100%;
	max-width: 640px;
	font-size: 18px;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	padding:2px;
}


#goldenberry .b_wrapper{
	display: flex;
	justify-content:center;
	align-items: center;
}
#goldenberry .formTable tr {
	display: flex;
	flex-wrap: wrap;
}
#goldenberry .formTable td{
	border-bottom:1px solid var(--goldenberry_orange);
	padding:4px 8px;
	width:100%;
	display: block;
	color: #333
}
#goldenberry .formTable th{
	padding:4px 8px;
	width:100%;
}


#goldenberry h3.thank,
#goldenberry #formWrap h3{
	font-size: 30px;
	margin: 50px auto 20px;
	text-align: center;
}
#goldenberry #formWrap p{
	font-size: 18px;
	color: #333
}
#goldenberry #formWrap input[type="button"],
#goldenberry #formWrap input[type="submit"]{
	width: 45%;
}
#goldenberry #formWrap input[type="button"]{
	border:1px solid var(--goldenberry_orange);
	height: 40px;
	margin:30px auto 60px;
	font-size: 16px;
	color: #AAAAAA
}
#goldenberry dl.visit{
	color: #333;
	display: flex;
	flex-wrap: wrap;
}
#goldenberry .visit dt{
	width: 15%;
	text-align: left
}
#goldenberry .visit dd{
	width: 83%;
	text-align: left;
	margin-left: 2%
}

/*************** .item  ***************/

#goldenberry .item {
	background: #000;
	color: var(--goldenberry_orange);
	padding: 120px 0 0;
}

#goldenberry .item  .wrapper {
	margin: 0 auto;
	width: var(--goldenberry_wrapper);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#goldenberry .item section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	max-width: 580px;
	margin-bottom: 120px;
}


#goldenberry .item h3 {
	font-size: 24px;
	margin-bottom: 30px;
}

#goldenberry .item figure {
	text-align: center;
	width: 100%;
	max-width: 280px;
	margin-bottom: 30px;
}

#goldenberry .item figure img {
	width: 100%;
}

#goldenberry .item .detail {
	width: 100%;
	max-width: 280px;
	position: relative;
	margin-bottom: 30px;
}

#goldenberry .item .detail .text {
	margin-bottom: 60px;	
}

#goldenberry .item .link {
	position: absolute;
	width: 100%;
	bottom: 0;
}

#goldenberry .item .link a {
	background: var(--goldenberry_orange);
	color: #333;
	font-size: 20px;
	line-height: 45px;
	display:block;
	width: 100%;
	text-align: center;
	border-radius: 10px;
}

#goldenberry hr {
	margin: 0.5em 0;
}

/*************** #about ***************/

#goldenberry .bg_gradient {
	background: linear-gradient(to bottom,rgba(253,150,0,1),rgba(253,150,0,.5) 20%, rgba(253,150,0,0) 60%, rgba(253,150,0,0)), url("../../img/services/goldenberry/ingredient_bg.png"); 
	background-repeat: no-repeat; 
	background-position: bottom center; 
	background-size: contain;
	padding: 0 0 65vw;
}

#goldenberry #about {
	padding: 70px 0;
	text-align: center;
	font-size: 22px;
}

#goldenberry #about .wrapper {
	width: var(--goldenberry_wrapper);
}

#goldenberry #about p {
	font-size: 22px;
}

/*************** #ingredient ***************/

#goldenberry #ingredient h3,
#goldenberry #about h3 {
	font-size: 38px;
	margin-bottom: 30px;
	text-align: center;
}

#goldenberry #ingredient .wrapper {
	width: var(--goldenberry_wrapper);
}

#goldenberry #ingredient .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#goldenberry #ingredient section {
	width: 100%;
	max-width: 370px;
	margin: 0 15px 60px;
	font-size: 16px;
	font-weight: bold;
}

#goldenberry #ingredient h4 {
	background: var(--goldenberry_orange);
	font-family: var(--goldenberry_sans);
	font-size: 24px;
	line-height: 1em;
	padding: 20px 10px;
	margin-bottom: 25px;
	text-align: center;
}

#goldenberry #ingredient section p {
	font-size: 16px;
	font-weight: normal;
}

#goldenberry #ingredient .spec {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 25px;
}


#goldenberry #ingredient .spec img:nth-child(1) {
	width: 100%;
	max-width: 230px;
}

#goldenberry #ingredient .spec img:nth-child(2) {
	width: 100%;
	max-width: 100px;
}

#goldenberry #ingredient .doc {
	width: 100%;
	max-width: 430px;
	text-align: center;
}

#goldenberry #ingredient .doc img {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: auto;
}

#goldenberry #ingredient .doc figcaption {
	margin-top: 25px;
}

/*************** #cuisine ***************/

#goldenberry #cuisine {
	background: var(--goldenberry_orange);	
}

#goldenberry #cuisine .title {
	width: var(--goldenberry_wrapper);
	margin: 0 auto;
	padding: 80px 0 70px;
	text-align: center;
	font-size: 22px;
}
 
#goldenberry #cuisine .sankou {
	width: var(--goldenberry_wrapper);
	margin: 0 auto;
	padding: 30px 0 5px;
	text-align: center;
	font-size: 22px;
}

#goldenberry #cuisine .sankou h3{
	color: #fffaf2;
}

#goldenberry #about .info{
	width:90%;
	margin: 0 auto;
	text-align: left;
}

#goldenberry #cuisine .title h3 {
	padding: 0 0 30px;
}

#goldenberry #cuisine .title h3 img {
	width: 100%;
	max-width: 1071px;
}

#goldenberry #cuisine .title p {
	font-size: 22px;
}

#goldenberry #cuisine #case {
	background: #fff;
	padding: 145px 0 0;
	font-size: 16px;
}

#goldenberry #cuisine #case .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: var(--goldenberry_wrapper);
	margin: 0 auto;
}


#goldenberry #cuisine #case section {
	width: 100%;
	max-width: 580px;
	margin: 0 0 100px;
}

#goldenberry #cuisine #case img {
	width: 100%;
	margin: 0 0 10px;
}

#goldenberry #cuisine #case h3 {
	text-align: center;
	font-size: 24px;
	margin: 0 0 10px;	
}

#goldenberry #cuisine #case p {
	font-size: 16px;
}

#goldenberry #cuisine .ather_case {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
}
#goldenberry #cuisine .ather_case li {
	width: 100%;
	max-width: 500px;
	margin: 0 0 100px;
}

#goldenberry #cuisine .ather_case figcaption {	
	line-height: 1.5;
}

/*************** #place  ***************/

#goldenberry #place section {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

#goldenberry #place .detail ,
#goldenberry #place figure {
	width: 100%;
}

#goldenberry #place .detail {
	background: var(--goldenberry_orange);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 15px;
	font-size: 18px;
}

#goldenberry #place figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#goldenberry #place .detail .inner {
	width: 100%;
	max-width: 400px;
}

#goldenberry #place .detail h3 {
	font-size: 44px;
	margin-bottom :20px;
}

#goldenberry #place .detail p {
	font-size: 18px;
}



/*************** サブページ ***************/

#goldenberry .sub_page article {
	background: #fffaf2;
	padding: 60px 0;
}

#goldenberry .sub_page .wrapper {
	width: var(--goldenberry_wrapper);
	margin: 0 auto;
}

#goldenberry .sub_page h2 {
	font-size: 24px;
	margin-bottom: 40px;
}

/***************  #access ***************/

#goldenberry #access figure {
	text-align: center;
	margin: 40px 0;
}

#goldenberry #access figure img {
	width: 100%;
	max-width: 678px;
}

/*************** #trade ***************/

#goldenberry #attention .detail,
#goldenberry #trade dl {
	width: 100%;
	margin: 40px auto;
}

#goldenberry #trade dt {
	font-weight: bold;
}

#goldenberry #trade dd {
	margin-bottom: 10px;
}

/*************** attention ***************/

#goldenberry #attention h3 {
	margin-bottom: 1em;
}

#goldenberry #attention h4 {
	margin: 2em 0 1em;
}

/*************** privacy ***************/

#goldenberry #privacy .detail {
	margin-top: 40px;
}

#goldenberry #privacy h3 {
	margin-bottom: 0.5em;
}

#goldenberry #privacy .detail > section:nth-of-type(n+2) h3 {
	margin-top: 2em;
}

#goldenberry #privacy p,
#goldenberry #privacy ol ,
#goldenberry #privacy ul {
	margin-bottom: 1em;
}

/*************** レスポンシブ(PC) ***************/

@media screen and (min-width: 641px) {
	
	#goldenberry #place .detail ,
	#goldenberry #place figure {
		max-width: 50%;
	}	
	
	#goldenberry #place section:nth-child(2) figure {
		order: 2;
	}

	#goldenberry #place section:nth-child(2) .detail {
		order: 1;
	}

	#goldenberry #ingredient .wrapper {
		max-width: var(--goldenberry_max_w);
	}
	
	#goldenberry #ingredient .flex ,
	#goldenberry .item .wrapper {
		justify-content: flex-start;
		width: var(--goldenberry_max_w);
	}

	#goldenberry #ingredient .spec {
		justify-content: space-between;
	}
	#goldenberry .item  .wrapper {
		max-width: var(--goldenberry_max_w);
		justify-content: space-between;
	}
	
	#goldenberry .item section {
		margin: 0 20px 120px 0;
		justify-content: flex-start;
	}
		
	#goldenberry .item figure {
		margin-right: 10px;
	}
	
	#goldenberry #cuisine #case .wrapper {
		max-width: var(--goldenberry_max_w);
		justify-content: space-between;
	}

	#goldenberry .sub_page .wrapper {
		width: var(--goldenberry_max_w);
	}
	
	#goldenberry #access figure img {
		width: 100%;
	}
	
	#goldenberry #privacy .detail,
	#goldenberry #attention .detail,
	#goldenberry #trade dl {
		width: 100%;
		max-width: 730px;
		margin: -45px auto 40px;
	}

	#goldenberry #privacy .detail{
		margin-top: 40px;
	}

	#goldenberry #trade dl {
		display: flex;
		flex-wrap: wrap;
	}

	#goldenberry #trade dt {
		width: 180px;
	}

	#goldenberry #trade dd {
		width: calc(100% - 180px);
		margin-bottom: 0;

	}

	/*フォーム*/
	#goldenberry form dt{
		width:25%
	}
	#goldenberry form dd{
		width:75%;
	}
	#goldenberry .formTable{
		width:100%;
		max-width: 640px;
		font-size: 18px;
		text-align: left;
		border-collapse: collapse;
		border-spacing: 0;
		padding:2px;
	}
	#goldenberry .formTable td,
	#goldenberry .formTable th{
		padding:4px 8px;
	}
	#goldenberry .formTable th{
		width: 30%;
	}
	#goldenberry .formTable td{
		color: #333;
		width:70%
	}
} /*レスポンシブ(PC)*/
