@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*-------------------
   common
-------------------*/
.wrapper {
	font: 1.0em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .1em;
	padding: 0 0 20px;
	position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	height: auto;
	max-width: 100%;
}
#container .flex {
  align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
 
/*  全体指定 スマホ縦 i5 i5SE　350pxまで  */
 
/* ボタンデザイン自由に変えてください  */
/*--事前予約はこちら--*/
#container .res-btn {
  background-color:#e37c7c;
  border-bottom: solid 6px #c25f5f;
  border-radius: 15px;
  color: #fff;
  position: relative;
  margin: 0 auto 10px;
  padding: 0;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
/*--詳しくはこちら--*/
#container .det-btn {
  background-color:#80c269;
  border-bottom: solid 6px #5a9943;
  border-radius: 15px;
  color: #fff;
  position: relative;
  margin: 0 auto 10px;
  padding: 0;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
/*--来場事前登録はこちら--*/
#container .regi-btn {
    background-color: #de2e86;
    border-bottom: solid 6px #a13069;
    border-radius: 15px;
    color: #fff;
    position: relative;
    margin: 15px auto 15px !important;
    padding: 0;
    text-decoration: none;
    text-align: center !important;
    width: 90%;
}
#container .btn:active {
  margin: 0 auto 36px;
  border-bottom: none;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
#container .btn a {
	color: #FFF;
  display: block;
	font: 1.2rem/2.4 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*--ボタン-やじるし--*/
#container .btn a::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 5%;
  margin-top: 0px;
}
/*-- 画面外にいる状態 --*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: ease-in 400ms;
}
/*-- 画面内に入った状態 --*/
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
#container section {
    margin: 0 auto;
    padding: 0 5px;
}
/*----------
 mainvisual
----------*/
#container .mainvisual {
/*   background: url(/contents/shop/sevenbeauty/img/freepage/ex-bwjwest2020/back.png) top 50px left -80px no-repeat; */
  background-size: 100%;
  background-color: #fff;
  padding: 0 0 10px;
  position: relative;
}
#container .top-obi {
  background-color: #de2e86;
  display: block;
  margin-bottom: 20px;
  padding: 5px 60px;
}
#container .toptitle-box {
  background-color: rgba(222, 46, 134, 0.9);
  display: block;
  text-align: center;
  margin: 0 0 40px;
  padding: 10px 20px;
  position: relative;
}
#container .toptitle-box .headtitle {
  color: #fff;
  font: 1.2rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 10px;
}
#container .toptitle-box .booth {
  color: #fff;
	font: 1.0rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .toptitle-box .time {
  color: #fff;
  font: 0.9rem/1.0 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 5px 0;
}
#container .mainvisual .des {
  background-color: rgb(255 255 255 / 40%);
  padding: 10px;
}
#container .des {
    color: #666;
    font: 0.9rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 10px;
    padding: 0 10px;
}
#container .des-center {
    font: 0.9rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    color: #666;
}

#container h2 {
  background-color: #00a5ea;
  color: #ffffff;
  font: 1.6rem/1.6 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin: 0 0 20px;
  padding: 5px 10px;
}
#container .mainvisual h2 {
  margin-bottom: 0;
}
#container h3 {
  border-bottom: solid 2px #947f28;
  color: #000;
  font: 1.2rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 10px 10px 10px;
  padding: 0 0;
}
#container .cont {
  margin-bottom: 30px;
  padding: 0 20px;
}
#container .color1 {
  color: #947f28;
}
#container h4 {
  border-left: solid 7px #b7a246;
  color: #947f28;
  font: 1.2rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 10px;
  padding: 2px 7px;
}
#container .come {
  color: #666;
  font: 0.9rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
dl {
  margin: 10px 0;
}
dd {
  margin-bottom: 10px;
}
.box {
  margin-bottom: 20px;
}
#container .text1 {
  color: rgb(73, 73, 73);
  font: 1.0rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .text1 a {
   color: #1a73e8;
   display: inline-block;
   font-size: 1.0em;
}
#container .text1 a:hover {
  text-decoration: underline;
}
/*--no-res--res--*/
.no-res {
  border: solid 2px #707070;
  color: #707070;
  display: inline-block;
  font: 1.0rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin: 0 0;
  padding: 5px;
}
.res {
  border: solid 2px #e37c7c;
  color: #e37c7c;
  display: inline-block;
  font: 1.0rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin: 0 0;
  padding: 5px;
}
/*--schedule--*/
.schedule .title {
  color: #947f28;
  font: 1.0rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin: 0 0;
}
table {
  border-collapse: collapse;
  border: solid 2px #d2d2d2;
  table-layout: fixed;
  width: 100%;
}
table th, table td {
  border: solid 1px #d2d2d2;
  color: #000;
  font: 1.1rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  letter-spacing: -0.01rem;
  padding: 10px;
}
table .name {
  color: #947f28;
}
table dt {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
/*--link--*/
#container .link a {
	text-decoration: none;
}
#container .link {
	color: #666;
  font: 0.9rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  text-decoration: none;
  padding-right: 5px;
}
#container .link::after {
	content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #b7a246;
  border-left: 2px solid #b7a246;
  transform: rotate(135deg);
  top: 11px;
  right: 0px;
}
#container .link:hover {
	text-decoration: underline;
}
/*----*/
#container section .time {
  color: #e37c7c;
  font: 1.0rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.text3 {
  color: #947f28;
  font: 1.0rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  letter-spacing: -0.01rem;
  margin: 0 0 5px;
}
.sec3 dl {
  padding: 0 40px;
}
.sec3 dt {
  text-align: center;
  width: 100%;
}
/*--event-information--*/
#container .sec4 h3 {
  border-bottom: none;
  text-align: center;
}
#container .sec4 li {
  color: #000;
  font: 1.1rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  letter-spacing: -0.05rem;
  margin: 0 0;
  padding: 0 0;
}
#container .sec4 .minibox {
  border: solid 1px #de2e86;
  color: #de2e86;
  display: block;
  font: 1.0rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin: 10px auto 5px;
  padding: 2px 0;
  width: 70%;
}
.map {
  display: inline-block;
  text-align: center;
  margin: 0 0;
}
#container .text2 {
  color: #de2e86;
  font: 1.1rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin: 15px 0;
  padding: 0 0;
}
#container .sec4 .des br {
  display: none;
}
/*--sec0--caution-box--*/
#container .sec0 {
  padding: 0 10px;
}
#container .sec0 .caution-box {
  border: solid 2px #de2e86;
  margin-bottom: 20px;
  padding: 20px 10px;
}
#container .sec0 p {
  color: #535353;
	font: 1rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec0 h2,
#container .sec0 .text2 {
  background-color: #fff;
  color: #de2e86;
  font: 1.2rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  margin-bottom: 10px;
  padding: 0 0;
}
#container .sec0 h3 {
  border-bottom: none;
  background-color: #ffcdd8;
  color: #212121;
  font: 1rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 0 10px;
  padding: 5px;
}
#container .sec0 .des {
  color: #212121;
  font: 1rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 0 20px;
}
@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
#container .mainvisual {
  background-size: 100%;
}
#container .toptitle-box {
  margin: 0 0 60px;
}
#container .toptitle-box .headtitle {
  font-size: 1.5rem;
}
#container .toptitle-box .booth {
  font-size: 1.2rem;
}
#container .toptitle-box .time {
  font-size: 1.1rem;
}
#container .mainvisual .des {
    font: 0.9rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 10px 15px;
}
#container h2 {
    font: 1.2rem/1.6 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 5px 20px;
    letter-spacing: -1px;
}
#container .des {
    font-size: .9rem;
}
#container .come {
  letter-spacing: -0.01rem;
}
#container section .time {
  font-size: 1.2rem;
}
#container h4 {
  font-size: 1.3rem;
}
#container .text1 {
  font-size: 1.2rem;
}
.text3 {
  font-size: 1.2rem;
}
#container .sec4 .text2 {
  font-size: 1.3rem;
}
/*--sec0--caution-box--*/
#container .sec0 {
  padding: 0 15px;
}
#container .sec0 .caution-box {
  padding: 20px 15px;
}
}
 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container .top-obi {
  padding: 10px 30px 5px;
  margin-bottom: 90px;
}
#container .top-obi img {
  width: 40%;
}
#container .mainvisual {
/*  background: url(/contents/shop/sevenbeauty/img/freepage/ex-bwjwest2020/back.png) top -35px right -55px no-repeat; */
  background-size: 48%;
}
#container .topmain {
  position: relative;
}
#container .topimg-box img {
  left: -50px;
  position: relative;
  width: 65%;
}
#container .toptitle-box {
  padding: 15px 30px 15px 10px;
  position: absolute;
  top: -50px;
  right: 0;
  width: 54%;
}
#container .toptitle-box .headtitle {
  font-size: 1.6rem;
}
#container .toptitle-box .booth {
  font-size: 1.3rem;
}
#container .toptitle-box .time {
  font-size: 1.1rem;
}
#container .mainvisual .des {
  padding: 10px 30px;
  margin: 20px 0 10px;
}
#container .cont {
  margin-bottom: 60px;
  padding: 0 40px;
}
#container .des {
  font-size: 1.0rem;
}
#container h3 {
  font-size: 1.4rem;
  margin: 0 40px 20px;
  padding: 10px 0;
}
.box dl {
  display: flex;
}
.box dd {
  margin: 0 20px 0 0;
  width: calc(100%/2);
}
#container h4 {
  font-size: 1.2rem;
}
.schedule .title {
  font-size: 1.2rem;
}
table th, table td {
  padding: 10px 50px;
}
.schedule .come {
  text-align: center;
}
#container .link::after {
  top: 2px;
  right: 10px;
}
#container section .time {
  font-size: 1.3rem;
  text-align: center;
  margin: 0 0 5px;
}
#container section .time br {
  display: none;
}
#container .res-btn,
#container .det-btn,
#container .regi-btn {
  width: 70%;
}
#container .btn a {
  font: 1.5rem/2.4 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .btn:active {
  margin: 0 auto 66px;
}
.sec2 .flex,
.sec3 .flex {
  justify-content: center;
}
.sec2 .flex dl {
  width: calc(94% / 2);
  margin: 10px;
}
.sec3 .flex dl {
  width: calc(90% / 3);
  margin: 10px;
  padding: 0 0;
}
.flex dt {
  margin-bottom: 10px;
}
.text3 {
  font-size: 1.2rem;
  letter-spacing: -0.05rem;
}
#container .sec4 h3 br {
  display: none;
}
#container .sec4 ul {
  overflow: hidden;
}
#container .sec4 li {
  font-size: 1.2rem;
  float: left;
  margin: 0 30px 0 0;
  padding: 0 0;  
}
#container .sec4 .minibox {
  margin: 0 10px 0 0;
  padding: 15px 0;
  width: 10%;
}
#container .sec4 .text2 {
  font-size: 1.4rem;
}
#container .sec4 .des {
  text-align: center;
}
#container .sec4 .des br {
  display: block;
}
/*--sec0--caution-box--*/
#container .sec0 {
  padding: 0px 40px;
}
#container .sec0 .caution-box {
  margin-bottom: 50px;
  padding: 30px 30px;
}
#container .sec0 h2, #container .sec0 .text2 {
  font-size: 1.3rem;
}
#container .sec0 h3 {
  font-size: 1.2rem;
  padding: 5px 10px;
}
}
 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container {
  margin: 0 auto;
  width: 1040px;
}
#container .mainvisual .textbox {
  padding: 0 100px;
}
#container .mainvisual .mainimg {
  margin: 5px 40px;
}
#container .mainvisual .des {
  margin: 20px 0 10px;
}
#container .top-obi {
  padding: 10px 30px 5px;
  margin-bottom: 110px;
}
#container .top-obi img {
  width: 25%;
}
#container .mainvisual {
/*  background: url(/contents/shop/sevenbeauty/img/freepage/ex-bwjwest2020/back.png) top -50px right -33px no-repeat; */
  background-size: 43%;
}
#container .topmain {
  position: relative;
}
#container .topimg-box img {
  left: 0;
  position: relative;
  width: 60%;
}
#container .toptitle-box {
  padding: 15px 80px 15px 10px;
  position: absolute;
  top: -40px;
  right: 0;
  width: 52%;
}
#container .toptitle-box .headtitle {
  font-size: 1.6rem;
}
#container .toptitle-box .booth {
  font-size: 1.3rem;
}
#container .toptitle-box .time {
  font-size: 1.1rem;
}
#container .mainvisual .des {
  padding: 10px 50px;
  margin: 30px 0 10px;
}
#container .cont {
  margin-bottom: 60px;
  padding: 0 70px;
}
#container .des {
  font-size: 1.0rem;
}
#container h3 {
  font-size: 1.4rem;
  margin: 0 40px 20px;
  padding: 10px 0;
}
.box dl {
  display: flex;
}
.box dd {
  margin: 0 20px 0 0;
  width: calc(100%/2);
}
#container h4 {
  font-size: 1.5rem;
}
.schedule .title {
  font-size: 1.2rem;
}
table {
  margin: 0 auto;
  width: 80%;
}
table th, table td {
  padding: 10px 50px;
}
.schedule .come {
  text-align: center;
}
#container .link::after {
  top: 2px;
  right: 10px;
}
#container section .time {
  font-size: 1.3rem;
  text-align: center;
  margin: 0 0 5px;
}
#container section .time br {
  display: none;
}
#container .res-btn,
#container .det-btn,
#container .regi-btn {
  width: 60%;
}
#container .btn a {
  font: 1.4rem/2.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .btn:active {
  margin: 0 auto 66px;
}
.sec2 .flex,
.sec3 .flex {
  justify-content: center;
  padding: 20px;
}
.sec2 .flex dl {
  width: calc(94% / 2);
  margin: 10px;
}
.sec3 .flex dl {
  width: calc(90% / 3);
  margin: 10px;
  padding: 0 0;
}
.flex dt {
  margin-bottom: 10px;
}
.text3 {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}
#container .sec4 .cont {
  padding: 0 100px; 
}
#container .sec4 h3 br {
  display: none;
}
#container .sec4 ul {
  overflow: hidden;
}
#container .sec4 li {
  font-size: 1.3rem;
  float: left;
  letter-spacing: 0.1rem;
  margin: 0 20px 0 0;
  padding: 0 0;  
}
#container .sec4 .minibox {
  margin: 0 15px 0 0;
  padding: 15px 0;
  width: 10%;
}
#container .sec4 .text2 {
  font-size: 1.4rem;
}
#container .sec4 .des {
  text-align: center;
}
#container .sec4 .des br {
  display: block;
}
/*--sec0--caution-box--*/
#container .sec0 {
  padding: 0px 40px;
}
#container .sec0 .caution-box {
  margin-bottom: 50px;
  padding: 30px 30px;
}
#container .sec0 h2, #container .sec0 .text2 {
  font-size: 1.3rem;
}
#container .sec0 h3 {
  font-size: 1.2rem;
  padding: 5px 10px;
}
}