@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;
	    width: 100%;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.section {
	overflow: hidden;
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.inner {
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
}
.inner_2 {
	width:100%;
	margin:0 auto;
    overflow:hidden;
	}
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)";
}
.sp_none {
	display:none !important;
	}
.pc_none {
	
	display:block !important;
	}
img {
	max-width:100%;
	}	
/* --------------------------------------------------------------------
/* ここから下に追加する
-------------------------------------------------------------------- */
.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;
    margin: 3% 0;
}
header .inner {
	width: 100%;
	margin: 0 auto;
}
header .logo {
	    float: left;
    width: 15%;
    margin: 0 4% 3%;
}

header .contact_area {
	float: right;
	overflow: hidden;
	width: 50%;
}

header .contact_area ul {
	font-size: 0;
	margin-top: 10px;
}

header .contact_area ul li {
	display: inline-block;
}

header .contact_area ul li:nth-of-type(2) {
	margin-right: 0;
}
header .headTel {
	 padding-top: 6%;
    text-align: right;
    float: right;
    padding-right: 10%;
    width: 45%;  
	}
header .pageNav	{
	      overflow: hidden;
    clear: both;  
	}
header .pageNav ul	{
	         overflow: hidden;
    display: block;
    width: 100%;
	}
header .pageNav	ul li{
	  display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    width: 25%;
    text-align: center;
    line-height: 1.3;
    padding: 0 3vw;
	}	
header .pageNav	ul li:last-child {
	border-right:none;
	}	
header .pageNav	ul li a{
	    font-size: 3.1vw;
    display: block;
    width: 100%;
    height: 100%;
	}


/* --------------------------------------------------------------------
/* メイン
-------------------------------------------------------------------- */
#main {
	
}

#main .inner {
	width: 100%;
	margin: 0 auto;
}


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







.box {
    overflow: hidden;
    margin-bottom: 30px;
	padding: 0 2%;
}

.box:nth-of-type(1) {
	margin-top: 5%;
}

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



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

.event_info {
	margin: 0 auto;
	width: 98%;
	margin-top: 30px;
	margin-bottom: 60px;
	padding: 3% 1%;
	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;
	font-size: 80%;
}

.event_info dd {
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 80%;
}






/* --------------------------------------------------------------------
/* block01
-------------------------------------------------------------------- */
#block01 {
}

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

#block01 .box .txt_area h3 {
	font-size: 120%;
	margin-top: 10px;
}

#block01 .box .txt_area p {
	font-size: 90%;
}

#block01 .box .txt_area02 h3 {
	font-size: 120%;
	margin-top: 10px;
}

#block01 .box .txt_area02 p {
	font-size: 90%;
}



/* --------------------------------------------------------------------
/* block02
-------------------------------------------------------------------- */
#block02 {
	overflow: hidden;
}

#block02 .lineup {
	margin-top: 50px;
	padding: 0 2%;
}

#block02 .lineup .left_box {
	float: left;
	overflow: hidden;
	width: 48%;
	height: 370px;
}



#block02 .lineup .right_box{
	float: right;
	overflow: hidden;
	width: 48%;
	height: 370px;
}




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

#block02 .lineup .txt_area {
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}

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

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

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


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

#block02 .lineup .color_img {
	text-align: center;
}


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


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

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

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

#block03 .shoplist ul li {
    display: inline-block;
    width: 48%;
    margin-right: 1%;
    font-size: 0;
    vertical-align: text-top;
    text-align: center;
    margin-left: 1%;
    margin-bottom: 20px;
}

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

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

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

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

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

#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;
}

#block04 .box .txt_area h3 {
	font-size: 120%;
	margin-top: 10px;
}

#block04 .box .txt_area p {
	font-size: 90%;
}

/* --------------------------------------------------------------------
/* 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: 98%;
   margin: 0 auto;
   margin-bottom: 20px;
   margin-left: 1%;
   background-color: #fff;
   border: 1px dotted #000;
   vertical-align: text-top;
   height: auto;
}

#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;
	text-align: center;
}

#block06 ul li {
	display: inline-block;
    width: 40%;
    margin-right: 5%;
}

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

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


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


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

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

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

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

#form .form-table td input,textarea {
    padding: 3% 2%;
    border-radius: 5px;
    border: 3px solid #ccc;
    background-color: #fffcde;
    width: 95% !important;
    display: block;
    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: 100%;
	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;
	padding: 30px 20px 10px 20px;
	margin-bottom: 50px;
}
.line02 {
	overflow: hidden;
	border: 3px solid #FAC090;
	position: relative;
	padding: 30px 20px 10px 20px;
	margin-bottom: 50px;
}
.mb00{
	margin-bottom: 0 !important;
}
