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

@import url(https://fonts.googleapis.com/css?family=Merriweather);

/* Reset CSS * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}

table {
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}

strong{
	font-weight: bold;
}

ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

caption,th {
    text-align: left;

}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}

q:before,q:after {
    content:'';
}

abbr,acronym { border: 0;
}
 
/* リンク * --------------------------------------- */

.flex-item_nav:hover{
	background-color:rgba(221,110,0,0.3);
}

#footer_nav a:hover{
	color:rgba(221,110,0,1.0);
}	

body{
	width:100%;
	height:auto;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#wrapper{
	width:100%;
	min-width: 1000px;
	height:auto;
	margin:0 auto;
}
.slider img{
	width:100%;
	height:auto;
}

.top_img{
	display:block;
	width:100%;
	height:auto;
}

header{
	width:100%;
	height:auto;
	background-image:url(../img/dark_wood_02.jpg);
	color:#FFFFFF;
}

.flex-container{
	display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
	height:220px;
	justify-content:center;
	align-items:center;
}

.flex-item{
	margin:0 20px;
}

.flex-item_nav{
	width:100%;
	height:auto;
	display:block;
}

#logo{
	width:80%;
	height:auto;
}

#tel{
	width:260px;
	height:auto;
	line-height:170%;
	text-align:center;
	background-image:url(../img/header_tel.jpg);
	background-repeat:no-repeat;
}

#tel h1{
	width:240px;
	margin:0 auto;
	padding:8px 0 6px;
	line-height:150%;
	font-size:0.9em;
	text-align:center;
	border-bottom:solid 1px rgba(136,113,75,1.00);
}
	
#tel h2{
	width:240px;
	margin:0 auto;
	padding-top:8px;
	font-size:0.9em;
}

#tel p{
	width:240px;
	margin:0 auto;
	padding:3px 0 8px;
	font-family: 'Merriweather', serif;
	font-size:1.5em;
}

.time_text{
	font-size:0.7em;
}

#container{
	width:100%;
	height:auto;
	text-align: center;
}

#container h2{
	margin:20px auto;
	padding:10px 0;
	font-size:1.5em;
	font-weight:bold;
}

/* lead * --------------------------------------- */
		
#lead{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:80px 0;
	color:#fff;
	line-height: 200%;
	border-bottom:2px solid rgba(42,15,0,1.00);
	background-image:url(../img/section1_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	}

#lead p{
	width:550px;
	margin:0 auto;
	padding:20px 0;
	font-size:1.1em;
}

#lead .text{
	color:rgba(255,104,36,1.00);
}

/* sec_01 * --------------------------------------- */

#sec_01{
	width:100%;
	height:auto;
	padding:50px 0;
	color:#291B13;
	background-image:url(../img/japanese-paper_00501.jpg);
	border-bottom:1px solid rgba(42,15,0,1.00);
}

#sec_01 img{
	width:60%;
	height:auto;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* sec_02 * --------------------------------------- */

#sec_02{
	width:100%;
	height:auto;
	padding:50px 0;
	color:#291B13;
	background-image:url(../img/section3_bg.jpg);
}

#info{
	height:320px;
	padding:30px 0;
	align-items:center;
	justify-content:center;
}

#info h3{
	/*margin-top:10px;*/
	padding:10px 0;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}

#info_01{
	width:445px;
	height:320px;
	margin:0 20px;
	background-image:url(../img/info1_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

#info_01 dl{
	width:400px;
	margin:0px auto;
	padding:2px 0;
	text-align:left;
	border-bottom:dotted 2px #000;
}

#info_01 dt{
	width:90px;
	font-size:0.8em;
}

#info_01 dd{
	font-size:0.9em;
	line-height:170%;
}

#info_02{
	position:relative;
	width:445px;
	height:320px;
	margin:0 20px;
	background-image:url(../img/info2_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

#info_02 .fb-page{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 420px;
	height: 300px;
	margin: auto;
}

/* footer * --------------------------------------- */

footer{
	width:100%;
	height:auto;
	background-image:url(../img/dark_wood.png);
	background-repeat:repeat;
	color:#FFF;
}

#footer_nav{
	text-align:center;
    height:40px;
    overflow: hidden;
    line-height:40px;
	background-color:rgba(91,54,0,1.00);
}

#footer_nav li{
	color:#c7bcb0;
    font-size:0.9em;
    display:inline;
}

#footer_nav li a{
	color:#c7bcb0;
    text-decoration:none;
    font-size:0.9em;
}

#footer_box{
	padding:9px 0;
}

#box_shop{
	margin:0 20px;
}

#box_shop h4{
	padding:10px;
	text-align:center;
	font-size:1.5em;
}

#box_add{
	margin:0 20px;
}

#box_add h3{
	padding:15px 0;
	font-size:1.3em;
	font-weight:bold;
}

#box_add dl{
	width:300px;
	height:auto;
	font-size:0.8em;
	line-height:200%;
	
}

#box_add dt{
	width:80px;
	float:left;
	clear:left;
}

#box_add dd{
	width:220px;
	float:left;
}

small{
	font-size:0.6em;
}

/* concept_page * --------------------------------------- */

#concept_lead{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:120px 0;
	background-image:url(../img/section3_bg.jpg);
}

#concept_lead img{
	width:75%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:50px;
}

/* menu_page * --------------------------------------- */

#menu_lead{
	background-image:url(../img/section3_bg.jpg);
}

#menu_lead img{
	width:70%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:50px 0;
	display:block;
}

/* access_page * --------------------------------------- */

#access_lead{
	width: 100%;
	height: auto;
	margin:0 auto;
	padding-top:80px;
	padding-bottom:80px;
	color:#291B13;
	background-image:url(../img/japanese-paper_00501.jpg);
}

#block{
	display:table;
	width:100%;
	height:auto;
	text-align:center;
}

#access_lead dl{
	width:640px;
	height:auto;
	margin:0 auto;
	padding:10px 0;
	font-size:0.8em;
	line-height: 40px;
}

#access_lead dt{
	width:240px;
	height:auto;
	float:left;
	clear:left;
}

#access_lead dd{
	width:400px;
	height:auto;
	float:left;
	text-align:left;
}

#access_sec01{
	width: 100%;
	height: auto;
	margin:0 auto;
	padding-top:80px;
	padding-bottom:80px;
	color:#291B13;
	background-image:url(../img/section3_bg.jpg);
}

iframe {
  　filter: sepia(50%);
	filter:saturate(20%);
}