@charset "UTF-8";

/*
スマホ:320-480px
タブレット:481-768px
PC:768px以上 1024px
*/



/*===============================

         共通のスタイル
		 
===============================*/


img {
	max-width: 100%;
	height: auto;
	display: block;
}

#hdwrap {
	width: 100%;
	background-color: #FFF;
}
	
#logo {
	width: 180px;
	height: 70px;
	margin:0 auto;
}

#logo a img {
	width: 180px;
	height: 70px;
	margin:0 auto;
}

#navi_area {
	width: 100%;
	display: block;
}
	
	
#slideshow {
	position: relative;
	width: 100%;
	height: 400px;
	padding-bottom: 2em;
	overflow: hidden;
}
#slideshow li {
   	position: absolute;
   	height: 400px;
	margin: 0;
   	padding: 0;
   	background-position: center top;
  	background-repeat: no-repeat;
}



#imgbox_meal {
	width: 100%;
	height: 250px;
	padding-bottom: 2em;
	background-image:url(../meal/img/meal_titlebar.jpg);
	background-position: center top;
  	background-repeat: no-repeat;
}
#imgbox_oden {
	width: 100%;
	height: 250px;
	padding-bottom: 2em;
	background-image:url(../oden/img/oden_titlebar.jpg);
	background-position: center top;
  	background-repeat: no-repeat;
}
#imgbox_ice {
	width: 100%;
	height: 250px;
	padding-bottom: 2em;
	background-image:url(../ice/img/ice_titlebar.jpg);
	background-position: center top;
  	background-repeat: no-repeat;
}
#imgbox_other {
	width: 100%;
	height: 250px;
	padding-bottom: 2em;
	background-image:url(../other/img/other_titlebar.jpg);
	background-position: center top;
  	background-repeat: no-repeat;
}
#imgbox_info {
	width: 100%;
	height: 250px;
	padding-bottom: 2em;
	background-image:url(../stacks/img/info_titlebar.jpg);
	background-position: center top;
  	background-repeat: no-repeat;
}
#imgbox_404 {
	width: 100%;
	height: 250px;
	padding-bottom: 2em;
	background-image:url(../error/img/404_titlebar.jpg);
	background-position: center top;
  	background-repeat: no-repeat;
}



.container1 {
	width: 100%;
	display: block;
}

.container2 {
	width: 100%;
	height: auto;
	display: block;
	background-color: #FFF;
	background-image:url(../img/kotobuki_shop.jpg);
	background-repeat: no-repeat;
	background-position: top,center;
	background-size: cover;
}

.container3 {
	width: 100%;
	display: block;
	background-image:url(../img/shikokutenrei.jpg);
	background-repeat: repeat;
	background-position: center center;
}

.container4 {
	width: 100%;
	display: block;
	background-image:url(../oden/img/kasuri_bg.jpg);
	background-repeat: repeat;
	background-position: center center;
}

.container5 {
	width: 100%;
	display: block;
	background-image:url(../ice/img/nami_bg.jpg);
	background-repeat: repeat;
	background-position: center center;
}





.heading {
	width: 50%;
	margin: 0 auto;
}


.imgbox {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0 1em;
}

#gotop {
	width: 100%;
	height: 51px;
	display: block;
	background-image:url(../img/wood_2x.jpg);
	background-repeat: repeat;
}

.gotop_inner {
	display: none;
}

.gotop_inner_sp{
	width:100%;
	display: block;
	margin: 0 auto;
}
.gotop_inner_sp p {
	padding: 1em 0 ;
}
.gotop_inner_sp a {
	display: block;
	width: 100%;
	height: 51px;
	color: #000;
}
.gotop_inner_sp a:hover {
	display: block;
	background-color: rgba(255,255,255,0.5);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}



#morebtn {
	margin-top: 1.5em;
	margin-left: 1em;
}
.button {
	background-color: #420;
	border: 2px solid #420;
	color: #fff;
	line-height: 1.5em;
	padding-top: 0.3em; 
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 0.9em;
}
.button:hover {
	background-color: #fff;
	border-color: #363;
	color: #363;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}





/* -----google map----- */
#map_wrap {
	max-width: 100%;
	padding: 0;
}


/* -----footer----- */
#ft_wrap {
	width: 100%;
	background-color: #000;
}


.copyright {
	margin: 0 auto;
	color: #FFF;
	font-size: 0.7em;
	font-weight: normal;
	text-align: center;
	padding: 3em 0 3em;
}



/* -----fontstyle----- */


.ft01 {
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

.ft02 {
	font-weight: 500;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 2em;
	text-align: center;
}

.ft03 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 500;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	padding: 1em 0 1em;
	text-align: justify;
	text-justify:inter-ideograph;
	color: #333;
}

.ft04 {
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	text-align: center;
}

.ft05 {
	font-weight: 100;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 2em;
	text-align: justify;
	text-justify:inter-ideograph; 
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 2em;
}

.ft_ps {
	font-weight: 200;
	font-size: 0.7em;
	margin-left: -0.1em;
}

.fth2 {
	font-weight: 200;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	text-align: center;
	color: #333;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

.fth2s {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 500;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	padding: 9em 0 1em;
	text-align: center;
	color: #093;
	text-shadow: 2px 2px 3px #FFF,-2px -2px 3px #FFF,2px -2px 3px #FFF,-2px 2px 3px #FFF;
}

.ft_info {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.8em;
	letter-spacing: -0.02em;
	line-height: 1.3em;
	color: #420;
	padding-left: 0.6em;
	padding-bottom: 0.5em;
}


.ft_outline {
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	text-align: justify;
	text-justify:inter-ideograph;
	color: #000;
	padding-top: 3em;
	padding-bottom: 3em;
	text-shadow: 0 0 25px #FFF,0 0 20px #FFF,0 0 0.40px #FFF;
}


.ft_guid {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	text-align: justify;
	text-justify:inter-ideograph;
	color: #363;
	list-style: none;
	text-shadow: 0 0 25px #FFF,0 0 20px #FFF,0 0 0.40px #FFF;
}


.ft_list1 {
	font-size: 1em;
	font-weight: 100;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	text-align: justify;
	text-justify:inter-ideograph;
	color: #363;
	list-style: none;
	padding-left: 2em;
}

.ft_link {
	font-size: 0.8rem;
	padding: 1rem 0;
	margin-bottom: 3rem;
}






/* -----img-hover 可変の画像用----- */

.fade {
	background: #FFF;
	backface-visibility: hidden; 
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transition: 0.3s ease-in;  
	-moz-transition: 0.3s ease-in;  
	-o-transition: 0.3s ease-in;  
	transition: 0.3s ease-in;  
} 


.fade:hover {
    opacity: 0.6;  
    filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

 /* IE8 */
html>/**/body a:hover img {
	display /*\**/:inline-block\9;
	zoom /*\**/: 1\9;
}
    
/* 新旧Firefox */
.fade:hover, x:-moz-any-link { background: #FFF;}
.fade:hover, x:-moz-any-link, x:default { background: #FFF;}
    

/*============================

      スマホのスタイル
	 
============================*/



/* -----MENU------ */
#menu {
    display: none;
}

#menu li {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #444;
	background: rgba(255,255,255,0.1);
}

#menu li a {
	display: block;
	color: #000;
	text-align: center;
	text-decoration: none;
	padding-top: 22px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#menu li a:hover {
	background: rgba(192,192,192,0.2);
	display: block;
}

#toggle {
    display: block;
    position: relative;
    width: 100%;
    background: #333;
}

#toggle a {
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

#toggle:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
}

#toggle a:before, #toggle a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
}

#toggle a:before {
    margin-top: -6px;
}

#toggle a:after {
    margin-top: 2px;
}





/* -----CONTENT----- */

#sensorarea {
	display: none;
}

.itemblock {
	width: 80%;
}

.itemblock_meal {
	width: 80%;
	padding: 1em 0 1em;
	margin: 0 auto;
}
	
.itemblock_oden {
	width: 80%;
	padding: 1em 0 1em;
	margin: 0 auto;
}
	
.itemblock_ice {
	width: 80%;
	padding: 1em 0 1em;
	margin: 0 auto;
}
	
.itemblock_other {
	width: 80%;
	padding: 1em 0 1em;
	margin: 0 auto;
}
.itemblock_other a {
	color: #039;
}
.itemblock_other a:hover {
	color: #069;
	transition: all 0.5s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	text-decoration: underline;
}

.itemblock_sakura {
	width: 46.4%;
	float: left;
	padding: 1em 1.8% 1em;
}


/*　　crumbs--パンくず　　*/
.inner_wrap-crumbs {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 1em;
}

#crumbs {
	width: 96%;
	margin:0 auto;
}


#crumbs ol {
	list-style: none;
	margin-left: 3%;
}


#crumbs li {
	font-size: 0.7em;
	display: inline;
}

#crumbs li a {
	color: #036;
}

#crumbs li a:hover {
	color: #06C;
	transition: all 0.5s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	text-decoration: underline;
}


.inner_wrap {
	width: 90%;
	margin: 0 auto;
	padding: 2em 0 1em;
}

.box_info {
	width: 95%;
	padding-bottom: 4em;
	background-color: rgba(255,255,255,0.7);
	margin-bottom: 1em;
	padding-right: 2.5%;
	padding-left: 2.5%;
	padding-top: 1em;
}





.block-group figure {
	position: relative;
	overflow: hidden;
	width: 80%;
	margin: 2em auto;
	border: 1px solid #999;
}
figcaption {
	position: absolute;
	top: 0px;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 1;
}
.itemblock:hover figcaption {
	display: block;
	width: 100%;
	top: 0;
	left: 0;
}
.transform {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
figcaption h3{
	width: 80%;
	position: absolute;
	top: 130px;
	left: 10%;
	font-size: 1.2em;
	line-height: 1.3em;
}
figcaption p{
	width: 80%;
	position: absolute;
	top: 200px;
	left: 25%;
}


.box_policy {
	width: 90%;
	background-color: rgba(255,255,255,0.5);
	padding-left: 1em;
	padding-right: 1em;
	margin: 0 auto 1em;
}

.box_outline {
	width: 90%;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.5);
	padding: 0.8em;
}



dl.list {
	width: 100%;
	border-bottom:1px solid #420;
}

dl.list dt {
	padding-top: 1em;
	padding-bottom: 0;
	padding-left: 1em;
	padding-right: 1em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 500;
	color: #420;
	line-height: 1.4em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #420;
}

dl.list dd {
	padding: 0.5em 1em 1em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 500;
	color: #420;
	line-height: 1.4em;
}

dl.list dd a {
	color: #420;
}

dl.list dd a:hover {
	color: #900;
	transition: all 0.5s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	text-decoration: underline;
}


.presenarea_a {
	width: 100%;
	padding-bottom: 5em;
}
.presenarea_a a {
	color: #039;
}
.presenarea_a a:hover {
	color: #069;
	transition: all 0.5s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	text-decoration: underline;
}


.presenarea_b {
	display: none;
}

.presenarea_c {
	width: 100%;
	padding-bottom: 5em;
}

.presenarea_d {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 5em;
}





/*----menulist-----*/

.drink_a {
	width: 80%;
	padding-bottom: 5em;
}
.drink_b {
	width: 80%;
	padding-bottom: 1em;
}


dl.list_drink {
	width: 125%;
	border-bottom:1px solid #333;
	overflow: hidden;
}

dl.list_drink dt {
	float: left;
	width: 60%;
	padding-top: 1em;
	padding-bottom: 0;
	padding-left: 0.5em;
	padding-right: 1em;
	color: #333;
	line-height: 1.4em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	font-weight: normal;
}

dl.list_drink dd {
	width: 40%;
	margin-left: 60%;
	padding-top: 1em;
	padding-left:10%;
	padding-bottom: 1em;
	padding-right: 1em;
	border-top:1px solid #333;
	color: #333;
	line-height: 1.4em;
}



/* -----google map----- */
#map_canvas {
	width: 90%;
	height: 300px;
	margin: 0 auto;
}

#map_canvas img {
	max-width: none !important;
}

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

#pc-f-navi {
	display: none;
}


#f-navi {
	width: 100%;
	background-color: #333;
}


#f-navi ul li a {
	position: relative;
	display: block;
	padding-top: 1em;
	padding-right: 2.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
}

#f-navi ul li a:hover {
	background-color: #666;
}

#f-navi ul li a::before,
#f-navi ul li a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #FFF;
	border-radius: 4px;
}



#f-navi ul li a::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



#f-navi ul li a::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}







/*============================

     タブレットのスタイル
	
============================*/

@media all and (min-width:481px) {

	/*---menu---*/
	#toggle { 
 		display: none;
	}
	
	#navi_area {
	width: 100%;
	background-color: #333;
	display: block;
	overflow: hidden;
	}

	
	#menu {
  		width: 100%;
		min-width: 481px;
  		margin: 0 auto;
  		padding: 0;
		background-color: #333;
		display: block;
	}
	
	#menu li {
  		float: left;
  		width: 25%;
  		margin: 0;
  		padding: 0;
		border-bottom: none;
	}
	
	#menu li a {
  		padding: 12px 0 10px;
  		background: #333;
  		color: #fff;
  		text-align: center;
  		text-decoration: none;
		display: block;
	}
	
	#menu li a:hover {
		display: block;
		background-color: rgba(255,255,255,0.2);
		transition: all 0.5s;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
	}
	
	
	/*-----コンテンツ部分-----*/

	.itemblock {
		width: 45%;
		float: left;
	}

	.itemblock_meal {
		width: 45%;
		float: left;
		padding: 1em 2.5% 1em;
	}
	
	.itemblock_oden {
		width: 45%;
		float: left;
		padding: 1em 2.5% 1em;
	}
	
	.itemblock_ice {
		width: 45%;
		float: left;
		padding: 1em 2.5% 1em;
	}
	
	.itemblock_other {
		width: 45%;
		float: left;
		padding: 1em 2.5% 1em;
	}
	
	
	.block-group figure {
		position: relative;
		overflow: hidden;
		width: 45%;
		margin-top: 1em;
		margin-left: 4%;
		margin-bottom: 1em;
		margin-right: -1.5%;
	}
	figcaption {
		position: absolute;
		top: 0px;
		left: -100%;
		z-index: 2;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.6);
		-webkit-transition: 0.5s;
		transition: 0.5s;
		opacity: 1;
	}
	.itemblock:hover figcaption {
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.transform {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	figcaption h3{
		width: 90%;
		position: absolute;
		top: 35%;
		left: 8%;
		font-size: 100%;
		line-height: 1.3em;
	}
	figcaption p{
		width: 90%;
		position: absolute;
		top: 60%;
		left: 25%;
	}

	
	
	
	
	dl.list {
		width: 100%;
		border-bottom: 1px solid #420;
	}

	dl.list dt {
		float: left;
		width: 10em;
		border-top: 1px solid #420;
		padding-top: 1em;
		padding-bottom: 0;
		padding-right: 0;
		padding-left: 1em;
		color: #420;
		line-height: 1.4em;
	}

	dl.list dd {
		margin-left: 11em;
		padding-top: 1em;
		padding-bottom: 1em;
		padding-right: 1em;
		border-top:1px solid #420;
		color: #420;
		line-height: 1.4em;
	}
	
	dl.list dd a {
		color: #420;
	}

	dl.list dd a:hover {
		color: #900;
		transition: all 0.5s;
		-webkit-transition: all 0.7s;
		-moz-transition: all 0.7s;
		text-decoration: underline;
	}


	.gotop_inner {
		width: 95%;
		max-width: 768px;
		margin: 0 auto;
	}

}






/*==============================

      　 PCのスタイル
	   
==============================*/

@media all and (min-width:769px) {
	
	/*-----header-----*/
	#hdwrap {
		display: block;
		width: 100%;
		height:110px;
		background-color: rgba(255,255,255,1);
		position: fixed;
		z-index: 9999;
	}
	
	#menu {
		width: 980px;
		margin: 0 auto;
	}
	
	#slideshow {
		position: relative;
		width: 100%;
		height: 400px;
		padding-top: 110px;
		overflow: hidden;
	}
	#slideshow li {
   		position: absolute;
   		height: 400px;
		margin: 0;
   		padding: 0;
   		background-position: center top;
  		background-repeat: no-repeat;
	}
	

	#sensorarea {
		display: block;
		width: 100%;
		height:110px;
	}

	#imgbox_meal {
		width: 100%;
		height: 250px;
		overflow: hidden;
		padding-bottom: 2em;
		background-image:url(../meal/img/meal_titlebar.jpg);
		background-position: center top;
  		background-repeat: no-repeat;
	}
	#imgbox_oden {
		width: 100%;
		height: 250px;
		overflow: hidden;
		padding-bottom: 2em;
		background-image:url(../oden/img/oden_titlebar.jpg);
		background-position: center top;
  		background-repeat: no-repeat;
	}
	#imgbox_ice {
		width: 100%;
		height: 250px;
		overflow: hidden;
		padding-bottom: 2em;
		background-image:url(../ice/img/ice_titlebar.jpg);
		background-position: center top;
  		background-repeat: no-repeat;
	}
	#imgbox_other {
		width: 100%;
		height: 250px;
		overflow: hidden;
		padding-bottom: 2em;
		background-image:url(../other/img/other_titlebar.jpg);
		background-position: center top;
  		background-repeat: no-repeat;
	}
	

	

	/*-----menu-----*/
	#menu {
  		width: 100%;
  		max-width: 1024px;
  		margin: 0 auto;
  		padding: 0;
	}
	
	/*-----コンテンツ部分-----*/	
	.block-group {
		width: 95%;
		background-color: #FFF;
		max-width: 1024px;
		margin: 0 auto;
		display: block;
	}

	.itemblock {
		width: 20%;
		float: left;
	}

	.itemblock_meal {
		width: 20%;
		float: left;
		padding: 1em 2.5% 1em;
	}
	.itemblock_meal p {
		width: 100%;
		margin: 0 auto;
	}
	
	.itemblock_oden {
		width: 20%;
		float: left;
		padding: 1em 2.5% 1em;
	}
	.itemblock_oden p {
		width: 100%;
		margin: 0 auto;
	}
	
	.itemblock_ice {
		width: 20%;
		float: left;
		padding: 1em 2.5% 1em;
	}
	.itemblock_ice p {
		width: 100%;
		margin: 0 auto;
	}
	
	.itemblock_other {
		width: 20%;
		float: left;
		padding: 1em 2.5% 1em;
	}
	.itemblock_other p {
		width: 100%;
		margin: 0 auto;
	}
	
	.itemblock_sakura {
		width: 27.3%;
		float: left;
		padding: 1em 3% 1em;
	}


	.block-group figure {
		position: relative;
		overflow: hidden;
		width: 20.3%;
		margin-top: 1em;
		margin-bottom: 1em;
		margin-left: 4.25%;
		margin-right: -1%;
	}
	figcaption {
		position: absolute;
		top: 0px;
		left: -100%;
		z-index: 2;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.6);
		-webkit-transition: 0.5s;
		transition: 0.5s;
		opacity: 1;
	}
	.itemblock:hover figcaption {
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.transform {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	figcaption h3{
		width: 90%;
		position: absolute;
		top: 15%;
		left: 7%;
		font-size: 100%;
		line-height: 1.3em;
	}
	figcaption p{
		width: 90%;
		position: absolute;
		top: 60%;
		left: 20%;
	}
	
	.inner_wrap-crumbs {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		padding-bottom: 2em;
	}
	
	.inner_wrap {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		padding: 2em 0 1em;
		overflow: hidden;
	}

	.box_policy {
		width: 56%;
		float: left;
		background-color: rgba(255,255,255,0.6);
		padding-left: 1em;
		padding-right: 1em;
		margin-left: 2%
	}

	.box_outline {
		width: 30%;
		float: right;
		background-color: rgba(255,255,255,0.6);
		padding-top: 1em;
		padding-left: 1em;
		padding-right: 1em;
		padding-bottom: 1em;
		margin-top: 3em;
		margin-right: 2%;
	}
	
	
	.presenarea_a {
		width: 65%;
		float: left;
		margin-left: 2%;
		padding-bottom: 1em;
	}
	.presenarea_b {
		display: block;
		width: 25%;
		float: right;
		margin-right: 2%;
		padding-bottom: 1em;
	}
	
	.presenarea_c {
		width: 45%;
		float: left;
		margin-left: 2%;
		padding-bottom: 1em;
	}
	.presenarea_d {
		width: 45%;
		float: left;
		margin-left: 2%;
		padding-bottom: 1em;
	}
	
	
	
	
	.drink_a {
		width: 45%;
		float: left;
		margin-left: 2%;
		padding-bottom: 1em;
	}
	.drink_b {
		width: 45%;
		float: right;
		margin-right: 2%;
		padding-bottom: 1em;
	}
	
	
	dl.list_drink {
		width: 100%;
		border-bottom:1px solid #333;
		overflow: hidden;
	}
	
	
	
	
	.gotop_inner {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
	}
	
	
	/* -----google map----- */
	#map_canvas {
		width: 100%;
		height: 300px;
		margin: 0 auto;
	}



	/* -----go top----- */
	.gotop_inner_sp {
		display: none;
	}
	
	.gotop_inner {
		width:100%;
		display: block;
		margin: 0 auot;
	}
	.gotop_inner p {
		padding: 1em 0;
	}
	.gotop_inner a {
		display: block;
		width: 100%;
		height: 51px;
		color: #000;
	}
	.gotop_inner a:hover {		
		display: block;
		background-color: rgba(255,255,255,0.5);
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	

	/*-----footer-navi-----*/
	
	#f-navi {
		display: none;
	}
	

	#pc-f-navi { 
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		display: block;
		background-color: #000;
		overflow: hidden;
	}
	
	
	#pc-f-navi ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}


	#pc-f-navi li {
		font-weight: 700;
		float: left;
		width: 20%;
		padding: 0;
		margin: 0;
	}
	
	#pc-f-navi li a {
		width: 100%;
		padding:  12px 0 10px;
		color: #FFF;
		text-align: center;
		text-decoration: none;
		background-color: #000;
		display: block;
	}


	#pc-f-navi li a:hover {
		background-color: #333;
	}

}

