@charset "UTF-8";
/* Main CSS Document */
@import "animate.css";
@import "sub.css";


/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
*        { margin: 0px; padding: 0px; font-size: 100%; }
ul, ol { list-style: none; }
body,h1, h2, h3, h4, h5,p,
ul, ol, li, dl, dt, dd,
table,
form, input {margin:0;padding:0; }
hr  { display: none; }
th	{ font-weight:lighter; }
img { border: none; vertical-align: bottom; }


/*-------------------------------------------*/
body{
	background-color: #ffffff;
	font-size: 16px;
	color: #391F13;
	font-family:"AppleTsukuARdGothic-B";
}
/*.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 1000ms;
    }

/* 画面内に入った状態 */
/*.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }*/

body.sub{
	background-color: #FFFFFF;	
}
.clearfix:after { /*float解除*/
display:block;
clear:both;
height:0px;
visibility:hidden;
content:".";
}
.clearfix {
min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
height: 1px;
 /*¥*//*/ /*MAC IE5.x対策*/
height: auto;
overflow: hidden;
 /**/
}

a{
	text-decoration: none;
	
}
a:hover{
	text-decoration: none;
	
}
#wrap{
	width: 100%;
	margin: 0px auto;
}

a img.wp-post-image,
a img.image_hover,
input .image_hover{
	transition:all 0.5s ease; 
}
input:hover .image_hover,
a:hover .wp-post-image,
a:hover img.image_hover{
	opacity: 0.8;/*要素の透明度*/
	filter: alpha(opacity=80); /*ie6、7*/
	-ms-filter: "alpha(opacity=80)";/*ie8*/
	-webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}
a.hover_img{
	background-color:#09F; /*背景に白を設定*/
	display:block; /*ブロック化重要！*/
	}
a.hover_img img{
	transition:all 0.5s ease;
	}
a:hover.hover_img img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
	

.innerbox{
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.section-block{padding-bottom: 50px;}

/*---------------header-----------------*/
#wrap{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

/*----------g_menu---------------- */
#bg{
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	height: 927px;
	background-position: center bottom;
	background-color: #FFF;
	background-size:cover;
}

#bg-sub{
	background-image: url(../images/bg-concept.png);
	background-repeat: repeat-x;
	height:400px;
	background-position: center top;
	background-color: #FFF;
	background-size:cover;
}

#menu-top{
	margin-top: -90px;
	z-index: 100;
}
#global-navi {
    background:none;
}

.relative{
	position: relative;
}

#global-navi {

}
#wrapper nav ul li{
	font-size: 18px;
}
#wrapper nav ul li a{

}
#wrapper nav ul li a:hover{
	color:#DF5325;

}

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

#dropmenu {
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#dropmenu li {
	margin: 0;
	text-align: center;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	display: inline-block;
	vertical-align: middle;
}

#dropmenu li a {
	display: block;
	margin: 0;
	color: #391F14;
	font-size: 18px;
	/*font-weight: bold;*/
	line-height: 1;
	text-decoration: none;
	font-weight: bold;
}

#dropmenu li.on a,
#dropmenu > li:hover > a {
	font-weight: bold;
}


@media screen and (max-width:1399px){
	.innerbox{
	width: 100%;
	height: auto;
	}
}
@media screen and (max-width:1070px){

}
/*スマホ画面でハンバーガーメニューの形にする*/
@media screen and (max-width:1090px) {
	.innerbox{
	width: 100%;
	}


#menu-top{
	margin-top: 0px;
	z-index: 100;
}
#global-navi #dropmenu li h3{
	color: #FFF !important;
}

	
#dropmenu li{}
#wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
	background-color: rgba(0,0,0,0.6);
    font-size: 16px;
    box-sizing: border-box;
    z-index: 200;
}
#wrapper nav ul li {
	display: block;
	text-align: left;	
}

 #wrapper nav ul li img{width:45px;}
 #wrapper nav ul li.res{display:none;}
 #wrapper nav ul li a {
	padding-top: 10px;
	padding-right: 28px;
	padding-bottom: 10px;
	padding-left: 28px;
	width: 300px;
	text-decoration: none;
	color: #FFF;  
}
#wrapper nav ul li a:hover {
	width: 300px;
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #999999;
}
 
#wrapper .btn-gnavi {
    position: fixed;
    top: 10px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 300;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #333;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#wrapper .btn-gnavi span:nth-child(1) {
    top: 0
}
#wrapper .btn-gnavi span:nth-child(2) {
    top: 10px
}
#wrapper .btn-gnavi span:nth-child(3) {
    top: 20px
}
#wrapper .btn-gnavi.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
#wrapper .btn-gnavi.open span {
    background: #fff
}
 
#wrapper .btn-gnavi.open span {
    width: 24px;
}
#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 6px #666
}
#wrapper .contents section:nth-child(odd) p {
    left: 10%
}
 
#wrapper .contents section:nth-child(even) p {
    right: 10%
}
}




/*-------------------------------------
top img
-------------------------------------*/
#topimg{
	/*z-index: 10;
	background-image: url(../images/top-img.jpg);
	width: 100%;
	height: 0;*/
	/* (画像の高さ / 画像の横幅) × 100 */
	/*padding-top: 46.6%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
}

#topimg iframe{
	height: 46.6vw;
}

#subimg{
	z-index: 10;
	background-image: url(../images/top-img.jpg);
	width: 100%;
	height: 0;
	/* (画像の高さ / 画像の横幅) × 100 */
	padding-top: 30%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}

#top-img{
	
}

#bt_contact{
	position: absolute;
	top: 20px;
	right: 50px;
}
#bt_phone{
	position: absolute;
	top: 50px;
	right: 200px;
	}

header{display:none;}
#logo{display:none;}

@media screen and (max-width:1090px){
	#topimg{
	z-index: 10;
	/*background-image: url(../images/top-img.jpg);*/
	width: 100%;
	/*height: 0;*/
	/* (画像の高さ / 画像の横幅) × 100 */
	/*padding-top: 46.6%;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	top: 40px;
	margin-bottom: 41px;
}
#subimg{
	z-index: 10;
	background-image: url(../images/top-img.jpg);
	width: 100%;
	height: 0;
	/* (画像の高さ / 画像の横幅) × 100 */
	padding-top: 30%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	top: 40px;
	margin-bottom: 41px;
}

#bg{
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	height: 640px;
	background-position: center top;
}
#bg-sub{height: 100px;}

#logo{
	display:block;
	position: absolute;
	top: 10px;
	left: 20px;}
header{
	position: fixed;
	display: block;
	height: 41px;
	background-color: #FAE156;
	left: 0px;
	top: 0px;
	z-index: 100;
	width: 100%;
}
header ul{
	padding-top: 2px;
	top: 0px;
	position: fixed;
	right: 50px;
}
header ul li{
	display: inline-block;
	font-size: 10px;
	color: #333;
	width: 40px;
	text-align: center;
}
header img{width:25px;}
#topimg img{width:60px;}
#bt_contact,#bt_phone{
	display:none;
	}
}
@media screen and (max-width:1090px){
#logo img{width:50%;}
}
@media screen and (max-width:980px){
#logo img{width:45%;}
}
@media screen and (max-width:767px){
#logo img{width:40%;}
}
@media screen and (max-width:640px){
#bg{
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	height: 540px;
	background-position: center top;
}
#logo{
	display:block;
	position: absolute;
	top: 5px;
	left: 10px;}

#topimg img{width:10px;}
#logo img{width:30%;}
}

@media screen and (max-width:480px){
#bg{
	height: 740px;
}
#logo img{width:20%;}
}
/*-------------------------------------
message
-------------------------------------*/
#message{
	text-align: center;
}

#message h2{
	color: #DF5325;
	padding-bottom: 40px;
}
.message{
	padding-bottom: 70px;
	font-size:18px
}
#message ul li{
	color: #DF5325;
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;	
}
#message ul li h3{
	font-size: 23px;
	padding-top: 15px;
}
#message ul li a{
	display: block;
	color: #DF5325;
	border: 4px solid #DF5325;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 90px;
	width: 360px;
	vertical-align: middle;
	}
#message ul li a:hover{
	background-color: #DF5325;
	color: #fff;

}
@media screen and (max-width:820px){
	#message ul li a{
	display: block;
	color: #DF5325;
	border: 4px solid #DF5325;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 80px;
	width: 330px;
	vertical-align: middle;
	}
	
}
@media screen and (max-width:640px){
	.message{
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
.message br{
	display: none;
	visibility: hidden;
}
	#message ul li{
	color: #DF5325;
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#message ul li h3{
	font-size: 18px;
	padding-top:5px;
}
	#message ul li a{
	height: 50px;
	width: 200px;
	display:block;
	color: #DF5325;
	border: 4px solid #DF5325;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	}

}


/*-------------------------------
concept
--------------------------------*/
#concept{
	background-image: url(../images/bg-concept.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 725px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.title{
	
	padding-top: 50px;
	padding-bottom: 0px;
}
.center{text-align:center;}
.title h2{
	font-family:"AppleTsukuARdGothic-R";
	font-size: 36px;
	color:#DF5325;}
.title h3{
	font-family:"AppleTsukuARdGothic-R";
	font-size: 20px;
	color:#DF5325;
}
#concept-wrap{
	width: 1400px;
}
#chawan{
	height: 586px;
	width: 660px;
	background-image: url(../images/chawan.png);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin-top: 0px;
}
#play{
	background-color: rgba(255,255,255,0.8);
	height: 300px;
	width: 340px;
	border-radius: 30px;
	position: absolute;
	top: 150px;
	right: 70px;
	font-size: 20px;
	color: #DF5325;
	text-align: center;
}
#icon{
	padding-top: 80px;
}
#icon input{
	padding-bottom: 10px;
}
#concetp-txt{
	float: left;
	width: 720px;
	line-height: 2em;
	padding-top: 30px;
}
#concetp-txt p{
	padding-top: 50px;
}

@media screen and (max-width:1399px){
	#concept-wrap{
	width: 98%;
}
	#concetp-txt{
	float: left;
	width: 50%;
	line-height: 2em;
	padding-top: 30px;
}
#chawan{
	height:300px;
	width: 50%;
	background-size: cover;
	
}
}
@media screen and (max-width:1049px){
#concept{
	background-image: url(../images/bg-concept.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: auto;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-bottom: 30px;
}
}
@media screen and (max-width:767px){
#concept{
	/*width: 100%;
	height: 800px;*/
}
.title{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
#concept-wrap{
	width: 100%;
}
#chawan{
	height:300px;
	width: 350px;
	background-image: url(../images/chawan.png);
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	float: none;
	margin-top: 0px;
}
#play{
	background-color: rgba(255,255,255,0.8);
	height: 200px;
	width: 200px;
	border-radius: 25px;
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 20px;
	color: #DF5325;
	text-align: center;
}
#icon{
	padding-top: 10px;
}

#concetp-txt{
	float: none;
	width: 100%;
	line-height: 1.5em;
}
#concetp-txt p{
	padding-top: 0px;
}
}
@media screen and (max-width:640px){
	#concept{
	/*width: 100%;
	height: 890px;*/}
}
@media screen and (max-width:480px){
#chawan{
	height:300px;
	width: 300px;
}
}

/*-------------------------------
products
-------------------------------*/
#products{
	margin-top: 0px;
	padding-bottom: 80px;
}
ul#table-ul {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-bottom: 50px;
}
ul#table-ul li {
	vertical-align: top;
	display: inline-block;
	padding-right: 70px;
	padding-left: 70px;	
}
ul#table-ul li img{
	padding-bottom: 20px;
}
#table-ul h3{
	font-family:"AppleTsukuARdGothic-R";
	font-size: 20px;
	color:#DF5325;}
	
#table-ul h4{
	font-family:"AppleTsukuARdGothic-R";
	font-size: 22px;
	color:#391F14;
	padding-bottom: 20px;
	}
ul#table-ul p{color:#71594A;}	

@media screen and (max-width:767px){
	#products{
	margin-top: 0px;
	padding-bottom: 30px;
}
	ul#table-ul {
	display: inline-block;
	table-layout: auto;
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
}
ul#table-ul li {
	vertical-align: top;
	display: inline-block;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}
}
/*-----------------------------
order related
------------------------------*/
.balloon {
	position: relative;
	display: inline-block;
	width: 99%;
	color: #555;
	font-size: 16px;
	background-color: #290800;
	margin-top: 1.5em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 10px;
	background-image: url(../images/bg_contact.jpg);
	background-repeat: repeat-x;
	height: 170px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -25px;
  border: 30px solid transparent;
  border-bottom: 30px solid #290800;
}
#contact-order{
	text-align: center;
	padding-top: 35px;
}
#contact-order div{
	display: inline-block;
	color: #4C332C;
	text-align: center;
	padding-right: 35px;
	padding-left: 35px;
}
#contact-order div h3{
	font-size: 23px;
	line-height: 4em;
}
#contact-order div a{
	display: block;
	color: #4C332C;
	border: 4px solid #FAE156;
	background-color: #FAE156;
	border-radius: 50px;
	padding: 0px;
	height: 90px;
	width: 365px;
	}
#contact-order div a:hover{
	background-color: #DF5325;
	color: #fff;
	border: 4px solid #DF5325;

}
@media screen and (max-width:900px){
	#contact-order div h3{
	font-size: 23px;
	line-height: 3.3em;
}
	#contact-order div a{
	display: block;
	color: #4C332C;
	border: 4px solid #FAE156;
	background-color: #FAE156;
	border-radius: 50px;
	padding: 0px;
	height: 80px;
	width: 300px;
	}
}
@media screen and (max-width:767px){
	.balloon {
	position: relative;
	display: inline-block;
	width: 96%;
	margin-bottom: 0px;
	}
	#contact-order div a{
	display: block;
	color: #4C332C;
	border: 4px solid #FAE156;
	background-color: #FAE156;
	border-radius: 50px;
	padding: 0px;
	height: 40px;
	width: 250px;
	margin-bottom: 20px;
	}
	#contact-order div h3{
	font-size: 15px;
	line-height: 2.8em;
}
}

/*--------------------------------
#voice
----------------------------------*/
#voice{
	background-image: url(../images/bg-concept.png);
	background-repeat: repeat;
	background-position: center top;
	padding-top: 100px;
	margin-bottom: 30px;
	padding-bottom: 100px;
	width: 100%;
}
#voice-title{
	background-image: url(../images/line-keisya.png);
	width: 310px;
	background-repeat: no-repeat;
	height: 80px;
	vertical-align: top;
	display: inline-block;
}
.voice-title{
	padding-top: 0px;
	padding-bottom: 0px;
}
.center{text-align:center;}
.voice-title h2{
	font-family:"AppleTsukuARdGothic-R";
	font-size: 36px;
	color:#DF5325;}
.voice-title h3{
	font-family:"AppleTsukuARdGothic-R";
	font-size: 20px;
	color:#DF5325;
}
#voice ul{
	padding-top: 50px;
}
#voice ul li{
	display: inline-block;
	background-color: #FFF;
	height: 450px;
	width: 380px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
}
#voice ul li:last-child{margin-right: 0px;}

.voice-txt{
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}
.voice-txt h3{
	font-family: AppleTsukuARdGothic-R;
	font-size: 23px;
	color: #DF5325;
	padding-bottom: 15px;
}

@media screen and (max-width:640px){
#voice{
	background-image: url(../images/bg-concept.png);
	background-repeat: repeat;
	background-position: center top;
	padding-top: 50px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

	#voice ul li{
	display: inline-block;
	background-color: #FFF;
	height: 400px;
	width: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#voice ul li:last-child{margin-right: 0px;}

#voice ul li img{width: 300px;}
}

/*-------------------------------------
contact-area
-------------------------------------*/
#contact-link{padding-bottom: 50px;}
#contact_form{
	padding-left: 150px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	padding-bottom: 100px;
}
#contact_form dl {
	
	font-size: 18px;
	color: #431F26;
}
#contact_form dt {
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;  
}
#contact_form dd {
	margin-left:260px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px; 
	
}

input[type="text"], select, textarea {
	background-color: #FEF9EE;
	border:1px solid #DF5225;
	padding: 10px;
	width: 600px;
}
 textarea {
	height: 150px;
}
input[type="text"]:focus,textarea:focus {
	border:1px solid #999999;
	background-color: #FFF;
}


form input#submit_button{
	width : 200px;
	height :51px;
	padding : 4px 10px;
	margin-left : 0;
	vertical-align : middle;
	color : #fff;
	font-family : inherit;
	font-weight : bold;
	background-color: #DF5225;
	border-radius: 7px;        /* CSS3草案 */
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 7px;   /* Firefox用 */
	behavior: url(border-radius.htc);
}

form input#submit_button:hover{
	cursor : pointer;
	color : #666666;
	background-color: #FEF9EE;
}

@media screen and (max-width:1399px){
#contact_form{
	padding-left:5px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 95%;
	padding-bottom: 50px;
}
input[type="text"], select, textarea {
	background-color: #FEF9EE;
	border:1px solid #DF5225;
	padding: 10px;
	width: 95%;
}
#contact_form dt {
	width: 95%;
	float: none;
	padding-top: 0px;
	padding-bottom: 5px;
	display: block;
}
#contact_form dd {
	width: 95%;
	float: none;
	margin-left:0px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px; 
	display: block;
	
}

}


@media screen and (max-width:767px){
#contact_form{
	padding-left:5px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 95%;
	padding-bottom: 50px;
}
input[type="text"], select, textarea {
	background-color: #FEF9EE;
	border:1px solid #DF5225;
	padding: 10px;
	width: 95%;
}
#contact_form dt {
	width: 95%;
	float: none;
	padding-top: 0px;
	padding-bottom: 5px;
	display: block;
}
#contact_form dd {
	width: 95%;
	float: none;
	margin-left:0px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px; 
	display: block;
	
}

}

/*-------------------------------
access
--------------------------------*/
#access{
	background-image: url(../images/bg-concept.png);
	background-repeat: repeat;
	background-position: center top;
	padding-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#map{
	padding-top: 50px;
	
}
#map iframe{
	margin: 0px;
	padding: 0px;
	border: 10px solid #FFF;
	
}



/*-------------------------------
footer block
--------------------------------*/
#f-logo{
	margin-top: -135px;
	background-image: url(../images/bg-concept.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}
#foot-area{
	margin-top: 0px;
	background-image: url(../images/bg-concept.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}
#foot-area h3{
	font-family:"AppleTsukuARdGothic-R";
	color: #391F14;
	font-size: 35px;
}
#foot-area h4 a{
	font-family:"AppleTsukuARdGothic-R";
	color: #DF5225;
	font-size: 35px;
}
#foot-area h4 img{
	vertical-align: -9%;
}
#foot-area ul{
	padding-top: 0px;
	padding-bottom: 50px;	
}
#foot-area ul li{
	display: inline-block;
	width: 30%;/*380*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
}
#foot-area ul li:last-child{margin-right: 0px;}


@media screen and (max-width:767px){
	#f-logo{
	margin-top: -80px;
}
	#f-logo img{width:20%;}
}
.share-btn{}
.share-btn div{
	display: inline-block;
	vertical-align: top;
	
}
.share-btn .fb-like{padding-top: 20px;}
.share-btn #tw{
	padding-top: 25px;
}
.info-table{}
.info-table tr{}
.info-table td{
	margin-bottom: 15px;
	padding-bottom: 15px;
	background-image: url(../images/line-h.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	vertical-align: top;
	padding-top: 10px;
}

#foot-area div.mail{
	color: #4C332C;
	text-align: center;
	padding-right: 35px;
	padding-left: 35px;
	margin-bottom: 20px;
}
#foot-area div.mail h3{
	font-size: 23px;
	line-height: 4em;
}
#foot-area div.mail a{
	display: block;
	color: #4C332C;
	border: 4px solid #FAE156;
	background-color: #FAE156;
	border-radius: 50px;
	padding: 0px;
	height: 90px;/*90px*/
	width: 100%;/*365px;*/
	}
#foot-area div.mail a:hover{
	background-color: #fff;
	color: #DF5325;
	border: 4px solid #DF5325;

}

#foot-copy{
	background-color: #33140C;
	text-align: center;
	height: 60px;
	width: 100%;
	line-height: 3.5em;
	color: #FFF;
}
#foot-copy a{color: #FFF;}
@media screen and (max-width:1090px){
	#foot-area ul li{
	display: inline-block;
	width: 95%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
	text-align: center;
}
#foot-area ul li:last-child{
	margin-right: 0px;
	text-align: center;
}
	.info-table td{
	margin-bottom: 5px;
	padding-bottom: 5px;
	background-image: url(../images/line-h.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	vertical-align: top;
	padding-top: 10px;
}
#foot-area div.mail{
	
}
	#foot-area div.mail a{
	display:inline-block;
	color: #4C332C;
	border: 4px solid #FAE156;
	background-color: #FAE156;
	border-radius: 50px;
	padding: 0px;
	height: 50px;
	width: 280px;
	margin-top: 20px;
	}
	#foot-area div.mail h3{
	font-size: 18px;
	line-height: 2.5em;
}
#page-top {display:none;}
}




#footer{
	height: 30px;
	background-color: #0454BF;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}

#footer a{
	color:#fff;
	
}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
	
}


/*-------------------------------*/
.sub_t20{
	padding-bottom: 20px;
}
.sub_t30{
	padding-bottom: 30px;
	color: #FFF;
	font-size: 18px;
}
.sub_t40{
	padding-bottom: 40px;
}

.sub_t50{
	padding-bottom: 50px;
}

.sub_t40 img{
	padding-right: 15px;
	padding-left: 15px;
}

#btn_contact{position: fixed;
	top: 350px;
	right: 0px;
	z-index: 100;}
#btn_epark{position: fixed;
	top: 480px;
	right: 0px;
	z-index: 100;
	}
	
/*-------------- page-top-----------------------*/
#page-top {
	position: fixed;
	bottom: 5px;
	right: -100px;
	z-index: 100;
}
#page-top a {

	
}
#page-top a:hover {}

/*--------------other-----------------------*/
.font-tsuku{font-family:"AppleTsukuARdGothic-R";}
.bold{font-weight: bold;}
.normal{font-weight: normal;}

.f12g{font-size: 12px;
	color: #999;}
.f13{font-size: 13px;
	font-weight: normal;}

.f14g{font-size: 14px;
	color: #333;}
.f15b{font-size: 15px;
	font-weight: bold;
	color: #000;}
.f16{font-size: 16px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f19{font-size: 19px;}
.f20{font-size: 20px;
	font-weight: bold;
	color: #E55285;
}
.f23{font-size: 23px;}
.f25{font-size: 25px;}
.f26{font-size: 26px;}
.f28{font-size: 28px;}
.f30{font-size: 30px;}
.f36{font-size: 36px;}
.f45{font-size: 45px;}
.f50{font-size: 50px;}

.orange{color: #DF5325;}
.blue{color: #0452BF;}
.white{color: #ffF;}
.fefe{color: #FEFEFE;}
.light-b{color: #715A4A;}
hr.clear{
	display: none;
	clear: both;
}

img.padd{
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.exp{
	display: none;
	visibility: hidden;
}