@charset "UTF-8";
/* CSS Document */
* focus,a:focus{
	outline: none;
}

@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local('YuGothic-Medium'),
	local('Yu Gothic Medium'),
	local('YuGothic-Regular');
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local('YuGothic-Bold'),
	local('Yu Gothic');
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local('YuGothic-Medium'),
	local('Yu Gothic Medium'),
	local('YuGothic-Regular');
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local('YuGothic-Bold'),
	local('Yu Gothic');
}
/* IE -Port Lligat Slab-*/
@font-face {
font-family: 'Port Lligat Slab';
src:url(../fonts/Port_Lligat_Slab/PortLligatSlab-Regular.eot);
}
/* Firefox, Opera, Safari -Port Lligat Slab-*/
@font-face {
font-family: 'Port Lligat Slab';
src:url(../fonts/Port_Lligat_Slab/PortLligatSlab-Regular.woff) format('woff'),
	url(../fonts/Port_Lligat_Slab/PortLligatSlab-Regular.ttf) format("truetype");
}
/* IE -Fredericka the Great-*/
@font-face {
font-family: 'Fredericka the Great';
src:url(../fonts/Fredericka_the_Great/FrederickatheGreat-Regular.eot);
}
/* Firefox, Opera, Safari -Fredericka the Great-*/
@font-face {
font-family: 'Fredericka the Great';
src:url(../fonts/Fredericka_the_Great/FrederickatheGreat-Regular.woff) format('woff'),
	url(../fonts/Fredericka_the_Great/FrederickatheGreat-Regular.ttf) format("truetype");
}
/* IE -IM Fell DW Pica-*/
@font-face {
font-family:'IM Fell DW Pica';
src:url(../fonts/IM_Fell_DW_Pica/IMFePIrm28P.eot);
}
/* Firefox, Opera, Safari -IM Fell DW Pica-*/
@font-face {
font-family:'IM Fell DW Pica';
src:url(../fonts/IM_Fell_DW_Pica/IMFePIrm28P.woff) format('woff'),
	url(../fonts/IM_Fell_DW_Pica/IMFePIrm28P.ttf) format("truetype");
}


html{
	font-size: 10px;
}
html,body{
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

body{
	font-family: "Yu Gothic", YuGothic ,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size:14px;
	font-weight:bold;
	border-top:10px solid #8b836a;
	color:#333;
}
.mgb40{
	margin-bottom:40px !important;
}
.ml-30{
	margin-right:30px;
}
.mb-60{
	margin-bottom:60px !important;;
}
#wrapper{
	overflow:hidden;
}

#header h1{
	margin-bottom:0 !important;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding-top:20px;
	margin:0;
}
h1 a{
	display:block;
	width:250px;
	height:123px;
	min-width:200px;
	min-height:107px;
	margin:0 auto;
	background:url(../images/common/logo.png) center bottom no-repeat;
	background-size:contain;
	overflow:hidden;
	outline:none;
}
h1 a:hover{
  opacity: 0.7;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}
/*---------------------
---------- title ----*/
h2{
	width:100%;
	text-align:center;
	margin-bottom:20px !important;
	
}
h2#concept,h2#menu,h2#about-us,h2#contact-us,h2#sitemap{
	margin:40px 0 20px 0  !important;
}
h3.menu-category{
	font-family: 'Port Lligat Slab', serif;
	font-size:3rem;
	text-align:center;
	margin-bottom:10px;
}
#concept,#menu,#information,#about-us,#contact-us,#sitemap,.ttl_g_calender{
	font-size:3.5rem;
	height:80px;
	line-height:80px;
	font-family: 'Port Lligat Slab', serif;
}
.container{
	padding-top:15px;
}
.pagetitle{
	width:70%;
	margin:0 auto 100px;
}
.pagetitle ul{
	overflow:hidden;
	width:100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.pagetitle ul li{
	width:32%;
	padding:0;
	box-sizing:border-box;
	text-align:center;
	/* border-radius */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	/* border */
	border:1px solid #605455;
}
#concept{
	background:url(../images/common/bg_concept.png) center center no-repeat;
}
#menu{
	background:url(../images/common/bg_menu.png) center center no-repeat;
}
#information{
	background:url(../images/common/bg_information.png) center center no-repeat;
}
#about-us{
	background:url(../images/common/bg_concept.png) center center no-repeat;
}
#contact-us{
	background:url(../images/common/bg_information.png) center center no-repeat;
}
.hoveraction{
	width:100%;
	color:#605455  !important;
	display:block;
	padding:1rem 0;	
	-webkit-transition:0.3s;
	transition:0.3s;
}
.hoveraction:hover{
	box-shadow:0 0 10px #605455 inset;
}

/*-------- /title
---------------------------*/
hr {
	width:100%;
	height:6px;
	margin: 0;
	padding:0;
	border:0; /* FF3.6-15 */
	background: -moz-linear-gradient(top, rgba(204,204,204,0.65) 0%, rgba(204,204,204,0.64) 1%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(204,204,204,0.65) 0%,rgba(204,204,204,0.64) 1%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(204,204,204,0.65) 0%,rgba(204,204,204,0.64) 1%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
hr.mb-35{
	margin:0 0 35px 0;
}
.row h3{
	font-size:2.2rem;
	margin-top:0;
	background:url(../images/common/ttl_boder.gif) 0 0 repeat-y;
	text-indent:2rem;
	line-height:2rem;
}
.fred h3{
	margin:0 0 10px 0;
	font-family: 'Fredericka the Great', cursive;
	font-size:3rem;
	line-height:3rem;
	background:url(../images/common/ttl_boder.gif) 0 0 repeat-y;
}
article h3{
	display:none;
}
.contentBox{
	max-width:960px;
	margin:0 auto;
}
#header_container{
	padding:10px 0 0 0;
}
.fluid{
	width:100%;
	height:auto;
}
.fluid2 {
	width:100%;
	padding:0;
}
div.container-fluid{
	margin:0 0 30px 0;;
	padding:0 0 20px;
}
.item img {
		width:100%;
}

/*--------------- 
--------nav------------*/
#header nav{
	font-size:2.5rem;
	width:100%;
	max-width:700px;
	margin:0 auto;
}
#navWrap{
	font-family: 'Port Lligat Slab', serif;
	width: 100%;
	max-width: 700px;
	margin:0 auto;
	padding: 0;
    display:block;
}
#navWrap ul{
	padding:5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
#navWrap ul li{
	width: 25%;
}
#navWrap ul li a{
	/* display:block; */
	text-align:center;
	/* float:left; */
	color: #605455;
	text-decoration: none;
	background: linear-gradient(transparent 60%, #85A490 90%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .3s ease;
}
#navWrap ul li a:hover{
	background-size: 100% 100%;
	text-shadow: 1px 1px 1px #605455;
}
#gnav{
  display:none;
}
/*-------- / nav
---------------------------*/
/*****************************order-button***************************/
.order-button ,.btn_order a{
	width:100%;
	display: inline-block;
	color:#fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	outline: none;
	background-color: #79be92;
	border-radius:5px;
	border: 2px solid #79be92;
}
.btn_order a:hover{
	color:#79be92;
	background-color: #fff;
	transition: .4s
}

.order-button::before,
.order-button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.order-button,
.order-button::before,
.order-button::after ,
.btn_order,
.btn_order::before,
.btn_order::after 
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.order-button:hover {
	background-color: #fff;
	border-color: #605455;
	color: #605455;
	text-decoration:none;
}
.order-button span {
	font-size:2rem;
}
#orderform{
	border-radius:5px;
	margin:0 0 35px 0;
}
.number-fax{
	margin:0 0 80px 0;
	font-size:3rem;
	color:#a40000;
	text-align:center;
}
/*****************************order-button***************************/

.link-about{
	margin-top:10px;
	padding:0.5em 0.5em 0.5em 1em;
	display:inline-block;
	border:2px solid #8b836a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:url(../images/common/ico_arrow.gif) left center no-repeat;
	color:#605455  !important;
	-webkit-transition:0.3s;
	transition:0.3s;
}
a.link-about:hover{
	box-shadow:0 0 10px #605455 inset;
}
.zoomContainer{
	width:180px;
}
.elzoom:hover,
.elzoom2:hover
{
	cursor:pointer;
}

.tel,.tel:hover{
	color: #605455;
	text-decoration: none;
	}

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

footer{
	padding:0 0 15px 0;
	background-color: #605455;
}

#footerinner{
	position:relative;
	width:100%;
	max-width:960px;
	padding:2rem 0 0 0;
	margin:0 auto;
	background:url(../images/common/footerlogo.jpg) center bottom no-repeat;
}
#footerinner ul{
	font-family: 'Port Lligat Slab', serif;
	margin:0 0 20px 1rem;
	font-size:2rem;
}
#footerinner ul li{
	display:inline-block;
	padding:0 2rem 0 0;
}
#footerinner ul li a{
	display:block;
	color:#ffffff;
	-webkit-transition:0.3s;
	transition:0.3s;
}
#footerinner ul li a:hover{
	text-decoration:none;
	-webkit-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
	-webkit-text-shadow: 1px 1px 1px #fff;
	text-shadow: 1px 1px 1px #fff;
}
#footerinner #footerSns{
	vertical-align:bottom;
	display:flex;
	align-items:center;
}

#footerinner #footerSns p{
	padding:0 1.5rem 0 0 ;
}
#footerinner #footerSns p a{
	padding: 0 0 0 1rem;
	display:block;
	-webkit-transition:0.3s;
	transition:0.3s;
	font-size:1rem;

}
#footerinner #footerSns p a:hover{
	text-decoration:none;
	-webkit-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
	display:block;
}

#footerinner #copyright{
	color:#ffffff;	
	text-align:center;
	padding:0 0 5px 0;
	font-size:1.8rem;
}
/**********PAGE TOPボタンを表示***********/
#topBtn {
	position: fixed;
	bottom: 30px;
	right: 24px;
	margin: 0 auto;
	z-index: 200;
	padding-bottom:150px;
}

#topBtn a {
	display: table-cell;
	width: 4em;
	height: 4em;
	text-align: center;
	vertical-align: middle;
	color: #605455;
	font-size: 1.2rem;
	line-height: 1;
	border-radius: 50%;
	background:rgba(219,235,219,0.6);
}
/**********　/PAGE TOPボタンを表示***********/
/* ------- /footer
 --------------------------*/
.icon-pdf{
	width: 16px;
	height: 16px;
}

@media screen and (max-width: 768px) {
	/* body{
		color: red;
	} */

.row{
	margin:0 0 20px 0;
}
.row .col-sm-6 h3{
	margin:10px 0 10px 0;
}
#menuarea .first,#menuarea .third{
	padding:0 15px;
}
.row img{
	width:100%;
	margin:0 auto;
}
.row .col-sm-4 img{
	width:70%;
}
.row .col-sm-4 img.icoToque{
	width:auto;
}

/*------------nav----------------*/
#header nav{
	width:100%;
	height:2.2rem;
	position:absolute;
	z-index:1000;
	max-width:none;
}

  #gnav{
    display:block;
    position:absolute;
    right:20px;
    top:24px;
    width:40px;
    height:50px;
    cursor:pointer;
	z-index: 100;
  }
  #gnav div{
    color:#333333;
    position:absolute;
  }
  .navline{
    font-size:0;
    width:40px;
    height:4px;
    background:#333333;
    border-radius:2px;
  }
  .navline_txt{
    width:40px;
    text-align:center;
  }
  .burg1{
    left:0;
    top:0;
    transition-duration:0.5s;
}
.burg2{
    left:0;
    top:14px;
    transition-duration:0.5s;
}
.burg3{
    left:0;
    top:28px;
    transition-duration:0.5s;
}
  .navline_txt{
    font-family: 'Port Lligat Slab', serif;
	font-size:1.3rem;
    left:0;
    top:32px;
    transition-duration:0.5s;
  }
  .burg1.selected{
    top:14px;
    transform:rotate(405deg);
    
    transition-duration:0.5s;
  }
  .burg2.selected{
    top:14px;
    left:150%;
    opacity:0;
    transition-duration:0.5s;
  }
  .burg3.selected{
    top:14px;
    transform:rotate(-405deg);
    transition-duration:0.5s;
  }
  .navline_txt.selected{
    opacity:0;
    /*transition-duration:0.5s;*/
  }
  /*nav*/
  #navWrap{
    width:100%;
	max-width: 768px;
    margin:0 auto;
	margin-left:-100%;
    transition-duration:0.5s;
	overflow:hidden;
  }
  #navWrap.selected{
    margin-left:0;
    /*transition-duration:0.5s;*/
  }
  #navWrap ul{
	display: block;
	width: 100%;
	margin-top:10px;
    padding:5px;
    background:rgba(139,131,106,0.9);
    overflow:hidden;
  }
  #navWrap ul li{
	width: 90%;
	margin: 0 auto 0.4em;
  }
  #navWrap ul li:first-child{
	margin-top: 0.4em;
  }
  #navWrap ul li a{
    width:100%;
    height:40px;
    line-height:35px;
	display:block;
    text-align:center;
    border:2px #8b836a solid;
    background:rgba(225,225,225,1);
    border-radius:10px;
  }
  #navWrap ul li a:hover{
	color:#fff;
    background:rgba(139,131,106,0.9);
    border:2px #605455 solid;
    transition:0.5s;
  }
/*------------nav----------------*/
.number-fax{
	padding:10px;
}
	
#footerinner ul{
	margin:0 0 20px 1rem;
}
#footerinner #footerSns p{
	display:inline-block;
}

}
@media screen and (max-width: 480px) {
	/* body{
		
	} */

h1{
	margin:10px 0 !important;
}
a:link ,a:visited,a:hover,a:active,a:focus
{border:none;outline:none;}
 
#headerbottom{
	height:10px;
}

.container{
	padding:10px 0 0;
}

.row .col-sm-4 img[class^="img"]{
	width:90%;
}
.number-fax{
	font-size:2rem;
}
#topBtn {
	right: 15px;
	padding-bottom:10px;
}
#footerinner{
	background:none;
}
#footerinner ul{
	padding:1rem 0 0 0 ;
	text-align:center;
}
#footerinner #footerSns {
	text-align:center;
	display:block;
}
#footerinner #footerSns p{
	padding:0 0.5rem 1rem 0;
	}
#footerinner #footerSns #copyright {
	font-size:3rem;
}
}
.fb-page{
	min-width: 180px !important;
}
