@charset "utf-8";
/*-----------------------sorriso-css--------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, div,tr{
  margin:0;
  padding:0;
  font-family: 'Montserrat' ,'meiryo';
  letter-spacing: 2px;
}
img, iframe{
	vertical-align: bottom;
}
a{
	text-decoration: none;
	color: inherit;
}
li{
	list-style:none;
}
header .head-area{
    background-image: url(../img/main-img01.jpg);
    background-repeat: no-repeat;
	max-width: 100%;
	height: 100vh;
	 background-position: center center;
    background-size: cover;
    position: relative;
}
header .head-area .box p {
  color: #3f5f40;
  background-color: rgba(240, 230, 200, 0.85);
  border: 2px solid white;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  padding: 60px 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box img{
	max-width: 100%;
	height: auto;
	background-size: cover;
}
/*-------------------------------スクロールダウン---------------------------*/
/*Scrollテキストの描写*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	top:92%;
	left:50%;
}
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: white;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#7ebd25;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 2.5s ease-in-out infinite,
		cirlemovehide 2.5s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:95px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 100px;
	background:white;
}
/*-------------------------------------------------------------------------PC表示でsp-telを消す-----------------------------------------------------------------*/
#sp-tel{
	display: none;
}
/*------------------------------------------------------------------------------------------------------*/
nav {
  z-index:999;
  position: sticky;
  top: 0;
  background-color: #8d241c;
}
nav ul{
	padding:0px 150px;
	height:80px;
	color:whitesmoke;
	display:flex;
	justify-content: space-around;
	align-items: center;
	margin:0 auto;
}
nav ul li a {
	  position: relative;
	  display: inline-block;
	  text-decoration: none;
}
nav ul li a::after {
	  position: absolute;
	  bottom: -4px;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 1px;
	  background: whitesmoke;
	  transform: scale(0, 1);
	  transform-origin: center top;
	  transition: transform .3s;
}
nav ul li a:hover::after {
	  transform: scale(1, 1);
}
/*---------------------右下固定配置---------------------------------------------------------*/
/*------------------------------------------------nav-2-3-------------------------*/
.nav3{
	display:none;
	font-size:15px;
	font-weight:bold;
	border-radius:50px 0px 0px 50px;
	text-decoration:underline;
	line-height: 24px;
	position: fixed;
	bottom:10px;
	right:0px;
	color:white;
	background-color: #8D241C;
	padding:20px 30px;
	z-index: 999;
	transition:0.5s;
}
.nav-2{
	display:none;
	font-size:15px;
	font-weight:bold;
	border-radius:50px 0px 0px 50px;
	line-height: 24px;
	position: fixed;
	bottom:80px;
	right:0px;
	color:white;
	background-color: rgba(63, 95, 64, 1);
	padding:20px 30px;
	z-index: 999;
	transition:0.5s;
}
.nav-2:hover{
	background-color: rgba(63, 95, 64, 1);
}

/*------------------------------------------------------------------------------*/
main{
  color:#3f5f40;
  background-color:#f1e6c8;
}
h3{
	text-align:center;
	width:280px;
	margin:0 auto;
	padding:20px 50px;
	background-color:white;
	box-shadow: 5px 5px 0px 0px #8D241C;
}
footer{
	text-align: center;
	color:#f1e6c8;
	background-color:#3f5f40;
	width:100%;
	height:500px;
}
footer p:first-child{
	padding-top:50px;
	
}
footer p{
	padding:15px 0px;
}
/*------------------------------------Fordogs css---------------------------------------*/
/*--------------------body-------------------------------------------------------*/
body{
	background-color: #f1e6c8;
}
.wrapper{
	width: 1000px;
	margin: 0px auto;
}
.sectiontitle{
	width: 1000px;
	margin: 80px auto 200px auto;
	position: relative;
	font-size: 3em;
}
#fordogs{
	position: relative;
}
.under{
	position: absolute;
	left: 0;
	top: 60px;
}
.sectiontitle-min{
	position: relative;
	margin: 0 0 100px 0;
	font-size: 2em;
	padding-top:80px;
}
.sectiontitle-min::after{
	content:"";
	width: 1000px;
	height: 2px;
	background-color: #3F5F40;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	margin: 0 auto;
}
/*--------------------------------------------------sec1-----------------------------*/
.sectiontitle-top{
	width: 1000px;
	margin: 80px auto 120px auto;
	position: relative;
	font-size: 3em;
}
.sec1-bg{
	width: 1000px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.sec1wrapper{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.dogcake_menu li{
	margin:20px 0;
}
.dogcake_menu{
	display:flex;
	justify-content: center;
	gap:5%;
	flex-wrap: wrap;
}
table th{
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
    padding:20px 20px 20px 0px;
}
table td{
	vertical-align: middle;
}
.waku-top{
	margin: 0 auto 100px auto;
}
.waku-bottom{
	margin: 100px auto 0 auto;
}
.under{
		width: 98%;
		margin: 0 1% 0 1%;
	}
/*-------------------------------------------section cake-----------------------------------------------------------------------*/
/*-------------------------ただの横並びの設定---------------------------------*/
/*.cake-box{
	display: flex;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.cake-box img{
	transition-duration: 0.5s;
	display: block;
}
.cake-box img:hover{
	transform: scale(1.1);
	opacity: 0.8;
	transition-duration: 0.5s;
}
.cake-inner{
	margin: 50px auto 20px auto;
	overflow: hidden;
	
}*/

/*-----------------------------slickの設定------------------------------------------*/

.slider-1{
	width: 80%;
	margin: 50px auto 0 auto;
}
.slider-1 .slick-slide {
  width: 256px;
  height: 256px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}
.slider-1 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.slider-1 .slick-slide img:hover{
	transform: scale(1.1);
	opacity: 0.8;
}
/*-------------------------------------------dogmenu-------------------------------------------------------------------------------*/
.menubox{
	display: flex;
	flex-wrap: wrap;
}
.menu-inner{
	width: 500px;
	position: relative;
	
}
.menu-title-min{
	font-size: 1.5rem;
	position: relative;
	
}
.menu-title-min::after{
	content:"";
	width: 160px;
	height: 2px;
	background-color: #3F5F40;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.menu-inner-list{
	width: 500px;
	margin-top:30px;
	padding: 0 100px 100px 0;
}
.menu-inner-list-course{
	width: 500px;
	margin-top:30px;
	padding: 0 100px 100px 0;
	
}
.menu-inner-list li{
	margin: 30px 10px 20px 0;
}
.menu-inner-list-course li{
	margin: 30px 10px 20px 10px;
	list-style-type: square;
}
.menu-img-box{
	display: flex;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.menubox-img{
	margin: 10px auto;
	overflow: hidden;
	width: 255px;
	height: 255px;
	cursor: pointer;
}
.menubox-img img{
	width: 255px;
	height: 255px;
	transition: 0.5s;
}
.menubox-img img:hover{
	opacity: 0.8;
	transform: scale(1.1);
}
.lunch-text{
	width: 330px;
	margin-bottom: 30px;
}
.course-title{
	margin: 30px 0 0 0;
}
.star{
	position: relative;
}
.star::after{
	content: "★";
	font-size: 1.5rem;
	color: #8d241c;
	position: absolute;
	bottom: -6px;
	right: 45%;
}
.star-last{
	position: relative;
}
.star-last::before{
	content: "★";
	font-size: 1.5rem;
	color: #8d241c;
	position: absolute;
	bottom: -6px;
	left: -25px;
}
	
	

/*---------------------------------------------------------------------event----------------------------------------------------*/
.events-box{
	display: flex;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto 200px auto;
}
.eventbox-img{
	margin: 20px auto;
	transition-duration: 0.5s;
	display: block;
}
.eventbox-img:hover{
	transform: scale(1.1);
	opacity: 0.7;
	transition-duration: 0.5s;
	}

	/*-----------------------------------------------------max---------------------------------------------------------------------------------*/
	
@media screen and (max-width: 1024px) {
/*--------------------------------------------ここまで-------------------------------------*/
img{
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	}
.sectiontitle-top{
	width: 90%;
	margin: 30px auto 50px auto;
	position: relative;
	font-size: 2em;
	}
	
.wrapper{
	width: 100%;
	margin: auto;
}
.sectiontitle{
	width: 100%;
	margin: 80px auto 200px auto;
	position: relative;
	font-size: 2em;
	padding-left: 20px;
}
.sec1wrapper{
	width: 90%;
	margin: 0 auto;
}
.waku-top{
	width: 100%;
	margin: 0 auto 100px auto;
}
.waku-bottom{
	width: 100%;
	margin: 100px auto 0 auto;
}
.sectiontitle-min::after{
		width: 100vw;
	}
	.cake-box{
		width: 100%;
		flex-wrap: wrap;
	}
	.menubox{
		width: 100%;
	}
	.take-out-text{
		padding-bottom: 50px;
	}
	.menu-inner{
		width: 100%;
		margin: 0 auto 0 20px;
	}
	.menu-inner-list{
		width: 100%;
		padding: 0;
	}
	.menu-inner-list-course{
		width: 100%;
		padding: 0;
	}
	.menu-img-box{
		width: 100%;
		flex-wrap: wrap;
	}
		
	.events-box{
		width: 100%;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.sectiontitle-min{
	position: relative;
	margin: 0px 20px 100px 20px;
	padding-top:80px;
	font-size: 2em;
}
.sectiontitle-min::after{
	content:"";
	width: 100%;
	height: 2px;
	background-color: #3F5F40;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	margin: 0 auto;
}
	.cake-text{
		width: 80%;
		margin: -20px auto 20px auto;
	}
	.toptext{
		width: 80%;
		margin: 0 auto;
	}
	.btn-cake{
		width: 250px;
		height: 50px;
		line-height: 50px;
		text-size: 0.7em;
		margin: 20px auto 0 auto;
	}
	.under{
		width: 98%;
		margin: 0 1% 0 1%;
	}
	.lunch-text{
		width: 330px;
	}
	.eventbox-img:last-child{
		margin-bottom: 200px;
	}	
	.star::after{
	bottom: -6px;
	right: 65%;
}
.star-last{
	position: relative;
	padding: 0 0 0 20px;
}
.star-last::before{
	content: "★";
	font-size: 1.5rem;
	color: #8d241c;
	position: absolute;
	bottom: -6px;
	left: -10px;
}
	/* .sec1wrapper{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
	top: 10%;
	left: -10%;
} */
}
/*----------------------------------------------------------------------------730px-----------------------------------------------------------*/
/*--------------------------------------media---------------------------------*/
@media screen and (max-width: 730px){
nav ul{
	font-size: 15px;
 	padding:0px;
	gap:20px;
}
	

	
	

	}
/*----------------------------------------------------------------------------640px-----------------------------------------------------------*/
/*--------------------------------------media---------------------------------*/
@media screen and (max-width: 640px) {
.head-area .box{
	height: 100vh;
	width: 100%;
}
.box img{
		height: 100vh;
}
boby{
	font-size:15px;
}
.nav2{
	/*display:none!important;*/
}
.nav2 p:first-child{
	display:none!important;
}
.scrolldown2{
		display: none;
}
.star-last::before{
	display: none;
}
.star-last span{
	position: relative;
}
.star-last span::before{
	content: "★";
	font-size: 1.5rem;
	color: #8d241c;
	position: absolute;
	bottom: -8px;
	left: -24px;
}
/*------------------------------------------------------nav2-------------------------------------------------------*/
#nav-toggle{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:5px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
	line-height: 50px;
}
	
/*×に変化*/	
#nav-toggle span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #FFFFFF;
  	width: 45%;
  }

#nav-toggle span:nth-of-type(1) {
	top:15px;	
}

#nav-toggle span:nth-of-type(2) {
	top:23px;
}

#nav-toggle span:nth-of-type(3) {
	top:31px;
}

#nav-toggle.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

#nav-toggle.active span:nth-of-type(2) {
	opacity: 0;
}

#nav-toggle.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
/*
メニューの設定
最初は閉じている状態なので、「opacity: 0;」「visibility: hidden;」
で要素を非表示にしておく
*/
nav {
   position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -50%;
	width:50%;
    height: 100vh;/*ナビの高さ*/
	background: #8d241c;
    /*動き*/
	transition: all 0.6s;
	opacity: 0.8;
}
.sectiontext{
	text-align: center;
	margin: 0 auto 40px auto;
}
nav.panelactive{
    right: 0;
}
nav ul{
	width: 70%;
	color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	margin: 100px auto 0 auto;
	text-align: center;
}
nav li{
	margin: 20px auto;
	width: 200px;
	text-align: center;
}
	.spnav-bg{
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #8d241c;
	}

	
/*---------------------------------------------------------------------------------------sp-telを表示---------------------------------------*/
	

#sp-tel{
	display: block;
	color: #FFFFFF;
	margin: 50px auto;
	}
	
	
/*--------------------------------------------ここまで-------------------------------------*/
	img{
		max-width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.box{
		margin-top: 50px;
	}
	.scrolldown2{
		display: none;
	}
	
.sectiontitle-top{
	width: 90%;
	margin: 30px auto 50px auto;
	position: relative;
	font-size: 2em;
	}
	
.wrapper{
	width: 100%;
	margin: auto;
	text-align: center;
}
.sectiontitle{
	width: 100%;
	margin: 80px auto 200px auto;
	position: relative;
	font-size: 2em;
	padding-left: 20px;
	text-align: center;
}
	.sectiontitle-top{
		text-align: center;
	}

.waku-top{
	width: 100%;
	margin: 0 auto 100px auto;
}
.waku-bottom{
	width: 100%;
	margin: 100px auto 0 auto;
}
.sectiontitle-min::after{
		width: 100vw;
	}
table th{
    padding:15px 10px 15px 0px;
}
.cake-box{
		width: 100%;
		/*flex-wrap: wrap;*/
		flex-wrap: nowrap;
}
	
.menubox{
		width: 100%;
	}
.take-out-text{
		padding-bottom: 50px;
	}
.menu-inner{
		width: 100%;
		margin: 0 auto 30px auto;
	}
	.menu-inner-list{
		width: 100%;
		padding: 0;
	}
	#menu-inner-lunch{
		padding: 0;
	}
	#menu-inner-lunch .menu-inner-list{
		padding: 0;
	}
	.menu-inner-list-course{
		width: 100%;
		padding: 0;
	}
	.menu-img-box{
		width: 100%;
		flex-wrap: wrap;
	}
	.menu-title-min::after{
		left: 32%;
	}
	.lunch-text{
		text-align: center;
		margin: 0 auto;
	}
	.menu-img-box{
		flex-wrap: wrap;
	}
	
	.events-box{
		width: 90%;
		margin: 0 auto;
	}
	.eventbox-img{
		width: 50%;
	}
	.sectiontitle-min{
	position: relative;
	margin: 150px 20px 100px 20px;
	padding-top:50px;
	font-size: 2em;
}
	.star::after{
	bottom: -6px;
	right: 10%;
}
.star-last{
	position: relative;
	padding: 0 0 0 20px;
}
.star-last::before{
	content: "★";
	font-size: 1.5rem;
	color: #8d241c;
	position: absolute;
	bottom: -6px;
	right: 50%;
	}
.sectiontitle-min::after{
	content:"";
	width: 100%;
	height: 2px;
	background-color: #3F5F40;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	margin: 0 auto;
}
	.cake-text{
		width: 85%;
		margin: -20px auto 20px auto;
	}
	.cake-slide p{
	max-width: 100%;
		height: auto;
	margin: 10px;
}
	.toptext{
		width: 80%;
		margin: 0 auto;
	}
	.btn-cake{
		width: 250px;
		height: 50px;
		line-height: 50px;
		text-size: 0.7em;
		margin: 120px auto 0 auto;
	}
	.under{
		width: 98%;
		margin: 0 1% 0 1%;
	}
	.lunch-text{
		width: 330px;
	}
	.eventbox-img:last-child{
		margin-bottom: 200px;
	}
	.menu-inner-list-course li{
	list-style-type: none;
}
	.cake-slide p img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
	.sec1-bg{
		margin-top: 100px;
	}
	footer{
		height: auto;
	}
}
	
@media screen and (min-width:601px){
	/*slideToggle()でinlinestleseatを使ってdispley:noneをつけてしまうため、一回メニューを開いて閉じてから画面を大きくするとPC用のメニューまで消えてしまうので、その対策として以下をつける。
	@mediaで601px以上の時という定義を忘れないようにする。*/
nav ul{
	display:flex!important;
	}
	/*後ろに!importantをつけると優先順位を無視して一番優先順位を高くできる*/
	}