@charset  "utf-8";
/*====================================================================================
Ã¢â€“Â Content
====================================================================================*/
#content {
	box-sizing: border-box;
	padding: 100px 0;
	background: url(../common_img/bg_content.png) repeat;
}
.bg_bage {
	box-sizing: border-box;
	background: url(../common_img/bg_content.png) repeat;
}

#content2 {
	box-sizing: border-box;
	padding: 100px 0;
}

#content a {
	text-decoration: underline;
}

#content .container #a1_form a {
	text-decoration: none;
}


#content a:hover {
	text-decoration: none;
}

.infor02_num{
    font-size: 3.3rem;
}

@media screen and (max-width:716px) {
	#content {
		padding: 50px 0;
	}

	#content2 {
		padding: 50px 0;
	}
	h3.ttl {
		font-size: .9rem;
	}

	h3.ttl img {
		max-width: 35%;
	}
}

/*====================================================================================
Ã¢â€“Â Clumb
====================================================================================*/
#underconstruction {
	padding: 100px;
	text-align: center;
	background:#fff;
}

#crumb {
	padding: 20px 0 50px;
	line-height: 42px;
}

#crumb ul {
	overflow: hidden;
}

#crumb ul li {
	float: left;
	font-size: 1.2rem;
}

#crumb ul li a {
	position: relative;
	margin-right: 2.5em;
}

#crumb ul li a::after {
	position: absolute;
	content: '';
	top: .5em;
	right: -1.5em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#crumb .lead {
	margin-top: 50px;
}

#crumb a {
	text-decoration: underline;
}

#crumb a:hover {
	text-decoration: none;
}

@media screen and (max-width:716px) {
	#crumb {
		padding: 10px 10px 30px;
	}
}

#pagenation {
	margin: 0 auto;
	text-align: center;
}

#pagenation ul {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	list-style-type: none;
	padding: 0 10px;
	margin: 0 auto;
}

#pagenation ul li.prev {
	display: inline;
	float: left;
}

#pagenation ul li.backList {
	position: absolute;
	float: left;
	left: 50%;
	margin-left: -4em;
}

#pagenation ul li.next {
	display: inline;
	float: right;
}

#pagenation ul li a {
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	background: #977b4d;
	border: 1px solid #977b4d;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#pagenation ul li a:hover {
	background: #cbaa5c;
	border: 1px solid #cbaa5c;
	color: #fff;
}

#pagenation ul li.backList a {
	position: relative;
	padding: 2px 10px 2px 30px;
}

#pagenation ul li.backList a::before {
	position: absolute;
	content: '';
	top: -5px;
	left: 5px;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-bottom-color: #fff;
}

#pagenation ul li.backList a::after {
	position: absolute;
	content: '';
	top: 12px;
	left: 10px;
	width: 8px;
	height: 8px;
	background: #fff;
}

#pagenation ul li.backList a:hover::before {
	border-bottom-color: #00A0A8;
}

#pagenation ul li.backList a:hover::after {
	background: #00A0A8;
}

/*====================================================================================
Ã¢â€“Â PageTitle
====================================================================================*/
#pageTitle {
	position:relative;
	text-align: center;
}

#pageTitle h2 {
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-500px;
	text-align:left;
	font-size:3.1rem;
	color:#b3944b;
}


@media screen and (max-width:716px) {
	#pageTitle  {
		margin:0 -5%;
		overflow:hidden;
	}
	#pageTitle h2 {
		top:20px;
		left:8%;
		margin:0;
		font-size:1.5rem;
		line-height:2.1rem;

	}

}
/*====================================================================================
Ã¢â€“Â lead_bloc
====================================================================================*/

.lead_bloc{
	padding:38px 0 30px;
}
.lead_bloc02{
	padding:38px 0 10px;
}

.lead_bloc p {
	line-height:3rem;
}
@media screen and (max-width:716px) {
	.lead_bloc {
		padding:0 10px 30px;
	}
	.lead_bloc .ttl_p1 {
		margin-bottom:15px;
		line-height:1.5;
	}
	.lead_bloc p{
		text-align:left;
		line-height:1.5;
	}
}
/*====================================================================================
Ã¢â€“Â lead_bloc
====================================================================================*/

h3.ttl {
	text-align: center;
	font-size: 1.6rem;
	line-height: 3;
}
.ttl_p1 {
	font-size:2.5rem;
	color:#cbaa5c;
}
.ttl_p2 {
	font-size:2.4rem;
	color:#cbaa5c;
}
.ttl_p3 {
	font-size:2.2rem;
}
.ttl_underline {
	position:relative;
}
.ttl_underline::after {
	position:absolute;
	content:'';
	display:block;
	bottom:0;
	left:50%;
	width:30px;
	height:1px;
	margin-left:-15px;
	background:#cbaa5c;
}
.num02 {
	position: relative;
}
.num03 {
	position: relative;
}
.num02::before {
    position: absolute;
    content: '';
    display: block;
    bottom: 50px;
    left: 50%;
    width: 75px;
    height: 1px;
    margin-left: -38px;
    background: #cbaa5c;
}
.num03::before {
    position: absolute;
    content: '';
    display: block;
    bottom: 50px;
    left: 50%;
    width: 75px;
    height: 1px;
    margin-left: -38px;
    background: #cbaa5c;
}
@media screen and (max-width:716px) {
	.ttl_p1 {
		font-size:1.8rem;
	}
	.ttl_p2 {
		font-size:1.8rem;
	}
}
/*====================================================================================
Ã¢â€“Â information page news
====================================================================================*/

.info_text {
border: 1px solid #d0cfd0;
padding: 6px;
background: #d2b48c;
width: 33%;
margin: 0 auto;
min-width: 220px;
}
.info_mt20 {
	margin-top:20px;
}
.info_text p {
	border: 1px solid #ffffff;
	font-size: 20px;
	font-weight: bold;
	padding: 6% 10px;
	color: #ffffff;
	text-align: center;
	line-height: 1.8;
}
.info_text p a {
	text-decoration: underline;
}
.info_text p a:hover {
	text-decoration: none;
	color: #ffffff;
}
 .inner_infor {
 	border: 40px solid #eee4d2;
 	width: 100%;
 	margin: 0 auto;
 }
/*====================================================================================
Ã¢â€“Â information
====================================================================================*/
#information {
	position: relative;
}

.news_box {
	position: relative;
	z-index: 1;
	text-align: left;
	margin: 0 auto 40px;
	padding: 56px 96px;
	border: 1px solid #bbb;
	width: 992px;
	box-sizing: border-box;
	background: #fff;
}

.news_box:before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	bottom: -5px;
	border: solid 2px #000;
	width: 1000px;
	padding-bottom: 6px;
	min-height: 100%;
	z-index: -10;
}

.news_box .title {
	margin: 0 10px 10px;
	padding: 10px 0;
	border-bottom: solid 1px #cbaa5c;
}

.news_box .title dl {
	font-weight: 700;
	color: #cbaa5c;
}

.news_box .title dl dt {
	margin: 0 0 5px;
}

.news_box .title dl dd {
	font-size: 2rem;
}

.news_box .news_text {
	margin: 0 15px;
}

.news_box .news_text .text {
	margin: 0;
	line-height: 1.8;
}

.news_box .news_text2 {
	margin: 0 15px;
}

.news_box .news_text2 .text {
	margin: 0;
}

.news_box .photo1 {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.news_box img {
	maxwidth: 100%;
	height: auto;
}
.ttl_p_info {
	font-size: 4.0rem;
	color: #cbaa5c;
}
.ttl_p_info02 {
	font-size: 3.0rem;
	font-weight:bold;
	color: #cbaa5c;
}
@media screen and (max-width:640px) {
	.news_box {
		margin: 0 auto 20px;
		padding: 20px;
		width: 96%;
	}

	.news_box:before {
		display: none;
	}

	.news_box .title dl dd {
		font-size: 1.8rem;
	}

	#information .inner .photo img {
		float: none;
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.inner_infor {
 	border: 25px solid #eee4d2;
 	width: 100%;
 	margin: 0 auto;
 }
}

/*====================================================================================
Ã¢â€“Â contact
====================================================================================*/
#contact .lead p {
	margin-bottom: 1em;
}
.lead p span.pc,
.lead p span.sp {
	display:inline !important;
}

#contact strong {
	color: #ae8420;
}

#a1_form {
	margin: 30px auto;
	padding: 0;
}

#a1_form h3 {
	padding: 10px;
	background: #cba447;
	color: #fff;
	font-size: 16px;
}

#a1_form table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	background: #fff;
}

#a1_form th {
	width: 200px;
	padding: 25px 4px 25px 20px;
	white-space: nowrap;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #f1e9de;
}

#a1_form th img {
	float: right;
}

#a1_form th div {
	text-indent: -12px;
}

#a1_form td {
	padding: 25px 4px 25px 8px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #f1e9de;
	line-height: 1.8;
}

#a1_form table li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
}

#a1_form table dd {
	margin: 0 0 10px;
}

#a1_form .fs10 {
	font-size: 10px;
}

#a1_form .hissu {
	float: left;
	margin: 0 3px;
	padding: 2px 5px;
	background: #cbaa5c;
	color: #fff;
	font-size: 10px;
}

#a1_form .sentaku {
	float: left;
	margin: 0 3px;
	padding: 2px 5px;
	background: #977b4d;
	color: #fff;
	font-size: 10px;
}
#a1_form .ninni {
	float: left;
	margin: 0 3px;
	padding: 2px 5px;
	background: #b0b0b0;
	color: #fff;
	font-size: 10px;
}

#a1_form .hint {
	font-size: 10px;
	color: #999;
}

input,select,textarea {
	font-size: 1em;
	margin-bottom: 1px;
}

.mini {
	font-size: 10px;
}

optgroup {
	background-color: #ccc;
	color: #333;
	font-style: normal;
}

option {
	margin: 0 5px 0 0;
	background-color: #fff;
	color: #333;
}

.ime_on {
	ime-mode: active;
}

.ime_off {
	ime-mode: disabled;
}

.input_txt,.select {
	padding: 8px;
	border: 1px solid #ccc;
}

input#zip,input#birth_year {
	width: 15%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

input#birth_month,input#birth_day {
	width: 10%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

input#zip {
	width: 15%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

input#password,#password_confirm {
	width: 50%;
	padding: 8px;
	border: 1px solid #ccc;
}

input#name,input#kana,input#ruby,input#tel,input#address1,input#address2,input#tel {
	width: 95%;
	padding: 8px;
	border: 1px solid #ccc;
}

input#email,input#email_confirm,input#cell_email,input#cell_email,input#company {
	width: 95%;
	padding: 8px;
	border: 1px solid #ccc;
}

textarea#comment {
	width: 95%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.form_submit {
	margin: 10px 10px 0;
	padding: 5px;
	text-align: center;
}

.form_submit label {
	padding: 2px 0 0;
	font-weight: 400;
}

#a1_form input[type="submit"] {
	width: 300px;
	height: 54px;
	margin-top: 30px;
	background-color: #cbaa5c;
	border: none;
	color: #fff;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}

#a1_form input[type="submit"]:hover {
	background-color: #ccc;
}

#a1_form input[type="submit"][disabled] {
	background-color: #ccc;
	cursor: default;
}

#a1_form input[type="button"] {
	width: 300px;
	height: 54px;
	margin-top: 30px;
	background-color: #cbaa5c;
	border: none;
	color: #fff;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}

#a1_form input[type="button"]:hover {
	background-color: #ccc;
}

#a1_form input[type="button"][disabled] {
	background-color: #ccc;
	cursor: default;
}

/*=========================================
Ã¯Â½Â¥ Privacy Policy
=========================================*/

#pp .pp {
	border:1px solid #cbaa5c;
	padding:30px;
	margin:0 20px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radios:10px;
}
#pp .pp h4 {
	margin-top: 20px;
	margin-bottom:.5em;
	font-size: 1.6rem;
	font-weight: bold;
	color: #cbaa5c;
}
#pp .pp p {
	margin-bottom:.5em;
}

@media screen and (max-width:716px) {
	#a1_form {
		padding: 0 10px;
	}

	#a1_form th {
		display: block;
		padding: 5px;
		border-bottom: none;
		width: inherit;
	}

	#a1_form td {
		display: block;
	}

	#a1_form td {
		display: block;
		padding: 5px 10px;
	}

	#a1_form table li {
		display: block;
	}

	#a1_form input[type="submit"] {
		width: 100%;
	}

	#pp .pp{
		margin: 0 10px;
		padding:10px;
		border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radios:6px;
	}
	.inner_infor {
 	border: 30px solid #eee4d2;
 	width: 100%;
 	margin: 0 auto;
 }
}


/*====================================================================================
Concept
====================================================================================*/
#concept #content{
	padding:90px 0 130px;
}
#concept .catch{
	margin-bottom:35px;
}
#concept .catch.last{
	margin-top:90px;
}
#concept .photo{
	margin-bottom:60px;
}
#concept .comment {
	width:800px;
	margin:0 auto 80px;
}
#concept .concept_bloc {
	background:#fff;
	width:800px;
	margin:0 auto;
	padding:35px 25px;
	box-sizing:border-box;
}
#concept .concept_bloc ul{
}
#concept .concept_bloc li{
	margin-left:1.5rem;
	list-style:outside disc;
	line-height:3rem;
}
@media screen and (max-width:716px) {
	#concept .catch {
		width:80%;
		margin:0 auto 35px;
	}
	#concept .catch.last{
		margin-top:35px;
	}
	#concept .photo {
		width:90%;
		margin:0 auto 35px;
	}
	#concept .comment {
		width:90%;
		margin:0 auto 35px;
	}
	#concept #content {
		padding:30px 10px;
	}
	#concept .concept_bloc {
		width:100%;
	}
	#concept .concept_bloc li{
		line-height:1.5;
		margin-bottom:5px;
	}
	#concept .concept_bloc .flex  {
		display: block !important;
		text-align: center;
	}
}


/*====================================================================================
charcuterie
====================================================================================*/

#charcuterie .lead_bloc .ttl_p1 {
	margin-bottom:40px;
}
#charcuterie .point .ttl {
	margin-bottom:30px;
}
#charcuterie .point .num {
	padding-bottom:10px;
}
#charcuterie .point .ttl_p2 {
	margin-bottom:20px;
	padding-bottom:15px;
}
#charcuterie .point .bloc {
	margin-bottom:30px;
}
#charcuterie .point p {
	line-height:3rem;
}
#charcuterie .item {
	padding:50px 0 0;
}
#charcuterie .item .ttl {
	margin-bottom:30px;
}
#charcuterie .item .col{
	height:400px;
	padding-top:52%;
	box-sizing:border-box;
	color:#fff;
	background-color:#000;
	background-repeat:no-repeat;
	background-position: center top;
}
#charcuterie .item h4{
	margin-bottom:10px;
	padding-bottom:5px;
	font-size:2.4rem;
	font-weight:bold;
}
#charcuterie .item01{
	background-image:url(../charcuterie/images/photo01.jpg);
}
#charcuterie .item02{
	background-image:url(../charcuterie/images/photo02.jpg);
}
#charcuterie .item03{
	background-image:url(../charcuterie/images/photo03.jpg);
}
#charcuterie .item04{
	background-image:url(../charcuterie/images/photo04.jpg);
}
@media screen and (max-width:716px) {
	#charcuterie .point .bloc {
	}
	#charcuterie .point p {
		line-height:1.5;
		text-align:left;
		padding:0 10px;
	}
	#charcuterie .item .col {
		height:inherit;
		margin:0 10px 10px;
		padding-top:90%;
		padding-bottom:5%;
	}
	#charcuterie .item h4 {
		font-size:1.8rem;
	}
	#charcuterie .item p {
		text-align:left;
	}
	#charcuterie .btn a {
		margin:30px 10px 0;
		line-height:50px;
		color:#fff;
	}
}


/*====================================================================================
Bakery
====================================================================================*/
#bakery #content {
	padding-top:90px;
}
#bakery #content h3{
	margin-bottom:30px;
}
#bakery .lead_bloc .photo {
	float:left;
	width:560px;
}
#bakery .lead_bloc .comment {
	float:right;
	width:400px;
	padding-top:30px;
	letter-spacing:-0.1rem;
}
#bakery .lead_bloc .comment .ttl_p1{
	font-size:2.4rem;
	margin-bottom:20px;
}
#bakery .lead_bloc .comment .box {
	margin-top:27px;
	border:1px solid #cbaa5c;
	padding:15px 20px;
	box-sizing:border-box;
}
#bakery .lead_bloc .comment .box dt{
	float:left;
	width:10rem;
	color:#fff;
	background:#cbaa5c;
	text-align:center;
}
#bakery .lead_bloc .comment .box dt.toriatsukai {
	background:#977b4d;
}
#bakery .lead_bloc .comment .box dd{
	padding-left:11rem;
}
#bakery .point .col{
	box-sizing:border-box;
	padding:15px 20px;
	background:#fff;
}
#bakery .point .col .ttl_p2{
	padding-bottom:5px;
	margin-bottom:10px;
}
#bakery .point .col p{
	text-align:left;
}
@media screen and (max-width:716px) {
	#bakery .lead_bloc .photo {
		float:none;
		width:100%;
	}
	#bakery .lead_bloc .comment {
		float:none;
		width:100%;
		letter-spacing:inherit;
	}
	#bakery .lead_bloc .comment .ttl_p1 {
		font-size:1.8rem;
		letter-spacing:-0.1rem;
	}
	#bakery .lead_bloc .comment .box {
		padding:5px 10px;
	}
}


/*====================================================================================
Farm
====================================================================================*/

#farm h3.ttl img {
	max-width:75%;
}

#farm .bnr_section {
	margin:0 auto 100px;
}
#farm .bnr_section h3{
	margin:0 auto 40px;
}
#farm .bnr_section .row{
	width:773px;
	margin:40px auto 0;
}
#farm .bnr_section .row img{
	width:auto;
}
#farm .bnr_section img.sweets {
	/* border:1px solid #e8e4d9; */
}
#farm #content {
	padding-top:90px;
	padding-bottom:0;
}
#farm #content .bloc{
	margin-bottom:90px;
}
#farm #content .bloc p{
	line-height:3rem;
}
#farm #content h4{
	margin-bottom:20px;
	font-size:2.8rem;
	padding-bottom:15px;
}
#farm #content .bnr{
	margin-bottom:25px;
}
@media screen and (max-width:716px) {
	#farm .bnr_section .row {
		width:100%;
		padding:0 10px;
		box-sizing:border-box;
	}
	#farm .bnr_section .row img{
		height:inherit;
	}
	#farm #content {
		padding:30px 0;
	}
	#farm #content .bloc{
		margin-bottom:30px;
	}
	#farm #content p{
		padding:0 10px;
	}
	#farm #content .bnr {
		padding:0 10px;
	}
}



/*====================================================================================
Recommend
====================================================================================*/
#recommend .recommend_list {
	margin-top:20px;
}
#recommend .recommend_list .bloc{
	border:2px solid #977b4d;
	padding:3px;
	margin-bottom:50px;
}
#recommend .recommend_list .bloc .inner{
	padding:20px;
	border:1px solid #977b4d;
}
#recommend .recommend_list .bloc .ttl {
	background:#efe4d2;
	font-size:2.5rem;
	text-align:center;
	padding:15px;
	margin-bottom:30px;
}
#recommend .recommend_list .item_box {
	position:relative;
	z-index:2;
	border:1px solid #cfbc9c;
	background:#f3eada;
	padding:25px 20px;
}
#recommend .recommend_list .item_box::after {
	position:absolute;
	content:'';
	display:block;
	z-index:-1;
	top:-3px;
	left:-3px;
	width:100%;
	height:100%;
	background:#fff;
	border:1px solid #cfbc9c;
}
#recommend .recommend_list .item_name {
	color:#614b26;
	font-size:1.9rem;
	border-bottom:1px solid #cdb999;
	margin-bottom:20px;
}
#recommend .recommend_list .cross {
	position:relative;
	padding:54px 0;
	width:41px;
	margin:0 auto;
}
#recommend .recommend_list .cross::before,
#recommend .recommend_list .cross::after {
	position:absolute;
	content:'';
	display:block;
	top:50%;
	left:0;
	width:57px;
	height:1px;
	background:#cfbc9c;
}
#recommend .recommend_list .cross::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#recommend .recommend_list .cross::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#recommend .recommend_other_list {
}
#recommend .recommend_other_list .col{
	position:relative;
	border-top:2px solid #977b4d;
	border-bottom:2px solid #977b4d;
	padding:3px 0;
	margin-bottom:50px;
}
#recommend .recommend_other_list .col::before{
	position:absolute;
	content:'';
	display:block;
	bottom:3px;
	left:0;
	width:100%;
	height:1px;
	background:#977b4d;
}
#recommend .recommend_other_list .photo{
	border-top:1px solid #977b4d;
	padding:3px 0;
	margin-bottom:20px;
	text-align:center
}
#recommend .recommend_other_list .item_name{
	border-bottom:1px solid #977b4d;
	margin-bottom:15px;
	padding-bottom:5px;
	color:#614b26;
	font-size:1.5rem;
}
#recommend .recommend_other_list .comment{
	padding-bottom:10px;
}
#recommend .recommend_other_list .btn {
	width:280px;
	height:55px;
	margin:0 auto;
}
#recommend .recommend_other_list .btn a {
	line-height:55px;
}

@media screen and (max-width:716px) {
	#recommend .bloc  {
		margin:0 10px;
	}
	#recommend .recommend_list .bloc .inner {
		padding:10px;
	}
	#recommend .recommend_list .bloc .ttl {
		font-size:1.8rem;
		margin-bottom:10px;
	}
	#recommend .recommend_list .bloc .photo {
		margin-bottom:10px;
	}
	#recommend .recommend_other_list .col {
		margin:0 10px 50px
	}
}


/*====================================================================================
Brand
====================================================================================*/

#brand .lead_bloc {
	padding-top:20px;
	padding-bottom:100px;
}
#brand .lead_bloc .ttl_p1 {
	margin-bottom:40px;
}
#brand .lead_bloc .pict {
	text-align:center;
	width:313px;
	margin:0 auto;
}
#brand #content {
	padding:90px 0;
}
#brand .goal .bloc {
	margin-bottom:40px;
}
#brand .goal .ttl {
	margin-bottom:60px;
}
#brand .goal .num {
	padding-bottom:10px;
	margin-bottom:10px;
}
#brand .goal .num02 {
	padding-bottom:10px;
	margin-bottom:10px;
}
#brand .goal .num03 {
	padding-bottom:10px;
	margin-bottom:10px;
}
#brand .goal p {
	line-height:3rem;
}
#brand .original_brand {
	padding:115px 0 60px;
}
#brand .original_brand .ttl{
	margin-bottom:30px;
}
#brand .original_brand .comment {
	margin-bottom:45px;
	padding:0 0 0 10px;
}
#brand .original_brand .comment p{
	line-height:3rem;
}

@media screen and (max-width:716px) {
	#brand .lead_bloc .pict {
		width:80%;
	}
	#brand #content {
		padding:30px 0;
	}
	#brand .goal p {
		padding:0 10px;
	}
	#brand .original_brand {
		padding:20px 0;
	}
	#brand .original_brand .ttl {
		margin-bottom:10px;
	}
	#brand .original_brand h3.ttl img {
		max-width:80%;
	}
	#brand .original_brand .logo img {
		max-width:80%;
	}
}

/*====================================================================================
Wine
====================================================================================*/
#wine .chart {
	margin-top:20px;
	padding-bottom:30px;
}
#wine .chart .ttl{
	margin-bottom:50px;
}
#wine .chart p {
	font-weight:bold;
	color:#916d18;
	text-align:center;
}
#wine #content {
	padding:60px 0;
}
#wine .wine_list .bloc{
	border:2px solid #000000;
	padding:3px;
	margin-bottom:30px;
	background:#fff;
}
#wine .wine_list .bloc .inner{
	padding:20px 28px;
	border:1px solid #bbbbbb;
}
#wine .wine_list .ttl {
	color:#cbaa5c;
	line-height:40px;
	margin-bottom:25px;
}
#wine .wine_list .ttl .wine_red{
	padding-right:27px;
	background:url(../wine/images/ico_wine_red.png) no-repeat right center;
}
#wine .wine_list .ttl .wine_white{
	padding-right:27px;
	background:url(../wine/images/ico_wine_white.png) no-repeat right center;
}
#wine .wine_list .ttl .wine_spark{
	padding-right:27px;
	background:url(../wine/images/ico_wine_spark.png) no-repeat right center;
}
#wine .wine_list .ttl .wine_rose{
	padding-right:27px;
	background:url(../wine/images/ico_rose.png) no-repeat right center;
}
#wine .wine_list .ttl .wine_rose_spark{
	padding-right:27px;
	background:url(../wine/images/ico_rose_spark.png) no-repeat right center;
}

#wine .wine_list .ttl dt{
	float:left;
	line-height:40px;
	font-weight:bold;
	font-size:1.8rem;
}
#wine .wine_list .ttl dt span{
	display:inline-block;
	margin-right:15px;
}
#wine .wine_list .ttl dd{
	float:right;
	font-size:1.4rem;
	font-weight:bold;
}
#wine .wine_list .ttl dd span{
	font-size:2.0rem;
}
#wine .wine_list .photo {
	text-align:center;
}
#wine .wine_list .item_box {
	padding-left:30px;
}
#wine .wine_list .item_box dl {
    display: flex;
    flex-wrap: wrap;
	margin-bottom:26px;
}
#wine .wine_list .item_box dt {
	padding:15px;
	box-sizing:border-box;
	width:20%;
	text-align:center;
}
#wine .wine_list .item_box dd {
	width:80%;
	margin-bottom:1px;
	padding:15px;
	background:#f7f5f1;
}
#wine .wine_list .type {
	background:#eed9b1;
	color:#7e6536;
}
#wine .wine_list .spec {
	background:#fcdbc7;
	color:#9a6c50;
}
#wine .wine_list .locality {
	background:#e2eeb1;
	color:#657136;
}
#wine .wine_list .item_box .comment p{
	line-height:3.0rem;
}
@media screen and (max-width:716px) {
	#wine.chart {
		margin-top:0;
	}
	#wine h3.ttl img {
		max-width:80%;
	}
	#wine .wine_list .bloc{
		margin:0 10px 20px;
	}
	#wine .wine_list .bloc .inner {
		padding:10px;
	}
	#wine .wine_list .photo {
		margin-bottom:10px;
	}
	#wine .wine_list .item_box {
		padding-left:0;
	}
	#wine .wine_list .item_box dt,
	#wine .wine_list .item_box dd{
		width:100%;
		padding:15px;
	}
}


/*====================================================================================
Catalog
====================================================================================*/
#catalog .bloc {
	padding:30px;
	background:#fff;
}
#catalog .ttl_p2 {
	margin-bottom:20px;
}
#catalog .catalog_list {
	overflow:hidden;
	width:60%;
	margin:30px auto 0;
}
#catalog .catalog_list li {
	float:left;
	width:44%;
	margin:0 3% 20px;
	padding:10px;
	box-sizing:border-box;
	text-align:center;
	/*display:inline-block;
	line-height:36px;
	margin-bottom:10px;
	padding:10px 10px 10px 50px;
	background:url(../catalog/images/ico_pdf.png) no-repeat 5px center;
	background-size:auto 36px;*/
}
#catalog .catalog_list li a {
	width:100%;
}
#catalog .catalog_list li a span{
	display:block;
	vertical-align:middle;
}
#catalog .catalog_list li a .photo{
	text-align:center;
	margin-bottom:5px;
}
#catalog .catalog_list li a .photo img{
	width:120px;
	height:auto;
}
#catalog .catalog_list li a .title{
	width:auto;
}
#catalog .box {
	width: 60%;
	margin-top:27px;
	margin-right: auto;
	margin-left: auto;
	border:1px solid #cbaa5c;
	padding:15px 20px 5px;
	box-sizing:border-box;
}
#catalog .box dt{
	float:left;
	width:10rem;
	color:#fff;
	background:#cbaa5c;
	text-align:center;
}
#catalog .box dt:nth-child(3) {
	background:#977b4d;
}
#catalog .box dd{
	padding-left:11rem;
}
@media screen and (min-width:717px) {
	#catalog .box {
		max-width: 420px;
	}
}
@media screen and (max-width:716px) {
	#catalog .bloc {
		margin:0 10px;
		padding:10px;
	}
	#catalog .catalog_list {
		width:100%;
	}
	#catalog .catalog_list li {
		float:none;
		width:100%;
		margin:0 0 10px;
	}
	#catalog .box {
		width: auto;
		margin-top: 10px;
		margin-right: 10px;
		margin-left:  10px;
		padding: 10px 10px 0;
	}
}

/*====================================================================================
Company
====================================================================================*/
#company h3.ttl {
	margin-bottom:50px;
}
#company .tbl_company table{
	width:100%;
}
#company .tbl_company table th{
	width:280px;
	box-sizing:border-box;
	padding:25px;
	background:#fff;
	border-bottom:1px solid #f1e9de;
	text-align:left;
}
#company .tbl_company table td{
	box-sizing:border-box;
	padding:25px;
	background:#fff;
	border-bottom:1px solid #f1e9de;
}
#company .lead_bloc .staff_photo {
	position:relative;
	width:320px;
	float: left;
}
#company .lead_bloc .comment {
	margin: 0 auto;
	width: 640px;
	letter-spacing: -0.1rem;
}
#company .comment p:nth-child(1) {
	line-height:3.0rem;
	font-size:1.6rem;
}

#company .comment .sign{
	float: right;
	display: grid;
    grid-template-columns: auto 1fr;
    width: max-content;
    max-width: 100%;
    margin-bottom: 30px;
    line-height: 2;
    box-sizing: border-box;
}
#company .comment .sign dt, #company .comment .sign dd{
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif !important;
    font-weight: 700;
    align-self: end;
}
#company .comment .sign dt{font-size: 18px; padding-right: 1em; text-align-last: justify;}
#company .comment .sign dd{font-size: 20px;}

@media screen and (max-width:716px) {
	#company h3.ttl {
		margin-bottom:20px;
	}
	#company h3.ttl img {
		max-width:80%;
	}
	#company .u-ta-r{
		text-align:right;
	}
	#company .tbl_company table {
		width:95%;
		margin:0 auto 20px;
	}
	#company .tbl_company table th {
		display:block;
		width:100%;
		padding:5px;
		background:#f1e9de;
	}
	#company .tbl_company table td {
		display:block;
		padding:15px 10px;
	}
	#company .lead_bloc .staff_photo  {
		width:100%;
		float: none;
	}
	#company .lead_bloc .comment {
		float: none;
		width: 100%;
		letter-spacing: inherit;
		padding-top: 30px;
	}
	#company .comment p{
		font-size: 17px;
	}
	#company .comment .sign dt{font-size: 16px;}
	#company .comment .sign dd{font-size: 18px;}
}

/*====================================================================================
ecology
====================================================================================*/
#ecology h3.ttl {
	margin-bottom:50px;
}

#ecology .bag {
  width: 560px;
  margin:0 auto;
  padding-bottom:20px;
  background:url(../ecology/images/bg_ecobag.png) repeat-x center bottom;
  color:#fff;
}

#ecology .bag .photo{
	position:relative;
}
#ecology .bag .bag_ttl{
	margin-top:-20px;
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:2.4rem;;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-align:center;
}

#ecology .planning {
	background:#fff;
	padding:5px 30px 30px;
}
#ecology .planning h4 {
	font-size:2.0rem;
	color:#cbaa5c;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:25px;
}
#ecology .planning .ttl_underline::after {
	left:0;
	margin-left:0;
}
#ecology .planning ul {
	line-height:3.0rem;
}
#ecology .planning ul li {
	position:relative;
	padding-left:15px;
}
#ecology .planning ul li::after {
	position:absolute;
	content:'';
	display:block;
	top:0;
	left:0;
	margin-top:5px;
	width:5px;
	height:5px;
	background:#cbaa5c;
}

@media screen and (max-width:716px) {
	#ecology h3.ttl {
		margin-bottom:20px;
	}
	#ecology h3.ttl img {
		max-width:80%;
	}
	#ecology .bag {
		width:100%;
		box-sizing:border-box;
		padding:5px;
	}
	#ecology .planning {
		margin:0 10px;
	}
}

/*====================================================================================
Cafeteria
====================================================================================*/

#cafeteria #content h3{
	margin-bottom:30px;
}
#cafeteria .lead_bloc .photo {
	float:left;
	width:516px;
}
#cafeteria .lead_bloc .comment {
	float:right;
	width:400px;
}
#cafeteria .lead_bloc .comment .ttl_p1{
	margin-bottom:20px;
}
#cafeteria .point{
	padding-top:60px;
	padding-bottom:100px;
	background:url(../cafeteria/images/bg_field.png) no-repeat center bottom;
}
#cafeteria .point h3{
	margin-bottom:30px;
}
#cafeteria .point .under{
	position:relative;
	left:12.5%;
}
#cafeteria .point .col{
	padding:30px 15px;
	background:#fff;
	text-align:center;
}
#cafeteria .point .col p{
	text-align:left;
}
#cafeteria .point .col .ttl_p2{
	padding-bottom:5px;
	margin-bottom:10px;
}
#cafeteria .instagram {
	padding:70px 0 0;
}
#cafeteria .instagram .ttl{
	margin-bottom:50px;
}
#cafeteria .instagram .lead{
	margin-bottom:20px;
}
@media screen and (max-width:716px) {
	#cafeteria .lead_bloc .photo {
		float:none;
		width:100%;
	}
	#cafeteria .lead_bloc .comment {
		float:none;
		width:100%;
		letter-spacing:inherit;
		padding-top:30px;
	}
	#cafeteria .lead_bloc .comment .ttl_p1 {
		font-size:1.8rem;
		letter-spacing:-0.1rem;
	}
	#cafeteria .lead_bloc .comment .box {
		padding:5px 10px;
	}
	#cafeteria .point {
		padding:10px;
		background-size:cover;
	}
	#cafeteria .point .under{
		left:0;
	}
	#cafeteria .point .col {
		padding:10px;
		margin-bottom:10px;
	}
	#cafeteria .instagram {
		padding:20px 10px;
	}
}

/*====================================================================================
History
====================================================================================*/
#history h3.ttl {
	margin-bottom:50px;
}
#history .tbl_history table{
	width:100%;
}
#history .tbl_history table th{
	width:120px;
	box-sizing:border-box;
	padding:25px;
	background:#fff;
	border-bottom:1px solid #f1e9de;
	text-align:center;
	color:#cbaa5c;
}
#history .tbl_history table td{
	box-sizing:border-box;
	padding:25px;
	background:#fff;
	border-bottom:1px solid #f1e9de;
}
@media screen and (max-width:716px) {
	#history h3.ttl {
		margin-bottom:20px;
	}
	#history h3.ttl img {
		max-width:80%;
	}
	#history .tbl_history table {
		width:95%;
		margin:0 auto 20px;
	}
	#history .tbl_history table th {
		width:6em;
		padding:5px;
	}
	#history .tbl_history table td {
		padding:15px 10px;
	}
}

/*====================================================================================
Storelist
====================================================================================*/
#shop .storelist h3.ttl {
	margin-bottom:40px;
}
#shop .storelist .anchor {
	position:relative;
	overflow:hidden;
	margin-bottom:35px;
}
#shop .storelist .anchor ul {
	position:relative;
	left:50%;
	float:left;
}
#shop .storelist .anchor ul li {
	position:relative;
	left:-50%;
	float:left;
	width:235px;
	height:50px;
	margin:0 25px;
}
#shop .storelist .anchor ul li a {
	display:block;
	line-height:50px;
	color:#fff;
	text-align:center;
	font-size:1.6rem;
	background:#cbaa5c;
	text-decoration:none;
}
#shop .storelist h4 {
	text-align:center;
	font-size:2.0rem;
	color:#cbaa5c;
	margin-bottom:25px;
	padding-bottom:20px;
}
#shop .storelist .store_box {
	border:1px solid #000;
	margin-bottom:20px;
	padding:3px;
	background:#fff;
}
#shop .storelist .store_box .inner {
	position:relative;
	border:1px solid #bbb;
	padding:15px 25px;
}
#shop .storelist .store_box .store_name{
	font-size:1.8rem;
	color:#cbaa5c;
	border-bottom:1px solid #cbaa5c;
	margin-bottom:10px;
	padding-bottom:5px;
}
#shop .storelist .store_box .btn_icon {
	position:absolute;
	bottom:15px;
	right:25px;
	width:25px;
	height:25px;
	background:#cbaa5c;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
#shop .storelist .store_box .btn_icon::before {
	position:absolute;
	content:'';
	display:block;
	top:50%;
	left:50%;
	width: 8px;
	height: 8px;
	margin-top:-5px;
	margin-left:-6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#shop .storelist .store_box a::after {
	position:absolute;
	content:'';
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#shop .storelist .store_box a:hover::after {
	background:rgba(255,243,211,0.30)

}
#shop .pointcard h3.ttl {
	margin-bottom:30px;
}
#shop .pointcard .ttl_p2 {
	margin-bottom:20px;
	padding-bottom:15px;
}
#shop .pointcard .bloc {
	margin-bottom:30px;
}
#shop .pointcard p {
	line-height:3rem;
}
#shop .guide {
	background:#fff;
	padding:5px 30px 30px;
}
#shop .guide h4 {
	font-size:2.0rem;
	color:#cbaa5c;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:25px;
}
#shop .guide .ttl_underline::after {
	left:0;
	margin-left:0;
}
#shop .guide ul {
	line-height:3.0rem;
}
#shop .guide ul,
#shop .guide p {
	margin-bottom:15px;
}
#shop .guide ul li {
	position:relative;
	padding-left:15px;
}
#shop .guide ul li::after {
	position:absolute;
	content:'';
	display:block;
	top:0;
	left:0;
	margin-top:5px;
	width:5px;
	height:5px;
	background:#cbaa5c;
}

@media screen and (max-width:716px) {
	#shop h3.ttl {
		margin-bottom:20px;
	}
	#shop h3.ttl img {
		max-width:80%;
	}
	#shop .storelist {
		padding:0 10px;
	}
	#shop .storelist .anchor ul {
		left:0;
		float:none;
	}
	#shop .storelist .anchor ul li {
		left:0;
		float:none;
		width:inherit;
		margin-bottom:1px;
	}
}


#shop .ttl_shopname {
	margin-bottom:35px;
	font-size:2.8rem;
	text-align:center;
}
#shop .store_detail .store_box {
	border:1px solid #000;
	margin-bottom:20px;
	padding:3px;
	background:#fff;
}
#shop .store_detail .store_box .inner {
	position:relative;
	border:1px solid #bbb;
	padding:30px;
}

#shop .store_detail .store_box .ttl{
	margin-bottom:35px;
	padding-bottom:10px;
	font-size:2.0rem;
	border-bottom:1px solid #cbaa5c;
	color:#cbaa5c;
}
#shop .store_detail .store_box h4 {
	font-size:2.0rem;
	color:#cbaa5c;
	padding-bottom:10px;
	margin-bottom:20px;
	margin-top:25px;
}
#shop .store_detail .store_box .ttl_underline::after {
	left:0;
	margin-left:0;
}
#shop .store_detail .store_box h4 span{
	font-size:1.4rem;
}
#shop .store_detail .store_box .photo {
	text-align:center;
	margin-bottom:10px;
}
#shop .store_detail .store_box .comment, #shop .store_detail .store_box .comment p{
	line-height:3.0rem;
}
#shop .store_detail .store_box .profile dt {
	float:left;
	padding:15px;
}
#shop .store_detail .store_box .profile dd {
	padding:15px;
	padding-left:8em;
	border-bottom:1px solid #f1e9de;
}

@media screen and (max-width:716px) {
	#shop .store_detail .store_box {
		margin:0 10px 20px;
	}
	#shop .store_detail .store_box .profile dt {
		position:relative;
		float:none;
		padding:5px 10px;
	}
	#shop .store_detail .store_box .profile dt::before {
		position:absolute;
		content:'';
		display:block;
		top:50%;
		left:0;
		margin-top:-3px;
		width:6px;
		height:6px;
		background:#cbaa5c;
	}
	#shop .store_detail .store_box .profile dd {
		margin-bottom:5px;
		padding:5px;
		border-bottom:1px solid #f1e9de;
	}
	.gmap {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
		}
	.gmap iframe,
	.gmap object,
	.gmap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}


/*====================================================================================
Recruit
====================================================================================*/
#recruit .ttl_p2{
	font-size:2.6rem;
	margin-bottom:20px;
	padding-bottom:10px;
}
#recruit .bloc {
	margin-bottom:80px;
}
#recruit .btn_recuit a {
	display:block;
	width:130px;
	margin:0 auto 30px;
	padding:18px 0;
	color:#fff;
	font-size:2.8rem;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	line-height:1.2;
}
#recruit .btn_recuit a span{
	display:block;
	font-size:2.0rem;
	font-weight:normal;
}
#recruit .tbl_recruit table{
	width:100%;
}
#recruit .tbl_recruit table th{
	width:170px;
	box-sizing:border-box;
	padding:25px;
	background:#fff;
	border-bottom:1px solid #f1e9de;
	border-right:1px solid #f1e9de;
	text-align:left;
}
#recruit .tbl_recruit table td{
	box-sizing:border-box;
	padding:25px;
	background:#fff;
	border-bottom:1px solid #f1e9de;
	text-align:left;
}
#recruit .box{
	background:#fff;
	padding:30px;
}
#recruit .box div,
#recruit .box div p{
	line-height:3.0rem;
}
@media screen and (max-width:716px) {
	#recruit h3.ttl img {
		max-width:80%;
	}
	#recruit .btn_recuit a {
		width:95%;
	}
	#recruit .box {
		margin:0 10px;
	}
	#recruit .tbl_recruit table {
		width:95%;
		margin:0 auto 20px;
	}
	#recruit .tbl_recruit table th {
		width:6em;
		padding:5px;
	}
	#recruit .tbl_recruit table td {
		padding:15px 10px;
	}
}

/*====================================================================================
Staff
====================================================================================*/
#staff .staff_top{
	padding-top:20px;
	padding-bottom:80px;
}
#staff .staff {
	padding-top:100px;
	padding-bottom:80px;
}
#staff .staff_photo {
	position:relative;
	width:560px;
	margin:0 auto 50px;
}
#staff .staff_photo .staff_name_r,
#staff .staff_photo .staff_name_l{
	position:absolute;
	top:50%;
	margin-top:-1.5em;
}
#staff .staff_photo .staff_name_l {
	left:54px;
}
#staff .staff_photo .staff_name_r {
	right:54px;
}
#staff .staff_photo p{
	font-family: "æ¸¸æ˜Žæœä½“","Yu Mincho",YuMincho,serif;
}
#staff .staff_photo .section{
	font-size:2.0rem;
}
#staff .staff_photo .section span{
	font-size:1.6rem;
}
#staff .staff_photo .name{
	font-size:3.4rem;
}
#staff .ttl_p2 {
	margin-bottom:20px;
	padding-bottom:10px;
}
#staff .comment p {
	line-height:3.0rem;
	font-size:1.6rem;
}
@media screen and (max-width:716px) {
	#staff .staff_top{
		padding:20px 0;
	}
	#staff .staff {
		padding:20px 0;
	}
	#staff .staff_top,
	#staff .staff {
		padding-left:10px;
		padding-right:10px;
	}
	#staff .staff_photo  {
		width:100%;
	}
	#staff .staff_photo .staff_name_r,
	#staff .staff_photo .staff_name_l{
		margin-top:-2em;
	}
	#staff .staff_photo .staff_name_l {
		left:10px;
	}
	#staff .staff_photo .staff_name_r {
		right:10px;
	}
	#staff .staff_photo .section{
		font-size:1.6rem;
	}
    #staff .staff_photo .section span{
        font-size:1.2rem;
    }
	#staff .staff_photo .name{
		font-size:2.0em;
	}
}


/*====================================================================================
Effort
====================================================================================*/
#effort .lead_bloc {
	margin-bottom:50px;
	padding:45px 20px;
	border:2px solid #f2eadb;
	box-sizing:border-box;
}
#effort .lead_bloc a{
	text-decoration:underline;
}
#effort .lead_bloc a:hover{
	text-decoration:none;
}
#effort .ttl_p1 {
	margin-bottom:20px;
}
#effort .photo_item {
	text-align:center;
	margin:20px auto;
}
#effort .lead_bloc .photo{
	text-align:right;
}
#effort h5{
	font-weight:bold;
	font-size:1.4rem;
	line-height:1.8;
}
#effort #content {
	padding:50px 0 76px;
}
#effort #content .bloc {
	background:#fff;
	padding:45px 20px;
}
#effort #content .bloc p{
	line-height:1.8;
}
#effort .photo_area {
	margin-top:70px;
	padding:0 20px;
}
#effort .photo_area .photo{
	padding:10px 22px;
	text-align:center;
}
@media screen and (min-width:717px) {
	#effort .comment {
		padding-right: 128px;
		padding-left:  128px;
	}
	#effort #content .bloc {
		background:#fff;
		padding:45px 148px;
	}
}

@media screen and (max-width:716px) {
	#effort{
		padding:20px 0;
	}
	#effort .lead_bloc .photo{
		text-align:center;
	}
	#effort .photo_area {
		margin-top:30px;
		padding:0;
	}
	#effort .photo_area .photo{
		padding:5px;
		text-align:center;
	}
	.info_text p {
    border: 1px solid #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 8% 0;
    color: #ffffff;
    text-align: center;
}
}
/*====================================================================================
information04
====================================================================================*/
.txt_info04 {
	margin: 20px 0;
}
.link_info04 a {
	text-decoration: underline;
    color: #0025af;
}
}
/*====================================================================================
information03
====================================================================================*/
.pict03{
	width: 50% !important;
}
.pict04{
	width: 57% !important;
}
.txt_info03 {
	margin: 20px 0;
}
.link_info03 a {
	text-decoration: underline;
    color: #0025af;
}
}
/*====================================================================================
information02
====================================================================================*/
.pict02{
	width: 47% !important;
}

#information .lead_bloc {
	padding-top:20px;

}
#information .lead_bloc .ttl_p1 {
	margin-bottom:40px;
}
#information .lead_bloc .pict {
	text-align:center;
	width:313px;
	margin:0 auto;
}
#information .lead_bloc .pict02 {
	margin-top:30px;
}
#information #content {
	padding:90px 0;
}
#information .goal .bloc {
	margin-bottom:40px;
}
#information .goal .ttl {
	margin-bottom:60px;
}
#information .goal .num {
	padding-bottom:10px;
	margin-bottom:10px;
}
#information .goal .num02 {
	padding-bottom:10px;
	margin-bottom:10px;
}
#information .goal .num03 {
	padding-bottom:10px;
	margin-bottom:10px;
}
#information .goal p {
	line-height:3rem;
}
#information .goal02 p {
	line-height:2.5rem;
}
#information .original_brand {
	padding: 30px 0 40px;
}
#information .original_brand02 {
	padding: 0 0 100px;
}
#information .original_brand .ttl{
	margin-bottom:30px;
}
#information .original_brand .comment {
	margin-bottom:45px;
	padding:0 0 0 10px;
}
#information .original_brand .comment p{
	line-height:3rem;
}
#information .original_brand a {
		text-decoration: underline;
	}
.txt_inpreparation {
	text-align: center;
	margin-bottom: 400px;
}

#information .note_list .item {
  padding-left: 1em;
  text-indent: -1em;
}


@media screen and (max-width:716px) {
	#information .lead_bloc .pict {
		width:80%;
	}
	#information #content {
		padding:30px 0;
	}
	#information .goal p {
		padding:0 10px;
	}
	#information .goal02 {
		font-size:75%;
}
#information .info_t_style h4 {
	font-size:16px;
}
	#information .info_t_style p {
		font-size:85%;
	}
	#information .info_t_style p span{
		font-size:18px;
	}
	#information .original_brand {
		padding:20px 0;
	}
	#information .original_brand .ttl {
		margin-bottom:10px;
	}
	#information .original_brand h3.ttl img {
		max-width:80%;
	}
	#information .original_brand .logo img {
		max-width:80%;
	}
	.ttl_p_info {
    font-size: 2rem;
    color: #cbaa5c;
  }
  .info_text {
      border: 1px solid #d0cfd0;
      padding: 6px;
      background: #d2b48;
      width: 45%;
      margin: 0 auto;
  }
  .info_mt20 {
    margin-top:20px;
  }
  .info_text p {
      border: 1px solid #ffffff;
      font-size: 16px;
      font-weight: bold;
      padding: 8% 0;
      color: #ffffff;
      text-align: center;
  }
.mal {
		margin-left: 28% !important;
	}

  #information .list_wrap {
    display: flex;
    justify-content: center;
    padding: 0 10px;
  }

  #information .note_list {
		margin-left: 0 !important;
  }


}

@media screen and (min-width:715px) {
	#information .original_brand .ml-pc {
		margin-left: 34%;
	}
}


/*====================================================================================
information
====================================================================================*/
.ct_infor {
	width: 60%;
	margin: 0 auto 50px;
}
.ct_infor h4 {
	color:#999896;
	font-size:20px;
	font-weight:bold;
	margin-bottom:5%;

}
.ct_infor02 {
	width: 60%;
	margin: 0 auto;
}
.img_infor{
	float: left;
	width: 24%;
}
.tt_infor {
	color: #cbaa5c;
	font-size: 20px !important;
	margin-bottom: 3%;
	font-weight: bold;
}
.tt_infor02 {
	font-size:30px !important;
}
.tt_infor span {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.txt_infor {
	padding-top: 7%;
	text-align: left;
	padding-left: 5%;
	width: 76%;
	float: right;
}
.txt_infor02 span {
	font-size:20px;
	font-weight:normal;
}
.txt_infor03 {
	color: #A3A2A0;
	line-height: 2.5rem;
}
.txt_infor03 span {
	font-size:24px;
	font-weight:bold;
	color: #A3A2A0;
}
.mal a {
	text-decoration: underline;
	color: #0025af;
}
@media screen and (max-width:716px) {
.img_infor{
	width: 100%;
    float: none
}
.txt_infor {
    padding: 5% 1% 1% 1%;
    text-align: left;
}
.tt_infor {
	color: #cbaa5c;
	font-size: 3.0rem !important;
}
.txt_infor {
	padding-top: 8%;
	text-align: left;
	width: 100%;
}
.tt_infor span {
	color: #000;
	font-size: 2rem;
}
}
