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

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

#page section .inner {
  width: auto;
}

.section {
  padding: 120px 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;
}

.hanakanmuri_section {
  position: relative;
}

.main {
  background: url('/wp/wp-content/themes/bears-school/assets/images/hanakanmuri/main.jpg') no-repeat center 0;
  background-size: 807px auto;
  height: 348px;
  margin: 0 auto 15px;
  position: relative;
}
.main--btn {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 258px;
  left: 50%;
  transform: translateX(-50%);
}

.notice {
  background: url('/wp/wp-content/themes/bears-school/assets/images/hanakanmuri/bg_notice.png') repeat-y center 0/ contain;
  width: 737px;
  text-align: center;
  padding: 25px 0 15px;
  margin: 0 auto;
}
.notice p {
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
}
.notice p a {
  color: #ff0000;
  text-decoration: underline;
}
.notice p a:hover {
  text-decoration: none;
}
.novelty {
  text-align: center;
  margin: 0 0 25px;
}
.bnr_goods,
.bnr_kateikabu {
  text-align: center;
  margin: 0 0 15px;
}

/* @SHOP
================================= */
#shop_list01 {
  background: #fdecee;
  box-sizing: border-box;
  text-align: center;
  width: 737px;
  padding: 0 0 40px;
  margin: 0 auto 30px;
}

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

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

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

#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: #b78961;
  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: #ffb7bd;
}

#shop_list01 h6 span.h-premium {
  color: #23cad2;
}

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

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

#shop_list01 .li-address,
#shop_list01 .li-tel {
  font-size: 20px;
  border-radius: 15px;
  color: #fff;
  background: #6f9484;
  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: #ba8eb6;
  font-size: 20px;
  text-decoration: none;
  width: 160px;
  margin: 10px auto;
  padding: 7px 0;
}

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

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

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

#dropmenu li a {
  background: #ba8eb6;
  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: #22458b;
}

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

#dropmenu li ul li ul li a {
  background: #616d0b;
}

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

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

#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 140px;
}