@charset "UTF-8";
/* 共通部分
------------------------------- */

html {
	font-size: 100%;
}
body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.7;
	color: black;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 4%;
}
/* 大きな背景画像 */

.big-bg {
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	height: 100vh;
}
/* 見出し */

.page-title {
	font-size: 5rem;
	font-family: 'Philosopher', serif;
	text-transform: uppercase;
	font-weight: normal;
}
.sub-title {
	font-size: 1.375rem;
	padding: 0 8px 8px;
	border-bottom: 2px #0bd solid;
	font-weight: normal;
}
/* ボタン */

.button {
	font-size: 1.375rem;
	background: #0bd;
	color: #fff;
	border-radius: 5px;
	padding: 18px 32px;
}
.button:hover {
	color: black;
}
/* iframe */

iframe {
	width: 100%;
}
/* HEADER
------------------------------- */

.page-header {
	display: flex;
	justify-content: space-between;
}
.logo {
	width: 200px;
	margin-top: 14px;
}
.main-nav {
	display: flex;
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-top: 34px;
	list-style: none;
}
.main-nav li {
	margin-left: 36px;
}
.main-nav a {
	color: black;
	text-decoration:none;
}
.main-nav a:hover {
	color: #0bd;
}
.sm {
	display: none;
}
/* FOOTER
------------------------------- */

footer {
	background: #432;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 0;
	position: relative;
}
footer p {
	color: #fff;
	font-size: 1.25rem;
}
.footernav a {
	display: block;
	padding: 0 10px;
	color: #ccc;
}
.footernav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
}
#footer .nav a:hover {
	color: #ca353b;
}
/* HOME
------------------------------- */

#home {
	background-image: url(../images/TOP.JPG)
	, linear-gradient(#fc000052, #fcfbb99f);
	/*background-attachment:fixed;*/
	background-position: bottom;
	/*background-image:linear-gradient(#fc8210,#ffafbd);*/
	background-blend-mode: hard-light;
	width:100vw;
}
#home .page-title {
	text-transform: none;
}
.home-content {
	text-align: center;
	margin-top: 10%;
}
.home-content p {
	font-size: 1.125rem;
	margin: 10px 0 42px;
	font-weight: bold;
}
.video{
	text-align: center;
}



.video video{
	width:500px;
	max-width:100%;
	height:650px;
	object-fit: cover;
	object-position: 50% 0%;
	text-align: center;
}
.y9u33_link{
	display:flex;
	width:100%;
	padding:0px 0 40px 0;
	justify-content: center;
}
.y9u33_link img{
	height:25px;
}
.y9u33_link p{
	line-height:25px;
}
.youtube{
    display: block;
    margin: 0 auto;
    max-width: 560px;
    margin-bottom: 30px;
}


/* NEWS
------------------------------- */
.news-contents {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* 記事部分 */

article {
	width: 60%;
}
/* サイドバー */

aside {
	width: 36%;
}
.news-contents {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.post-info {
	position: relative;
	padding-top: 4px;
	margin-bottom: 40px;
}
.post-date {
	background: #0bd;
	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: "Yu Mincho", "YuMincho", serif;
	font-size: 2rem;
	font-weight: normal;
}
.post-title, .post-cat {
	margin-left: 120px;
}
aside p {
	padding: 12px 10px;
}
.sub-menu {
	margin-bottom: 60px;
	list-style: none;
}
.sub-menu li {
	border-bottom: 1px #ddd solid;
}
.sub-menu a {
	color: #432;
	padding: 10px;
	display: block;
}
.sub-menu a:hover {
	color: #0bd;
}
/* MENU
--------------------------------------------*/

#menu {
	background-image: url(../images/menu-bg.jpg);
	background-size: cover;
	background-position: 65% 50%;
	width:100vw;
}
.toumei{
	background-color: rgba(255, 255, 255, 0.3);
	min-height: 100vh;
}
.menu-content {
	max-width: 560px;
	margin-top: 10%;
}
.menu-content .page-title {
	text-align: center;
}
.menu-content p {
	font-size: 1.125rem;
	margin: 10px 0 0;
}




.grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	margin-top: 6%;
	margin-bottom: 50px;
}
.big-box {
	grid-column: 1/3;
	grid-row: 1/3;
}
.big-box img {
	height: 94%;
	width: 100%;
	object-fit: cover;
}
/* CONTACT
------------------------------- */

#contact {
	background-image: url(../images/contact-bg.jpg);
	background-size: cover;
	min-height: 100vh;
}
.contact-image{
	display: none;
}


/* shop
--------------------------------------------*/
.shop-font {
	text-align: center;
	color:black;
	font-weight: bold;
}

.big-bg-shops{
	background-image: url(../images/main-bg.jpg);
	background-size: cover;
	background-position:  center;
	/*background-attachment:fixed;*/
	width:100vw;
}
.shop {
	color: #fff;
	margin: 10px;
	padding: 10px;
	width: 300px;
}
.shopcontainer {
	display: flex;
	justify-content: space-around;
}
.sub-title a {
	display: block;
	background-color: rgb(255, 252, 240);
	text-decoration: none;
}
.sub-title a:hover {
	background-color: #0bd;
}
.kokeshi_link{
	display:flex;
	width:100%;
	padding:20px 0 25px 0;
}
.kokeshi_link img{
	height:25px;
}
.kokeshi_link p{
	line-height:25px;
}
.shops-a{
	text-decoration: none;
}

/*店舗情報　地図*/

#location {
	padding: 4% 0;
}
#location .wrapper {
	display: flex;
	justify-content: space-between;
}
.location-info {
	width: 40%;
}
.location-info p {
	padding: 12px 10px;
}

.carousel{
	padding-top:40px;
	width: 55%;
}

/*iframe*/
iframe {
	width: 100%;
}
/*sns*/

#sns {
	background: #FAF7F0;
	padding: 4% 0;
}
#sns .wrapper {
	display: flex;
	justify-content: space-between;
}
#sns .sub-title {
	margin-bottom: 30px;
}
.sns-box {
	width: 100%;
}
.pc-friend {
	text-align: center;
}

.sm-friend {
	display: none !important;
	text-align: center;
}
.linefriend {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 150px;
}
@media (max-width: 600px) {
/**********************************　
以下、ハンバーガーメニューの設定　
************************************/
	.pc {
		display: none;
	}
	#hamburger {
		background-color: transparent;
		position: relative;
		cursor: pointer;
		margin: 0 0 0 auto;
		height: 60px;
		width: 60px;
	}
	.icon span {
		position: absolute;
		left: 15px;
		width: 30px;
		height: 4px;
		background-color: #432;
		border-radius: 8px;
		transition: ease 0.75s;
	}
	.icon span:nth-of-type(1) {
		top: 16px;
	}
	.icon span:nth-of-type(2) {
		top: 28px;
	}
	.icon span:nth-of-type(3) {
		bottom: 16px;
	}
	.close span:nth-of-type(1) {
		transform: rotate(45deg);
		top: 28px;
	}
	.close span:nth-of-type(2) {
		opacity: 0;
	}
	.close span:nth-of-type(3) {
		transform: rotate(-45deg);
		top: 28px;
	}
	.sm {
		top: 66px;
		left: 0px;
		position: absolute;
		z-index: 10;
		width: 100%;
		background-color: #432;
		text-align: center;
	}
	ul {
		flex-direction: column;
		margin: 0;
		/*余白をリセット*/
		padding: 0;
		/*余白をリセット*/
		list-style-type: none;
		/*マーカーを削除*/
		border-top: solid 1px #fff;
		/*枠線・上*/
	}
	.main-nav li {
		margin-left: 0px;
		border-bottom: solid 1px #fff;
		/*枠線・下*/
	}
	.main-nav a {
		color: #fff;
		display: block;
	}
	footer {
		border-bottom: 1px solid #fff;
	}
	.footernav {
		display: block;
		padding: 0px 0px;
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	/****************************************************************/
	.page-title {
		font-size: 2.5rem;
		text-align: center;
	}
	.main-nav {
		font-size: 1rem;
		margin-top: 0px;
	}
	main-nav li {
		margin: 6 0 20px;
	}
	.home-content {
		margin-top: 20%;
	}
	.page-header {
		*flex-direction: column;
		align-items: center;
	}
	.news-contents {
		flex-direction: column;
	}
	article, aside {
		width: 100%;
	}
	#news .page-title {
		margin-top: 30px;
	}
	aside {
		margin-top: 60px;
	}
	.post-info {
		margin-top: 30px;
	}
	/****************************************************************/
	/*contact*/
	.menu-content {
		margin-top: 20%;
		text-align: center;
	}
	.big-box {
		grid-column: auto;
		grid-row: auto;
	}
	.big-box img {
		height: auto;
	}
	/* CONTACT */
	#contact .page-title {
		margin-top: 40px;
	}
	#contact .line-frend {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	

	/*店舗情報　地図　SNS */
	#location .wrapper, #sns .wrapper {
		flex-direction: column;
	}
	.location-info, .location-map, .sns-box {
		width: 100%;
	}
	.sns-box {
		margin-bottom: 30px;
	}
	.pc-friend {
		display: none !important;
		text-align: center;
	}
	.sm-friend {
		display: block !important;
		text-align: center;
	}
	.linefriend {
		margin-top: 16px;
		width: 210px;
	}
	.carousel{
		padding-top:20px;
		width: 100%;
	}
	#contact {
		background-image:none;
		min-height: 150vh;
	}
	.contact-image{
		display: block;
	}
}