@charset "utf-8";
/*
Theme Name:		南海グリル
Description:	
Version:		1.0
License:		
License URI:	
Tags:			
*/


/* --------------------------------------------------------------------------------
			Reset
-------------------------------------------------------------------------------- */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	
	
}


*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box !important;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

 a {
	text-decoration: none;
}




/* --------------------------------------------------------------------------------
			共通クラス
-------------------------------------------------------------------------------- */

.inner{
	width:1150px;
	margin:0 auto;
	/*padding:0 42px;*/
	}

#main-col{
	display: flex;
	justify-content: space-between;
	
}



/* --------------------------------------------------------------------------------
			structure
-------------------------------------------------------------------------------- */


body {
	margin:0;
	padding:0;
	word-break:normal;
	line-height:1.7;
	/*font-size:1.2em;*/
	-webkit-text-size-adjust:100%;
	min-width: 1200px;
}

/*img {
	max-width:100%;
	height:auto;
	vertical-align:bottom;
	-ms-interpolation-mode:bicubic;
}*/
a img {
	border:none;
}



/* --------------------------------------------------------------------------------
			common over ride
-------------------------------------------------------------------------------- */


.fs-p-headerUtilityMenu__list {
    display: flex;
    font-size: 12px!important;
    align-items: center!important;
	justify-content: space-between!important;
}





/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */

/********** パンくずリスト **********/
.breadcrumbs{
	padding:30px 0 0;
	font-size:12px;
	color:#666;
	text-align: right;
}
.breadcrumbs a{
	color:#666;
}
.breadcrumbs a:link,
.breadcrumbs a:visited{
	
}
.breadcrumbs a:hover,
.breadcrumbs a:active{
	
}

/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
h2.page-title{
	
	color: #fff;
	text-align: center;
	font-size: 40px;
	width: 1150px;
    margin: 30px auto 0;
	padding: 0 0 0 180px;

}


h2.page-title span{
	display: block;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 40px;

}




#main{
	width: 840px;
}

/********** 記事 **********/


#main .entry{
	background:none;
	padding:1em;
	margin:0 0 3em;
	
}



.single #main .entry{
	background:none;
	padding:1em;
	margin:0 0 3em;
	
}


#main h2.t-content{
	padding:0 0 5px;
	line-height:1.2;
	border-bottom:solid 1px #ae9d7b;
	font-weight:bold;
	margin:0 0 60px;
	font-size: 30px;
}
#main h2.t-content a{
	display:block;
	
}
#main .entry-date{
	padding:0.35em 0 2em;
	text-align:right;
}
#main .post-meta{
	text-align:right;
}
#main .related-posts h3{
	padding:0 0 1em;
}


/********** wp-pagenavi **********/
#main .wp-pagenavi{
	text-align:center;
	padding:20px 0;
	font-size:90%;
	font-weight:bold;
}
#main .wp-pagenavi .pages{
	display:inline-block;
	margin:0 10px 10px 10px;
	padding:10px 15px;
	border:solid 1px #b09d7c;
	color:#b09d7c;
	vertical-align:bottom;
}
#main .wp-pagenavi .current{
	display:inline-block;
	margin:0 10px 10px 0;
	padding:10px 15px;
	border:solid 1px #b09d7c;
	color:#fff;
	background:#b09d7c;
	vertical-align:bottom;
}
#main .wp-pagenavi .extend{
	display:inline-block;
	margin:0 10px 10px 0;
	padding:10px 15px;
	border:solid 1px #b09d7c;
	color:#b09d7c;
	vertical-align:bottom;
}
#main .wp-pagenavi a{
	display:inline-block;
	margin:0 10px 10px 0;
	padding:10px 15px;
	border:solid 1px #b09d7c;
	color:#b09d7c;
	vertical-align:bottom;
}

/********** 次の記事・前の記事 **********/
#main .previous-next-post{
	padding:30px 0;
	font-size:90%;
}
#main .previous-next-post a{
	margin:0 0;
	
}
#main .previous-next-post a{
	position:relative;
	display:block;
	min-height:28px;
	margin:0 0 10px;
}
#main .previous-next-post a[rel="prev"]{
	float:left;
	width:47%;
}
#main .previous-next-post a[rel="prev"]:before{
	content:'< ';
}
#main .previous-next-post a[rel="next"]{
	float:right;
	width:47%;
	text-align:right;
}
#main .previous-next-post a[rel="next"]:after{
	content:' >';
}



.prev-next {
	list-style: none;
	margin: 80px 0 0 0;
	padding: 0;
	text-align: center;
}
.prev-next:nth-of-type(1) {
	margin: 80px 0;
}
.prev-next > li {
	display: inline-block;
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
}
.prev-next > li:nth-child(2) {
	margin: 0 80px;
}
.prev-next > li > a {
	color: #454545;
	
}





/* --------------------------------------------------------------------------------
	sub1
-------------------------------------------------------------------------------- */
#sub1{
	margin: 35px 0 0;
	
}





/* --------------------------------------------------------------------------------
	page-guide
-------------------------------------------------------------------------------- */

#guide{
	margin: 0 0 100px;
	font-size: 14px;
	
}



#guide .shopping-flow{
	margin: 0 0 30px;

}

#guide .flow-box{
	position: relative;
	border-left: 1px solid #ccc;
	padding: 0 0 20px 20px;
	margin: 0 0 15px;
	
}


#guide .flow-box::before{
	content: '●';
	color: #ccc;
	position: absolute;
	top:0;
	left: -8px;
	line-height: 0;
}



#guide .flow-box:nth-of-type(odd)::before{
	content: '●';
	color: #950033;
	position: absolute;
	top:0;
	left: -8px;
	line-height: 0;
	background: #fff;
}





#guide .shopping-flow h3{
	font-size: 30px;
	margin: 0 0 30px;
	font-weight: bold;
	

}

#guide .shopping-flow h4{
	font-size: 18px;
	margin: 0 0 30px;
	font-weight: bold;
	line-height: 0;

}

#guide .shopping-flow p{
	font-size: 14px;
	padding: 0 0 20px;
	border-bottom: 1px dashed #ccc;
	

}


#guide p span{
	display: inline-block;
	margin: 15px 0;
	background: #666666;
	padding: 3px 20px;
	color: #fff;
	text-align: center;

}

#guide a.btn{
	display: inline-block;
	margin: 15px 0;
	background: #950033;
	padding: 5px 20px;
	color: #fff;
	text-align: center;

}






#guide .guide-box{
	margin: 0 0 30px;

}


#guide .guide-box h3{
	font-size: 30px;
	margin: 0 0 30px;
	font-weight: bold;

}

#guide .guide-box h4{
	font-size: 18px;
	margin: 0 0 30px;
	border-left: 2px solid #950033;
	padding: 0 0 0 20px;
	font-weight: bold;

}



#guide .guide-box p{
	font-size: 14px;
	margin: 0 0 30px;

}


#guide .guide-box p img{
	display: inline-block;
	margin: 15px 0 ;

}



#guide .guide-box table{
	border: 1px solid #ccc;
	width: 100%;
	margin:15px 0 30px;

}


#guide .guide-box table th{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 0 5px 40px;
	background: #f8f8f8;
	width: 580px;
	text-align: left;
	font-weight: normal;
}

#guide .guide-box table td{
	border-bottom: 1px solid #ccc;
	text-align: center;

}


/* --------------------------------------------------------------------------------
	faq
-------------------------------------------------------------------------------- */


#faq .lead{
	padding: 20px 0 0;
	font-size: 14px;
	}


#faq .sub-nav {
	margin: 0 0 40px;

	}

#faq a{
	cursor:pointer;
	}



#faq .sub-nav ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	/*justify-content: center;*/
	
	}


#faq .sub-nav ul li{
	margin: 10px 1em 0 0;
	border: 0;
	padding: 0;
	
	}


#faq .sub-nav ul li a{
	padding: 10px 28px 10px 18px;
	background: #eee;
	position: relative;
    display: inline-block;
	font-size:14px;
	
	}

#faq .sub-nav ul li a::before,
#faq .sub-nav ul li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}


#faq .sub-nav ul li a::before{
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #950033;
    border-right: 1px solid #950033;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#faq .sub-nav ul li a::after{
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #950033;
    border-right: 2px solid #950033;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}


/*#faq .title h2{
	color:#333;
	font-size:24px;
	border-bottom: 1px solid #C3C3C3;
	padding: 0 0 10px 0;
	text-align: center;
	}
*/

#faq .catname{
	font-size: 20px;
	/*padding: 60px 0 0;*/
	
	}



#faq h3.qes{
	position: relative;
	margin: 0 0 20px;
	}

#faq h3.qes::before{
	content: 'Q';
	position: absolute;
	top:0;
	color: #950033;
	}

#faq h3.qes span{
	display: block;
	padding: 0 0 0 2em;
	font-size: 18px;
	}


#faq ul{
	padding: 0 0 60px 0;
	}


#faq ul li{
	padding: 20px 0 0;
	border-bottom: 1px solid #C3C3C3;
	
	}



#faq ul li .ans {
	position: relative;
	display: none;
	padding: 0 0 30px;
	}


#faq ul li .ans::before{
	content: 'A';
	position: absolute;
	top:0;
	color: #C3C3C3;
	font-size: 20px;
	
	}

#faq ul li .ans .ans-txt{
	display: block;
	padding: 5px 0 0 2em;
	font-size: 14px;
	}



#faq .btn-area{
	padding: 40px 0 85px;

	
}

#faq .btn-area .btn {
	margin: 0 0 35px;
}

#faq .btn-area .btn a {
	width: 530px;
}


#faq .bnr {
	padding: 0 0 50px;
}




/* --------------------------------------------------------------------------------
	contact
-------------------------------------------------------------------------------- */


#contact input, #contact button, #contact textarea, #contact select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


#contact{
	padding: 0 0 120px;
	}

#contact .lead{
	padding: 50px 0 ;
	font-size: 14px;
	}


#contact table,#contact th,#contact td,#contact tr,#contact tbody{
	display: block;
	width: 100%;
	
	}

#contact  table{
	/*width: 600px;
	margin: 0 auto;*/
	
	}
	

#contact  table th{
	font-size: 17px;
	padding:35px 0 10px;
	text-align:left;
	}
	

#contact  table td input{
	width: 100%;
	background: #EBEBEB;
	padding: 1em;
	}

#contact  table td textarea{
	width: 100%;
	background: #EBEBEB;
	padding: 1em;
	}


#contact .submit{
	padding: 70px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	}

#contact  .submit input{
	display: inline-block;
    background: #eee;
    padding: 15px 5em 15px 6em;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
	font-size: 20px;
	margin: 0 10px;
	}

#contact  .submit input.wpcf7-submit{
	display: inline-block;
    background: #eee url(https://meats.itembox.design/item/images/common/i-send.png) no-repeat 4em 50%;
    padding: 15px 5em 15px 6em;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
	font-size: 20px;
	margin: 0 10px;
	}




#contact  .submit p{
	font-size: 14px;
	padding: 5px 0 0;
	}



#contact .wpcf7-list-item input {
	-webkit-appearance: checkbox;
   
}




/* --------------------------------------------------------------------------------
	voice
-------------------------------------------------------------------------------- */



#voice .review-title{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 0 0 7px;
	
	
}

#voice h3 {
    font-size: 18px;
	padding: 0!important;
	margin: 0!important;
	border: 0!important;

}	
	
	
	
#voice-list .item-name{
	font-size: 18px;
	
}

#voice-list .review-inner{
	display: flex;
    justify-content: space-between;
    margin: 20px 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
}



#voice-list .review-inner .item-thum{
	width: 150px;

}

#voice-list .review-inner .review-info{
	width: 660px;

}

#voice-list .customer-info{
	margin: 0 0 10px;
}

#voice-list .review-count{
	color: #C78D2F
}


#voice-list .review-inner .shop-comment{
	background: #eee;
    padding: 10px;
    margin: 20px 0 0;

}

#voice-list .review-inner .shop-txt{
	
    margin: 0 0 15px;

}


/* --------------------------------------------------------------------------------
	安心と安全への取り組み
-------------------------------------------------------------------------------- */

#page-anshin h2{
	font-size: 24px;
	margin: 0 0 30px;
}

#page-anshin dl {
	margin: 0 0 30px;
}


#page-anshin dl dt{
	font-size: 18px;
	margin: 0 0 10px;
}

#page-anshin dl dd{
	padding: 0 0 0 1em;

}


/* --------------------------------------------------------------------------------
	南海グリルについて
-------------------------------------------------------------------------------- */

#about p.lead{
	text-align: center;
	margin: 0 0 30px;
	
}


#about .about-inner{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
	
}

#about .information_item{
	width: 400px;
	margin: 0 20px 20px 0;
	text-align: center;
	
}


#about .information_item:nth-of-type(even){
	width: 400px;
	margin: 0 0 20px;
	
}


#about .infomraion_item_tel{
	min-height: 3em;
	font-size: 12px;
	
}




#about h3{
	text-align: center;
	margin: 0 0 20px;
	font-size: 24px;
	
}


#about h4{
	text-align: center;
	margin: 0 0 10px;
	font-size: 20px;
	
}


#about .information_item a{
	border: 1px solid #000;
	display: block;
	text-align: center;
	padding: 10px 0;
	margin: 10px 0 20px;
	
	
}








