@charset "UTF-8";
/* CSS Document */
/*==================================
共通
===================================*/

html{
	font-size: 100%;
	font-family: 'Noto Sans JP', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Shadows Into Light', cursive;
}
img{
	max-width: 100%;
}
body{
	background-image: url("../images/bg.jpg");
	background-size: cover;
}
a{
	color: #333;
}
article{
	padding: 1rem;
}
.wrapper{
	max-width: 1200px;
	background-color: rgba(255,255,255,.8);
	margin: 0 auto;
	position: relative;
	/*box-shadow: 0 30px 25px 0 rgba(0, 0, 0, .5);*/
}
/* midashi*/
.second_h2{
	font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: #ff69b4 5px solid;
	width: 50%;
}
/*フォントカラー*/
.pink{
	color: #ff1493;
}
/*==================================
TOP
===================================*/

/*スライダー*/
.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.bxslider img{
  width: 100% !important;
  height:auto !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #d3d3d3;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #ffc0cb;
}
/*ヘッダー*/
.header-contener{
	background-color: rgba(255,192,203,.8);
}
.hero{
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.header-contener P{
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 1rem;
	padding-left: 1rem;
}
h1{
	width: 500px;
	margin: 1rem 0 0 1rem;
}
.btn{	
	text-align: center;
	width: 20vw;
}
.btn a{
	display: block;
	background-color: #f08080;
	padding: 2rem;
	color: #fff;
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-family: 'Shadows Into Light', cursive;
	font-weight: 600;
}
.btn a:hover{
	opacity: .5;
}
.nav_toggle,
.nav {
  display: none;
}
nav{
	background-color: #ff69b4;
}
.main-nav{
	display: flex;
	justify-content:center;
	height: 5vh;	
	line-height: 5vh;
	max-width: 1200px;
	margin: 0 auto;
}
.main-nav a{
	color: #fff;
	font-size: 1.2rem;
	margin: 0 5rem;
}
.main-nav a:hover{
	color: #ccc;
}
.top-img{
	text-align: center;
}

/*コンテンツ*/
.lead{
	font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: #ff69b4 5px solid;
	width: 50%;
}

.info{
	background: linear-gradient(to left, transparent 0%, transparent 0%, #fff 60%),url("../images/info-bg.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 100%;
	margin: 1rem 0;
	border-radius: 20px;
}
.info p{
	width: 50%;
}
.content {
	padding: 2rem 1rem;
}
.box{
	display: flex;
	justify-content: space-around;
	margin-bottom: 2rem;
	border-bottom: dashed 3px #ffc0cb;
	padding-bottom: 2rem;
}
.box:last-child{
	border-style: none;
}
.box-inner{
	width: 50%;
}
.box img{
	
}
h3{
	margin-bottom: 2rem;
	font-size: 1.2rem;
	width: 70%;
	background-color: #f3a3a8; /* 背景色 */
	background-image: radial-gradient(#f5b2b6 20%, transparent 0), radial-gradient(#f5b2b6 20%, transparent 0); /* 水玉の色 */
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
	color: #fff;
	padding: 10px; /* 余白 */
	box-shadow: 15px 15px 0px 0 #ffe4e1;
}
.post-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 70%;
	width: 30%;
	height: auto;
}
.reserve{
	margin-top: 3rem;
	text-align: right;
}
.reserve a{
	color: #f08080;
	text-decoration: underline;
}
.reserve a span{
	vertical-align: middle;
}
.reserve a:hover{
	text-decoration: none;
	opacity: .7;
}
.sp-img{
	display: none;
}
footer{
	display: block;
	background-color: #ffc0cb;
	color: #fff;
	text-align: center;
	z-index: 999;
	height: 5rem;
	line-height: 5rem;
}
/*ここからMENU*/

table{
	margin-left: 20px;
	width: 100%;
}
.menu-content h3{
	width: 90%;
}
.star{
	padding-left: 1rem;
}
.column{
	display: block;
	margin: 1rem;
	border-bottom: 2px dotted #ffc0cb;
}
.column:last-child{
	border: none;
}
.memu{
	font-size: 1.2rem;
	width: 60vw;
}
.price{
	font-size: 1.2rem;
	width: 30vw;
	text-align: left;
}
/*ここからGallery*/
.gallery h2{
	margin: 1rem auto 2rem;
	width: 30%;
	text-align: center;
	vertical-align: middle;
}
.grid{
	display: grid;
	max-width: 1200px;
	margin: 0 0 3vw;
	padding-left: 2rem;
	gap:1vw;
	grid-template-columns: repeat(3,31%); /*(80 - 2)/3 */
	grid-template-rows: repeat(4,25%);
	vertical-align: middle;
	text-align: center;
}
.grid-item{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.grid-item:hover{
	transform: scale(1.1);
}
.lum-lightbox.lum-open{
	z-index: 4;
}
.lum-lightbox-inner img{
	max-width: 120vw;
	max-height: 80vh;
}
/*ここからabout*/
.about-section{
	margin-bottom: 5rem;
	position: relative;
}
.about-section iframe{
	display: block;
	margin: 5rem auto 0;
	padding-bottom: 100px;
	width: 90%;
}

.about-section h3{
	width: 95%;
	text-align: center;
	margin: 0 auto;
}
.about-content{
	display: flex;
	justify-content: space-around;
	padding: 3rem;
}
.about-inner{
	width: 50%;
	padding-right: 2rem;
	padding-top: 3rem;
	padding-left: 2rem;
	margin-bottom: 3rem;
	font-size: 1.1rem;
}
.about-img img{
	display: none;
}
.about-img{
	position: relative;
	top: 3rem;
	width: 50%;
	height: auto;
	background-image: 	linear-gradient(to left, transparent 0%, transparent 80%, #fff 100%),url("../images/about.jpg");
	background-position: center,center;
}
.about-btn{
	display: table-cell;
	position: absolute;
	top: 95%;
	left: 50%;
	transform: translate(-50%);
	
}

/*==========================================================
SP
==========================================================*/

@media only screen and (max-width:599px) {
	/* ハンバーガーのマーク */
	.pc-nav{
		display: none;
	}
  .nav_toggle {
    display: block;
    position: relative;
	left: 45%;
	transform: translate(-45%);
    width: 1.75rem;
    height: 1.5rem;
	margin: 10px;
  }
  .nav_toggle i {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ee6557;
    position: absolute;
    transition: transform 0.5s, opacity 0.5s;
  }
  .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;
  }

  /* クリックされた後のハンバーガーのマーク */
  .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 {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    background-color: rgba(255,255,255,.9);
    z-index: 1;
	padding-top: 30px;
  }
  .nav_menu_li {
    margin-bottom: 30px;
  }
  .nav_menu_li a {
    color: #ee6557;
    text-decoration: none;
  }

  /* クリックで表示されるメニュー：クリックされた後 */
  .nav.show {
    opacity: 1;
    visibility: visible;
  }
	/*ここまでハンバーガーメニュー*/
	.hero{
		display: block;
		width: 100vw;
	}
	.btn{
		width: 100%;
	}
	.hero h1{
		width: 80vw;
		margin: 0 auto;
	}
	.header-contener{
		display: flex;
		flex-direction: column-reverse;
		padding-top: 10px;
	}
	.btn{
	}
	/*コンテンツ*/
	.content h2{
		width: 100%;
	}
	.info p{
		width: 100%;
	}
	.box{
		flex-direction: column;
	}
	.box-inner{
		width: 100%;
	}
	.post-img{
		display: none;
	}
	.sp-img{
		display: block;
		width: 100%;
		padding-top: 1rem;
	}
	/*menu*/
	.menu-content h3{
		width: 80vw;
	}
	
	table{
	width: 100%;
	border-spacing: 0;
	margin-bottom: 1rem;
}
	.column{
		margin: 0;
	}
	.memu{
		font-size: 1.0rem;
		width: 50vw;
	}
	.price{
		font-size: 1.0rem;
		text-align: right;
		vertical-align:bottom;
	}
	.menu-content{
		margin: 0;
	}
	/*gallery*/
	.grid{
		width: 94vw;
		margin: 0;
		padding-left: 1rem;
		display: grid;
		gap: 2vw;
		grid-template-columns: repeat(1,90%);
		grid-template-rows: repeat(12,46vw);
		z-index: 999;
	}
	
	/*about*/
	.about-content{
		flex-direction: column;
		width: 100%;
		padding: 3rem 0;
	}
	.about-img{
		width: 100%;
	}
	.about-img img{
		display: block;
		width: 100%;
	}
	.about-inner{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
}