@charset "euc-jp";
/* それぞれのクラスに、いくつかの色を設定 */
.one {
  background-color: var(--main-bg-color);
}
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  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, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before, q: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: #e8e8e8;
}
/* font size */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small; /* for IE */
  *font: x-small; /* for IE in quirks mode */
  background-color: #181214;
}
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: #e8e8e8;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  background-color: < {
    $page_bgcolor
  }
  > ;
  border-top: #937e1d solid 10px;
  border-bottom: #937e1d solid 10px;
  background-image: url('https://img21.shop-pro.jp/PA01517/304/etc_base64/YmctMg.jpg?cmsp_timestamp=20250704135415');
  background-repeat:no-repeat;
  background-position: top center;
}
a {
  color: < {
    $link_normal
  }
  > ;
}
a:hover img{
	opacity: 0.5;
}
input[type="text"], textarea, select {
  border: 1px solid #937e1d;
}
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
/* 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/66/icons16.png);
  background-repeat: no-repeat;
  content: "";
}
.icon_myaccount:before, .ie_icon_myaccount {
  background-position: left -96px;
}
.icon_regist:before, .ie_icon_regist {
  background-position: left -192px;
}
.icon_login:before, .ie_icon_login {
  background-position: left -224px;
}
.icon_logout:before, .ie_icon_logout {
  background-position: left -208px;
}
.icon_search:before, .ie_icon_search {
  background-position: left -16px;
}
.icon_viewcart:before, .ie_icon_viewcart {
  background-position: left -0px;
}
.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;*/
	display: none;
}
.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 {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  /*background-color: #181214;*/
}
.layout_header, .layout_container, .layout_footer {
  margin: 0 auto;
  width: 94%;
}
.layout_header {
  padding-top: 10px;
}
.layout_footer {
  margin-top: 3em;
}
.header_btn {
  font-size: 92.307%;
  line-height: 1.5;
}
.header_btn a {
  color: #e8e8e8;
}
.viewcart_btn {
  float: right;
  margin-bottom: .5em;
  margin-left: 1.063%;
}
.header_member_nav {
  float: right;
  width: 29.787%;
}
.header_member_nav li {
  float: right;
  white-space: nowrap;
  margin-left: 3.571%;
}
.member_login_name {
  float: right;
  clear: right;
  margin-bottom: .5em;
  text-align: right;
  line-height: 1.5;
}
/* delivery price */
.header_delivery_price {
  padding: .5em 1em .3em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #df7676;
  color: #e8e8e8;
  line-height: 1.5;
  float: right;
  clear: right;
}
/* 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 #937e1d;
}
.prd_search_form_btn {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  padding: .3em .5em;
  border: 1px solid #937e1d;
  -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 #937e1d;
  width: 97%;
}
.prd_search_keyword {
  float: left;
  padding: .5em 0;
  width: 80%;
  border: 1px solid #937e1d;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-indent: 5px;
}
.prd_search_btn {
  float: right;
  padding: .35em 0;
  width: 18%;
  border: 1px solid #937e1d;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #161616;
  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;
  padding: 1em 10% 2em;
  text-align: center;
  line-height: 1.5;
  margin-top: 2em;
  border-bottom: 1px solid #937e1d;
}
.shop_name a {
  color: #d9cf9a;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop_name a:hover {
  /* text-decoration: underline;*/
  color: #ff9528;
}
.shop_name p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 60px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.shop_name p a::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 60px;
  margin-right: 8px;
  background-image: url('https://img21.shop-pro.jp/PA01517/304/etc_base64/bG9nby1zZW5zdQ.png?cmsp_timestamp=20250616170732');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.shop_name img {
  max-width: 100%;
  height: inherit;
}
/* header global nav */
.header_global_nav {
  margin-top: 3px;
  margin-bottom: 2em;
  border-top: 1px solid #937e1d;
  border-bottom: 1px solid #937e1d;
}
.header_nav_lst {
  display: flex;
	justify-content: center;
}
.header_nav_menu {
  position: relative;
  display: inline;
  margin: 0 0.6em;
  padding: 0 0.6em;
  text-align: center;
  font-weight: bold;
  line-height: 4;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
}
.header_nav_menu a, .header_nav_menu span {
  display: inline;
  color: #FFF8D5;
  text-decoration: none;
  cursor: pointer;
}
.header_nav_menu a:hover {
  color: #96ff1b;
}
.header_nav_menu_category img {
  position: relative;
  width: 16px;
  height: 16px;
}
.pcmenu_category a,.pcmenu_group a{
	display: flex;
	align-items: center;
	
}
.pcmenu_category a::after,.pcmenu_group a::after{
	transform: translateY(-25%) rotate(315deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #94a53d;
    border-right: 3px solid #94a53d;
    content: '';
    transition: transform .3s;
	margin-top: 5px;
}
.pcmenu_category.open a::after,.pcmenu_group.open a::after {
  transform: rotate(45deg); 
	margin-bottom: 5px;
}

.pcmenu_category_sub {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  border: 1px solid transparent;
  padding: 0 30px; /* 高さゼロのときはpaddingを抑える */
  background-color: transparent;
}

.pcmenu_category_sub.active {
  max-height: 1000px; /* 十分大きい値にする（中身に応じて） */
  opacity: 1;
  border: 1px solid #937e1d;
  border-top: 5px solid #937e1d;
  padding: 20px 30px;
  background-color: #4039098c;
  box-sizing: border-box;
}

.pcmenu_category_sub ul li{
float:left;
}
.pcmenu_category_sub a{
	color: #FFF8D5;
	font-size:1em;
	white-space: nowrap;
	margin-right: 30px;
	line-height: 2;
}

.pcmenu_category_sub a:hover {
  color: #96ff1b;
}
/* title */
.ttl_h2 {
  margin-top: 3em;
  margin-bottom: .7em;
  color: #d9cf9a;
  font-size: 200%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 630px) {
  .ttl_h2 {
    margin-top:2em;
  }
}
@media (max-width: 500px) {
  .ttl_h2 {
    margin-top:1.5em;
  }
}
.ttl_h3 {
  margin-top: 2em;
  margin-bottom: .5em;
  color: #e8e8e8;
  font-weight: bold;
  font-size: 92.307%;
}
/* 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: #e8e8e8;
  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;
}
.prd_lst_unit_s {
  width: 22.916%;
  aspect-ratio: 11 / 8;
  object-fit: cover;
}
@media (max-width: 630px) {
  .prd_lst_unit_s {
    width: 31.25%;
  }
}
@media (max-width: 500px) {
  .prd_lst_unit_s {
    width: 47.9%;
  }
}
.checkitemsBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
  row-gap: 20px; 
  column-gap: calc((100% - (14.8% * 6)) / 5); 
  padding: 0;
  margin: 0;
  list-style: none;
}


.checkitems {
	width: 14.8%;
	aspect-ratio: 11 / 8;
	object-fit: cover;
	word-break: break-all;
}

.checkitems img {
	width: 100%;
	height: auto;
	aspect-ratio: 11 / 8;
	object-fit: cover;
}
@media (max-width: 630px) {
  .checkitems {
    width: 18%;
  }
  .footer_lst.checkitemsBox {
    column-gap: calc((100% - (18% * 5)) / 4);
  }
}
@media (max-width: 500px) {
  .checkitems {
    width: 23%;
  }
  .footer_lst.checkitemsBox {
    column-gap: calc((100% - (23% * 4)) / 3);
  }
}

.prd_lst_unit_m {
  width: 31.25%;
}
.prd_lst_unit a {
  color: #e8e8e8;
  text-decoration: none;
}
.prd_lst_unit a:hover {
  text-decoration: underline;
}
.prd_lst_img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: inherit;
  aspect-ratio: 11 / 8;
  object-fit: cover;
}
.prd_lst_span {
  display: block;
  margin: .3em 0;
}
.prd_lst_name {
  margin-top: .5em;
}
.prd_lst_exp {
  color: #ccc;
  font-size: 84.615%;
}
.prd_lst_price, .prd_lst_soldout {
  font-size: 92.307%;
}
.prd_lst_regular {
  color: #ccc;
  text-decoration: line-through;
}
.prd_lst_none {
  clear: both;
  text-align: center;
  font-size: 123.076%;
  line-height: 16;
}
.prd_lst_block .ttl_h2 {
  float: left;
  margin: 20px 0 10px;
}
.prd_lst_sort {
  float: right;
  margin: 20px 0;
}
.prd_lst_sort a {
  color: #e8e8e8;
}
.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: #e8e8e8;
}
.prd_lst_pager a {
  color: #e8e8e8;
  text-decoration: none;
}
.prd_lst_pager a:hover {
  text-decoration: underline;
}
.prd_lst_pos b {
  font-size: 160%;
}
/* footer */
.footer_section {
	position:relative;
  float: none;
  margin-top: 0px;
  margin-right: 1.5%;
  margin-bottom: 15px;
  width: 100%;
	display: block;
}
.footer_sectionArea {
	border-bottom: 1px solid #937e1d;
	margin: 10px 0px 15px;
    padding: 0 0 20px;
}
.footer_section .ttl_h2 {
  margin-top: 0;
  font-size: 1.3em;
}
.footer_nav {
  position: relative;
  clear: both;
  padding: 2em 0 0;
  border-top: 1px solid #937e1d;
}
.footer_lst {
  font-size: 92.307%;
  line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
}

.footer_lst li {
  margin-bottom: .5em;
  padding-right: 25px;
	word-break:keep-all;
}

.footer_lst.c
.footer_lst .footer_category_img {
  display: block;
  margin-bottom: .3em;
  max-width: 100%;
aspect-ratio: 11 / 8;
}
.footer_lst a {
  color: #e8e8e8;
  text-decoration: none;
}
.footer_lst a:hover {
  text-decoration: underline;
}
/* 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 {
  color: #a4a5a5;
    clear: both;
    padding: 2em 0 2em;
    text-align: center;
    font-size: 0.9em;
}
.powered {
  display: inline;
  margin-left: 1em;
  text-align: right;
  line-height: 18px;
}
.powered a {
  color: #777;
  text-decoration: none;
}
.powered img {
  margin-left: .3em;
  width: 200px;
  height: 18px;
}
/* list */
.def_lst {
  border-top: 1px solid #937e1d;
}
.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 #937e1d;
}
.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 #937e1d;
  border-left: 1px solid #937e1d;
}
.product_option_table th, .product_option_table td {
  padding: .8em .5em;
  border-top: 1px solid #937e1d;
  border-right: 1px solid #937e1d;
}
.product_option_table th {
  text-align: center;
}
.product_option_table td {
  vertical-align: top;
  text-align: center;
}
/* policy */
#policy p {
  margin: 1em 0;
  line-height: 1.8;
}
.policy_lead {
  padding-bottom: 1em;
  border-bottom: 1px solid #937e1d;
}
/* 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/66/icons16_2x.png) !important;
    -webkit-background-size: 16px 320px;
    background-size: 16px 320px;
  }
}
/*--- Go To TOP---*/
.c-backToTop {
  z-index: 100;
  position: fixed;
  right: 20px;
  bottom: 61px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #d8d8d8d4;
  cursor: pointer;
}
.c-backToTop a:before {
  position: absolute;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  content: "";
  top: 50%;
  left: 50%;
  display: inline-block;
  background-color: #896f00;
}
/*----mb-menu---*/
.header_global_nav_mb {
  display: none;
}
@media (max-width: 770px) {
  .nav_pc {
    display: none;
  }
  .layout_header {
    height: 70px;
  }
  .header_global_nav_mb {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 9998;
    background: #4c1a1a;
    border-bottom: #937e1d solid 1px;
    box-sizing: border-box;
  }
  .header_global_nav_mb .logo {
    font-weight: 700;
    padding-left: 14px;
  }
  .header_global_nav_mb .logo {
    clear: both;
    padding: 1em 3% 2em;
    text-align: center;
    line-height: 1.5;
    margin-top: 2em;
  }
  .header_global_nav_mb .logo a {
    color: #d9cf9a;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .header_global_nav_mb .logo a:hover {
    /* text-decoration: underline;*/
    color: #ff9528;
  }
  .header_global_nav_mb .logo h1 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 32px;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }
  .header_global_nav_mb .logo h1 a::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 30px;
    margin-right: 8px;
    background-image: url('https://img21.shop-pro.jp/PA01517/304/etc_base64/bG9nby1zZW5zdQ.png?cmsp_timestamp=20250616170732');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header_global_nav_mb .viewcart_btn {
    float: none;
    position: absolute;
    top: 23px;
    right: 55px;
  }
  .header_global_nav_mb .hamburger-menu {
    width: 50px;
    height: 50px;
    position: relative;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
  }
  .header_global_nav_mb .hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #E2DD52;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
  }
  .header_global_nav_mb .hamburger-menu__bar:first-child {
    top: 16px;
  }
  .header_global_nav_mb .hamburger-menu__bar:nth-child(2) {
    top: 24px;
  }
  .header_global_nav_mb .hamburger-menu__bar:last-child {
    top: 32px;
  }
  .header_global_nav_mb .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .header_global_nav_mb .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .header_global_nav_mb .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .header_global_nav_mb .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  .header_global_nav_mb .navigation {
    display: none;
    background: #2c0b0b;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 9999;
    line-height: 1;
    font-style: normal;
    font-size: 1.15em;
    overflow: scroll;
    height: 100%;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
  }
  /*Google Chrome、Safariへの対応*/
  .header_global_nav_mb .navigation::-webkit-scrollbar {
    display: none;
  }
  .header_global_nav_mb .navigation a {
    color: #fff;
  }
  .header_global_nav_mb .navigation a:hover {
    color: #C6DF1B;
  }
  .header_global_nav_mb .navigation .mb-line.home {
    /*border-bottom: #937e1d solid 1px;*/
    border-top: none;
  }
  .header_global_nav_mb .navigation .mb-line {
    border-bottom: #937e1d solid 1px;
    padding: 1.4em 2em;
  }
  .header_global_nav_mb .navigation .mb-line:last-child {
    border-bottom: #937e1d solid 1px;
  }
.header_global_nav_mb .navigation address{
	        padding: 1.4em 2em 5em 2em;
	}
	.header_global_nav_mb .navigation address .name{
	        font-size:1.2em;
		line-height: 1.8;
	}
 
  .accordion-mbmenu {
    margin-bottom: 7px;
	  border-bottom: #937e1d solid 1px;
    }
  }
  .accordion-mbmenu summary {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 1.4em 2em;
    color: #fff;
    cursor: pointer;
  }
  .accordion-mbmenu summary::-webkit-details-marker {
    display: none;
  }
  .accordion-mbmenu summary::after {
    transform: translateY(-25%) rotate(315deg);
	          margin-top: 5px;
    width: 7px;
    height: 7px;
    margin-left: 20px;
    border-bottom: 3px solid #edd2ba;
    border-right: 3px solid #edd2ba;
    content: '';
    transition: transform .5s;
  }
  .accordion-mbmenu[open] summary::after {
    transform: rotate(45deg);
	  margin-bottom: 6px;
  }
  .accordion-mbmenu p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1em 3.5em;
    color: #cfc9c9;
    /*transition: transform .5s, opacity .5s;*/
    font-size: 0.95em;
    line-height: 1;
  }
  .accordion-mbmenu[open] p {
    transform: none;
    opacity: 1;

  }
  @media (hover: hover) and (pointer: fine) {
    .header_global_nav_mb .navigation__link:hover {
      background: #333;
    }
  }
}

/*-- freepage---*/
.layout_container p{
	font-size:1.2em ;
	line-height: 2;
	margin: 10px 0 15px ;
}
.layout_container .photos img{
	margin: 10px ;
}
.layout_container table{
  border-spacing: 0;
  border-collapse: collapse;
	margin: 10px 0 10px ;
	max-width: 95%;
}
.layout_container table th{
  text-align: center;
	padding: 10px 20px;
}
.layout_container table td{
 text-align: left;
	padding: 10px 20px;
}
}