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



/*メインビジュアル*/

header.nohero{
	background: #fff;
}

.nohero .container{
	height: 50px;
	padding: 10px 20px;
	box-sizing: border-box;
	background:rgba(255,255,255,0.8);
	margin: 0 auto;
	position: fixed;
	width: 100%;
	
}

.nohero .logo{
	width: 150px;
}

@media print, screen and (min-width: 768px){
	
	
.nohero .container{
	height: 90px;
}
	
.nohero .logo{
	width: 180px;
}	
}


.conA .container{
	display: flex;
	justify-content: center;
	align-items: center;
	/*padding-top: 100px;*/
	height: 200px;
}

.conA h2{
	font-size: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	position: relative;
	top:20px;
}



.conA h2.oshirase{
	top:20px;
}

.post{
	background-image: url("../img/back01.png");
	background-position: left top;
	background-color: #deaf51;
	padding-top: 30px;
	padding-bottom: 30px;
}


.post .container{
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 22px 1em 1em;
	box-sizing: border-box;
	border-radius: 16px;
	background: #fff;
	padding-bottom: 30px;
}

h2.midashi{
	text-align: center;
	font-size: 20px;
	margin-bottom: 1em;
	color: #001a43;
	/*font-family: "Zen Maru Gothic", sans-serif;*/
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
}


@media print, screen and (min-width: 768px){
	
	.conA .container{
		height: 300px;
	}
	
	.conA h2{
		font-size: 30px;
	}	
	
	.conA h2.oshirase{
	top:40px;
}
	
.post{
	padding-top: 60px;
	padding-bottom: 80px;
}	
	
.post .container{
	padding: 40px 100px;
}	
	
h2.midashi{
	font-size: 36px;
}	
}



.sakana-line01{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}




.nami03{
	text-align: center;
	margin-bottom: 10px;
}



.sakana-img01{
	text-align: center;
	width: 350px;
	margin: 50px auto 0;
}


.post.meisan{
	background: #fff8e1;
	padding-top: 0;
	padding-bottom: 0px;
}


.post.meisan .container{
	max-width: 1300px;
	background:none;
	padding-left: 20px;
	padding-right: 20px;
}






.shouhin-box{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	color: #001a43;
	margin-top: 50px;
	margin-bottom: 50px;
}

.shouhin-box .text{
	width: 45%;
	text-align: center;
}

.shouhin-box img{
	margin-top: 10px;
}


.shouhin-box h3 span{
	background:#d56939;
	color: #fff;
	display: inline-block;
	padding: 0.1em 0.3em 0.2em;
	border-radius: 5px;
}

@media print, screen and (min-width: 768px){
	
	.shouhin-box h3{
		font-size: 22px;
		margin-bottom: 0.2em;
	}	
	
.shouhin-box .text{
	width: 22%;
}
}

.w-chance-box{
	border: 1px dashed #001a43;
	padding: 1em 2em 0;
	box-sizing: border-box;
	max-width: 700px;
	margin: 0 auto;
	border-radius: 5px;
	
}

.w-chance{
	max-width: 1000px;
	margin: 0 auto;
}

	.text-w{
	
	}
	
		.img-w{
		text-align: center;
	}	

h2.h2-w{
	text-align: center;
	font-size: 20px;
	margin-bottom: 0.2em;
	color: #d56939;
	font-family: "Zen Maru Gothic", sans-serif;
}

@media print, screen and (min-width: 768px){
	
.w-chance{
	display: flex;
	justify-content: space-around;
}
	
	.text-w{
		width: 70%;
		font-size: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
		.img-w{
		width: 30%;
	}
	
h2.h2-w{
	font-size: 26px;
}	
	
	
	}
	


.conC{
	background: #001a43;
	padding-top: 50px;
	padding-bottom: 50px;
}

.conC .container{
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 16px;
}


.conC .container_in{
	margin-top: 30px;
}

img.oubo{
	display: block;
	width: 75%;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px){
	
	
.conC{
	padding-top: 80px;
	padding-bottom: 80px;
}	
	
	
.conC .container{
	padding: 80px;
}	
	
.conC .container_in{
	margin-top: 50px;
	display: flex;
	justify-content:space-around;
}	
	
	.conC .text{
		width: 45%;
	}
}




.conD{
	padding-top: 30px;
	padding-bottom: 30px;
}

.conD .container{
	padding:50px 1em 1em;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
}


.conD .text{
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 1px 1px 3px #333;
}


.conD .text h3{
	margin-bottom: 1em;
	color: #001a43;
	font-family: "Noto Serif JP", serif;
}

.conD .text p{
	margin-bottom:0.5em;
}


@media print, screen and (min-width: 768px){
	
.conD{
	padding-top: 80px;
	padding-bottom: 80px;
}	
	

.conD .container{
	display: flex;
	justify-content: space-around;
	
}	

	.conD .text{
		width: 45%;
		height: 200px;
		display: flex;
		flex-direction: row-reverse;
	}
	
	
	.conD img.shop-img{
		width: 45%;
		height: auto;
		object-fit: cover;
	}
	
	
	
	
	.conD .name{
		width: 55%;
		padding: 2em 1.5em;
		box-sizing: border-box;
	}
	
	
.conD .text h3{
	font-size: 22px;
}	
	

}








/*スライダー*/

.bg-slider {
	width: 100%;
	height: 100%;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}


h1.bg-slider__title{
	color: #fff;
	font-size: 26px;
	line-height: 1.5;
	text-align:center;
	font-weight: normal;
}
	

	
	
@media print, screen and (min-width: 768px){
	
.bg-slider {
	height: 100%;
}
	
	
	h1.bg-slider__title{
		font-size: 34px;
		margin-top: 4em;
	}	
	
	}	
	










/*お知らせ*/


.conB{
	margin-bottom: 100px;
}

.conB h2{
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 1.4em;
	font-family: 'Noto Serif JP', serif;
}


.conB .container{
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}

.conB .text{
	box-sizing: border-box;
	display: flex;
	margin-bottom: 10px;
}



p.blog_img{
	width: 30%;
	height: auto;
	min-width: 100px;
}

p.blog_img img{
	width: 100%;
	height: 100%;
	object-fit: cover
}

div.blog_text{
	width: 70%;
	padding-left: 1em;
}

div.blog_text h2{
	font-size: 16px;
	margin-bottom: 0.2em;
	font-weight: normal;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	color: #00591f;
}

div.blog_text h2 a{
	
}

div.blog_text p{
	font-size: 12px;
}

div.blog_text p.date{
	font-size: 12px;
	/*padding-bottom: 1em;*/
	position: relative;
	margin-bottom: 2em;
	font-family: 'Noto Serif JP', serif;
}

div.blog_text p.date::before {
  background-color: #00591f; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -14px; /* 線の位置 */
  content: "";
  height: 1px; /* 線の高さ */
  left: 0%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(0%); /* 線の中央寄せ */
  width: 16px; /* 線の長さ */
}

.conB .text a{
	text-decoration: none;
	color: #111;
	transition: all 0.3s ease;
}

.conB .text div.blog_text h2 a{
	color: #00591f;
}

.conB .text a:hover{
	opacity: 0.7;
}

@media print, screen and (min-width: 768px){
	
	.conB .container{
		display: flex;
		justify-content: space-around;
		flex: 1;
	}
	
	.conB h2{
		font-size: 26px;
	}
	
	.conB .text{
		padding: 1em;
		display: block;
		width: 30%;
	}
	
p.blog_img{
	width: 100%;
	max-height: 200px;
	margin-bottom: 10px;
}
	
	p.blog_img img{
	height: auto;
		max-height: 180px;
}
	
	div.blog_text{
	width: 100%;
	padding:1em;
}
	
	
div.blog_text h2{
	font-size: 20px;

}	
	
div.blog_text p{
	font-size: 14px;
}	
}









.nami02{
	position: absolute;
	top:200px;
	left: -50px;
}


.nami02 img{
	width: 70%;
}


@media print, screen and (min-width: 768px){
	

	
	.nami02 img{
		width: auto;
	}	
	
}








/*お席のご案内*/

.conF{
	background:url("../img/plan_back.gif");
	padding-bottom: 50px;
	position: relative;
	padding-bottom: 80px;
	margin-bottom: 50px;
}


.conF h2{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	/*text-align: center;*/
	
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 2em;
}


	
	.conF .img01{
		width: 80%;
		margin-bottom: 30px;
	}
	
	
	.conF .img02{
		width: 70%;
		margin-bottom: 50px;
		float: right;
		position: relative;
		z-index: 2;
		
	}




.conF .img02::after{
  content: " ";
  position: absolute;
  left: -40px;
  top: 100px;
  width: 70%;
  height: 120%;
  background-color: #f00;
  z-index:-1;
	background: url("../img/plan_back02.gif");
}


.conF .container02{
	clear: both;
	margin-bottom: 50px;
}


.conF .text{
	display: none;
}

.conF .img03{
	width: 65%;
	position: relative;
	z-index: 3;
}



@media print, screen and (min-width: 768px){
	
	.conF{
		margin-bottom: 80px;
	}
	
	.conF .setsumei{
		display: none;
	}	
	
.conF h2{
	font-size: 28px;
}	
	
	

	
.conF .container01{
		
max-width: 1100px;
margin: 0 auto 40px;
display: flex;
	

	}	
	
	
	
	.conF .img01{
		width: 60%;
		padding-right: 1em;
		box-sizing: border-box;
		
	}
	
	
	.conF .img02{
		width: 36%;
		float: none;
		padding-top: 150px;
	}	
	
	

.conF .img02::after{
  left: 100px;
  top: 250px;
  width: 80%;
  height: 90%;
}	
	
	
	
	
.conF .container02{
		
max-width: 960px;
margin: 0 auto 60px;
display: flex;
	

	}	

	
.conF .text{
	padding: 1em;
	box-sizing: border-box;
    display: block;
	width: 55%;
	padding-top: 3em;
}	
	
	
	.conF .img03{
		width: 45%;
	}	
	
	
}



/*安心安全*/

.conG{
	margin-bottom: 80px;
}


.conG h2{
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 1.4em;
	font-family: 'Noto Serif JP', serif;
	line-height: 2em;
}

.conG .container{
	max-width: 720px;
	margin: 0 auto;
	padding: 1em;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
}


.conG .text{
	text-align: center;
	margin-bottom: 20px;
}

.conG img{
	width: 70%;
	margin: 0 auto 10px;
}

.k-text{
	font-size: 14px;
	text-align: left;
	padding: 0 1em;
}

.conG h3{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 0.5em;
}

@media print, screen and (min-width: 768px){
	
	.conG{
		margin-bottom: 100px;
	}	
	
.conG .container{
	
	display: flex;
	justify-content: space-around;
}
	
	
	.conG .text{
		margin: 0 1em;
		
	}
	
	.conG .text.ogoori{
		width: 100%;
	}
	
	.conG .text.yamaguchi{
		width: 40%;
	}
	
	
	.conG h2{
		font-size: 20px;
	}
	
	
.conG img{
	width:100%;
}	
	
	.k-text{
		padding: 0;
	}
	
	
}




/*Instagram*/


.conI{
	margin-bottom: 50px;
}

.conI .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 1em;
	box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto;
}

.conI h2{
	font-size: 22px;
	margin-bottom: 2em;
	text-align: center;
	font-weight: normal;
}

.conI .text{
	width: 48%;
	margin: 0 auto 20px;
}


@media print, screen and (min-width: 768px){
	
	.conI{
		margin-bottom: 80px;
	}
	
.conI .text{
	width: 23%;
	margin: 0 auto;
}	
	
	
}





/*枠線三角矢印付きボタン*/

a.btn{
	display: block;
	text-decoration: none;
	padding:0.5em;
	border: 1px solid #111;
	width: 80%;
	
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	color: #111;
	position: relative;
	font-size: 15px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
	background: #fff;
	transition: all 0.3s ease;
}

a.btn::before {
content: "";
	position: absolute;
	left: 0;
	top:36%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #111111;
  border-right: 0;
}

a.btn:hover{
	background: #eeeeee;
}


@media print, screen and (min-width: 768px){
	
	a.btn{
		max-width: 260px;
	}
	
}


/*価格改定のお知らせ*/

.notice{
	width: 90%;
max-width: 800px;
	margin: 0 auto 50px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #333;
}


.notice h2{
	text-align: center;
	margin-bottom: 1em;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: normal;
}


@media print, screen and (min-width: 768px){
	
.notice{
	margin: 0 auto;
	padding: 40px 60px;
	margin-bottom: 80px;
	text-align: center;
}
	
.notice h2{
	font-size: 22px;
}	
	
}


/*


.box{
  height: 100vh;
  width: 100%;
  position: relative;
}

.image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  
  animation: image-switch-animation 30s infinite;
}

.src1 {
  background-image: url("../img/main01.jpg");
}
.src2 {
  background-image: url("../img/main02.jpg");
}
.src3 {
  background-image: url("../img/main03.jpg");
}

.src4 {
  background-image: url("../img/main01.jpg");
}
.src5 {
  background-image: url("../img/main02.jpg");
}

.src6 {
  background-image: url("../img/main03.jpg");
}

@keyframes image-switch-animation {
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  25%{ opacity: 1;}
  30%{ opacity: 0;}
  100%{ opacity: 0;}
}

.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 5s;
}
.image:nth-of-type(3) {
  animation-delay: 10s;
}

.image:nth-of-type(4) {
  animation-delay: 15s;
}

.image:nth-of-type(5) {
  animation-delay: 20s;
}

.image:nth-of-type(6) {
  animation-delay: 25s;
}
*/


.post img{
	margin-bottom: 20px;
}

.data{
	max-width: 700px;
	margin: 0 auto 20px;
}

.data .koumoku{
	font-weight: bold;
}

	.data .naiyou{
		padding-left:1em;
		box-sizing: border-box;
		word-break: break-all;
	}

.data .text{
	/*border-bottom: 1px dashed #001a43;*/
	padding:0.5em 1em;
	box-sizing: border-box;
}


@media print, screen and (min-width: 768px){
	
.post img{
	margin-bottom: 50px;
}	
	
.data{
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-around;*/
	margin-bottom: 50px;
}
	
	
	.data .text{
		/*width: 48%;*/
		display: flex;
	}
	
	
	.data .koumoku{
		background: #C8E3F1;
		margin-right: 1em;
		padding:0.5em 1em;
		width: 20%;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		
	}
	
	.data .naiyou{
		padding:0.5em 1em;
		box-sizing: border-box;
	}
	
	
	}




.menu{
	font-family: "Noto Serif JP", serif;
	border: 4px double #001a43;
	padding: 0.8em 1em 1.2em;
	box-sizing: border-box;
	font-size: 15px;
	text-align: center;
}




h2.midashi2{
	text-align: center;
	font-size: 20px;
	margin-bottom: 0.2em;
	color: #001a43;
	font-family: "Noto Sans JP", sans-serif;
}


@media print, screen and (min-width: 768px){
	
.menu{
	
	font-size: 20px;
}	
	

	
h2.midashi2{
	font-size: 24px;
}	
}


.post{
	
}

.nami04{
	text-align: center;
	margin-bottom: 0px;
}

.post .nami04 img{
	width: 30px;
	height: auto;
	margin-bottom: 10px;
}


@media print, screen and (min-width: 768px){
.post .nami04 img{
	width: 40px;
	
	height: auto;
	margin-bottom: 10px;
}	
	
}

.m-img{
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
	text-align: center;
}

.m-img img{
	height: 100%;
	object-fit: cover;
}


@media print, screen and (min-width: 768px){
.m-img{
	height: 480px;
	margin-bottom: 50px;
}	
	
	
}


.post h1{
	font-size: 18px;
	margin-bottom: 0.5em;
	font-family: "Zen Maru Gothic", sans-serif;
}

.date{
	margin-bottom: 3em;
}


@media print, screen and (min-width: 768px){
	
.post h1{
	font-size: 28px;
}
	
	
	
}


.post table {
    width: 100%;
    border-collapse: collapse;
}
    
.post th,.post td{
    display: block;
    width: 96%; 
    }
    
.post th {
    padding: 0.2em;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
}
    
.post td {
    padding: 0.5em;
    margin:0 auto 0.6em;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}
/* PC用：768px以上の場合 */
@media(min-width:768px) {
.post table {
    max-width: 700px;
    margin: 0 auto;
    /*border: 1px solid #ccc;*/
}
.post th {
    display: table-cell;
    width: 20%;
    padding: 0.5em;
    /*border: 1px dashed #ccc;
    border-right: 1px solid #ccc;*/
}
.post td {
    display: table-cell;
    /*border: 1px dashed #ccc;*/
	border-bottom: 0;
}
}
