@charset "utf-8";

@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');


/********** base ************/
html {font-size:62.5%;}
body{
	background:url(../images/bg.jpg);
	font-size:16px;
	color:#fff;
	line-height:1.6;
}

/********** footer ************/
footer{
	width:100%;
	padding:30px 0;
	text-align:center;
	font-size:1.2rem;
}
.f_copyright {margin-bottom:1em;}


@media screen and (min-width:641px) {
.sp_only {
	display: none;}

/* PC用のスタイル記述 */
#contentsWrap{
width: 1080px;
margin:0 auto;
background: #822128;
color: #333;
box-shadow: 0px 0px 10px 0px #000;
-moz-box-shadow: 0px 0px 10px 0px #000;
-webkit-box-shadow: 0px 0px 10px 0px #000;
font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
background:white!important;
}



/********** header ************/
header{
	width:100%;
	margin:0 auto;
}

/********** contents ************/
nav ul#nav{
overflow:hidden;
width: 1050px;
    margin: 10px auto 30px;
}
nav ul#nav li{
	float:left;
	width: 50%;
}

nav ul#nav li a {
	margin: 0 auto;
	background: #1a0b08;
	color: #fff;
	border: #fff 1px solid;
	text-align: center;
	font-size: 3rem;
	display: block;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	transition: all 0.3s ease-out;
    border: solid 2px #9c855c;
    margin: 5px;
}

nav ul#nav li a::after{
content: "";
position: absolute;
top: 17px;
left: 30px;
box-sizing: border-box;
border: 10px solid transparent;
border-left: 10px solid #fff;
}

nav ul#nav li a:hover {
background: #9c855c;
    color: #000;
    border: solid 2px #1a0b08;
}

nav ul#nav li a:hover::after{
border-left: 10px solid #000;
}

#nav a:hover{
cursor:pointer;

}


/*概要*/
section#overview {margin-bottom:50px;}
section#overview h2,section#tenpo h2 {
text-align: center;}
section#overview h2 .title,section#tenpo h2 .title{
padding: 0 30px;
font-size: 3.5rem;
color: #000;
position: relative;
display: inline-block;
margin-top: 30px;
margin-bottom: 15px;
}

section#overview h2 .title::before,section#overview h2 .title::after,
section#tenpo h2 .title::before,section#tenpo h2 .title::after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: black;
}

section#overview h2 .title::before,section#tenpo h2 .title::before {left:100%;}
section#overview h2 .title::after,section#tenpo h2 .title::after {right: 100%;}

.overviewWrap {
width:860px;
margin: 0 auto;
padding: 30px;
background: #ececf2;}

.overviewText {
margin: 0px auto 15px;
line-height: 1.6;
}

.red{
color:#822128!important;
}

.bold{
font-weight:bold;
}
#overview_info{
    overflow: hidden;
margin: 25px auto 15px;
}
#overview_info dt{
background: #1a0b08;
    color: #fff;
    float: left;
    width: 20%;
    text-align: center;
    margin-top: 5px;
}
#overview_info dd{
float: left;
    width: 78%;
    margin-left: 10px;
    margin-top: 5px;
}


/*開催店舗一覧*/
section#tenpo h4{
text-align: center;
    height: 30px;
    line-height: 1.2;
    padding: 5px 0;
    font-size: 0.9em;
}
.kaisai_tenpo{
text-align: center;
font-size: 1.5em;
background: #000;
color: white;
margin: 0 auto 30px;
padding: 1% 0 0.5%;
font-weight: bold;
}

section#tenpo .shop_tit{
    text-align: center;
    background: #1a0b08;
    color: #ffffff;
    padding: 0.3rem;
    width: 250px;
    display: block;
    border: 2px solid #9c855c;
    font-weight: bold;
}

section#tenpo #shoplist{
margin: 0 auto 100px;
width: 900px;
}

section#tenpo #shoplist ul{
	overflow:hidden;
	margin-bottom:1em;
}

section#tenpo #shoplist li{
	float:left;
margin: 0.8rem 1.8rem 0 auto;
font-weight:bold;
}

section#tenpo #shoplist li a {color:#222; transition: all 0.3s ease-out;}
section#tenpo #shoplist li a:hover {text-decoration:none; color: #822128;}

/*店舗写真*/
section#tenpo #photo{
}

section#tenpo section h3{
color: #fff;
font-weight: bold;
background: #1a0b08;
text-align: center;
clear: both;
font-size: 1.5rem;
padding: 0.5rem 0;
border: 2px solid #9c855c;
}
section#tenpo section .shop_wrap{
overflow: hidden;
margin-top: 10px;
width: 900px;
margin: 0 auto;
}
section#tenpo section .shop_box{
display: inline-block;
vertical-align: top;
width: 218px;
margin: 10px 0 0 3px;

}
section#tenpo section .shop_box p{
	width:218px;
	height:218px;
border:2px solid #222;
text-align:center;
background:#fff;
box-sizing: border-box;
}
section#tenpo section .shop_box p img{
	width:214px;
	height:214px;
}
section#tenpo section .shop_box .tenpo_name{
background: #222;
width: 218px;
color: #fff;
text-align: center;
line-height: 1.5em;
padding: 0.3rem 0;
}
section#tenpo section .shop_box input{
width: 218px;
margin: 6px 0 2em;
text-align: center;
background: #ececf2;
color: black;
border: 1px solid #222;
cursor: pointer;
padding: 0.5rem;
transition: all 0.5s ease-out;
}

section#tenpo section .shop_box input:hover{
background: #ccc;
}

/*店舗一覧へ戻る*/
.menu_back a{
display: block;
padding: 0.5em 0 0.3em;
background: #222;
color: #fff;
line-height: 1.5em;
width: 150px;
clear: both;
text-decoration: none;
text-align: center;
border: 1px solid #fff;
margin: 10px auto 80px auto;
border-radius: 7px;
transition: all 0.5s ease-out;
}

.menu_back a:hover {
    background: #822128;
    color: #fff;
}

/*トップへ戻る*/
#page-top {
   opacity:0.8;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 15px;
    text-align: center;
    display: block;
  font-weight:bold;
border:1px solid #fff;
transition: all 0.5s ease-out;
}
#page-top a:hover {
    background: #1a0b08;
}

.linkArea {
text-align: center;
padding-top: 30px;
border-top: 1px solid #999;
}

}

@media screen and (max-width: 640px) {
/* スマートフォン用のスタイル記述 */
.pc_only {
	display: none;}

#contentsWrap{
width: 96%;
	margin:0 auto;
background: url(../images/bg.jpg);
	color: #000;
box-shadow: 0px 0px 20px 0px #000;
-moz-box-shadow: 0px 0px 20px 0px #000;
-webkit-box-shadow: 0px 0px 20px 0px #000;
font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
padding:2%;
}

.float img {
width: 100%;
}


/********** contents ************/
nav ul#nav{
	overflow:hidden;
	width:100%;
    margin: 0 0 6% 0;
}
nav ul#nav li{
	float:left;
width:50%;
}

nav ul#nav li a {
	width: 96%;
	margin: 0 auto;
	background: #222;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	display: block;
	text-decoration: none;
	position: relative;
border: 2px solid #8a7561;
}

nav ul#nav li a:after{
content: "";
position: absolute;
top: 25%;
right: 5px;
box-sizing: border-box;
border: 7px solid transparent;
border-left: 7px solid #fff;
}

section#tenpo .shop_tit{
text-align: center;
    background: #222;
    color: #fff;
    padding: 0.3rem;
    width: 10em;
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
}

/* 開催店舗 */
.kaisai_tenpo{
    text-align: center;
    background: #000;
    color: white;
    margin: 0 auto 10px;
    padding: 0.5rem 0 0.4rem;
    font-size: 1.5rem;
    border: 2px solid #8a7561;
}

section#tenpo #shoplist ul {
    overflow: hidden;
    margin-bottom: 1em;
color: #fff;
}

section#tenpo #shoplist li a {
color:#fff;
}

section#tenpo section h3{
background: #000;
color: #fff;
text-align: center;
clear: both;
line-height: 2em;
font-size: 1.3rem;
}
section#tenpo section .shop_wrap{
overflow: hidden;
margin-top: 10px;
margin: 10px auto;
}
section#tenpo section .shop_box{
display: inline-block;
vertical-align: top;
width: 48%;
margin: 10px 0 0 3px;
float:left;
line-height: 1;}
section#tenpo section .shop_box img{
width: 100%;
}
section#tenpo section .shop_box p{
border:2px solid #000;
text-align:center;
background:#fff;
box-sizing:border-box;
}
section#tenpo section .shop_box .tenpo_name{
background: #000;
color: #fff;
text-align: center;
height: 3em;
line-height: 1.5em;
}
section#tenpo section .shop_box input{
margin: 6px 0 2em;
padding: 0.2em;
text-align: center;
background: #ccc;
color: #333;
border: 1px solid #000;
cursor: pointer;
width:100%;
}


/*トップへ戻る*/
#page-top {
   opacity:0.8;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #999;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 15px 10px;
    text-align: center;
    display: block;
  font-weight:bold;
border:1px solid #fff;
}



/**** 概要 ****/
section#overview {margin-bottom:50px;}

section#overview h2,section#tenpo h2 {
text-align: center;}

section#overview h2 .title,section#tenpo h2 .title{
padding: 0 10px;
font-size: 2rem;
color: #fff;
position: relative;
display: inline-block;
margin-top: 15px;
margin-bottom: 5px;
}

section#overview h2 .title::before,section#overview h2 .title::after,
section#tenpo h2 .title::before,section#tenpo h2 .title::after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 20px;
height: 1px;
background-color:#fff;
}

section#overview h2 .title::before,section#tenpo h2 .title::before {left:100%;}
section#overview h2 .title::after,section#tenpo h2 .title::after {right: 100%;}

#gaiyou_table {
width: 96%;
overflow: hidden;
border-top: 1px solid #000;
border-left: 1px solid #000;
box-sizing: border-box;
margin: 0 auto 20px;
}

.overviewWrap {
margin: 0 auto;
padding: 20px;
background: #ececf2;}

.overviewText {
margin: 0px auto 15px;
line-height: 1.6;
font-size: 1.5rem;
}

.red{
color:#822128!important;
}

.bold{
font-weight:bold;
}

#overview_info {
}

#overview_info dt{
    background: #000;
    color: #fff;
    padding: 0.5% 2%;
}

#overview_info dd{
}

/**** 店舗写真 ****/
section#tenpo #photo{
}
section#tenpo h4{
    text-align: center;
    color: #fff;
    height: 1.8em;
    font-size: 0.8em;
    padding: 2% 0;
}
section#tenpo #shoplist li{
	float:left;
margin: 0.3em 0.5em 0 auto;
font-weight:bold;
font-size: 1.3rem;
}

section#tenpo #shoplist{
margin: 0 auto 8%;
}

.menu_back a {
	color: #fff;
    display: block;
    padding: 0.5rem 0 0.3rem;
    background: #222;
    line-height: 1.5em;
    width: 150px;
    clear: both;
    text-decoration: none;
    text-align: center;
    border: 1px solid #fff;
    margin: 10px auto 80px auto;
    border-radius: 7px;
    transition: all 0.5s ease-out;
}

.f_copyright{color:#fff;}

}