@charset "utf-8";


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
img {
  border: 0;
  vertical-align: bottom;
}
ol, ul {
  list-style: none;
}
hr {
  display: none;
}
strong {
  font-weight: bold;
}
a:link, a:visited {
  color: #FF7DB8;
  text-decoration: underline;
}
a:hover, a:active {
  color: #DDD;
  text-decoration: none;
}
input, textarea {
  padding: 2px 3px;
  line-height: 1.2;
}
hr {
  display: block;
  margin: 40px 30px;
  border: 1px dashed #ccc;
}
body,
input,
textarea {
  font-size: 13px;
  font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", sans-serif;
}
body {
  color: #666;
  line-height: 1.5;
}
li span {
  font-family: monotype;
}
.red {
  color: red;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.notice {
  color: red;
  font-weight: bold;
  border: 1px solid #F00;
  padding: 5px 10px;
  margin: 20px auto;
  text-align: center;
}
#container {
  margin: 0 auto;
}
#header {
  color: #000;
  margin: 20px auto;
  padding-bottom: 5px;
  width: 900px;
}
#header h1 {
  padding-top: 10px;
  text-align: center;
}
#header h1 img {
  width: 900px;
}
#header .sns {
  margin: -40px 10px 10px 0;
  text-align: right;
}
#pagetop {
	position: fixed;
	bottom: -40px;
	right: 30px;
}
#pagetop a {
	display: block;
	width: 150px;
	height: 25px;
	background-color: #333;
	border-radius: 5px 5px 0 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	line-height: 30px;
	padding: 5px;
}
#copyright {
  margin: 20px auto;
  text-align: center;
  color: #666;
}

body {
  background: #ffe4bb url("bg200207.png") repeat;
}

.discription {
  width: 840px;
  margin: 0 auto;
  margin-bottom: 25px;
  padding: 20px 30px;
  background: #fff;
}

.discription strong {
  display: block;
  margin-bottom: 10px;
  font-size: 130%;
  text-align: center;
}

.nav {
  width: 900px;
  margin: 0 auto 30px;
}
.nav > ul {
  position: relative;
  width: 100%;
  height: 75px;
  text-align: center;
}

.nav > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.nav > ul > li > a {
  display: table-cell;
  padding: 8px 10px;
  border: solid 3px #FFF;
  border-radius: 8px;
  font-size: 120%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  height: 50px;
  vertical-align: middle;
  transition: all 0.2s ease-out;
}

.nav > ul li.box a{
  width: 900px;
}

.nav > ul li.hands a {
  /*width: 260px;*/
  width: 410px;
}

.nav > ul li.polaroid a {
  width: 410px;
}



/*
.nav > ul li.box a{
  width: 510px;
}
.nav > ul li.hands a,
.nav > ul li.live a {
  width: 130px;
}
*/

.nav > ul li a:hover {
  opacity: 0.7;
}
.nav .box a,
li.box ul.submenu {
  background-color: #FF7DB8;
}
.nav .hands a,
li.hands ul.submenu {
  background-color: #8DC21F;
}
.nav .polaroid a,
li.polaroid ul.submenu {
  background-color: #2CA6E0;
}
ul.submenu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  box-sizing: border-box;
  top: 30px;
  left: 0;
  width: 100%;
  padding: 20px 2%;
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
ul.submenu:after {
  content: ' ';
  position: absolute;
  box-sizing: border-box;
  top: -12px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.box .submenu:after {
  border-bottom: 12px solid #FF7DB8;
  left: 440px;
}
.hands .submenu:after {
  border-bottom: 12px solid #8DC21F;
  /*left: 806px;*/
  left: 660px;
}
.polaroid .submenu:after {
  border-bottom: 12px solid #2CA6E0;
  left: 660px;
}
li.menu:hover ul.submenu {
  top: 80px;
  visibility: visible;
  opacity: 1;
  margin: 0 auto;
}
li.menu ul.submenu > li {
  display: inline-block;
  margin: 10px;
}
li.menu ul.submenu > li > a {
  display: table-cell;
  padding: 8px 10px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  box-sizing: border-box;
  width: 250px;
  height: 50px;
  vertical-align: middle;
  transition: all 0.2s ease-out;
}

/*--- 固定ナビ ---*/
.nav.fixed {
  letter-spacing: -.40em;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  z-index: 2;
}
.nav.fixed > ul {
  width: 900px;
  height: 40px;
  margin: 0 auto;
}
.nav.fixed > ul > li {
  margin: 0;
  letter-spacing: normal;
}
.nav.fixed > ul > li > a {
  display: table-cell;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 13px;
  height: 40px;
  vertical-align: middle;
  line-height: 1.2;
}
.nav.fixed > ul > li a span {
  display: none;
}
.nav.fixed .box > a {
  width: 900px;
}
.nav.fixed .hands > a,
.nav.fixed .polaroid > a {
 /* width: 300px;*/
  width: 440px;
  height: 40px;
}
.nav.fixed .menu:hover .submenu {
  top: 40px;
}
.nav.fixed ul.submenu:after {
  display: none;
}

.event,
#prod,
#caution
{
  width: 890px;
  margin: 30px auto;
  padding-bottom: 20px;
  background-color: #FFF;
  page-break-before: always;
  border-radius: 15px;
}
.event h2,
#prod h2,
#caution h2 {
  margin-bottom: 25px;
  text-align: center;
  background-color: #F0F0F0;
  padding: 10px;
  font-size: 24px;
  color: #666;
  border-radius: 11px 11px 0px 0px;
}
.event#box {
  border: 4px solid #FF7DB8;
}
.event#box h2 {
  background-color: #FF7DB8;
  color: #FFF;
  font-size: 18px;
}
.event#hands {
  border: 4px solid #8DC21F;
}
.event#hands h2 {
  background-color: #8DC21F;
  color: #FFF;
}
.event#polaroid {
  border: 4px solid #2CA6E0;
}
.event#polaroid h2 {
  background-color: #2CA6E0;
  color: #FFF;
}
.event {           border: solid 4px #f7f5ff; }
.event h2 { border-bottom: solid 2px #f7f5ff; }
#prod {               border: solid 4px #f7f5ff; }
#prod h2 {     border-bottom: solid 2px #f7f5ff; }
#caution {            border: solid 4px #f7f5ff; }
#caution h2 {  border-bottom: solid 2px #f7f5ff; }

.event ul,
.event p {
  padding: 0 30px;
}
.event ul.rule {
  padding-bottom: 20px;
  text-indent: -1em;
}
.event ul.rule li {
  padding-left: 30px;
}
.event ul.rule li:before {
  content:"※"
}
.event h3 {
  font-size: 120%;
  color: #ff7db8;
  font-weight: bold;
  padding: 0 30px;
  margin-bottom: 5px;
}
.event h4 {
  font-size: 100%;
  font-weight: bold;
  padding: 0 30px;
}
.event .section2 {
  margin-left: 20px;
}
.event .section p.notice {
  width: 782px;
  padding: 5px 10px;
  margin: 0 auto 50px;
}

/*--- イベントテーブル ---*/
table.schedule {
  margin: 10px auto 3px;
  width: 842px;
  border-collapse: collapse;
}
table.schedule thead th {
  text-align: left;
  padding: 5px 10px;
  background-color: #f7f5ff;
  border-left: 3px solid #f7f5ff;
  border-right: 3px solid #f7f5ff;
  box-sizing: border-box;
  opacity: 0.95;
  font-size: 120%;
}
table.schedule thead:after {
  content: "";
  height: 1px;
  width: 100%;
  padding: 0;
  display: block;
}
table.schedule thead th span {
  font-size: 70%;
  font-weight: normal;
}
table.schedule tbody th {
  text-align: left;
  font-weight: normal;
  background: #DDF2F3;
  width: 200px;
  padding: 15px 15px;
  font-size: 130%;
  white-space: nowrap;
  text-align: center;
  border: solid 2px #000;
  background-color: #ccc;
  color: #333;
}
table.schedule tbody td {
  /*padding: 5px 15px;*/
  padding: 5px 5px;
  border: solid 2px #333;
  font-size: 110%;
  text-align: center;
}
table.schedule tbody .time {
  font-weight: bold;
}
table.schedule tbody .time span {
  font-weight: normal;
}
table.schedule tbody .open {
  font-size: 70%;
  padding: 2px 20px;
  color: #666;
  background-color: #F0F0F0;
  margin-bottom: 5px;
}
table.schedule tbody .member {
  margin-bottom: 5px;
}
table.schedule tbody .var {
  width: 60px;
  text-align: center;
}
table.schedule tbody .group {
  width: 170px;
  text-align: center;
}
table.schedule tbody .cart {
  width: 230px;
}
table.schedule tbody em {
  display: block;
}
table.schedule tbody td span {
  font-size: 80%;
  color: #AAA;
}
.event .time span {
  font-size: 80%;
  color: green;
}

/*--- カート ---*/
.event .cart,
.event .usage {
  margin:  20px 0;
  text-align: center;
}
.event .cart {
  padding: 10px 0;
}
.event .cart a,
.event .cart span {
  display: inline-block;
  width: 180px;
  padding: 5px 0;
  background-color: #FFF;
  box-shadow: 0 0 7px -1px #999;
  transition: all 0.2s ease-out;
  margin: 0 20px;
  font-size: 16px;
}
.event .cart span.before {
  color: #FFF;
  background-color: #1399DE;
}
.event .cart span.soldout,
.event .cart span.end {
  color: #FFF;
  background-color: #DC0011;
}
.event .cart a {
  border: solid 3px #DB0C29;
  color: #333;
  text-decoration: none;
}
.event .cart a:hover {
  color: #FFF;
  background-color: #33F;
  border: solid 3px #00F;
  box-shadow: 0 0 7px -4px #999;
}

/*--- 対象商品・注意事項セクション ---*/
#prod .section,
#caution .section {
  padding: 10px 40px;
}
#prod .section h3,
#caution .section h3 {
  font-size: 120%;
  margin-left: -1.5em;
  line-height: 2;
}
#caution .section h3 {
  color: #E62A4D;
}
#prod .section ul,
#caution .section ul {
  text-indent: -1em;
}
#prod .section p,
#caution .section p {
  margin-left: -1em;
}
#prod .section .noindent {
  text-indent: 0;
  margin-left: -1em;
}
#prod .caution {
  margin: 15px 0;
  text-align: right;
  color: #999;
}
#prod .figure {
  text-align: center;
}
#prod .section li li,
#caution .section li li {
  padding-left: 20px;
}
#prod table {
  /*margin-left: -1em;*/
  display: table;
  padding: 0 25px;
}
#prod table th {
  text-align: left;
  display: table-cell;
  vertical-align: top;
  font-weight: bold;
  white-space: nowrap;
}
.section em {
  font-weight: bold;
}
.section strong {
  font-weight: bold;
  color: #E62A4D;
}
.section .term {
  font-size: 120%;
  line-height: 2;
  color: #E62A4D;
  font-weight: bold;
}


.mb0 {
  margin-bottom: 0 !important;
}

/*20170309追加*/

.participation {
	font-size: 120%;
	font-weight: bold;
	line-height: 2;
}

.schedule a {
	color: #333;
}

.caution_box {
	padding: 10px 0;
	color: red;
	text-indent: 0;
}



/*21070330追加*/

.clearfix:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}

.end_box {
	width: 840px;
	margin: 0 auto 15px;
}

.end_box dl {
	color: red;
	font-weight: bold;
}

.end_box dt {
	float: left;
	clear:left;

}

.end_box dd {
	float: left;
}

/*20171219追加*/
.limit {
  padding: 0 15px 30px;
}

.text_red {
  color: red;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
}

.list_red {
  color: red;
  font-weight: bold;
}

.section h2 span {
  color: red;
  font-size: 14px;
}

.member_top {
  margin-top: 15px;
}

.prod_02 {
  border: none !important;
}

.easy_read {
  color: #ff7db8;
}

/* 20180620 */
.top_discription_text {
  font-size: 14px;
  line-height: 1.6;
}

.top_discription_text_caution {
  color: red;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
}

.top_deadline_text {
  font-size: 16px;
  color: red;
  font-weight: bold;
}

.participation_member {
  margin-left: 20px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  /*color: #ff7db8;*/
}

.participation_member_caution {
  font-size: 13px;
}

.shipping {
  padding-left: 47px;
  font-size: 13px;
}

.shipping dt {
  color: red;
}

.shipping dd {
  color: red;
}

.individual_random {
  color: red;
}

.target_item {
  margin-bottom: 10px;
}

.target_item h5 {
  margin-left: -1em;
}

.setlist_box {
  margin: 0 0 25px -10px;
} 

.setlist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.setlist_box h5 {
  font-size: 15px;
  margin-bottom: 3px;
  color: #fff;
  background: #ff7db8;
  padding: 5px;
  border-radius: 3px;
}

.setlist_disc {
  width: 32%;
  margin-right: 1%;
  box-sizing: border-box;
}

.setlist_disc h6 {
  font-size: 13px;
}

.setlist_no {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
}

setlist_no li {

}

.certificate {
  padding-left: 1em;
}

.certificate ol {

}

.certificate ol li {
  padding-left: 2em;
}

.clothing {
  font-size: 12px;
}

.caution_text {
  color: red;
  margin-bottom: 25px;
}

.category {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: bold;
}

.category span {
  color: #ff7db8;
}

/*20181221*/
.sale_group {
  padding: 0 30px;
}

.sale_group p {
  margin-bottom: 10px;
}

.sale_group ul {
  color: #ff7db8;
  margin-bottom: 10px;
}

.sale_group ul li {
 
}

.sale_group_cation {
  font-size: 14px;
  color: red;
  margin-bottom: 20px !important;
}

/*20181228*/
.top_discription_text {

}

.soldout_Meeting_place {
  margin-bottom: 10px;
}

.soldout_Meeting_place dt {
  color: #ff7db8;
  font-size: 13px;
}

.soldout_Meeting_place dd {
  font-size: 14px;
}


/* 20190517 振替 返金 */
.transfer_box {
  width: 900px;
  margin: 0 auto 30px;
  padding: 20px 30px;
  background: #fff;
  line-height: 1.7;
  box-sizing: border-box;
}

.transfer_ttl {
  font-size: 17px;
  font-weight: bold;
  background: #f00;
  padding: 5px;
  color: #fff;
  margin: -5px -15px 10px;
  text-align: center;
}

.transfer_txt {
  margin-bottom: 10px;
}

.transfer_txt span {
  font-weight: bold;
}

.transfer_sub-box {
  margin-bottom: 20px;
}

.transfer_sub-ttl {
  font-weight: bold;
}

.transfer_sub-txt {
  margin-bottom: 5px;
}

.transfer_sub-caution {
  text-indent: -1em;
  padding-left: 1em;
  color: #666;
  font-size: 12px;
  margin-bottom: 5px;
}

.transfer_sub-caution li {

}

.payment_box {
  padding-left: 1em;
  margin-bottom: 10px;
}

.payment_ttl {
  font-weight: bold;
  margin-bottom: 5px;
}

.payment_txt {

}

.payment_txt-caution {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}

.account_ttl {
  
}

.account_list {

}

.mutual-link_box {
  width: 840px;
  margin: 0 auto;
  margin-bottom: 25px;
  padding: 20px 30px;
  background: #fff;
  line-height: 1.8;
}

.mutual-link {
  text-align: center;
  margin-bottom: 15px;
}

.mutual-link a {
  font-size: 20px;
}

.mutual-link_ttl {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  color: #f00;
  text-align: center;
}

.page-list {
  margin-bottom: 15px;
}

.page-list li {
  text-align: center;
}

.mutual-link_txt {
  text-align: center;
  margin-bottom: 15px;
}

.mutual-link_txt:last-child {
  margin-bottom: 0;
}

.mutual-link_txt span {
  color: #f00;
}

.mutual-link_txt em {
  border-bottom: 1px solid #333;
}


/**/
.pause_box {
  padding: 0 20px;
  margin-bottom: 20px;
}

.pause_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

.pause_txt {
  margin-bottom: 8px;
}

.pause_caution {
  text-indent: -1em;
}

.pause_caution li {
  padding-left: 1em;
}

.pause_caution li span {
  color: #f00;
}


/*コロナウイルス注意*/
.coronavirus_box {
  margin: 0 40px 20px;
  border: 1px solid #f00;
  box-sizing: border-box;
  padding: 20px;
}

.coronavirus_ttl {
  padding: 5px !important;
  color: #fff;
  margin-bottom: 8px;
  background: #f00;
}

.coronavirus_ttl span {
  /*display: inline-block;
  background: #f00;
  padding: 5px;*/
}

.coronavirus_subttl {
  padding: 0 !important;
  color: #f00;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}


.coronavirus_txt {
  padding: 0 !important;
  margin: 10px 0;
}

.coronavirus_txt_blr {
  padding: 0 !important;
  margin: 10px 0;
  color: #f00;
}

.coronavirus_txt_blr span {
  border-bottom: 1px solid #666;
}

.coronavirus_txt_bold_caution {
  margin: 10px 0 5px;
  font-weight: bold;
  color: #f00;
  text-indent: -1em;
  padding-left: 1em!important;
  padding-right: 0!important;
}

.coronavirus_caution {
  padding-left: 1em!important;
  text-indent: -1em;
  padding-right: 0!important;
}

.coronavirus_caution li {
  margin-bottom: 5px;
}

.coronavirus_caution li:last-child {
  margin-bottom: 0;
}

.coronavirus_caution li span {
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.mb8 {
  margin-bottom: 8px;
}

/*商品情報*/
.pi_sbuttl {
  font-size: 120%;
  color: #FF7DB8;
  font-weight: bold;
}

.pi_box {
  margin-bottom: 15px;
}

.pi_txt {
  margin-bottom: 5px;
}

.pi_list {
  margin-bottom: 5px;
}

.pi_list li {

}

.pi_price {
  margin-bottom: 5px;
}

.pi_caution {
  margin-bottom: 5px;
}

.pi_caution li {
  color: #f00;
}

.pi_caution_b {
  color: #666!important;
}

/*グループリスト*/
.group_list_box {
  padding: 0 20px;
  margin-bottom: 20px;
}

.group_list_ttl {
  font-size: 120%;
  color: #ff7db8;
}

.group_list_txt {
 
}

.group_list_subttl {
  color: #ff7db8;
}

.group_list {
  margin-top: 10px;
  color: #333;
}

.group_list li{

}




/*kanazawa_photo*/
.kanazawa_photo {
  width: 700px;
  margin: 0 auto 30px;
}

.kanazawa_photo img {
  width: 100%;
  vertical-align: bottom;
}

/*受付終了*/
.badge_end {
  background: #ff0;
  color: red;
}












