@charset "UTF-8";

/* CSS 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, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
    font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

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

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

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

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

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

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

/*テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}
*/

/*ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
*/

/*ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}
*/

/*角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
*/

/*トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
*/

/*透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
*/

/*背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}
*/

/*グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}
*/

/*スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}
*/



/*CSS開始_body--------------------------------------------------------*/
html {
	font-size:62.5%;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
body {
	background:rgba(247,247,247,0.9);
	font-size:1.0rem;
}


/*段落の設定-----------------------------------------------------*/
h1 {
	font-style: normal;
	font-size: 2rem;
	line-height: 2rem;
	color: #000;
}
h1 a:link {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	color: #000;
	text-decoration: underline;
}
h1 a:visited {
	color: #000;
	text-decoration: none;
}
h2 {
	font-size: 2.0rem;
	line-height: 3.0rem;
	font-weight: bold;
	margin-bottom: 24px;	
}
h3 {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 2.0rem;
	margin-bottom: 8px;
}
h4 {
    font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.6rem;
}
h5 {
    font-weight: normal;
	font-size: 1.0rem;
	line-height: 1.6rem;
    color: #0091DA;
}

strong{
    font-weight: bold;
}
a:link, a:visited, a:hover, a:active{
    color: #000;
}



/*wrapper_header_Field--------------------------------------------------------*/
#wrapper {
	width: 100%;
	margin: 0 auto;
}
header {
	width: 1024px;
	height: 40px;
	margin: 0 auto;
	padding-top: 64px;
	padding-bottom: 24px;
}
header img {
	height: 40px;
	margin-left: 64px;
	cursor: pointer;
}
#field{
	position: static;
	width:1024px;
	margin: 0 auto;
}

/*margin----------------------------------------------------------------*/
.margin_b12{
    margin-bottom: 12px;
}
.margin_b16{
    margin-bottom: 16px;
}
.margin_b24{
    margin-bottom: 24px;
}
.margin_b32{
    margin-bottom: 32px;
}
.margin_b48{
    margin-bottom: 48px;
}
.margin_b72{
    margin-bottom: 72px;
}

/*main ----------------------------------------------*/
#main {
	display: block;
	position: relative;
	width: 896px;
	height: 448px;
	margin: 0 auto;
	z-index: 1;
}
#main ul li {
	float:left;
}
#main_container {
	display:none;
	position: relative;
	width: 896px;
	height: 832px;
	margin: 0 auto;
	z-index: 1;
}

/*navi------------------------------------------------------*/
#navi{
	position: relative;
	top:-832px;
	right:0px;
	float:right;
	width: 64px;
	height:64px;
	display:none;
	z-index:10;
	background-image: url(../material/btn/b_01a.svg);
	cursor: pointer;
}
#navi :hover{
	background-image: url(../material/btn/b_01b.svg);
}
#navi ul li{
	display: block;
	width: 64px;
	height: 64px;
	z-index:15;
}
#navi button{
	cursor: pointer;
}
#navi .mail{
	display: block;
	width:64px;
	height:64px;
	background-image: url(../material/btn/b_02.svg);
		cursor: pointer;
}
#navi .about{
	display: block;
	width:64px;
	height:64px;
	background-image: url(../material/btn/b_03.svg);
}
#navi .takuhai{
	display: block;
	width:64px;
	height:64px;
	background-image: url(../material/btn/b_04.svg);
}
#navi .item{
	display: block;
	width:64px;
	height:64px;
	background-image: url(../material/btn/b_05.svg);
}
#navi .eating{
	display: block;
	width:64px;
	height:64px;
	background-image: url(../material/btn/b_06.svg);
}
#navi .blog a{
	display: block;
	width:64px;
	height:64px;
	background-image: url(../material/btn/b_07.svg);
}
#navi .recipe a{
	display: block;
	width:64px;
	height:64px;
	background-image: url(../material/btn/b_08.svg);
}
#navi .fb a{
	display: block;
	width:64px;
	height:64px;
	background-image: url(../material/btn/b_09.svg);
}
/*
#navi .mail:hover, .about:hover, .takuhai:hover, .item:hover, .eating:hover, .blog:hover, .recipe:hover, fb:hover{
    opacity: 0.5;
}
*/



/*info ----------------------------------------------*/
#info {
	width: 896px;
	height: 96px;
	background: #fff;
	border-top: 4px solid #0091DA;
	margin: 0 auto;
	margin-top:64px;
}
#info li{
	list-style-type:none;
	line-height:150%;
	padding-left:16px;
	font-size: 1.6rem;
	color: #000;
}


/*mainbutton effects----------------------------------------------*/
#main button, a{
	cursor: pointer;
}
#about button{
	display: block;
	overflow:hidden;
	width:224px;
	height:0px;
	background-image: url(../material/btn/a_01.svg);
	padding-top:224px;
}
#about button:hover {
    background-image: url(../material/btn/a_01_o.svg);
}
#takuhai button{
	display: block;
	overflow:hidden;
	width:224px;
	height:0px;
	background-image: url(../material/btn/a_02.svg);
	padding-top:224px;
}
#takuhai button:hover {
	background-image: url(../material/btn/a_02_o.svg);
}
#item button{
	display: block;
	overflow:hidden;
	width:224px;
	height:0px;
	background-image: url(../material/btn/a_03.svg);
	padding-top:224px;
}
#item button:hover {
	background-image: url(../material/btn/a_03_o.svg);
}
#mail button{
	display: block;
	overflow:hidden;
	width:224px;
	height:0px;
	background-image: url(../material/btn/a_04.svg);
	padding-top:224px;
}
#mail button:hover {
	background-image: url(../material/btn/a_04_o.svg);
}
#eating button{
	display: block;
	overflow:hidden;
	width:224px;
	height:0px;
	background-image: url(../material/btn/a_05.svg);
	padding-top:224px;
}
#eating button:hover {
	background-image: url(../material/btn/a_05_o.svg);
}
#btn_blog a{
	display: block;
	overflow:hidden;
	width:224px;
	height:0px;
	background-image: url(../material/btn/a_06.svg);
	padding-top:224px;
}
#btn_blog a:hover {
	background-image: url(../material/btn/a_06_o.svg);
}
#btn_recipe a{
	display: block;
	overflow:hidden;
	width:224px;
	height:0px;
	background-image: url(../material/btn/a_07.svg);
	padding-top:224px;
}
#btn_recipe a:hover {
	background-image: url(../material/btn/a_07_o.svg);
}
#btn_fb a{
	display: block;
	overflow:hidden;
	width:112px;
	height:0px;
	background-image: url(../material/btn/a_08.svg);
	padding-top:112px;
}
#btn_fb a:hover {
	background-image: url(../material/btn/a_08_o.svg);
}
.btn_blue{
	border: none;	
	display: block;
	width:112px;
	height:112px;
	background: #0091DA;
}
.btn_white{
	border: none;	
	display: block;
	width:112px;
	height:112px;
	background: #fff;
}

/*contents_scroll------------------------------------------------------*/
.scrollup{
	display:none;
	position:absolute;
	top:0;
	width: 576px;
	height: 32px;
}
.scrolldown{
	display:block;
	position:absolute;
	bottom:0;
	width: 576px;
	height: 32px;
}
.btn_scroll{
	width: 576px;
	height: 32px;
	cursor: pointer;
	background:rgba(255,255,255,0);
}
.btn_scroll:hover{
	background:rgba(0,0,0,0.1);
}
.uesankaku{
	position:absolute;
	top:12px;
	right:0;
	left:0;
	margin: auto;
	width: 24px;
	height: 24px;
  	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	z-index:15;
}
.sitasankaku{
	position:absolute;
	bottom:12px;
	right:0;
	left:0;
	width: 24px;
	height: 24px;
	margin: auto;
  	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	z-index:15;
	cursor: pointer;
}
.field_blue .uesankaku{
	border-top: 2px solid #ddd;
	border-right: 2px solid #ddd;
}
.field_blue .sitasankaku{
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
}

/*btn_close------------------------------------------------------*/
.btn_closeb{
	position:absolute;
	right:0;
	border: none;	
	display: block;
	width: 32px;
	height: 32px;
	background: #0091DA;
	z-index:5;
	cursor: pointer;
}
.btn_closeb:hover{
    opacity: 0.5;
}
.batsub{
	position:relative;
	margin:14px auto;
	border: none;	
	display: block;
	width: 26px;
	height: 2px;
	background: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.batsub:after{
	content: "";
	border: none;	
	display: block;
	width: 100%;
	height: 100%;
	background: inherit;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.btn_closew{
	position:absolute;
	right:0;
	border: none;	
	display: block;
	width: 32px;
	height: 32px;
	background: #fff;
	z-index:5;
	cursor: pointer;
}
.btn_closew:hover{
    opacity: 0.7;
}
.batsuw{
	position:relative;
	margin:14px auto;
	border: none;	
	display: block;
	width: 26px;
	height: 2px;
	background: #0091DA;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.batsuw:after{
	content: "";
	border: none;	
	display: block;
	width: 100%;
	height: 100%;
	background: inherit;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

/*FieldCommon------------------------------------------------------*/
#field_about, #field_takuhai, #field_item, #field_mail, #field_eating{
	position:relative;
	width:800px;
	height:832px;
}
.title_blue {
	border: none;	
	display: block;
	width: 224px;
	height: 224px;
	float:left;
	background: #0091DA;
}
.field_white{
	position:relative;
	border: none;	
	display: block;
	width: 576px;
	height: 832px;
	float:left;
	background:#fff;
	z-index:1;
	color: #000;
}
.field_blue{
	position:relative;
	border: none;	
	display: block;
	width: 576px;
	height: 832px;
	float:left;
	background:rgba(0,145,218,0.9);
	z-index:1;
	color: #fff;
}
.title_white {
	border: none;	
	display: block;
	width: 224px;
	height: 336px;
	float:left;
	z-index:1;
}
.contents{
	position:relative;
	width: 448px;
	height: 704px;
	margin:64px;
	overflow:hidden;
}
.contents img{
    display: block;
    margin: 0 auto;    
 	margin-bottom:24px;   
}

.contents p{
	font-style: normal;
    font-size: 1.2rem;
	line-height: 2.0rem;
	margin-bottom:24px;
}
.page {
	position:relative;
	top:0px;
	width: 448px;
	overflow:hidden;
}
.page1, .page2, .page3, .page4{
	position:relative;
	width: 448px;
	height: 704px;
}


/*Field_subcontents------------------------------------------------------*/
/*Common*/
.imgmaru{
    border-radius: 136px;
    -webkit-border-radius: 136px;
    -moz-border-radius: 136px;
}

.shikaku {
    display:inline-block;
    width: 1.2rem;
	height: 1.2rem;
	background: #fff;
    margin-right:0.4rem;
}
.selectmaru1{
    position:absolute;
    top:0px;
    display: none;
    width:128px;
    height:128px;
    border: 4px solid #0091DA;
    border-radius: 128px;
  -webkit-border-radius: 128px;
  -moz-border-radius: 128px;
    z-index:50;
}
.selectmaru2{
    position:absolute;
    top:0px;
    display: none;
    width:92px;
    height:92px;
    border: 4px solid #0091DA;
    border-radius: 96px;
  -webkit-border-radius: 96px;
  -moz-border-radius: 96px;
    z-index:50;
}
/*about*/

.staff{
    width: 464px;
    overflow: hidden;
    margin-right: -16px;
    margin-top: 16px;
}
.staff li{
    position: relative;
    float: left;
    margin-right: 16px;
    text-align: center;
	cursor: pointer;
}
.staff li img{
    float: left;
    margin-bottom:4px;
}
.staff_s img{
    width:100px;
}


/*takuhai*/
.title_white li {
	height:224px;
}
.takuhai_mail {
	border: none;
	display: block;
	width:112px;
	height:112px;
	background-image: url(../material/btn/c_01.svg);
	cursor: pointer;
}
.takuhai_mail:hover{
	background-image: url(../material/btn/c_01_o.svg);
}

/*
#field_takuhai .page dl{
    padding-left: 16px;
    list-style-type: square;
}
*/
#field_takuhai .page dt{
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
#field_takuhai .page dd{
    font-style: normal;
    font-size: 1.2rem;
	line-height: 2.0rem;
    margin-left: 1.6rem;
	margin-bottom:24px;    
}

#field_takuhai .detail{
    margin-top: -24px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

#field_takuhai .pt32{
    margin-top: 32px;
}

#field_takuhai table{
    font-style: normal;
    font-size: 1.2rem;
	line-height: 2.0rem;
	margin-bottom:24px;    
}
.taku_kingaku{
    padding-left: 16px; 
}


/*item*/
#field_item .page2 img{
    width:448px;  
    margin-bottom: 32px;
}
.item_list{
    width: 464px;
    overflow: hidden;
    margin-right: -16px;
    margin-top: 20px;
}
.item_list li{
    position:relative;
    float: left;
    width:100px;
    margin-right: 16px;
    margin-bottom: 16px;
    text-align: center;
	cursor: pointer;
}
.item_list li img{
    float: left;
    margin-bottom:6px;
    width:100px;
    height:100px;
    border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}
.item_list li .item_blanc{
    background: #0091DA;
    width:100px;
    height:100px;
    border-radius: 50%;
    float: left;
    margin-bottom:6px;
}


/*eating*/
#field_eating p{
    margin-bottom: 48px;
}
.eating_place{
    width:448px;
}
.eating_place td{
    font-weight: normal;
	font-size: 1.2rem;
	line-height: 2.0rem;
}
.eating_place .place{
    width:64px;
}
.eating_place .rname{
    width:172px;
}
.eating_place a{
    font-size: 1.0rem;
	line-height: 2.0rem;
}
.eating_place a{
    color: #fff;
}

/*mail*/
#field_mail ul{
    margin: 1em 0;
    padding-left: 16px;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 2.4rem;
    list-style-type: square;
}
#field_mail address{
    width: 320px; 
    margin-top: 48px; 
}


/*slideshow*/
.slideshow {
    position:relative;
    height:252px;
    margin-bottom: 24px;
}
.slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
.slideshow IMG.active {
    z-index:10;
}
.slideshow IMG.last-active {
    z-index:9;
}

/*popup------------------------------------------------------*/
#popup{
    display:none;
    position: absolute;
    top:0px;
    width:100vw;
    height: 100vh;    
    z-index:100;
}
#popup_closearea{
    position: fixed;
    top:0px;
    width:100vw;
    height: 100vh;
    background:rgba(0,0,0,0.8);
    z-index:101;
}
#popup_field{
    width:1024px;
    height:1024px;
	margin: 0 auto; 
}
#popup_container{
    /*display: none;*/
    position: relative;
    top:128px;
    width: 576px;
    height:448px;
    margin-left: 288px;
    background:#fff;
    z-index:200;
    overflow:hidden;
}
#popup_container .btn_closeb{
	z-index:205;
}
.pcontents{
    position:relative;
	top:0px;
    margin:32px;
	margin-top:48px;
    margin-bottom:48px;
    width: 512px;
    height:352px;
    overflow:hidden;
}
.ppage{
    position:relative;
	top:0px;
	width: 512px;
	overflow:hidden;
}
.ppage_detail{
    position:relative;
    top:0px;
    width: 512px;
    height:352px;
}
.ppage_detail img {
    float: left;
    width:136px;
    height:136px;
    margin-right: 20px;
}
.ppage_detail .soldout {
    position:absolute;
    top:0px;
    left:0px;
    width:136px;
    height:136px;
    z-index: 300;
}
.ppage_detail .soldout:hover{
    opacity:0;
}

.ppage_detail .bun {
    float: left;
    width:356px;
}
.ppage_detail p{
    font-style: normal;
	font-size: 1.2rem;
	line-height: 2.0rem; 
}


/*popup_contents*/
.pcontents h3{
    margin-bottom: 0;
}
.pcontents p{
    margin-top: 12px;
}
.pcontents dt{
    font-weight: bold;
	font-size: 1.6rem;
	line-height: 2.0rem;
    margin-bottom: 2px;
}
.pcontents dd{
    font-weight: bold;
	font-size: 1.2rem;
	line-height: 2.0rem;
}
.setsumei{
    margin-top: 24px;    
}
.setsumei dt{
    font-weight: bold;
	font-size: 1.2rem;
	line-height: 2.0rem;
    margin-bottom: 0px;
    color: #0091DA;
}
.setsumei dd{
    font-weight: normal;
	font-size: 1.2rem;
	line-height: 2.0rem;
}
/*popup_contents_low*/
.pcontents2{
    position:relative;
	top:0px;
    width:752px;
    margin:64px;
/*
	margin-top:48px;
    margin-bottom:48px;
*/
    overflow:hidden;
}
.setsumei2{
    margin-top: 24px;    
}
.setsumei2 dt{
    width:156px;
    font-weight: bold;
	font-size: 1.2rem;
	line-height: 2.0rem;
    color: #0091DA;
    float: left;
}
.setsumei2 dd{
    font-weight: normal;
	font-size: 1.2rem;
	line-height: 2.0rem;
    margin-left: 164px;
/*    margin-left: 156px;*/
}
.setsumei2 h4{
    margin-bottom: 24px;
}


/*
.soldout{
    position:absolute;
    display: table-cell;
    top:0px;
    width: 136px;
    height:136px;    
    z-index: 300;
    text-align:center;
    vertical-align: middle;
    font-weight: bold;
	font-size: 1.2rem;
	line-height: 2.0rem;
    color: #0091DA;    
}
*/
.schedule{
    position:relative;
	top:0px;
    margin:32px;
	margin-top:48px;
    margin-bottom:48px;
    width: 512px;
    overflow:hidden;
}

.schedule table{
    margin-top: 16px;
    font-weight: normal;
	font-size: 1.2rem;
	line-height: 2.4rem;
}
.schedule th{
    color: #0091DA;  
    font-weight: bold;
}
.schedule .date{
    padding-left: 50px;
	width:30px;    
}
.schedule .vol{
    width:60px;
    font-weight: bold;
}
.schedule .kakukai{
    width:30px;
	text-align: right;
    font-weight: bold;
	padding-right: 8px;
}
.schedule .month{
    width:30px;
    padding-left: 40px;
    text-align: right;
}
.schedule .day{
    width:30px;
    text-align: right;
}
.schedule .bikou{
    width:60px;
    text-align: right;
}


/*mail------------------------------------------------------*/
#otoiawaseform {
	width:448px;
    height:700px;
	margin:0 auto;
	color:#fff;
    font-size: 1.2rem;
}

#otoiawaseform tr{
}
#otoiawaseform td{
	width:300px;
	padding-left:0px;
    height:35px;
    font-size: 1.2rem;
}
#otoiawaseform th{
	width:148px;
	font-weight:normal;
	text-align:left;
    font-size: 1.2rem;
	line-height: 1.6rem;
    vertical-align: top;
}
#otoiawaseform th span{
    font-size: 1.0rem;
}

#otoiawaseform input{
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    width:160px;
	padding:4px;
    resize: none;  
    border:none;
    background:#fff;
    font-size: 1.2rem;
}
#otoiawaseform select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    width:168px;
	padding:3px;
    resize: none;      
    background-image: url(../material/btn/form00.svg);
    border:none;
    font-size: 1.2rem;
    background-size:100%;
}
#comment{
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    width:300px;
    height:200px;
	padding:4px;
    resize: none;  
    border:none;
    background:#fff;
    font-size: 1.2rem;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#otoiawaseform input:focus,select:focus,textarea:focus{
    background:#fff;
}

#MyMailForm_button{
    top:580px;
    width:448px;
    position:absolute;
}

#button_default{
    display:block;
    position: relative;    
    margin:0 auto;
    width:168px;
    height:40px;
    background-image: url(../material/btn/form01.svg);
    font-size: 1.4rem;
    color: #fff;
    line-height: 20.5px;
    cursor: pointer;
}

#back{
    display:block;
    position: relative;
    float:left;
    width:168px;
    height:40px;
    background-image: url(../material/btn/form02.svg);
    font-size: 1.4rem;
    color: #fff;
    line-height: 20.5px;
    cursor: pointer;    
}
#send{
    display:block;
    position: relative;
    float:right;
    width:168px;
    height:40px;
    background-image: url(../material/btn/form03.svg);
    font-size: 1.4rem;
    color: #fff;
    line-height: 20.5px;
    cursor: pointer;    
}
#formreturn_top{
    display:none;
    top:220px;
    width:448px;
    position:absolute;
    z-index:500;
}
#button_top{
    position:relative;    
    margin:0 auto;
    width:168px;
    height:40px;
    background-image: url(../material/btn/form04.svg);
    font-size: 1.4rem;
    color: #fff;
    line-height: 20.5px;
    cursor: pointer;
}
#kugiri{
    display:block;
    height:1px;
    width:100%;
    background-image: url(../material/btn/form05.svg);
}






/*Footer------------------------------------------------------*/
footer {
	position: relative;
	width: 896px;
	height: 32px;
	margin: 0 auto;
	margin-top: 24px;
	margin-bottom:48px;
}
footer p{
	font-size: 1.2rem;
	text-align: right;
	color: #000;
    line-height: 2.0rem;
}
footer a+a{
	padding-left:10px;
    margin-left:10px;
    border-left:1px solid #bbb;
}
/*
footer p .separate{
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #bbb;
}
*/


