@charset "UTF-8";
/****************************************

          General Setting
	BreakPoints -- 520px/960px
*****************************************/

html,
body {
	margin: 0;
	padding: 0;
}

body {
    color: #333;
	font-size: 14px;
    font-family:
		'游ゴシック',
		'游ゴシック体',
		'Yu Gothic',
		YuGothic,
		'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro',
		'メイリオ',
		Meiryo,
		Osaka,
		'ＭＳ Ｐゴシック',
		'MS P Gothic',
		sans-serif;

}


/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	margin-bottom: 10px;
	font-size: 240%;
	font-family: 'Josefin Sans', sans-serif;
}

blockquote {
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}


/****************************************

          List

*****************************************/

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul,
ol ul,
ol ol {
	margin-left: 1em;
}


/****************************************

          Link

*****************************************/

a {
	text-decoration: none;
}

a:hover {
	color: #fe56aa;
}


/****************************************

          Layout

*****************************************/

#container,
.wrapper {
	margin: 0 auto;
	width: 940px;
}

#main {
	float: left;
	width: 600px;
}

#sidebar {
	float: right;
	width: 250px;
}

#main,
#sidebar {
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}


/****************************************

          header
		  
****************************************/
.header {
	position:fixed;
	width:100%;
	height:65px;
	background:;
	margin:-10px 0 0 0;
	left:0;
	top:0;
	z-index:1;
}
.header-sub {
	position:fixed;
	width:100%;
	height:65px;
	background:#fff;
	margin:-10px 0 0 0;
	border-bottom:1px solid #0066ff;
	left:0;
	top:0;
	z-index:1;
}

/****************************************

          Navigation

*****************************************/
.humb-nav{
	float:left;
	margin:20px 10px 20px 10px;
	z-index:4;
}
.humb-nav-text{
	font-family:"comic sans ms";
	float:left;
	font-size:2em;
	margin:20px 0 20px 20px;
	color:#fff;
	z-index:4;
}
.humb-nav-text-sub{
	font-family:"comic sans ms";
	float:left;
	font-size:2em;
	margin:20px 0 20px 20px;
	color:#0066ff;
	z-index:4;
}
.nav_toggle {
	display:block;
	position:relative;
	width:2.1rem;
	height:1.56rem;
	z-index:4;
}
.nav_toggle:hover{
	cursor:pointer;
}
.nav_toggle i{
	display:block;
	width:100%;
	height:2px;
	background-color:#fff;
	position:absolute;
	transition:transform .5s, opacity .5s;
	z-index:4;
}
.nav_toggle i.sub{
	display:block;
	width:100%;
	height:2px;
	background-color:#0066ff;
	position:absolute;
	transition:transform .5s, opacity .5s;
	z-index:4;
}
/*3本線　クリックされた時*/
.nav_toggle i:nth-child(1){
	top:0;
}
.nav_toggle i:nth-child(2){
	top:0;
	bottom:0;
	margin:auto;
}
.nav_toggle i:nth-child(3){
	bottom:0;
}
/*3本線　再クリックされた後　もとの3本線に戻る*/
.nav_toggle.show i:nth-child(1){
	transform:translateY(10px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2){
	opacity:0;
}
.nav_toggle.show i:nth-child(3){
	transform:translateY(-12px) rotate(45deg);
}
/*ハンバーガーメニューがクリックされる前、メニューは隠れている*/
.nav {
  position: fixed;
  top: 2rem;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  margin:14px 0 70% 2px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
  border:1px solid #eee;
}

/*ハンバーガーメニューがクリックされたとき、メニューが表示される*/
.nav.show{
  opacity: 1;
  visibility: visible;
  width:26%;
  height:60%;
  background-color: rgba(0, 0, 0, 0.4);
}
.header-sub nav.nav {
	position: fixed;
	top: 3rem;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1rem;
	margin:16px 0 0 9px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility .5s;
	border:1px solid #000;
	width:50%;
	height:50%;
	background-color: rgba(0, 0, 0, 0.4)
	}
	nav.nav.show{
	  opacity: 1;
	  visibility: visible;
	  width:26%;
	  height:60%;
	  background-color: rgba(0, 0, 0, 0.4);
	}

.nav li.me{
	color:#fff;
	font-size:1.3em;
	list-style-type:square;
	margin:5px 0 10px 10px;
}
.nav a{
	color:#fff;
	font-size:1.3em;
	text-decoration:none;
}
.flag {
	width:46pxpx;
	height:30px;
	margin:260px 0 0 -180px;
}
.flag span {
	font-size:1em;
	color:#fff;
}
.sns {
	width:200px;
	height:40px;
	margin:380px 0 0 -200px;
}
.nav li.nav-item {
	width:50px;
	height:50px;
	float:left;
	text-decoration:none;
	list-style:none;
}

@media (max-width:960px) {
	.header {
	position:fixed;
	width:100%;
	height:65px;
	background:;
	margin:-10px 0 0 0;
	left:0;
	top:0;
	z-index:1;
	border-bottom:1px solid #fff;
	}
	.header-sub {
	position:fixed;
	width:100%;
	height:65px;
	background:#fff;
	margin:-10px 0 0 0;
	border-bottom:1px solid #0066ff;
	left:0;
	top:0;
	z-index:1;
	}
	nav.nav {
	  position: fixed;
	  top: 3rem;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  padding: 1rem;
	  margin:16px 0 0 9px;
	  opacity: 0;
	  visibility: hidden;
	  transition: opacity .5s, visibility .5s;
	  border:1px solid #eee;
	  width:50%;
	  height:50%;
	  background-color: rgba(0, 0, 0, 0.4)
	}
	.header-sub nav.nav {
	position: fixed;
	top: 3rem;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1rem;
	margin:16px 0 0 9px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility .5s;
	border:1px solid #000;
	width:50%;
	height:50%;
	background-color: rgba(0, 0, 0, 0.4)
	}
	nav.nav.show{
	  opacity: 1;
	  visibility: visible;
	  width:50%;
	  height:60%;
	  background-color: rgba(0, 0, 0, 0.4);
	}
	.header-sub nav.nav.show{
	  opacity: 1;
	  visibility: visible;
	  width:50%;
	  height:65%;
	  background-color: rgba(0, 0, 0, 0.6);
	}
	.nav ul li{
	color:#fff;
	font-size:1.2em;
	list-style-type:square;
	margin:5px 0 10px 10px;
	}
	.humb-nav-text{
	display:block;
	}
	.flag {
	width:100%;
	height:30px;
	margin:260px 0 0 -180px;
	}
	.flag span {
	font-size:1em;
	color:#fff;
	}
	.sns {
	width:200px;
	height:40px;
	margin:380px 0 0 -360px;
	}
}

@media (max-width:520px) {
	.header {
	position:fixed;
	width:100%;
	height:65px;
	background:;
	margin:-10px 0 0 0;
	left:0;
	top:0;
	z-index:1;
	border-bottom:1px solid #fff;
	}
	.header-sub {
	position:fixed;
	width:100%;
	height:65px;
	background:#fff;
	margin:-10px 0 0 0;
	border-bottom:1px solid #0066ff;
	left:0;
	top:0;
	z-index:1;
	}
  nav.nav {
  position: fixed;
  top: 3rem;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  margin:16px 0 0 9px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
  border:1px solid #eee;
  width:60%;
  height:70%;
  background-color: rgba(0, 0, 0, 0.4)
	}
  .header-sub nav.nav {
  position: fixed;
  top: 3rem;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  margin:16px 0 0 9px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
  border:1px solid #000;
  width:60%;
  height:50%;
  background-color: rgba(0, 0, 0, 0.4)
	}
	nav.nav.show{
  opacity: 1;
  visibility: visible;
  width:280px;
  height:500px;
  background-color: rgba(0, 0, 0, 0.4);
	}
	.header-sub nav.nav.show{
  opacity: 1;
  visibility: visible;
  width:280px;
  height:500px;
  background-color: rgba(0, 0, 0, 0.6);
	}
	.nav ul li{
	color:#fff;
	font-size:1em;
	list-style-type:square;
	margin:5px 0 10px 10px;
	}
	.humb-nav-text{
	display:block;
	color:#0066ff;
	}
	.header {
	position:fixed;
	width:100%;
	height:65px;
	background:#fff;
	margin:-10px 0 0 0;
	left:0;
	top:0;
	z-index:1;
	}
	.nav_toggle i{
	display:block;
	width:100%;
	height:2px;
	background-color:#0066ff;
	position:absolute;
	transition:transform .5s, opacity .5s;
	z-index:4;
	}
	.flag {
	width:100%;
	height:30px;
	margin:260px 0 0 -180px;
	}
	.flag span {
	font-size:1em;
	color:#fff;
	margin:150px 0 0 20px;
	}
	.sns {
	width:200px;
	height:40px;
	margin:60px 0 0 10px;
	}
	.nav li.nav-item {
	width:40px;
	height:40px;
	float:left;
	text-decoration:none;
	list-style:none;
	margin:0;
	}
}

/****************************************

     Carousel on front-page

*****************************************/
#c1 {
	width:100%;
	margin:0;
	padding:0;
}
.carousel {
	position:relative;
	z-index:1;
}
.carousel-item h1 {
	font-size:500%;
	color:#107cbd;
}
.carousel-item h1.white {
	font-size:500%;
	color:#fff;
}
.carousel-item h2 {
	font-size:300%;
	color:#107cbd;
}
.carousel-item h3 {
	font-size:200%;
	color:#fff;
}
.carousel-caption {
	position:absolute;
	top:73%;
	left:0;
	transform:translateY(-60%);
}
.carousel-caption .w {
	font-size:150%;
	color:#fff;
}
.carousel-caption .b{
	font-size:150%;
	color:#000;
}

@media screen and (max-width:960px) {
	body {
	padding-top:55px;
	}
	
	.carousel-item h1 {
	font-size:170%;
	font-weight:bold;
	color:#107cbd;
	}
	.carousel-item h1.white {
	font-size:170%;
	color:#fff;
	}
	.carousel-item h2 {
	font-size:1em;
	color:#107cbd;
	}
	.carousel-item h3 {
	font-size:1em;
	color:#fff;
	}
	
	.carousel-caption {
		display:block:
	position:;
	top:30%;
	left:10%;
	transform:translateY(6%);
	}
	.carousel-caption .w {
	font-size:100%;
	color:#fff;
	}
	.carousel-caption .b{
	font-size:100%;
	color:#000;
	}
	
}

@media screen and (max-width:520px) {
	body {
	padding-top:55px;
	}
	
	.carousel-item h1 {
	font-size:170%;
	font-weight:bold;
	color:#107cbd;
	}
	.carousel-item h1.white {
	font-size:170%;
	color:#fff;
	}
	.carousel-item h2 {
	font-size:1em;
	color:#107cbd;
	}
	.carousel-item h3 {
	font-size:1em;
	color:#fff;
	}
	
	.carousel-caption {
		display:block:
	position:;
	top:30%;
	left:10%;
	transform:translateY(6%);
	}
	.carousel-caption .w {
	font-size:100%;
	color:#fff;
	}
	.carousel-caption .b{
	font-size:100%;
	color:#000;
	}
	
}

/****************************************

          about

*****************************************/
.about-karen {
	width:100%;
	height:auto;
	margin-top:80px;
	overflow:hidden;
}
.about p{
	width:100%;
	font-size:1.3em;
	margin:100px 1em 0 5px;
	color:#666;
}
.about2 {
	width:;
	height:;
	margin:90px 0;
}.about2 p{
	width:100%;
	font-size:1.3em;
	margin:10px 0 0 10px;
	color:#666;
}
.about3 {
	width:;
	font-size: 1.2em;
	margin:50px 0 0 0px;
	color:#666;
}
.about3 img.mich {
	width:220px;
	height:58px;
	background:#fff;
	display:none;
}
.floating {
	float:left;
}

/*----- snap -----*/
.scroller {
	position:relative;
	height:100vh;
	overflow-y:scroll;
	scroll-snap-type:y mandatory;
	overflow-y:scroll;
}
.scroller div.snap {
	position:relative;
	scroll-snap-align: start;
	overflow-y:hidden;
}
.scroller div.snapend {
	position:relative;
	scroll-snap-align: end;
	overflow-y:hidden;
}

@media screen and (max-width: 520px) {
	.about p{
	width:100%;
	font-size:1em;
	margin:1em 2em 0 0.5em;
	color:#666;
	}
	.about2 p{
	width:100%;
	font-size: 1em;
	margin:1em 2em 0 0.5em;
	color:#666;
	}
	.about2 {
	width:100%;
	height:auto;
	margin:0 10px 0 0;
	}
	.about3 {
	width:;
	font-size: 1em;
	margin:0 10px 0 0;
	color:#666;
	}
}

@media screen and (max-width: 960px) {
	.about p{
	width:100%;
	font-size:1em;
	margin:80px 0 0 0;
	color:#666;
	}
	.about2 p{
	width:100%;
	font-size: 1em;
	margin:1em 2em 0 0.5em;
	color:#666;
	}
	.about2 {
	width:100%;
	height:auto;
	margin:0 10px 20px 0;
	}
	.about3 {
	width:100%;
	font-size: 1em;
	margin:0 10px 20px 0;
	color:#666;
	}
}
	
/****************************************

	front-video(bottom)
	
****************************************/
.front-video {
	margin:80px auto 30px auto;
}

@media screen and (max-width: 520px) {
	.front-video {
	margin:10px auto 30px auto;
	}
}
/****************************************

          Menu-Cooking

*****************************************/
.wrap {
	width:900px;
	height:auto;
	margin:50px auto 30px auto;
}
.topline {
	width:90%;
	height:135px;
	margin:50px auto 0 auto;
}
.menu-title {
	width:80px;
	font-size:3em;
	font-family:times;
	color:#0066ff;
	float:left;
	margin:10px 0 0 22%;
}
.wleft {
	width:135px;
	height:135px;
	background:url(./images/wleft.gif)no-repeat;
	float:left;
	margin-left:0;
	margin-top:0;
}
.wright {
	width:135px;
	height:135px;
	background:url(./images/wright.gif)no-repeat;
	float:right;
	margin-right:0;
	margin-top:0;
}
.menubody {
	width:65%;
	height:auto;
	margin:0 auto;
	font-size:1.2em;
	color:#777;
}
.plate video{
	border:1px solid #fff;
	border-radius:50%;
	width:190px;
	margin-left:36%;
}
.menulist{
	width:100%;
	margin:0 auto;
}
.menulist dt {
	width:100%;
	border-bottom:1px solid #ccc;
}
.menulist dt.title {
	font-size:1.3em;
	margin-bottom:1em;
	border:none;
}

@media (max-width:960px) {
	.menu-title {
	width:80px;
	font-size:3em;
	font-family:times;
	color:#0066ff;
	float:left;
	margin:10px 0 0 20%;
	}
	.plate video{
	border:1px solid #fff;
	border-radius:50%;
	width:190px;
	margin:-50px 0 0 35%;
	}
	.menu {
	width:100%;
	margin:10px 0 0 2%;
	}
	.menulist{
	width:100%;
	margin:0 auto;
	}
	.menulist dt {
	width:100%;
	border-bottom:1px solid #ccc;
	}

}

@media (max-width:520px) {
	.wrap {
	width:100%;
	height:auto;
	margin:5px 0 10px 11%;
}
	.wleft {
	display:none;
	}
	.wright {
	display:none;
	}
	.menubody {
	width:100%;
	height:auto;
	margin:0 0 0 -35px;
	font-size:1em;
	color:#777;
	}
	.menu-title {
	width:70px;
	font-size:3em;
	font-family:times;
	color:#0066ff;
	float:left;
	margin:0 0 0 15%;
	}
	.plate video{
	border:1px solid #fff;
	border-radius:50%;
	width:190px;
	margin:-50px 0 0 11%;
	}
	.menu {
	width:100%;
	margin:10px 0 0 2%;
	}
	.menulist{
	width:100%;
	margin:0 auto;
	color:#777;
	}
	.menulist dt {
	width:100%;
	border-bottom:1px solid #ccc;
	}

}

/****************************************

          Reserve

*****************************************/

.title-res {
	width:600px;
	margin:100px auto 20px auto;
	font-size:1.3em;
}
.reserve {
	width:600px;
	height:auto;
	margin:0 auto 100px auto;
	padding:30px;
	border:1px solid #ccc;
	border-radius:10px;
}
.reserve h1 {
	font-size:;
	width:150px;
	margin:10px auto;
}
.reserve input {
	margin-bottom:10px;
}

@media screen and (max-width: 520px) {
	.title-res {
	width:90%;
	margin:50px auto;
	font-size:1.1em;
	}
	.reserve {
	width:95%;
	height:auto;
	margin:50px auto 100px auto;
	padding:10px;
	border:1px solid #ccc;
	border-radius:10px;
	}
	.reserve h1 {
	font-size:;
	width:130px;
	margin:10px auto;
	}
	.reserve input {
		width:40%;
	}
}


/****************************************

          Main

*****************************************/

#main .post,
#main .page {
	overflow: hidden;
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}

.sticky {
	/* 先頭固定ポストのスタイル */
}

.post-meta {
	margin-bottom: 1.5em;
}

	.post-meta .post-date,
	.post-meta .category {
		padding-right: 1em;
	}

	.comment-num {
		white-space: nowrap;
	}

.more-link{
	float: right;
}

.posts-navigation,
.post-navigation {
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}

	.nav-previous,
	.nav-next {
		width: 50%;
	}

	.nav-previous {
		text-align: right;
		float: right;
	}

	.nav-next {
		float: left;
	}

	.posts-navigation a,
	.post-navigation a {
		display: block;
		padding: 1em;
		border: none;
	}

		.posts-navigation a:hover,
		.post-navigation a:hover {
			background: #ffeff7;
			color: #000;
		}

			.posts-navigation .nav-previous a:hover,
			.post-navigation .nav-previous a:hover {
				border-left: 1px solid #ddd;
			}

.pagination a,
.pagination span {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
}

	.pagination a,
	.pagination span.current {
		border: 1px solid #ddd;
	}

	.pagination span.current {
		background: #ddd;
	}

.footer-post-meta {
	margin-top: 40px;
	text-align: right;
}

	.post-author {
		padding-left: 1em;
	}

.page-link {
	margin: 3em 0;
}

.comment-page-link {
	margin: 0 0 3em;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a {
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		border: 1px solid #ddd;
		background: #ddd;
	}

		.page-link a span,
		.comment-page-link a {
			background: #fff;
		}

	.page-link a {
		border-bottom: none;
		color: #000;
	}

	.page-link a span:hover,
	.comment-page-link a:hover {
		background: #ffeff7;
		color: #000;
	}

/****************************************

       Footer

*****************************************/
.footer {
	width:100%;
	height:120px;
	background:#fff;
	text-align:center;
	bottom:0;
	border-top:1px solid #0066ff;
	padding-top:20px;
}

.footer p {
	font-size: 1.1em;
	color: #666;
}
.footer p span{
	font-size:1.4em;
	font-family:"comic sans ms";
	color:#0066ff;
	padding:10px 0 0 5px;
}

.footerfix {
	min-height:100vh;
	position:relative;
	padding-bottom:120px;
	box-sizing:border-box;
}

@media screen and (max-width: 520px) {
	.footer {
	width:100%;
	height:auto;
	clear: both;
	background: #efefef;
	color: #fff;
	text-align:center;
	bottom:0;
	}
	#footer p {
	width:100%;
	height:auto;
	color: #fff;
	text-align:center;
	}
}


/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 20px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area input[type="email"],
#comment-area input[type="url"],
#comment-area textarea {
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	border: 1px solid #87ceeb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
	background: #87ceeb;
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid #ccc;
		background: #e0ffff;
		color: #999;
	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}

/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}

