@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------
共有部分
---------------------------------------------------*/
html{
	font-size: 100%;
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
	color: #432;
}
a{
	text-decoration: none;
}
img{
	max-width: 100%;
}
ul li{
	list-style: none;
}
.wrapper{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 4%;
}
/*下層ページ*/
.page-title{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 3rem;
	font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Shadows Into Light', cursive;
	color: #432;
}
#common-hedder{
	background-image: url("../images/news/AdobeStock_88925765.jpg");
	background-position: center center;
	background-size: cover;
	height: 300px;
	margin-bottom: 40px;
}

/*-------------------------------------------------
メインビジュアル
---------------------------------------------------*/
/*-------背景----*/
.big-bg{
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
#header{
	background-image: url("../images/top/AdobeStock_287888480.jpg");
	min-height: 100vh;
}
/*------ヘッダー部分-----*/
.logo{
	width: 300px;
	margin-top: 10px;
}
h1 a:hover{
	opacity: 0.5;
}
.page-header{
	display: flex;
	justify-content: space-between;
}
/*------ここからグローバルナビ------*/
.main-nav{
	display: flex;
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-top: 50px;
	list-style: none;
}
.main-nav li{
	margin-left: 36px;
	position: relative;
}
.main-nav a{
	color: #e0803a;
}
.main-nav a:hover{
	color: #01BD87;
}
.page-header{
	display: flex;
	justify-content: space-between;
	position: relative;
}
/*アコーディオンメニュー*/
.accodion-menu{
	position: relative;
	display: block;
	cursor: pointer;
}
.sub-menu{
	position: absolute;
	top: 30px;
	left: -40px;
	display: none;
}
.sub-menu li a{
	color: #e0803a;
}
.sub-menu li a:hover{
	color: #01BD87;
}
/*ここまでグローバルナビ*/

/*-------ここからヘッダーコンテンツ--------*/

.hedder-content{
	color: #fff;
	text-align: center;
}
/*ヘッダーコンテンツ文字設定*/
.hedder-title{
	font-size: 5rem;
	font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Shadows Into Light', cursive;
}
.hedder-content p{
	font-size: 1.2rem;
}
/* -----スクロールアイコン--------　*/
.scrolldown2{
   /*位置*/
  position:absolute;
  bottom:10px;
  left:50%;
}
/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
  position: absolute;
  left:10px;
  bottom:10px;
    /*テキストの形状*/
  color: #eee;
  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:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     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: 50px;
  background:#eee;
}
/* -----ここまでスクロールアイコン--------　*/

/*------パララックス設定-----------*/
.big-bg{
	background-attachment: fixed;
}
.title-fix{
	position: fixed;
}

#menu{
	position: relative;
}


/*-------------------------------------------------
メインコンテンツ
---------------------------------------------------*/

.content-bg{
	background-image: url("../images/AdobeStock_265008235.jpeg");
	background-size: cover;
}
.menu-content{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	background-color: rgba(255,255,255,.7);
}

.menu-content aside{
	margin-top: 80px;
}
.menu-title{
	font-size: 3rem;
	font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Shadows Into Light', cursive;
	text-align: center;
	width: 100%;
	margin-top: 50px;
}
.menu-cat-title{
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.5rem;
	background-color: #01BD87;
	color: #fff;
}
.menu-cat{
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}
.menu-cat table{
	border-collapse:collapse;
	margin-bottom: 50px;
}
.menu-cat table td{
	border-bottom: 2px solid #ddd;
	padding: 10px;
	white-space: nowrap;
}
.menu-cat table th{
	color: #01BD87;
}
.menu-cat table tr td:nth-child(1){
	padding-right: 20%;
}
.material-icons{
	color: #432;
}
.table-cap{
	margin-bottom: 10px;
	border-bottom: 1px dashed #01BD87;
}
table tr th{
	text-align: left;
	padding: 20px;
}
/*サイドバー*/
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
	margin-top: 10px;
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------
トップに戻るボタン
---------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  font-size: 1rem;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: rgb(255 166 80);
  text-decoration: none;
  color: #fff;
	font-weight: bold;
  width: 60px;
	height: 60px;
  text-align: center;
  display: block;
  border-radius: 50px;
  opacity: 0.9;
  transition: all .3s ease;
	line-height: 20px;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
/*-------------------------------------------------
フッター
---------------------------------------------------*/
footer{
	background: #432;
	text-align: center;
	padding: 26px 0;
}
footer p{
	color: #fff;
	font-size: 0.875rem;
}


/*-------------------------------------------------
Newsページ
---------------------------------------------------*/

/*記事部分*/
article{
	width: 74%;
}
.news-content section{
	border-bottom: 1px solid #01BD87;
	padding-bottom: 20px;
}
.news-content section:last-child{
	border: none;
}
aside{
	width: 22%;
}
.news-content{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.news-subtitle{
	position: absolute;
	top: 80%;
	left: 50%;
	text-align: center;
}
.post-info{
	position: relative;
	padding-top: 4px;
	margin-bottom: 40px;
}
.post-date{
	background:#01BD87;
	border-radius: 50%;
	color: #fff;
	width: 100px;
	height: 100px;
	font-size: 1.625rem;
	text-align: center;
	position: absolute;
	top: 0;
	padding-top: 10px;
}
.post-date span{
	font-size: 1rem;
	border-top: 1px rgba(255,255,255,.5) solid;
	padding-top: 6px;
	display: block;
	width: 60%;
	margin: 0 auto;
}
.post-title{
	font-family: "YuMincho", "Yu Mincho", serif;
	font-size: 2rem;
	font-weight: normal;
}
.post-title,
.post-cat{
	margin-left: 120px;
}
.news-content P{
	margin-bottom: 10px;
}
.news-content section{
	margin-top: 3%;
}
.news-content section a{
	color: #e0803a;
}
.news-content section a:hover{
	text-decoration: underline;
}
.attend{
	border: 3px solid #01BD87;
	padding: 10px;
	width: 50%;
	margin: 20px auto;
}
.attend h4{
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #01BD87;
}
/*サイドバー*/
.sub-title{
	font-size: 1.375rem;
	padding: 0 8px 8px;
	border-bottom: 2px solid #01BD87;
	font-weight: normal;
}
aside p{
	padding: 12px 10px;
}
.side-menu{
	margin-bottom: 60px;
	list-style: none;
}
.side-menu li{
	border-bottom: 1px #ddd solid;
}
.side-menu a{
	color: #432;
	padding: 10px;
	display: block;
}
.side-menu a:hover{
	color: #01BD87;
}
/*-------------------------------------------------
Galleryページ
---------------------------------------------------*/
.grid{
	display: grid;
	gap:26px;
	grid-template-columns: repeat(auto-fit,minmax(210px,1fr));
	margin-top: 3%;
	margin-bottom: 50px;
}
.grid{
	width: 74%;
}
aside{
	width: 22%;
}
.gallery-content{
display: flex;
justify-content: space-between;
margin-bottom: 50px;
}
.grid-item{
	transition: .3s;
}
.grid-item:hover{
	transform: scale(1.2);
	position: relative;
}

/*-------------------------------------------------
Contactページ
---------------------------------------------------*/
#contact{
	background-image: url("../images/AdobeStock_170018701.jpg");
	min-height: 100vh;
}
#contact h2{
	margin-top:0;
}
/*フォーム*/
form div{
	margin-bottom: 14px;
	text-align: left;
	margin-left: 50px;
}
label{
	font-size: 1.2rem;
	margin-bottom: 10px;
	display: block;
}
input[type="text"],
input[type="email"],
textarea{
	background: rgba(255,255,255,.5);
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px;
	font-size: 1rem;
}
input[type="text"],
input[type="email"]{
	width: 100%;
	max-width: 240px;
}
textarea{
	width: 100%;
	max-width: 480px;
	height: 6rem;
}
input[type="submit"]{
	border: none;
	cursor: pointer;
	line-height: 1;
}
.button{
	font-size: 1.4rem;
	background: rgb(255 166 80);
	color: #fff;
	border-radius: 5px;
	padding: 18px 32px;
	margin-top: 30px;
}
.button:hover{
	background: #01BD87;
}
/*お店の情報*/
#location{
	padding: 4% 0;
}
#location .wrapper{
	display: flex;
	justify-content: space-between;
}
.location-info{
	width: 22%;
}
.location-info h3{
	border-bottom: 3px solid #01BD87;
}
.location-info p{
	padding: 12px 10px;
}
.location-map{
	width: 74%;
}
iframe{
	width: 100%;
	}


/*-------------------------------------------------
SPサイト
---------------------------------------------------*/
@media(max-width:600px){
	.hedder-title{
		font-size: 2.5rem;
	}
	
	/*header*/
	
	.main-nav{
		font-size: 1rem;
		position: absolute;
		top: 60%;
	}
	.main-nav li{
		margin: 0 20px;
	}
	.page-header{
		flex-direction: column;
		align-items: center;
	}
	.hedder-content{
		margin-top: 10px;
	}
	.hedder-title{
		line-height: 3rem;
		margin-bottom: 20px;
		margin-top: 20%;
	}
	.title-fix{
		left: 0;
		padding: 15px;
	}
	
	
	.big-bg{
		background-size: cover;
		background-position: center center;
	}
	/*アコーディオンメニュー*/
	.sub-menu li {
		left: 25%;
}
	/*Menu*/
	.menu-content{
		flex-direction: column;
	}
	.menu-cat{
		flex-direction: column;
	}
	/*メニュー背景*/
	.content-bg{
		background-color: #fff;
	}
	
	/*NEWS*/
	.news-content{
		flex-direction: column;
	}	
	article,
	aside{
		width: 100%;
	}
	.news-subtitle{
		display: none;
	}
	
	/*Gallery*/
	.gallery-content{
		flex-direction: column;
	}
	.grid{
		width: 100%;
	}
	
	/*下層ページ共通部分*/
	.page-title{
		position: absolute;
		top: 70%;
		left: 40%;
		font-size: 2.2rem;
	}
	#common-hedder header .logo{
		margin-top: -30px;
		padding-top: 0;
	}
	#common-hedder header .main-nav{
		margin-top: 70px;
		padding-top: 0;
	}
	/*.sub-menu a{
		background-color: rgba(255,255,255,.5);
	}*/
	aside{
		margin-top: 60px;
	}
	.post-date{
		width: 70px;
		height: 70px;
		font-size: 1rem;
	}
	.post-date span{
		font-size: 0.875rem;
		padding-top: 2px;
	}
	.post-title{
		font-size: 1.2rem;
		margin-top: 10px;
	}
	.post-cat{
		font-size: 0.8rem;
	}
	.post-title,
	.post-cat{
		margin-left: 80px;
	}
	/*contact*/
	#location .wrapper{
		flex-direction: column;
	}
	.location-info,
	.location-map{
		width: 100%;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    /* CSS */
	.main-nav{
		font-size: 1rem;
		position: absolute;
		top: 60%;
	}
	.main-nav li{
		margin: 0 20px;
	}
	.page-header{
		flex-direction: column;
		align-items: center;
	}
	.hedder-content{
		margin-top: 10px;
	}
	.hedder-title{
		line-height: 3rem;
		margin-bottom: 20px;
		margin-top: 20%;
	}
	.title-fix{
		left: 0;
		padding: 15px;
	}
	.big-bg{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#header{
	background-image: url("../images/top/AdobeStock_287888480.jpg");
	min-height: 100vh;
}
	/*アコーディオンメニュー*/
	.sub-menu li {
		left: 25%;
}
}
