/* Disable default single page css */
#page {
  min-width: 750px;
  background: url("/wp/wp-content/themes/bears-school/assets/images/teatime/bg.png") #bccbd3 repeat-y center 100px;
}

#page .inner {
  width: auto;
  max-width: 750px;
}

.section {
  padding: 95px 0 0;
}

.inner > h2 {
  display: none;
}

body.single .entry {
  text-align: center;
  padding: 40px 0 35px;
  width: auto;
  margin: 0;
  position: static;
  background-image: none;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-color: rgba(255,255,255,0.5);
}

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

footer {
  padding-top: 50px;
}

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

img {
  vertical-align: top;
}

.movie {
  background: url("/wp/wp-content/themes/bears-school/assets/images/teatime/intro.png") no-repeat center 0;
  padding: 148px 0 90px;
}

#attention {
  margin: 12px 0;
}
/* @TAB
  ================================= */
.tab {
  max-width: 652px;
  margin: 0 auto;
}

.tab ul {
  display: flex;
  justify-content: center;
}

.tab ul li img {
  width: 100%;
}

/* @teatime
  ================================= */
#teatime {
  width: 652px;
  margin: 0 auto;
}

.teatime_inner {
  text-align: center;
}

.teatime_inner img {
  width: 100%;
}
 
/* @ATTENTION
  ================================= */
.attention {
  margin-top: 25px;
}

/* @SHOP
  ================================= */
.shop_bg {
  background: #fffcf9;
  border: 8px solid #e4dee0;
  border-radius: 10px;
  max-width: 652px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

#shop_list {
  max-width: 600px;
  margin: 0 auto 30px;
}

#shop_list img {
  width: auto;
}

#shop_list01 {
  box-sizing: border-box;
  margin: auto;
  text-align: center;
  width: 100%;
}

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

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

#shop_list01 h6 {
  font-size: 27px;
  font-weight: normal;
  color: #361c09;
  padding: 30px;
}

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

#shop_list01 .days {
  font-size: 18px;
  color: #ce0e2d;
  padding: 0 0 20px;
  text-align: center;
}

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

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

#shop_list01 .li-address,
#shop_list01 .li-tel {
  font-size: 20px;
  border-radius: 15px;
  color: #fff;
  background: #8ac995;
  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-button a {
  display: block;
  color: #fff;
  border-radius: 10px;
  background: #d8738b;
  font-size: 20px;
  text-decoration: none;
  width: 160px;
  margin: 10px auto;
  padding: 7px 0;
}

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

#dropmenu li {
  position: relative;
  width: 11%;
}

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

#dropmenu li a {
  background: #d8738b;
  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: 0.2s;
  transition: 0.2s;
}

#dropmenu li ul li a {
  padding: 12px 14px;
  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;
}
footer {
  background: none;
}
