@charset "utf-8";
/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.5;
	background: #faf8f5;
	color: #000;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align:-0.1em;
	border:1px solid #AFAFAF;
	padding:4px;
}

input.nob{
	border:none !important;
}


h1,h2,h3,h4{
		font-weight:normal;
}

#inner img{
	text-align: center;
	width: 100%;
}


/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/

/*===============================================
全デバイス共通スタイル
===============================================*/
a{
	color:#000;
}

a:hover{
	color:#666;
}

header #logo a{
	display:block;
	background:url(../cmnimg/logo.png) no-repeat left top;
	width:263px;
	height:49px;
	text-indent:-9999px;
}

/* clerfix */
div{
    zoom: 1;
}

div:after,
section:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contents{
	clear:both;
}



/*----------------------------------------------------
	intro
----------------------------------------------------*/
#intro{
	text-align: center;
}


/*----------------------------------------------------
	headlines
----------------------------------------------------*/

.hl01{
	text-align: center;
	padding-bottom: 2px;
	margin-bottom: 15px;
	font-weight: bold;
	border-bottom: 1px solid #000;
    font-family: 'Kalam', cursive;
}

.hl02{
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

.hl01+p{
	margin-bottom: 25px;
}

/*----------------------------------------------------
	details
----------------------------------------------------*/
.details{
	border: 1px dashed #CCC;
	padding: 10px;
	margin: 5px 0px 10px;
}


/*----------------------------------------------------
	bc
----------------------------------------------------*/
#bc li{
	float: left;
	padding-bottom: 15px;
	margin-right:5px;
}

#bc a{
	padding-right:5px;
	margin-right:5px;
	text-decoration: none;
}

/*----------------------------------------------------
	pagetop
----------------------------------------------------*/
.pagetop a{
	display:block;
	text-decoration:none;
	width: 100%;
	text-align: center;
	padding: 15px 0px;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	font-weight: bold;
}

.pagetop a:hover{
	background: #eee8db;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
#fb{
	clear:both;	
}

#cr{
	margin:10px 0px;
	text-align: center;
}


/*----------------------------------------------------
	emphasize
----------------------------------------------------*/
.emph{
	font-weight: bold;
}

.red{
	color:#C00;
}

/*----------------------------------------------------
	border radius
----------------------------------------------------*/
#contents #sweets .rmnd img,
#contents #menu section dt img{
  	border-radius: 10px;
}



/*----------------------------------------------------
	arrow / cmn_btn
----------------------------------------------------*/
.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.cmn_btn::before{
left: 25px;
width: 4px;
height: 4px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.cmn_btn {
  background-color: #5f2213;
  color: #FFF;
  padding: 10px 35px 10px 40px;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-decoration: none;
  letter-spacing: 2px;
}

.black::before{
left: 5px;
width: 4px;
height: 4px;
border-top: 2px solid #000;
border-right: 2px solid #000;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}



/*----------------------------------------------------
	insta_btn
----------------------------------------------------*/
.insta_btn {
  display: inline-block;
  text-decoration: none;
  background: url(../cmnimg/icon_insta.png) no-repeat left top;
  padding:5px 0px 5px 35px;
  background-size: 30px 30px;
}


/*----------------------------------------------------
	h_nav
----------------------------------------------------*/
#h_nav li.loc a,
#h_nav li.phone a{
	display: inline-block;
	text-decoration:none;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;

}

#h_nav li.loc a{
	background:#eee8db url(../cmnimg/icon_loc.png) no-repeat 10% center;
	padding:7px 15px 7px 30px;
	background-size: 15%;
}

#h_nav li.phone a{
	background:#eee8db url(../cmnimg/icon_phone.png) no-repeat 10% center;
	padding:7px 15px 7px 38px;
	background-size: 10%;
}

/*----------------------------------------------------
	anchor
----------------------------------------------------*/
#menu a{
	text-decoration: none;
}

/*----------------------------------------------------
	pageimg
----------------------------------------------------*/
#pageimg {
	width: 100%;
	text-align: center;
	margin:0 auto 10px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 2px;
}

#pageimg img{
	width: 100%;
}


/*----------------------------------------------------
	rules
----------------------------------------------------*/
.rules{
	border: 3px solid #cccccc;
	padding: 20px;
	margin: 20px 0px 40px;
}

.rules dt{
	color:#C00;
	font-weight: bold;
	margin-bottom: 5px;
}



/*----------------------------------------------------
	osechi
----------------------------------------------------*/
.osechi_payment{
	border: 1px solid #cccccc;
	padding:20px;
	margin-bottom:15px;
}

.osechi_payment .bdr{
	border-bottom:1px dotted #cccccc;
	padding-bottom:15px;
	margin-bottom:15px;
]

.osechi_payment #gform{
	width:100%;
	hight:auto;
}










