/* Disable default single page css */
#page {
  min-width: 750px;
  background: url("/wp/wp-content/themes/bears-school/assets/images/forme/bg.jpg") repeat center 98px;
  background-size: 53px 53px;
}

#page header .inner {
  width: 750px;
}

#page section .inner {
  width: auto;
}

.section {
  padding: 75px 0 0;
}

.inner>h2 {
  display: none;
}

body.single .entry {
  text-align: start;
  padding: 0;
  width: auto;
  margin: 0;
  position: static;
  background-image: none;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-color: transparent;
}

.section.s-etc {
  display: none;
}

footer {
  padding-top: 20px;
}

/* /Disable default single page css */
body {
  background: #fff;
}

img {
  vertical-align: top;
}

.forme_section {
  background-color: #fff;
  width: 750px;
  margin: 0 auto;
  position: relative;
}

.main {
  background: url('/wp/wp-content/themes/bears-school/assets/images/forme/main.jpg') no-repeat center 0;
  background-size: 750px auto;
  height: 339px;
  margin: 0 auto;
  position: relative;
}

.main--btn {
  width: 690px;
  display: flex;
  position: absolute;
  top: 264px;
  left: 50%;
  transform: translateX(-50%);
}

.novelty img,
.art img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.bnr_goods {
  width: 690px;
  margin: 0 auto;
}

.tit_shop {
  width: 685px;
  margin: 0 auto;
}

/* @SHOP
================================= */
#shop_list01 {
  background-color: #fae7e7;
  box-sizing: border-box;
  text-align: center;
  padding: 30px 32px 35px;
}

#shop_list01 .shop_list_wrap {
  background-color: #fff;
  margin: 0 auto;
  padding: 15px 10px 30px;
  width: 685px;
  box-sizing: border-box;
}

#shop_list01 > div > div {
  padding: 0 30px;
}

#shop_list01 h5 {
  font-size: 28px;
  color: #fff;
  line-height: 2.1;
  padding: 60px 0 0;
}

#shop_list01 h5 span {
  display: block;
  background: #ee6990;
}

#shop_list01 h6 {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  font-family: mplus-1c-regular;
  padding: 30px;
  position: relative;
}

#shop_list01 h6 span {
  display: block;
  background: #c3dea7;
  line-height: 1.2;
  padding: 10px 0;
}

#shop_list01 h6 img {
  display: inline-block;
  width: 24px;
  height: 21px;
  line-height: 1.2;
  padding: 4px 0;
}

#shop_list01 h6 span.h-shopname__mark {
  background-color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  padding: 7px 0 5px;
  width: 105px;
}

#shop_list01 h6 span.h-official {
  color: #de8384;
}

#shop_list01 h6 span.h-premium {
  color: #6ea09b;
}

#shop_list01 #list-onlineshop h5 {
  padding: 0;
}

#shop_list01 .list-prefectural {
  overflow: hidden;
  color: #8c89ab;
  margin: 0 30px;
}

#shop_list01 .li-address,
#shop_list01 .li-tel {
  font-size: 20px;
  border-radius: 15px;
  color: #fff;
  background: #8c89ab;
  float: left;
  width: 80px;
  line-height: 1.5;
  padding-top: 1px;
  margin-right: 10px;
}

#shop_list01 .li-address-val,
#shop_list01 .li-tel-val {
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 8px 90px;
}

#shop_list01 .li-tel-val a {
  color: #6b3b3e;
  text-decoration: none;
  opacity: 1;
}

#shop_list01 .li-button a {
  display: block;
  color: #fff;
  border-radius: 10px;
  background: #e196be;
  font-size: 20px;
  text-decoration: none;
  width: 160px;
  margin: 10px auto;
  padding: 7px 0;
}

/* @プルダウン
================================= */
#dropmenu {
  padding: 0;
  margin: 0 auto 35px;
  display: flex;
  justify-content: space-between;
}

#dropmenu li {
  position: relative;
  width: 74px;
}

#dropmenu li.two_line {
  width: 116px;
}

#dropmenu li a {
  background: #b786b9;
  color: #fff;
  display: block;
  padding: 20px 0;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

#dropmenu li ul {
  position: absolute;
  z-index: 100;
  top: 61px;
  left: 0;
  width: 100%;
}

#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

#dropmenu li ul li a {
  padding: 12px 15px;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}

#dropmenu li:hover>ul>li {
  overflow: visible;
  height: 38px;
}

#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}

#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}

#dropmenu li>li:hover>a {
  background: #b786b9;
}

#dropmenu li>li:hover li:hover>a {
  background: #b786b9;
}

#dropmenu li ul li ul li a {
  background: #b786b9;
}

#dropmenu li:hover ul li ul li:hover>a {
  background: #b786b9;
}

#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #b786b9;
}

#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
}

.copyright {
  display: none;
  padding-top: 25px;
  font-size: 14px;
  color: #585363;
  font-weight: bold;
}

.attention {
  text-align: center;
  padding: 0 0 25px;
}