﻿@charset "UTF-8";

/*--------------------------------------------------------------------------------
　▼ 共通　
--------------------------------------------------------------------------------*/
body {
    width: 100%;
    font-size: 14px;
    background: #662e43;
    color: #000;
    font-family: "メイリオ", Meiryo, Osaka, sans-serif;
}

#fixed-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0;
    z-index: 1000;
    font-size: 0;
}

.inner_box {
    width: 960px;
    margin: 0 auto;
    background: #fff;
}
.pc_block { display: block;}
.sp_block { display: none;}


/*--------------------------------------------------------------------------------
　▼ 設定　
--------------------------------------------------------------------------------*/
ul.inline_block { font-size: 0;}
ul.inline_block li { display: inline-block; font-size: 14px; vertical-align: top;}


/*--------------------------------------------------------------------------------
　▼ mobile_header　
--------------------------------------------------------------------------------*/
#m_header { display: none;}
#menu { display: none;}


/*--------------------------------------------------------------------------------
　▼ header　
--------------------------------------------------------------------------------*/
#header .logo { padding: 20px 20px 0;}
.main { padding: 30px 0;}


/*--------------------------------------------------------------------------------
　▼  共通　
--------------------------------------------------------------------------------*/
.anchor-point {
    position: relative;
    top: -95px;
}

.box { padding: 0 20px 30px;}
.box_title {
    text-align: center;
    font-size: 25px;
    color: #662e43;
    border-bottom: 1px solid #662e43;
}

.title_box {
    background: #662e43;
    padding: 10px;
    margin: 30px 0 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.in_box { padding: 20px 0 40px;}

.text_box_scroll {
    padding: 20px 15px;
    margin-bottom: 20px;
    line-height: 2em;
    height: 350px;
    overflow: scroll;
}
.text_box2 {
    padding: 20px 15px;
    margin-bottom: 20px;
    line-height: 2em;
}



/*--------------------------------------------------------------------------------
　▼ メニュー　
--------------------------------------------------------------------------------*/
.fixed {
    position: fixed;
    top: 0;
    width: 960px;
    margin: 0 auto;
    z-index: 10000;
}
.nav_box { background: #662e43;}
ul.nav-pc { width: 90%; margin: 0 auto;}
ul.nav-pc li {
    display: inline-block;
    text-align: center;
    width: 20%;
    padding: 10px 0;
}
ul.nav-pc li a {
    font-size: 16px;
    padding: 10px 10px;
    display: block;
    border-left: 1px solid #fff;
		color: #fff;
}
ul.nav-pc li:last-child a { border-right: 1px solid #fff;}


/*--------------------------------------------------------------------------------
　▼ 
--------------------------------------------------------------------------------*/
ul.ul02 li {
    width: 50%;
    padding-bottom: 25px;
}
ul.ul02 li:nth-child(odd) { padding-right: 1.5%;}
ul.ul02 li:nth-child(even) { padding-left: 1.5%;}

ul.ul03 li {
    width: 50%;
    padding-bottom: 25px;
}
ul.ul03 li:nth-child(odd) { padding-right: 1.5%;}
ul.ul03 li:nth-child(even) { padding-left: 1.5%;}
ul.ul04 {
    display: flex;
    justify-content: space-between;;
}
ul.ul04 li {
    width: 18%;
    padding-bottom: 25px;
}



/*--------------------------------------------------------------------------------
　▼ INFORMATION TICKET
--------------------------------------------------------------------------------*/
table,
table tbody {
    width: 100%;
    border-spacing: 0;
}
table tr th {
    text-align: left;
    font-weight: normal;
    width: 27%;
    padding: 10px 0;
    border-bottom: 1px dotted #666666;
    border-collapse:collapse;
}
table tr td {
    padding: 10px 0 10px 10px;
    width: 73%;
    border-bottom: 1px dotted #666666;
    border-collapse:collapse;
    position: relative;
}
table tr td a {
    text-decoration: underline;
    color: brown;
}
table tr td ul { padding: 0 0 0 13px;}
table tr td ul li { padding: 0 0 10px;}

.qr-l {
  float: left;
  width: 70%;
}
.qr-r {
  float: right;
  width: 30%;
  text-align: right; 
}
.qr-c {
  text-align: center;
}
.qr-c img {
  padding: 10px 0 20px;
}

.event_info {
  width: 40%;
  margin: 0 auto 60px;
}


/*--------------------------------------------------------------------------------
　▼ goods
--------------------------------------------------------------------------------*/
/*#goods .title_box { background: none;}*/

ul.ul01 { padding: 40px 0 0;}
ul.ul01 li {
    width: 31%;
    margin: 0 0 30px;
    text-align: center;
}

ul.ul01 li:nth-child(3n - 1) { margin: 0 3.5% 30px;}
#goods .fl { width: 20%; text-align: left;}
#goods .fr { width: 80%; text-align: left;}
#goods .clear { clear: both;}

.img_box {
    padding-top: 100%;
    font-size: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}

.cd_title { font-size: 18px; color: #FF9900; padding: 10px 0 20px;}


/*--------------------------------------------------------------------------------
　▼ footer
--------------------------------------------------------------------------------*/
#footer {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
}