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

@font-face{
    font-family: 'utukushi'; /* ���D���Ȗ��O�ɂ��܂��傤 */
    src: url('http://zen-cafe.jp/_css/font/UtsukushiFONT.eot'); /* IE9�ȏ�p */
    src: url('http://zen-cafe.jp/_css/font/UtsukushiFONT.eot?#iefix') format('embedded-opentype'), /* IE8�ȑO�p */
url('http://zen-cafe.jp/_css/font/UtsukushiFONT.woff') format('woff'), /* ���_���u���E�U�p */
url('http://zen-cafe.jp/_css/font/UtsukushiFONT.woff') format('truetype'); /* iOS, Android�p */
    font-weight: normal; /* �O�̈׎w�肵�Ă����܂� */
    font-style: normal;
}
.myWebFontClass {
    font-family: 'utukushi';
}
body{
	font-family: 'utukushi', 'Hiragino Mincho ProN', serif;
	}



@media screen and (min-width: 1025px) {

body{
	background-color: #fff;
	width: 100%;
	height: 100%;
	font-size: 77%;
	line-height: 140%;
	}
#wrapper{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	display: block;
	position: relative;
	}
a img{
	opacity:1;
	transition:0.5s;}
a img:hover{
	opacity:0.8;
	transition:0.8s;}

#header{
	width: 100%;
	margin-top: -70px;
	float: left;
	height: 160px;
	display: block;
	margin-bottom: 50px;
	position: relative;
	}

#logo{
	background-image: url(http://zen-cafe.jp/_img/_header/logo.jpg);
	text-indent: -9999px;
	width: 84px;
	height: 156px;
	top: -5px;
	float: right;
	position: relative;
	box-shadow: 2px 3px 7px #999;
	-webkit-box-shadow: 2px 3px 7px #999;
    -moz-box-shadow: 2px 3px 7px #999;
	margin-right: 10px;
	display: block;
	}
#header h1{
	background-image: url(http://zen-cafe.jp/_img/_header/title.png);
	width: 357px;
	height: 158px;
	text-indent: -9999px;
	float: left;
	display: block;
	}
#am9_pm6{
	background-image: url(http://zen-cafe.jp/_img/_header/am9_pm6.png);
	width: 591px;
	height: 22px;
	text-indent: -9999px;
	float: right;
	display: block;
	clear: both;
	margin-top: -32px;
	background-repeat: no-repeat;
	}

/*----  gnav  ----*/

#gnav{
	display: block;
	width: 255px;
	height: 400px;
	float: left;
	}
#gnav ul{
	width: 255px;
	height: 360px;
	}
#gnav ul li {

	}
#gnav ul li img{
	margin-left: 80px;
	}
#gnav #gn01{
	width: 0px;
	height: 41px;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
	transition: 0.7s;
	}
#gnav #gn01 img{
	position: relative;
	bottom: -5px;
	}
#gnav #gn02{
	width: 0px;
	height: 36px;
	border-bottom: 1px solid #fff;
	margin-bottom: 35px;
	transition: 0.7s;
	}
#gnav #gn03{
	width: 0px;
	height: 15px;
	border-bottom: 1px solid #fff;
	margin-bottom: 35px;
	transition: 0.7s;
	}
#gnav #gn04{
	width: 0px;
	height: 15px;
	border-bottom: 1px solid #fff;
	margin-bottom: 35px;
	transition: 0.7s;
	}
#gnav #gn05{
	width: 0px;
	height: 15px;
	border-bottom: 1px solid #fff;
	margin-bottom: 35px;
	transition:0.7s;
	}
#gnav #gn06{
	width: 0px;
	height: 36px;
	border-bottom: 1px solid #fff;
	transition:0.7s;
	}
#gnav #gn06 img{
	margin-left: 70px !important;
	}

#gnav #gn01:hover{
	width:255px;
	height: 41px;
	border-bottom: 1px solid #E40003;
	transition:0.7s;
	}
#gnav #gn02:hover{
	width: 255px;
	height: 36px;
	border-bottom: 1px solid #E40003;
	transition: 0.7s;
	}
#gnav #gn03:hover{
	width:255px;
	height: 15px;
	border-bottom: 1px solid #E40003;
	transition:0.7s;
	}
#gnav #gn04:hover{
	width:255px;
	height: 15px;
	border-bottom: 1px solid #E40003;
	transition:0.7s;
	}
#gnav #gn05:hover{
	width:255px;
	height: 15px;
	border-bottom: 1px solid #E40003;
	transition:0.7s;
	}
#gnav #gn06:hover{
	width:255px;
	height: 36px;
	border-bottom: 1px solid #E40003;
	transition:0.7s;
	}

#shop #gnav #gn01{
	width:255px;
	height: 41px;
	border-bottom: 1px solid #E40003;
}

#cafe #gnav #gn02{
	width:255px;
	height: 36px;
	border-bottom: 1px solid #E40003;
}

#access #gnav #gn03,#news #gnav #gn04,#contact #gnav #gn05{
	width:255px;
	height: 15px;
	border-bottom: 1px solid #E40003;
	}
/*----  menu-box  ----*/




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

#footer{
	clear: both;
	display: block;
	width: 590px;
	margin-left: 400px;
	margin-bottom: 50px;
	}
#footer #fnav{


	}
#footer #fnav ul{
	width: 540px;
	border-right: 2px solid #999999;
	}
#footer #fnav ul li{
	border-left: 2px solid #999999;
	padding-left: 30px;
	display: inline-block;
	margin-right: 20px;
	}

#footer #fnav a{
	color: #000;
	transition:0.5s;
}
#footer #fnav a:hover{
	color: #BBB265;
	transition:0.5s;
}
#footer #fnav #fn01{
	}
#footer #fnav #fn02{
	}
#footer #fnav #fn03{
	}
#copyright{
	margin-top: 10px;
}
/*-----  mainimg  -----*/

#mainimg{
	float: right;
	margin-right: 10px;
	width:580px;
}

/*-----  index  -----*/

#index #container{
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 100px;
}
#index #container_l{
	float: left;
	width: 357px;
}
#index #container_l #news{
	width: 100%;
}
#index #container_l #news ul{
	width: 100%;
}
#index #container_l #news ul li{
	color: #666;
}
#index #container_l #news ul li a{
	margin-left:10px;
	color:#666;
	line-height: 230%;
}
#index #container_l #news ul li a:hover{
	color: #BBB265;
	line-height: 230%;
}

#index #container_r{
	float: right;
	width: 590px;
}


#index #container_r .text01{
	float: left;
	margin-left: 5px;
	line-height: 230%;
}


#index #container_r .text02{
	float: right;
	margin-top: 180px;
	margin-right: 15px;
	line-height: 230%;
}

#index #container{
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 100px;
}

#index #container #news{
	width: 100%;
}
#index #container #news ul{
	width: 100%;
}
#index #container #news li{
}
#index .news_time{
	width:22%;
	float:left;
	/*text-align:right;*/
	}
#index .news_content{
	width:76%;
	float:right;
	}
#index .news_li{
	width: 100%;
	float: left;
	display: block;
	color: #333;
	margin-bottom: 30px;
	/* padding-top: 5px; */
	line-height: 230%;
	margin-top: 5px;
	}
#index .news_content p{
	width:100%;
	float:right;
	}
#index .news_content img{
	float:right;
	margin-left:10px;
	}

/*-----  shop  -----*/

#shop #container{
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 10px;
}
#shop #container_r{
	float: right;
	width: 590px;
	background-image: url(http://zen-cafe.jp/_img/_shop/contents_img_r.jpg);
	height: 614px;
	background-repeat: no-repeat;
}
#shop #container_r .text01{
	float: left;
	margin-left: 5px;
	line-height: 230%;
}
#shop #container_r .text02{
	float: right;
	margin-top: 95px;
	margin-right: 15px;
	line-height: 230%;
}
#shop #container_l{
	float: left;
	width: 357px;
	background-image: url(http://zen-cafe.jp/_img/_shop/contents_img_l.jpg);
	height: 614px;
	background-repeat: no-repeat;
}

#shop .annotation{
	float: left;
	font-size: 75%;
	margin-top: 10px;

}
/*-----  cafe  -----*/

#cafe #container{
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 60px;
}

/*--------  correction  --------*/

#container section h3{
	font-size:180%;
	margin-left:10px;
}
#container section:nth-of-type(1) p{
	font-size:1.4em;
	margin-top:30px;
	margin-left:10px;
}
#container section:nth-of-type(1){
	width: 100%;
}
	
#container section:nth-of-type(1) img{
	width: 100%;
	margin-top:30px;
}
#container section h4{
	font-size:200%;
	margin-top:80px;
	padding-right:200px;
	display:table;
	border-bottom:5px solid #fff100;
}
#container section:nth-of-type(2) p{
	margin-top:10px;
	font-size:1.4em;
}
#container section:nth-of-type(2) li p{
	margin-top:10px;
	font-size:1em;
}
#container section ul{
	width: 100%;
	margin-top:30px;
}
#container section li{
	float:left;
	width: 310px;
	margin-right: 30px;
	margin-bottom: 30px;
}
#container section li:nth-of-type(3){
	margin-right: 0px;
}
	
#container section li img {
    width: 308px;
	border:1px solid #B3B3B3;
}

/*-----  access  -----*/

#access #container{
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 60px;
}
#access #container_l{
	float: right;
	width: 590px;
	height: 75px;
	margin-bottom: 30px;
}
#access #container_l .text01{
	float: left;
	margin-left: 5px;
	line-height: 230%;
}
#access #container_r{
	float: right;
	width: 167px;
	height: 700px;
	margin-left: 5%;
}
#access #container_r .text01{
	float: left;
	line-height: 230%;
	margin-bottom: 30px;
}
#access iframe{
	float:left;
	width:740px;
	height:700px;}

/*-----  campany  -----*/


#campany #container{
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 120px;
}
#campany #container table{
	float: right;
	width: 100%;
	height: px;
}
#campany #container #table01{
	display:block;
}
#campany #container #table01 li,#campany #container #table02 li{
	list-style-position: outside;
	list-style-type: decimal;
}
#campany #container #table02{
	display:none;
}
#campany #container #table01 .list01,#campany #container #table02 .list01{
	list-style-position: outside;
	list-style-type: decimal;
}
#campany #container table th{
	font-weight: normal;
	text-align: right;
	padding-right: 20px;
	width: 50%;
	vertical-align: top;
	height: 30px;
	line-height: 230%;
	padding-bottom: 20px;
}
#campany #container table td{
	font-weight: normal;
	vertical-align: top;
	line-height: 230%;
	padding-bottom: 20px;
}
#campany #container .ta_title{
	font-size: 180%;
	font-weight: bold;
	}
/*-----  disclaimer  -----*/

#disclaimer #container{
	float: right;
	width: 65%;
	margin-bottom: 100px;
	margin-top: 20px;
}

#disclaimer #container h2{
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 30px;
}
#disclaimer #container .text01{
	float: left;
	margin-left: 5px;
	line-height: 230%;
}
/*-----  privacy  -----*/

#privacy #container{
	float: right;
	width: 65%;
	margin-bottom: 100px;
	margin-top: 20px;
}

#privacy #container h2{
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 30px;
}

#privacy #container h3{
	font-size: 100%;
	font-weight: normal;
	width: 100%;
}
#privacy #container .text01{
	float: left;
	line-height: 230%;
	width: 100%;
	margin-bottom: 20px;
}

/*-----  news  -----*/

#news #container{
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 100px;
}
#news #container #news{
	width: 100%;
}
#news #container #news ul{
	width: 100%;
}
#news #container #news li{
}
#news .news_time{
	width:34%;
	float:left;
	text-align:right;
	}
#news .news_content{
	width:59%;
	float:right;
	}
#news .news_li{
	width:100%;
	float:left;
	display:block;
	color: #333;
	margin-bottom: 30px;
	/*padding-top: 20px;*/
	line-height: 230%;
	}
#news .news_content p{
	width:100%;
	float:right;
	}
#news .news_content img{
	float:right;
	margin-left:10px;
	}

/*-------  contact  ----------*/
/* table */

#contact #container{
	float: right;
	margin-bottom: 100px;
	width: 65%;
	}

#contact .mailform{
	width: 100%;
	float: right;
	margin-right: 10px;
	}

#contact table{
	font-size: 11pt;
	color: #333333;
	width: 98% ;
}
#contact tr{
}
#contact th{
	padding-left: 15px;
	width: 35%;
	height: 50px;
}
#contact th p{
	width: 155px;
	/*margin-right: 20px;*/
	float:left;
}
#contact td{
	width: 65%;
	background-color: #fff;
	vertical-align: middle;
}
#contact .form_eng{
	font-size: 9pt;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
#contact .must{
	float: left;
	color: #e00;
}
#contact #form_btn{
	text-align: center;
	margin-top: 20px;
}
#contact #reset{
	width: 100px;
	height: 30px;
	margin-right: 10px;
}

#contact .wpcf7-submit {
	width: 100px;
	height: 30px;
	padding: 7px 7px;
	margin-top: 15px;
	background-color: #333;
	color: #fff;
	border: none;
	transition:0.7s;
}
#contact .wpcf7-submit:hover {
	width: 100px;
	height: 30px;
	padding: 7px 7px;
	margin-top: 15px;
	background-color: #777;
	color: #fff;
	border: none;
	transition:0.7s;
}

textarea {
	width: 90%;
	resize: both !important;
	max-width:  400px;
}
td input{
	width: 50% !important;
	}


}


#news_box {
    width: 220px;

}
#news_box  li {
    margin: 0 auto 28px;

}
#news_box p {
    margin: 10px auto;;

}
#news_box a {
  color: #000000;
}
#news_box a:hover {
color: #57AAC7;
}


#asoplaza_h {
    position: absolute;
    right: 10px;
    top: 105px;

}

@media screen and (max-width: 1024px) {
  #asoplaza_h {
  right: 28% !important;
  top: 10px !important;
  }
}
