@charset "euc-jp";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* reset */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,figure,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
  font-family: 'Agenda','Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
}
.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address, caption, cite, code,
dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
 
ol, ul {
  list-style: none;
}
 
caption {
  text-align: left;
}
th {
  text-align: center;
}
th,td{
 padding: 4px; 
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
.fontMin {
	font-family: 'Noto Serif JP', serif;
}
.fontMinW {
	font-family: 'Noto Serif JP', serif;
  color: #ffffff;
}
/*
q:before,:after {
  content: '';
}
*/
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}

/* font size */
body {
  font: 14px arial,helvetica,clean,sans-serif;
  *font-size: small; /* for IE */
  *font: x-small; /* for IE in quirks mode */
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}
table {
  font: 100%;
  font-size: inherit;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
  *font-size: 108%;
}

/* common */
body {
  color: #444;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.7;
  background-color: #FFFFFF;
}
a {
  color: #3579bf;
}
input[type="text"],
textarea,
select {
  border: 1px solid #888;
}
/* clearfix */
.clearfix {
  *zoom: 1;
}
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }


.forpc { display: block!important; }
.forsp { display: none!important; }
.forpcinline { display: inline!important; }
.forspinline { display: none!important; }

a:hover,
input[type="submit"]:hover,
input[type="image"]:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/*font
-----------------------------------------------*/
.fontBold { font-weight: bold!important; }
.fontNormal { font-weight: normal!important; }
.underline { text-decoration: underline!important; }

/*align
-----------------------------------------------*/
.alright { text-align: right!important; }
.alcenter { text-align: center!important; }
.alleft { text-align: left!important; }


::placeholder {
	color: #bbb;
}

/* ----------- jq効果 --------- */
.fadeIn {
	transition: .8s;
	opacity: 0;
	transform: translate(0, 30px); 
	-webkit-transform: translate(0, 30px); 
}
.fadeIn.active {
	opacity: 1.0;
	transform: translate(0, 0); 
	-webkit-transform: translate(0, 0);
}
.delay1 { transition-delay: .3s; }
.delay2 { transition-delay: .6s; }
.delay3 { transition-delay: .9s; }


/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:799px) {

	.forpc { display: none!important; }
	.forsp { display: block!important; }
	.forpcinline { display: none!important; }
	.forspinline { display: inline!important; }
	img { max-width: 100%; }

	a:hover,
	input[type="submit"]:hover,
	input[type="image"]:hover {
		opacity: 1;
		filter: alpha(opacity=100);
	}


}




/* icons */
.icon:before,
.ie_icon {
  display: block;
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16.png);
  background-repeat: no-repeat;
  content: "";
}

.hicon::before {
	display: block;
	float: none;
	margin-right: 0;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
}
.icon_myaccount::before { background-image: url(https://img07.shop-pro.jp/PA01457/597/etc/s_mypage.png?cmsp_timestamp=20210125171552); }
.icon_regist::before { background-image: url(https://img07.shop-pro.jp/PA01457/597/etc/s_add.png?cmsp_timestamp=20210125171512); }
.icon_login::before { background-image: url(https://img07.shop-pro.jp/PA01457/597/etc/s_login.png?cmsp_timestamp=20210125171538); }
.icon_logout::before { background-image: url(https://img07.shop-pro.jp/PA01457/597/etc/s_logout.png?cmsp_timestamp=20210125171548); }
.icon_viewcart::before { background-image: url(https://img07.shop-pro.jp/PA01457/597/etc/s_cart.png?cmsp_timestamp=20210125171525); }
.icon_search::before { background-image: url(https://img07.shop-pro.jp/PA01457/597/etc/s_search.png?cmsp_timestamp=20210125171557); }
.icon_contact::before { background-image: url(https://img07.shop-pro.jp/PA01457/597/etc/s_email.png?cmsp_timestamp=20210125171531); }

.icon_viewcart { padding-left: 30px; position: relative; }
.icon_viewcart::before { position: absolute; }

  .icon_sort:before,
  .ie_icon_sort {
    background-position: left -112px;
  }
  .icon_prev:before,
  .ie_icon_prev {
    margin-right: 0;
    background-position: left -32px;
  }
  .icon_next:before,
  .ie_icon_next {
    float: right;
    margin-right: 0;
    background-position: right -48px;
  }
  .icon_prev_dis:before,
  .ie_icon_prev_dis {
    margin-right: 0;
    background-position: left -64px;
  }
  .icon_next_dis:before,
  .ie_icon_next_dis {
    float: right;
    margin-right: 0;
    background-position: right -80px;
  }
  .icon_lst:before,
  .ie_icon_lst {
    margin-right: 0;
    background-position: left -176px;
  }
    .footer_lst .icon_lst:before,
    .footer_lst .ie_icon_lst {
      margin-left: -16px;
    }
  .icon_down:before,
  .ie_icon_down {
    display: none;
  }
  .icon_category_lst:before,
  .ie_icon_category_lst {
    display: none;
  }
  .icon_review:before,
  .ie_icon_review {
    background-position: left -240px;
  }
  .icon_review_post:before,
  .ie_icon_review_post {
    background-position: left -256px;
  }

/* layout */
.layout_wrapper {
  background-color: #fff;
}
.layout_header,
.layout_container,
.layout_footer {
  margin: 0 auto;
  width: 100%;
}
.layout_header {
  width: 100%;
	border-bottom: solid 4px #000;
  padding-top: 10px;
  padding-bottom: 5px;
}
.layout_footer {
  margin-top: 3em;
}
.header_headline_nav {
	position: absolute;
	top: 5px;
	right: 10px;
}
.section {
	padding: 50px 0;
}
.subContents {
	width: 1280px;
	text-align: left;
	margin: 0 auto;
}

@media screen and (max-width:799px) {
	.layout_wrapper {
	}
	.layout_header,
	.layout_container,
	.layout_footer {
		width: 100%;
		box-sizing: border-box;
	}
	.layout_header {
		width: 100%;
		box-sizing: border-box;
	}
	.layout_footer {
	}
	.header_headline_nav {
		width: 100vw;
		min-width: auto;
		margin: 0 auto;
		position: static;
	}
	.section {
		padding: 5vw 0;
	}
	.subContents {
		width: 100vw;
		padding: 0 5vw;
		box-sizing: border-box;
	}

}

.header_btn {
  font-size: 92.307%;
  line-height: 1.5;
}
  .header_btn a {
    color: #444;
  }
.viewcart_btn {
  float: right;
  margin-bottom: .5em;
  margin-left: 1.063%;
}
.header_member_nav {
	min-width: 1280px;
  	width: 100%;
	display: inline;	/*  header icon */
}
  .header_member_nav li {
    float: right;
    white-space: nowrap;
    margin-left: 10px;
  }
  .member_login_name {
    float: right;
    clear: right;
    margin-bottom: .5em;
    text-align: right;
    line-height: 1.5;
  }
@media screen and (max-width:799px) {
	.header_member_nav {
		min-width: auto;
		width: 100%;
	}
}
/* delivery price */
.header_delivery_price {
  padding: .5em 1em .3em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #df7676;
  color: #fff;
  line-height: 1.5;
  float: right;
  clear: right;
}


	#header {
		text-align: center;
		position: relative;
	}
	#header h1 {
		width: auto;
		margin: 36px auto;
	}
	#header h1 img {
		width: auto;
	}
	#header #menuBtn {
		display: none;
	}
	#header .hsns {
		display: flex;
		justify-content: flex-end;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}
	#header .hsns li {
		width: 24px;
		margin-left: 10px;
	}
	#header .hsns li img {
		width: 100%;
	}

	#menu {
		width: 500px;
		background: #f2f2f2;
		padding: 0px 50px 50px;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		transition: all .5s;
		transform: translateX(-500px);
		z-index: 2;
	}
		#menu.opened {
			transform: translateX(0);
		}
	#menu #menuClose {
		position: absolute;
		top: 50px;
		left: 10px;
		cursor: pointer;
	}
	#menu a {
		color: #666;
		font-weight: bold;
		text-decoration: none;
		display: block;
	}
	#menu > ul > li {
		border-bottom: solid 1px #999;
		padding: 10px 0;
	}
	#menu > ul > li > a {
	}
	#menu > ul > li ul {
		margin-top: 10px;
		margin-left: 1.5em;
	}
	#menu > ul > li li {
		padding: 5px 0;
	}
	#menu .btn {
		text-align: center;
		margin: 20px 0 20px 0;
	}
	#menu .btn a {
		background: #fff;
		border: solid 1px #999;
		border-radius: 2em;
		padding: 5px 0;
		display: block;
	}

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

	#header {
		text-align: center;
		position: relative;
      	border: 0;
	}
	#header h1 {
		width: 30vw;
	}
	#header #menuBtn {
		display: block;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
	}
	#header .hsns {
		display: none;
	}

	#menu {
		width: 100vw;
		padding: 100px 5vw 10vw;
		transform: translateX(-100vw);
	}
		#menu.opened {
		}
	#menu #menuClose {
		position: absolute;
		top: 30px;
		left: 10px;
		cursor: pointer;
	}

}



/* product search form */
.prd_search_block {
  position: relative;
  float: left;
  margin: -6px 0 0 0;
  padding: 6px 0 0 1px;
  width: 30.212%;
  font-size: 92.307%;
}
  .prd_search_block.open {
    padding: 5px 0;
    border: 1px solid #888;
  }
  .prd_search_form_btn {
    cursor: pointer;
    display: inline-block;
/*    margin-left: 5px;*/
/*    padding: .3em .5em;*/
/*    border: 1px solid #a0a0a0;*/
/*    -webkit-border-radius: 4px*/;
/*    border-radius: 4px;*/
  }
  .prd_search_form {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    overflow: hidden;
    margin-top: 5px;
    padding: 5px;
    border-top: 1px solid #888;
    width: 97%;
  }
  .prd_search_keyword {
    float: left;
    padding: .5em 0;
    width: 80%;
    border: 1px solid #888;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-indent: 5px;
  }
  .prd_search_btn {
    float: right;
    padding: .35em 0;
    width: 18%;
    border: 1px solid #444;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #444;
    color: #fff;
    cursor: pointer;
  }
  .prd_search_optioncategory {
    margin-top: 10px;
    line-height: 1.5;
  }
  .prd_search_select {
    display: inline-block;
    width: 100%;
    font-size: 120%;
  }
  .prd_search_select option {
    word-break: break-all;
  }

/* shopname logo */
.shop_name {
  clear: both;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 -30px;
  position: relative;
  top: -30px;
}

  .shop_name a {
    color: #444;
    text-decoration: none;
  }
    .shop_name a:hover {
      text-decoration: underline;
    }
  .shop_name img {
    width: 120px;
    height: inherit;
  }

/* header global nav */
.header_global_nav {
	display: none;
  margin-top: 3px;
  margin-bottom: 2em;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}
.header_nav_lst {
  text-align: center;
}
.header_nav_menu {
  position: relative;
  display: inline;
  margin: 0 1em;
  padding: 0 1em;
  text-align: center;
  font-weight: bold;
  line-height: 4;
}
.header_nav_menu a,
.header_nav_menu span {
  display: inline;
  color: #444;
  text-decoration: none;
  cursor: pointer;
}
.header_nav_menu_category img {
  position: relative;
  width: 16px;
  height: 16px;
}
.header_category_lst {
  position: absolute;
  left: 0;
  z-index: 101;
  display: none;
  min-width: 100%;
  width: auto;
  border-top: 1px solid #aaa;
  background-color: #fff;
}
.header_category_lst li {
  display: block;
  float: none;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.4;
}
.header_category_lst a {
  display: block !important;
  padding: 1em;
  background-color: #fff;
}

/* title */
.h-type1 {
	text-align: center;
	margin: 0 0 50px;
}
.ttl_h2 {
  margin-top: 3em;
  margin-bottom: .7em;
  color: #444;
  font-weight: bold;
  font-size: 124%;
  text-align: center;
}
.ttl_h3 {
  margin-top: 2em;
  margin-bottom: .5em;
  color: #444;
  font-weight: bold;
  font-size: 92.307%;
}

@media screen and (max-width:799px) {
	.h-type1 {
		margin: 0 0 6vw;
	}
}

/* topicpath */
.topicpath_nav {
  margin: 2em 0;
  font-size: 84.615%;
}
  .topicpath_nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath_nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath_nav li a:hover {
    text-decoration: underline;
  }

/* prduct list */
.prd_lst {
  position: relative;
  clear: both;
  margin-left: -2.218%;
}
.prd_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  word-break: break-all;
  text-align: center;
}
  .prd_lst_unit_s {
    width: 22.916%;
  }
  .prd_lst_unit_m {
    width: 31.25%;
  }
  .prd_lst_unit a {
    color: #000;
    text-decoration: none;
  }
  .prd_lst_unit a:hover {
    text-decoration: underline;
  }
  .prd_lst_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: inherit;
  }
  .prd_lst_span {
    display: block;
    margin: .3em 0;
  }
  .prd_lst_name {
    font-size: 115%;
    margin-top: .5em;
  }
  .prd_lst_exp {
    color: #666;
    font-size: 84.615%;
  }
  .prd_lst_price,
  .prd_lst_soldout {
    font-weight: bold;
    font-size: 92.307%;
  }
  .prd_lst_regular {
    color: #666;
    text-decoration: line-through;
  }
  .prd_lst_none {
    clear: both;
    text-align: center;
    font-size: 123.076%;
    line-height: 16;
  }

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

	.prd_lst {
		position: relative;
		clear: both;
		margin-left: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.prd_lst_unit {
		float: none;
		margin-left: 0;
	}
	.prd_lst_unit_s {
		width: 48%;
	}
	.prd_lst_unit_m {
		width: 48%;
	}
	.prd_lst_unit a {
	}
	.prd_lst_unit a:hover {
	}
	.prd_lst_img {
	}
	.prd_lst_span {
	}
	.prd_lst_name {
	}
	.prd_lst_exp {
	}
	.prd_lst_price,
	.prd_lst_soldout {
	}
	.prd_lst_regular {
	}
	.prd_lst_none {
	}

}

.prd_lst_block .ttl_h2 {
  float: left;
  margin: 20px 0 0;
}
.prd_lst_sort {
  float: right;
  margin: 20px 0;
}
  .prd_lst_sort a {
    color: #444;
  }
  .prd_lst_pager {
    position: relative;
    overflow: hidden;
    margin-top: 2em;
  }
  .prd_lst_pager ul {
    position: relative;
    left: 50%;
    float: left;
  }
  .prd_lst_pager li {
    position: relative;
    left: -50%;
    float: left;
  }
  .prd_lst_pager .prd_lst_pager_prev,
  .prd_lst_pager .prd_lst_pager_next {
    padding: .5em 0;
    width: 8em;
  }
  .prd_lst_pager .prd_lst_pager_next {
    text-align: right;
  }
  .icon_prev_dis,
  .icon_next_dis {
    display: block;
    color: #aaa;
  }
  .prd_lst_pager a {
    color: #444;
    text-decoration: none;
  }
  .prd_lst_pager a:hover {
    text-decoration: underline;
  }
.prd_lst_pos b {
  font-size: 160%;
}

/* footer */
#fsns {
	background: #000;
	padding: 20px 0;
}
#fsns ul {
	display: flex;
	justify-content: center;
}
#fsns ul li {
	line-height: 1;
	margin: 0 35px;
}

#footer {
	background: #fff;
}
#footer .logo {
	display: none;
}
.footer_section {
  float: left;
  margin-top: 1em;
  margin-right: 1.5%;
  margin-bottom: 15px;
  width: 23%;
}
.footer_section .ttl_h2 {
    margin-top: 0;
  }
.footer_nav {
  position: relative;
  clear: both;
  padding: 4em 0;
}
.footer_lst {
  font-size: 92.307%;
  line-height: 1.5;
}
  .footer_lst li {
    word-break: break-all;
    margin-bottom: .5em;
    padding-left: 16px;
  }
  .footer_lst .footer_category_img {
    display: block;
    margin-bottom: .3em;
    max-width: 100%;
    height: auto;
  }
  .footer_lst a {
    color: #444;
    text-decoration: none;
  }
    .footer_lst a:hover {
      text-decoration: underline;
    }

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

	#fsns {
		padding: 10px 0;
	}
	#fsns ul {
	}
	#fsns ul li {
		width: 30px;
		margin: 0 20px;
	}

	#footer {
		background: #fff;
	}
	#footer .logo {
		text-align: center;
		margin: 0 0 10px;
		display: block;
	}
	#footer .logo img {
		width: 64px;
	}
	.footer_section {
		float: left;
		margin-top: 0;
		margin-right: 1.5%;
		margin-bottom: 15px;
		width: 48%;
	}
	.footer_section.footerQr {
		display: none;
	}
	.footer_section .ttl_h2 {
		margin-top: 0;
	}
	.footer_nav {
		padding: 2em 0;
	}


}

/* manager */
.manager_img img {
  max-width: 100%;
}
.manager_memo .ttl_h3 {
  margin-top: .7em;
}

/* social icons */
.social_lst ul {
  padding-left: 16px;
  text-align: left;
}
.social_lst li {
  display: inline;
  margin: 1.5%;
}
.social_lst img {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

  .copyright {
    clear: both;
	  color: #fff;
    padding: 1em 5%;
    text-align: right;
    font-size: 76.923%;
	  background: #000;
  }

/* list */
.def_lst {
  border-top: 1px solid #eee;
}
  .def_lst_dt {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
    float: left;
    clear: both;
    width: 30%;
    word-break: break-all;
  }
  .def_lst_dd {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 35%;
    border-bottom: 1px solid #eee;
  }
    .def_lst_dd img {
      max-width: 100%;
      width: inherit;
      height: auto;
    }

/* product option */
.product_option_table {
  margin: 3em 0;
}
  .product_option_table table {
    width: 100%;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
  }
  .product_option_table th,
  .product_option_table td {
    padding: .8em .5em;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
  .product_option_table th {
    text-align: center;
  }
  .product_option_table td {
    vertical-align: top;
    text-align: center;
  }

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}
.policy_lead {
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

/* for ie7 - 8 */
.ie_wrapper .header_global_nav {
  position: relative;
  z-index: 101;
}
.ie_wrapper .header_nav_menu {
  z-index: 60;
}
.ie_wrapper .header_nav_menu_category {
  z-index: 100;
}
.ie_wrapper .header_category_lst {
  top: 3em;
}
/* for ie7 */
.ie.icon_prev,
.ie.icon_prev_dis {
  margin-right: 2em;
}
.ie_wrapper .header_category_lst {
  top: 2.7em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16_2x.png) !important;
    -webkit-background-size: 16px 320px;
    background-size: 16px 320px;
  }
}



/* --------------------------- フリーページ --------------- */
.section#pagehistory {
  margin: 0 auto;
}
.section#pagehistory .subContents {
	width: 1000px;
}
.section#pagehistory article + article {
	margin: 60px 0 0 0;
}
.section#pagehistory article h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 2em;
}
.section#pagehistory article  .caption {
	font-size: .75em;
	text-align: center;
	margin: 5px 0 0 0;
}
.section#pagehistory article .text p {
	margin: 0 0 1.5em;
}

.section#pagehistory .art1 {
	display: flex;
	justify-content: space-between;
}
.section#pagehistory .art1 .image {
	width: 335px;
}
.section#pagehistory .art1 .text {
	width: 630px;
	padding: 30px 0 0 0;
}

.section#pagehistory .art2 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.section#pagehistory .art2 .image {
	width: 335px;
}
.section#pagehistory .art2 .text {
	width: 630px;
	padding: 30px 0 0 0;
}

.section#pagehistory .art3 {
}
.section#pagehistory .art3 .image {
	text-align: center;
}
.section#pagehistory .art3 .text {
	padding: 30px 0 0 0;
}

.section#pagehistory .art4 {
	display: flex;
	justify-content: space-between;
}
.section#pagehistory .art4 .image {
	width: 335px;
}
.section#pagehistory .art4 .text {
	width: 630px;
	padding: 30px 0 0 0;
}

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

	.section#pagehistory {
	}
	.section#pagehistory .subContents {
		width: 100vw;
	}
	.section#pagehistory article + article {
		margin: 10vw 0 0 0;
	}
	.section#pagehistory article h2 {
		font-size: 135%;
		margin: 0 0 1.5em;
	}
	.section#pagehistory article  .caption {
	}
	.section#pagehistory article .text p {
	}

	.section#pagehistory .art1 {
		display: block;
	}
	.section#pagehistory .art1 .image {
		width: 100%;
		margin: 0 0 5vw;
	}
	.section#pagehistory .art1 .image figure {
		width: 60%;
		margin: 0 auto;
	}
	.section#pagehistory .art1 .text {
		width: 100%;
		padding: 0;
	}

	.section#pagehistory .art2 {
		display: block;
	}
	.section#pagehistory .art2 .image {
		width: 100%;
		margin: 0 0 5vw;
	}
	.section#pagehistory .art2 .image figure {
		width: 60%;
		margin: 0 auto;
	}
	.section#pagehistory .art2 .text {
		width: 100%;
		padding: 0;
	}

	.section#pagehistory .art3 {
	}
	.section#pagehistory .art3 .image {
		margin: 0 auto 5vw;
	}
	.section#pagehistory .art3 .text {
		padding: 0;
	}

	.section#pagehistory .art4 {
		display: block;
	}
	.section#pagehistory .art4 .image {
		width: 100%;
		margin: 0 0 5vw;
	}
	.section#pagehistory .art4 .image figure {
		width: 60%;
		margin: 0 auto;
	}
	.section#pagehistory .art4 .text {
		width: 100%;
		padding: 0;
	}

}
.cat-custom{
  width: 100%;
  margin: 0 auto;
}
.section#quality {

  margin: 0 auto;
}
.section#quality .subContents {
	width: 840px;
}
.section#quality article h2 {
	font-size: 150%;
	font-weight: bold;
	border-bottom: solid 1px #333;
	margin: 0 0 2em;
	padding: 0 0 .5em;
}
.section#quality article + article {
	margin: 60px 0 0 0;
}
.section#quality .art2 figure {
	float: right;
}
.section#quality .art3 figure {
	float: right;
}
@media screen and (max-width:799px) {

	.section#quality {
	}
	.section#quality .subContents {
		width: 100vw;
	}
	.section#quality article h2 {
		font-size: 135%;
	}
	.section#quality article + article {
		margin: 10vw 0 0 0;
	}
	.section#quality .art2 figure {
		width: 40vw;
	}
	.section#quality .art3 figure {
		width: 20vw;
	}

}

#covers{
 width: 100%;
 background-image: url(https://img07.shop-pro.jp/PA01457/597/etc/fond2.png?cmsp_timestamp=20211221192806);
  background-repeat: repeat;
}
.section#plantation {
  background-color: #f4f4f4;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
 background-image: url(https://img07.shop-pro.jp/PA01457/597/etc/fond2.jpg);
  background-repeat: repeat;
}
.section#plantation .subContents {
}
.section#plantation article h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 0 20px 2em;
}
.section#plantation article p {
	font-size: 100%;
	font-weight: normal;
	margin: 0 20px 2em;
}
.section#plantation article + article {
	margin: 0 0 0 0 ;
  padding: 60px 0 0 0;
}
.section#plantation .art1 .videoWrap {
	width: 100%;
	margin: 30px 0 0;
}
.section#plantation .art1 .videoWrap video {
	width: 100%;
}
.section#plantation .art1 .listimage {
	margin: 60px 0;
}
.section#plantation .art1 .map {
	width: 1280px;
	height: 707px;
	background: url(https://img21.shop-pro.jp/PA01457/597/etc/plantation_p_map2.jpg?cmsp_timestamp=20201214184529) no-repeat;
	position: relative;
}
.section#plantation .art1 .map .mokaya { position: absolute; top: 60px; left: 69px; }
.section#plantation .art1 .map .ancones { position: absolute; top: 60px; left: 288px; }
.section#plantation .art1 .map .laguna { position: absolute; top: 400px; left: 96px; }
.section#plantation .art1 .map .jardin { position: absolute; top: 514px; left: 260px; }
.section#plantation .art1 .map .riachuelo { position: absolute; top: 533px; left: 467px; }
.section#plantation .art1 .map .gracinda { position: absolute; top: 140px; left: 580px; }
.section#plantation .art1 .map .mangaro { position: absolute; top: 499px; left: 801px; }

.section#plantation .art2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section#plantation .lowfms ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  width: 70%;
  margin: 0px auto;
}
.section#plantation .art2 ul::before,
.section#plantation .art2 ul::after {
	content: " ";
	width: 300px;
	display: block;
	order: 1;
}
.section#plantation .art2 ul li {
	width: 300px;
	border-style: solid;
	border-width: 5px;
	margin: 0 0 50px;
	padding: 20px;
	box-sizing: border-box;
}
.section#plantation .art2 ul li#mokaya { border-color: #e83e35;background-color: #ffffff; }
.section#plantation .art2 ul li#ancones { border-color: #71c075;background-color: #ffffff; }
.section#plantation .art2 ul li#laguna { border-color: #6695cb;background-color: #ffffff; }
.section#plantation .art2 ul li#jardin { border-color: #93b277;background-color: #ffffff; }
.section#plantation .art2 ul li#riachuelo { border-color: #f27c4c;background-color: #ffffff; }
.section#plantation .art2 ul li#gracinda { border-color: #7ba8bf;background-color: #ffffff; }
.section#plantation .art2 ul li#mangaro { border-color: #f7ae3e;background-color: #ffffff; }

.section#plantation .art2 ul li#movie {
	width: 100%;
	border: none;
}
.section#plantation .art2 ul li#movie .videoWrap2 {
	width: 100%;
}
.section#plantation .art2 ul li#movie .videoWrap2 video {
	width: 100%;
}
.section#plantation .art2 ul li figure {
	text-align: center;
	margin: 0 auto 25px;
}
.section#plantation .art2 ul li h3 {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}
.section#plantation .art2 ul li dt {
	font-weight: bold;
	margin: 1em 0 0 0;
}



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

	.section#plantation {
	}
	.section#plantation .subContents {
	}
	.section#plantation article h2 {
		font-size: 135%;
	}
	.section#plantation article + article {
		margin: 10vw 0 0 0;
	}
	.section#plantation .art1 .listimage {
		margin: 8vw 0;
	}

	.section#plantation .art2 ul {
		margin-top: 5vw;
		display: block;
	}
	.section#plantation .art2 ul::before,
	.section#plantation .art2 ul::after {
		content: none;
	}
	.section#plantation .art2 ul li {
		width: 100%;
		margin: 0 0 5vw;
		padding: 5vw;
	}
	.section#plantation .art2 ul li#movie {
		width: 100%;
		padding: 0;
	}
	.section#plantation .art2 ul li#movie .videoWrap2 {
	}
	.section#plantation .art2 ul li#movie .videoWrap2 video {
	}

	.section#plantation .art2 ul li figure {
		width: 50%;
	}
	.section#plantation .art2 ul li h3 {
	}
	.section#plantation .art2 ul li dt {
	}

}


/* --------------------------- フリーページ　インフォメーション --------------- */
.section#pageinformation {
	padding-top: 50px;
}
.section#pageinformation .subContents {
	width: 1000px;
}
.section#pageinformation .subContents dt {
	font-weight: bold;
	float: left;
}
.section#pageinformation .subContents dt::after {
	content: "：";
}
.section#pageinformation .subContents dd {
	border-bottom: dotted 1px #333;
	margin: 0 0 1.5em 9em;
	padding: 0 0 2em;
}

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

	.section#pageinformation {
	}
	.section#pageinformation .subContents {
		width: 100%;
	}
	.section#pageinformation .subContents h2 img {
		width: auto;
		height: 40px
	}
	.section#pageinformation .subContents dt {
		float: none;
	}
	.section#pageinformation .subContents dt::after {
	}
	.section#pageinformation .subContents dd {
		border-bottom: dotted 1px #333;
		margin: 0 0 1.5em;
		padding: 0 0 2em;
	}
}


/* ------------------- グローバルナビ ------ */

#gnavi {
	background: #000;
}
#gnavi ul {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#gnavi ul li {
	position: relative;
}
#gnavi ul li a,
#gnavi ul li span {
	display: block;
	padding: 12px 2em;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
#gnavi ul li ul {
	display: block;
	width: 15em;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
}
#gnavi ul li ul li {
	overflow: hidden;
	width: 200%;
	height: 0;
	color: #fff;
	transition: .3s;
}
#gnavi ul li ul li a {
	padding: 13px 15px;
	background: #000;
	text-align: left;
	font-weight: normal;
}
#gnavi ul li:hover > a,
#gnavi ul li:hover > span {
	color: #fff;
}
#gnavi ul li:hover ul li {
	overflow: visible;
	height: 40px;
	border-bottom: 1px solid #fff;
}
#gnavi ul li:hover ul li:first-child {
	border-top: 0;
}
#gnavi ul li:hover ul li:last-child {
	border-bottom: 0;
}
@media screen and (max-width:799px) {
	#gnavi {
		display: none;
	}
}
/*
.cat-custom {
	padding: 20px 0 30px 0;
	
}
.cat-champignon { background: url(https://img21.shop-pro.jp/PA01457/597/etc/cat-champignon_bg.jpg?cmsp_timestamp=20201202183639) center top; }
.cat-coffrets { background: url(https://img21.shop-pro.jp/PA01457/597/etc/cat-coffrets_bg.jpg?cmsp_timestamp=20201202190201) center top; }

.cat-custom .category_desc_2,
.cat-custom .ttl_h2,
.cat-custom .prd_lst_unit a,
.cat-custom .prd_lst_price,
.cat-custom .prd_lst_soldout,
.cat-custom .topicpath_nav li,
.cat-custom .topicpath_nav li a,
.cat-custom .prd_lst_sort,
.cat-custom .prd_lst_sort a,
.cat-custom .prd_lst_pager,
.cat-custom .prd_lst_pager a
 { color: #fff; }
*/

@media screen and (min-width:800px) {

.white{
  display:table;
  width: 900px;
  height: 460px;
  margin-left: 140px;
  margin-top: 30px;
  }
  
 .whiteday{
   display: table-cell;
   vertical-align: middle;
   text-align: left;
  }

.section#plantation .art2 ul li#mokaya { border-color: #e83e35; }
.section#plantation .art2 ul li#ancones { border-color: #71c075; }
.section#plantation .art2 ul li#laguna { border-color: #6695cb; }
.section#plantation .art2 ul li#jardin { border-color: #93b277; }
.section#plantation .art2 ul li#riachuelo { border-color: #f27c4c; }
.section#plantation .art2 ul li#gracinda { border-color: #7ba8bf;
  margin-right: 60px;}
.section#plantation .art2 ul li#mangaro { border-color: #f7ae3e;
  margin-left:60px;}
  
}

.fleximg{
max-width: 100%;
height: auto;
border: 0;
}

.maximg{
width: 100%;
height: auto;
border: 0;
}

.section#mangaro{
  color: #ffffff;
  background-image: url(https://img07.shop-pro.jp/PA01457/597/etc/Background-Mangarotest.jpg?cmsp_timestamp=20211223131312);
  background-size: cover;
}

.section#mokaya{
  color: #ffffff;
  background-image: url(https://img07.shop-pro.jp/PA01457/597/etc/Background-Mokaya.jpg?cmsp_timestamp=20211223135716);
  background-size: cover;
}

.section#riachuero{
  color: #ffffff;
  background-image: url(https://img07.shop-pro.jp/PA01457/597/etc/Background-Rachuelotest.jpg?cmsp_timestamp=20211223140554);
  background-size: cover;
}

.section#jardin{
  color: #ffffff;
  background-image: url(https://img07.shop-pro.jp/PA01457/597/etc/Background-El-Jardintest.jpg?cmsp_timestamp=20211223142026);
  background-size: cover;
}

.section#gracinda{
  color: #ffffff;
  background-image: url(https://img07.shop-pro.jp/PA01457/597/etc/Background-Vila-Gracindatest.jpg?cmsp_timestamp=20211223141424);
  background-size: cover;
}

.section#laguna{
  color: #ffffff;
  background-image: url(https://img07.shop-pro.jp/PA01457/597/etc/Background-haut-cms-Lagunatest.jpg?cmsp_timestamp=20211223142916);
  background-size: cover;
}

.section#ancones{
  color: #ffffff;
  background-image: url(https://img07.shop-pro.jp/PA01457/597/etc/Background-Los-Ancones.jpg?cmsp_timestamp=20211223143550);
  background-size: cover;
}

.plantationdetails{
 max-width: 1000px; 
  margin: auto;
}

#details p{
  max-width: 96%;
  margin: 1.4em 10px;
  line-height: 1.6em;
}

#details h2{
  max-width: 96%;
  margin: 1.4em 10px;
  font-size: 1.4em;
  line-height: 1.6em;
}

#logoname h1{
 clear:both;
 top:80px;
}