@charset "euc-jp";
html {
  height: 100%;
}

#logo_area {
  text-align: center;
  margin-bottom: 20px;
}

#header {
    left: -30px;
    position: relative;
}

#global_menu {
    position: fixed;
    top: 0px;
    height: 30px;
    background-color: #faf8f6;
    padding-top: 10px;
    padding-bottom: 14px;
    width: 100%;
    z-index:10000;
}

#side {
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
}

#wrap {
  height:100%;
}

.side_inner {
	background-color: #faf8f6;
margin-left: 6px;
    margin-right: 4px;
    padding-left: 6px;
    padding-right: 6px;
  	height:100%;
    border-left: 1px solid #d9cfc7;
}

/* KOKOKARA UE */

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  height:100%;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

/*
 * layout
 */
#wrapper {
  max-width: 1200px;
  height:100%;
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
  background-color: #faf8f6;
  margin-top: 70px;
  min-height: 1800px;
}






#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

.itemlistul {
}

.itemlistul li {
}

.itemlistul li a {
  font-weight: bold;
    font-size: 12pt;
}

.itemlistul li b {
  font-weight: bold;
}


#side_footer {
  margin-top:40px;
}

#side_footer ul {
  margin-left: 30px;
}

#side_footer ul li {
  list-style: square;
    padding-left: 1px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#delivery {
}

#delivery a {
    border-bottom: 1px solid #3a0c42;
}

#footer {
    position: relative;
    height:400px;
    background-image: url(https://file003.shop-pro.jp/PA01018/060/2021/site/footer_sionomichi01.jpg);
    width: 100%;
    background-color: black;
    padding-bottom: 50px;
    padding-top: 70px;
}

#footer_image {
  position: absolute;
    top: -50px;
    width: 200px;
    left: 100px;
  color:white;
}

#footer_info {

}

#footer_toiawase {
text-align: left;
    background-color: #00000094;
    color: white;
    /* font-weight: bold; */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px;
    font-size: 14pt;
}

#footer_toiawase a {
color: white;
    border-bottom: 1px solid white;
    background-color: black;
    border: 1px solid white;
    padding-left: 10px;
    padding-right: 10px;
}



#footer_toiawase h4 {
  margin-top:10px;
  margin-bottom:0px;
}


#footer_menu {
    margin-top: 60px;
    color:white;
}
#footer_menu a {
	border-bottom: 1px solid white;
    font-size: 12pt;
    color: white;
    font-weight: bold;

}

.seisansya_list {
  width: 40%;
  float:left;
  margin-right:20px;
}

.seisansya_list img {
  border-radius: 10px;
}

.seisansya_name {
    font-weight: bold;
    text-align: center;
    font-size: 14pt;
}

.seisansya_name a {
}

#yamabudou_seisansya_page {
}

.yamabudou_seisansya {
}


.yamabudou_seisansya h3 {
}


.talk_guest {
    font-size: 15pt;
    line-height: 1.8em;
    letter-spacing: 0.8pt;
    padding: 10px;
    background-color: white;
}

.talk_sinkou {
    font-size: 16pt;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: bold;
}

.seisan_image_small {
width: 50%;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.seisan_image_medium {
    width: 70%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.seisansya_photo {
}


#contents h2 {
margin: 20px 0px 0.4em;
    padding: 10px 6px 6px 18px;
    /* border-radius: 20px; */
    /* position: relative; */
    /* background-color: #d2a227; */
    /* border-radius: 3px; */
    /* position: relative; */
    background: #e6e1d2;
    font-size: 1.5em;
    /* border-top: 3px solid #e7e7e7; */
    border-radius: 10px;
    font-weight: bold;
    background-image: url(https://file003.shop-pro.jp/PA01018/060/2021/site/usibee.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position-x: 10px;
    padding-left: 80px;
}



#side_groups {
    margin-left: 15px;
    margin-right: 15px;
}
#side_groups li {
}

#side_groups h3{
    margin-bottom: 4px;
    padding-bottom: 4px;
}


#side_category {
  margin-left: 15px;
    margin-right: 15px;
}

#side_category h3{
    margin-bottom: 4px;
    padding-bottom: 4px;
}

#side_category li {
    float: left;
    padding-right: 10px;
    padding-left: 0px;
}

#side_category li a {
    display: block;
    background-color: white;
    border: 1px solid #bca5a5;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 4px;
}

#side_category li a:hover {
    background-color: #ede9e6;
}

#side_groups li a {
display: block;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 4px;
    color: #491600;
    font-weight: bold;
}

#side_groups li a:hover {
    background-color: #ede9e6;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.cg_freespace_01 {
  font-size: 13pt;
    line-height: 1.8;
    letter-spacing: 2.1pt;
}

.sidebar_menuicon {
    float: left;
    margin-right: 6px;
    width: 28px;
}

.pad_sidemenu {
  padding-bottom: 6px;
    padding-top: 6px;
}

.saikin {
}

.saikin li {
  height: 200px;
}

#side_social {
      margin-left: 15px;
    margin-right: 15px;
}
