@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------
/* 共通
-------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, fieldset, form, label, legend, b, u, i, center, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	color: #39362D;
	vertical-align: baseline;
	background: transparent;
}
body, table, input, textarea, select, option {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 1.7;
}
html, body {
	height: 100%;
	color: #000;
	background-color: #fff;
	min-width: 1200px;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
}
.sp_none {
	display: block !important;
}
.pc_none {
	display: none !important;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.section {
	overflow: hidden;
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.inner {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
.inner_2 {
	width: 980px;
	margin: 0 auto;
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
img {
	vertical-align: -webkit-baseline-middle;
}
/* --------------------------------------------------------------------
/* ここから下に追加する
-------------------------------------------------------------------- */
.c_red {
	color: #f00;
}
.f_18 {
	font-size: 18px;
}
.f_b {
	font-weight: bold;
}
.ta_c {
	text-align: center;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
.p_t10 {
	padding-top: 10px;
}
.p_t20 {
	padding-top: 20px;
}
.p_t25 {
	padding-top: 25px;
}
.p_t30 {
	padding-top: 30px;
}
.p_t40 {
	padding-top: 40px;
}
.p_t50 {
	padding-top: 50px;
}
.p_l10 {
	padding-left: 10px;
}
.p_l15 {
	padding-left: 15px;
}
.p_l20 {
	padding-left: 20px;
}
.p_r0 {
	padding-right: 0px !important;
}
.p_r10 {
	padding-right: 10px;
}
.p_r15 {
	padding-right: 15px;
}
.p_r20 {
	padding-right: 20px;
}
.p_r30 {
	padding-right: 30px;
}
.p_r40 {
	padding-right: 40px;
}
.m_b10 {
	margin-bottom: 10px;
}
.m_b20 {
	margin-bottom: 20px;
}
.m_b30 {
	margin-bottom: 30px;
}
.m_b40 {
	margin-bottom: 40px;
}
.f40 {
	font-size: 40px;
	font-weight: bold;
}
.mt20 {
	margin-top: 20px !important;
}
/* --------------------------------------------------------------------
/* header
-------------------------------------------------------------------- */
#wrapper {
	overflow: hidden;
}
header {
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
	position: fixed;
	background-color: #fff;
	box-shadow: 0px 2px 5px #ddd;
	z-index: 9999;
}
header .inner {
	width: 980px;
	margin: 0 auto;
}

header .logo {
	float: left;
}

header .contact_area {
	float: right;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 30px;
}

header .contact_area ul {
	font-size: 0;
}

header .contact_area ul li {
	display: inline-block;
	margin-right: 15px;
}

header .contact_area ul li:nth-of-type(2) {
	margin-right: 0;
}
header .headTel {
	    text-align: right;
    padding: .5em 1.5em 0;
    float: right;
	}
header .pageNav	{
	       float: right;
    margin: 2em 0 0;
	}
header .pageNav ul	{
	    overflow: hidden;
	}
header .pageNav	ul li{
	    display: inline-block;
    padding: 0 2.5em 0;
    
	}	
header .pageNav	ul li a{
	
	}
header .pageNav	ul li a:hover{
	    border-bottom: 1px solid #e95513;
    padding-bottom: 3px;
	}			
	

/* --------------------------------------------------------------------
/* メイン
-------------------------------------------------------------------- */
#main {
	           padding-top: 130px;
}
#main .inner {
	width: 980px;
	margin: 0 auto;
}
#main .main_img {
	
}

/* --------------------------------------------------------------------
/* 共通
-------------------------------------------------------------------- */
h2 {
	text-align: center;
    margin: 10px 0 10px;
    font-size: 30px;
    letter-spacing: 3px;
    border-bottom: 3px solid;
}

.box {
	overflow: hidden;
	margin-bottom: 30px;
}



.sub_tit {
	text-align: center;
    line-height: 0;
    margin-top: 20px;
    font-weight: bold;
}

/* --------------------------------------------------------------------
/* イベント情報
-------------------------------------------------------------------- */

.event_info {
	margin: 0 auto;
    width: 900px;
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 10px 40px;
    background-color: #f6f6f6;
}


.event_info h3 {
	font-size: 18px;
	letter-spacing: 3px;
}

.event_info h3::before {
	content: url(../img/event_icon.png);
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}


.event_info dl {
	margin-top: 10px;
	margin-bottom: 10px;
}



.event_info dt {
	float: left;
    padding-right: 15px;
	color: #999;
	margin-bottom: 10px;
}

.event_info dd {
	overflow: hidden;
	margin-bottom: 10px;
}





/* --------------------------------------------------------------------
/* block01
-------------------------------------------------------------------- */
#block01 {
	    padding-top: 120px;
    margin-top: -120px;
}

#block01 .box:nth-of-type(1) {
	margin-top: 60px;
}

#block01 .box .img_area {
	float: left;
}

#block01 .box .txt_area {
	margin: 0 auto;
	overflow: hidden;
	padding-left: 50px;
}

#block01 .box .img_area02 {
	float: right;
}

#block01 .box .txt_area02 {
	margin: 0 auto;
	overflow: hidden;
}

#block01 .box h3 {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 25px;
}

#block01 .box .img {
	margin-top: 65px;
}


/* --------------------------------------------------------------------
/* block02
-------------------------------------------------------------------- */
#block02 {
	overflow: hidden;
	    padding-top: 120px;
    margin-top: -120px;
}

#block02 .lineup {
	margin-top: 50px;
}

#block02 .lineup .left_box {
	float: left;
	overflow: hidden;
	width: 48%;
	margin-bottom: 50px;
}

#block02 .lineup .right_box {
	float: right;
	overflow: hidden;
	width: 48%;
	margin-bottom: 50px;
}

#block02 .lineup .img_area {
	float: left;
	margin-bottom: 20px;
}

#block02 .lineup .txt_area {
	float: right;
	overflow: hidden;
	width: 46%;
}

#block02 .lineup .txt_area h4 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding-top: 30px;
	padding-bottom: 30px;
}

#block02 .lineup .txt_area h4 span {
	display: block;
	font-size: 18px;
}

#block02 .lineup .txt_area ul {
	margin-top: 20px;
}


#block02 .lineup .txt_area ul li {
	line-height: 1.8;
	font-size: 12px;
}

#block02 .lineup .color_img {
	text-align: center;
	margin: 20px 0;
}


#block02 .lineup .img_area .color_img {
	text-align: center;
	margin-top: 10px;
}



/* --------------------------------------------------------------------
/* block03
-------------------------------------------------------------------- */
#block03 {
	margin-bottom: 60px;
	margin-top: 25px;
}

#block03 .shoplist {
	margin-top: 50px;
}

#block03 .shoplist ul {
    text-align: center;
    font-size: 0;
}

#block03 .shoplist ul li {
    display: inline-block;
    width: 22%;
    margin-right: 35px;
    font-size: 0;
    vertical-align: text-top;
}

#block03 .shoplist ul li:nth-of-type(4) {
	margin-right: 0;
}

#block03 .shoplist ul li:nth-of-type(4) .txt_area  {
	padding: 43% 0;
}

#block03 .shoplist ul li img {
    max-width: 100%;
    height: auto;
}

#block03 .shoplist ul li .txt_area {
    background-color: #3e3a39;
    color: #fff;
    padding: 10px;
}

#block03 .shoplist ul li .txt_area span.txt01 {
    font-size: 16px;
}

#block03 .shoplist ul li .txt_area span.txt02 {
    font-size: 12px;
	padding-top: 10px;
}


#block03 .shoplist ul li .txt_area span {
    display: block;
    color: #fff;
}

/* --------------------------------------------------------------------
/* block04
-------------------------------------------------------------------- */
#block04 {
	overflow: hidden;
	margin-bottom: 60px;
	    padding-top: 120px;
    margin-top: -120px;
}

#block04 .box:nth-of-type(1) {
	margin-top: 50px;
	margin-bottom: 50px;
}

#block04 .box {
	margin-top: 60px;
}

#block04 .box .img_area {
	float: left;
}

#block04 .box .txt_area {
	margin: 0 auto;
	overflow: hidden;
	padding-left: 50px;
}

#block04 .box h3 {
	font-size: 24px;
	margin-bottom: 30px;
}

/* --------------------------------------------------------------------
/* block05
-------------------------------------------------------------------- */
#block05 {
	overflow: hidden;
	margin-bottom: 60px;
}

#block05 .voice {
	background-image: url(../img/voice_bg.png);
	background-repeat: repeat;
	margin-top: 50px;
}

#block05 .voice .tit {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

#block05 .voice ul  {
   font-size: 0;
   padding-bottom: 30px;
   padding-top: 30px;
}

#block05 .voice ul li  {
   display: inline-block;
    width: 28.5%;
    margin-right: 0px;
    margin-left: 35px;
    background-color: #fff;
    border: 1px dotted #000;
    vertical-align: text-top;
    height: 350px;
}

#block05 .voice ul li:nth-of-type(3)  {
   margin-right: 0px;
}

#block05 .voice ul li .img_area {
   text-align: center;
   margin-top: 20px;
   margin-bottom: 15px;
}

#block05 .voice ul li .txt_area {
	padding: 20px;
}


#block05 .voice ul li .txt_area .txt01 {
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   display: block;
}

#block05 .voice ul li .txt_area .txt02 {
   font-size: 14px;
   display: block;
   padding-top: 25px;
}




/* --------------------------------------------------------------------
/* block06
-------------------------------------------------------------------- */

#block06 {
	overflow: hidden;
	margin-bottom: 60px;
}

#block06 ul {
	margin-top: 50px;
	font-size: 0;
}

#block06 ul li {
	display: inline-block;
    width: 15%;
    margin-right: 19px;
}

#block06 ul li:nth-of-type(6) {
	margin-right: 0;
}

#block06 .insta_logo {
	margin-top: 20px;
	text-align: center;
}


/* --------------------------------------------------------------------
/* お問い合わせ
-------------------------------------------------------------------- */


#form {
	overflow: hidden;
    margin-bottom: 60px;
    padding-top: 120px;
    margin-top: -120px;
}

#form .form-table {
	margin-top: 50px;
	text-align: left;
}

#form .form-table th {
	padding-bottom: 10px;
	line-height: 1.8;
	vertical-align: middle;
}

#form .form-table td {
	padding-bottom: 10px;
    line-height: 1.8;
	
}

#form .form-table td input,textarea {
	    padding: 3% 2%;
    border-radius: 5px;
    border: 3px solid #ccc;
    background-color: #fffcde;
    width: 100% !important;
    height: auto !important;
}

#form .form-table .required {
	background-color: #f65b3d;
    padding: 1% 5%;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

#form .form-table .nini {
	background-color: #0099cc;
    padding: 1% 5%;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

#form .btn {
	text-align: center;
	margin-top: 20px;
}

#form .mfp_element_submit {
	    border-radius: 0;
    padding: 0;
    border: none;
    background: none;
    text-shadow: none;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}


/* --------------------------------------------------------------------
/* フッター
-------------------------------------------------------------------- */
#footer {
	border-top: 1px solid #333;
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
    margin-bottom: 50px;
	text-align: center;
}
/* --------------------------------------------------------------------
/* サンクスページ
-------------------------------------------------------------------- */

.thanks_txt {
    border-top: 1px solid;
	 padding: 60px 0;
}
.thanks_txt .txt {
        text-align: center;
   
}
.thanks_txt .btn {
    text-align: center;
    margin: 30px 0 0;
}

/* --------------------------------------------------------------------
/* 170527追記line線
-------------------------------------------------------------------- */
.line01 {
	overflow: hidden;
    border: 3px solid #92d051;
    position: relative;
    border-top: none;
    bottom: 23px;
    padding: 30px 20px 10px 20px;
}
.line02 {
	overflow: hidden;
    border: 3px solid #FAC090;
    position: relative;
    border-top: none;
    bottom: 23px;
    padding: 30px 20px 10px 20px;
}
.mb00{
	margin-bottom: 0 !important;
}