@charset "shift_jis";

* html body {
	font-family: "Century Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"STHeitiJ-Light";
	}

*{
	margin		: 0px;
	padding		: 0px;
}

img{
	border-style	: none;
	border-width	: 0px;
}
body , html {
	background-color: #fff;
	background-image: url(image/bg_main.jpg);
	background-position: top center;
}

html, body, div, span, object, iframe,
p, a, h1, h2, h3, h4,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "Century Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"STHeitiJ-Light";
	voice-family: inherit;
  -webkit-text-size-adjust: 100%;
	color:#fff;
}

body{
	min-width		: 1200px;
}

a{
	color		: #b0793d;
	text-decoration	: none;
}

a:hover{
	color		: #cea04a;
	text-decoration	: underline;
}

ul,li{
	margin:0;
	padding:0;
	list-style:none;
	}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt95{margin-top:95px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mr10{margin-right:10px;}
.ml10{margin-left:10px;}

.fs13{font-size:13px;}
.fs14{font-size:14px;}


.pb10{padding-bottom:10px;}
.w100{width:100px;}
.w200{max-width:200px;}
.w240{max-width:240px;}
.fl-l{float:left;}
.fl-r{float:right;}
.center{text-align:center;}
.right{text-align:right;}
.left{text-align:left;}
.bn{text-align:center;}
.red{color:#ff0000;}
.violet{color:#c71585;}
.blue{color:#4169e1;}
.pink{color:#fc337d;}
.bold{font-weight:bold;}
.t_c{color:#c70404;}


header {
	position: relative;
	margin: 0;
}

em{
	font-style		: normal;
}

header h1 {
	width: 100%;
    background-color: #000;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

header .logo {
	width: 1000px;
	height: 380px;
	margin: 0 auto ;
    text-align:center;
}
header .logo img{
	width: auto;
	height: 100%;
    text-align:center;
}

#header_tel{
  max-width:90%;
  text-align:center;
  margin:10px auto;
color:#fff;
  padding:7px 5px 4px;
  box-shadow: 0 0 6px #e3dbbc;
}

#shop_open {
  font-size: 18px;
  color:#fff;
  line-height:1.6;
  font-family: "Zen Maru Gothic", serif;

}

#shop_open span {
  font-size: 13px;
  
}

#shop_tel {
  text-align:center;
  font-size: 16px;
  
}

#shop_tel span {
  font-size: 28px;
  margin: 0 0 0 5px;
  vertical-align: -2px;
}

.radius_cell{
  position:relative;
  margin:10px;
  font-size:13px;
	line-height:1.6;
color:#fff;
}

#idx_menu {
	margin: 0;
	padding: 15px 0;
	background: #d5353c;
}

#idx_menu_inner {
	width: 600px;
	margin: 0 auto;
	background: url(image/bg_18icon.png) no-repeat center;
	font: 0;
	text-align: center;
}

#idx_menu_inner li:first-child {
	margin: 0 130px 0 0;
}

#idx_menu_inner li {
	display: inline-block;
	font-size: 28px;
	text-align: center;
	list-style:none;
	color:#fff;
	font-family: 'Archivo', sans-serif;
}

#idx_menu_inner li span {
	display: block;
	text-align: center;
	font-size: 14px;
	font-family: 'Archivo', sans-serif;
}

#idx_menu_inner li a{
	display: inline-block;
	font-size: 28px;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

#idx_menu_inner li a:hover{
	text-decoration: none;
	color: #a55c4d;
}

#idx_cmnt {
	width: 900px;
	margin: 80px auto;
	padding: 50px;
	background: rgba(255,255,255,0.1);
	font-size: 14px;
	text-align: left;
    color:#000;
    border-radius:8px;
}


/*---------------------------------
  footer
-----------------------------------*/

footer{
	clear			: left;
	width			: 100%;
	position		: relative;
	background-color:#d5353c;
}

footer h2{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	letter-spacing: 10px;
	padding: 100px 0 55px 100px;
	font-family: 'Prata', serif;
    font-weight:Regular;
	text-align:center;
}

a#gotop{
	display: block;
	width: 100px;
	height: 100px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	background: #d5353c;
	border-radius: 100%;
	position: absolute;
	top: -51px;
	left: 50%;
	margin-left: -50px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	font-family: 'Prata', serif;
    font-weight:Regular;
}

a#gotop em{
	display: inline-block;
	background: url(image/gotop.gif) no-repeat top center;
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
}

a#gotop:hover{
	text-decoration: none;
	background: #a55c4d;
}

#fmenu{
	width: 700px;
	height: 220px;
	margin-left: 400px;
	font-size: 0;
	line-height: 0;
	text-align: right;
	position: relative;
}

#fmenu div{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	text-align: left;
	margin: 80px 10px 20px 20px;
}

#fmenu ul{
}

#fmenu li{
}

#fmenu li a{
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
	color: #fff;
    font-family: 'Noto Serif JP', serif;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

#fmenu li a:hover{
	text-decoration: none;
	color: #b0793d;
}


#fmenu .logo{
	width: 300px;
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: 30px;
	left:-150px;
}
#fmenu .logo img{
	width: 100%;
	height:auto;
}
#fmenu .telopen{
	width: 350px;
	font-size: 14px;
	line-height: 20px;
	color: #b0793d;
	position: absolute;
	top: 140px;
	left:-170px;
	text-align:center;
	font-family: 'Noto Serif JP', serif;
}

#copyright{
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background: #a55c4d;
	padding: 32px 0;
	text-align:center;
}

#copyright a{
	color: #fff;
	text-decoration: none;
}

#copy{
	color: #fff;
	text-decoration: none;
}

