@charset “utf-8”;

/* crepe_header
--------------------------------------------------------- */
header {
	margin: 0 auto 50px auto;
}

nav {
	overflow: hidden;
	padding: 30px 0;
	margin: 0 auto 10px auto;
}

.nav_instagram_sp{
	display: none;
}

.nav_phone_sp{
	display: none;
}

.menu {
	margin: -30px auto 0 auto;
	font-size: 0;
	text-align: center;
}

.menu-list {
	display: inline-block;
	font-size:1.6rem;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}

.menu-list a {
	position: relative;
	display: inline-block;
	padding: 0 1.0rem;
}

.menu-list a::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #8f8c82;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}

.menu-list.instagram_over a::after {
	background: none;
}

.menu-list a:hover::after {
	transform: scale(1, 1);
}

.menu-list a:link {
	color: #000;
}

.menu-list a:visited {
	color: #000;
}

.menu-list a:hover {
	color: #8f8c82;
}

.menu-list a:active {
	color: #000;
}


.nav_instagram {
	width: 30px;
	height: auto;
}

.header_logo a {
	display: inline-block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.header_logo h1 {
	overflow: hidden;
	width: 250px;
	height: 0;
	margin: 0 auto;
	padding: 250px 0 0 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.header_logo.crepe h1 {
	background: url(../img/logo1_crepe.jpg) 50% no-repeat;
	background-size: 100%;
}

header h2 {
	margin: 20px 0 0 0;
	font-size: 2.4rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}

header h2 span {
	margin: 0 3.0rem 0 0;
}

header h2 span:last-child {
	margin: 0;
}

/* crepe_main
--------------------------------------------------------- */
.crepe_photo_area {
	width: 100%;
	height: 400px;
	margin: 0 auto 100px auto;
	background: url(../img/top_bg1_crepe_pc.jpg) no-repeat center top / cover;
}


/* ----- crepe_menu ----- */
.crepe_menu_area {
	margin: 0 auto 100px auto;
}

.crepe_menu_area h2 {
	margin: 20px 0 50px 0;
	font-size: 2.6rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	border-bottom: 1px solid #000;
}

.crepe_menu_area_inner {
	display: flex;
	width: 80%;
	max-width: 800px;
	margin: 0 auto 50px auto;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 50px 50px;
}

.crepe_menu_area_inner figure {
	flex: 1 1 50%;
	text-align: left;
}

.crepe_menu_area_inner figure img {
	width: 100%;
	margin: 0 auto 30px auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.crepe_menu_name {
	font-size: 2.0rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0;
}

.crepe_menu_price {
	margin: 0 0 1.2rem 0;
	color: #ff4d00;
	font-size: 2.4rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	text-align: center;
}


/* ----- about ----- */
.about_area {
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 auto 80px auto;
}

.about_area_inner {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	max-width: 1366px;
	background: #000;
}

.about_area_inner picture img{
	display: none;
}

.about_area_left {
	float: left;
	width: 60%;
	min-height: 800px;
	background: url(../crepe/img/about_pc.jpg) no-repeat center top / cover;
}

.about_area_right {
	overflow: hidden;
	float: right;
	width: 40%;
	padding: 10.0rem 4.0rem 4.0rem 4.0rem;
	color: #fff;
	text-align: left;
}

.about_area_right h2 {
	margin: 0 0 3.2rem 0;
	font-size: 2.4rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	border-bottom: 2px solid #fff;
}

.about_area_right h3 {
	margin: 0 0 2.4rem 0;
	color: #fcff73;
	font-size: 2.2rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	line-height: 1.2;
}

.about_area_right p {
	margin: 0 0 2.2rem 0;
	line-height: 2.2;
}


/* ----- news ----- */
.news_area {
	margin: 0 auto 100px auto;
}

.news_area h2 {
	margin: 20px 0 20px 0;
	font-size: 2.6rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}

.news_area li{
	padding: 1.6rem 2.0rem;
	border-bottom: 1px solid #b3b3b3;
	text-align: left;
}

.news_area li:first-child {
	border-top: 1px solid #b3b3b3;
}

.news_area li span{
	padding: 0 1.8rem 0 0;
	color: #999;
}

.news_area li a{
	color: #000;
}

.news_area li a:hover {
	color: #8f8c82;
}




/* =========================================================
	tablet
========================================================= */
@media screen and (max-width: 1024px) {

/* ----- about ----- */
.about_area_inner picture img{
	display:block;
	width: 100%;
	height: auto;
}

.about_area_left {
	display: none;
}

.about_area_right {
	clear: right;
	width: 100%;
	padding: 4.0rem 4.0rem;
}

.about_area_right h2 {
	text-align: center;
}

}





/* =========================================================
	smartphone
========================================================= */
@media screen and (max-width: 599px) {

/* crepe_header
--------------------------------------------------------- */
header {
	height:100vh;
	margin: 0 auto 20px auto;
	background: url(../img/top_bg1_crepe_sp.jpg) no-repeat center top / cover;
}


nav {
	margin: 0 auto 50px auto;
}


.menu {
	position: fixed;
	right: -100%;
	width: 100%;
	height: 80vh;
	margin-left: auto;
	padding:1.6rem 0;
	display: flex;
	flex-direction: column;
	color: #000;
	background-color: #fff;
	transition: .3s;
}

.menu.open {
	right: 0;
}


.menu-list {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-list a {
	padding: 1.0rem 0;
}

.menu-list a::after {
	background: none;
}

.menu-list a:hover {
	color: #000;
}

.btn {
	border: 0;
	position: fixed;
	top: 10px;
	right: 10px;
	width: 48px;
	height: 48px;
	padding: 6px;
	z-index: 10;
	background-color: #000;
}

.btn-line {
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: .2s;
}

.btn-line::before,
.btn-line::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: .5s;
}
.btn-line::before {
	transform: translateX(-18px) translateY(-16px);
}
.btn-line::after {
	transform: translateX(-18px) translateY(16px);
}

.btn-line.open {
	background-color: transparent;  	/* 真ん中の線を透明に */
}
.btn-line.open::before ,
.btn-line.open::after {
	content: "";
	background-color: #fff;
	transition: .2s;
}
.btn-line.open::before {
	transform: translateX(-18px) rotate(45deg);
}
.btn-line.open::after {
	transform: translateX(-18px) rotate(-45deg);
}

.nav_instagram_sp{
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 10px;
}

.nav_instagram_sp img{
	width: 50px;
	height: 50px;
}

.nav_phone_sp{
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 65px;
	background: #000;
	width: 48px;
	height: 48px;
	padding: 6px;
}

.nav_phone_sp img{
	width: 36px;
	height: 36px;
}

.header_logo h1 {
	width: 250px;
	height: 250px;
	padding: 250px 0 0 0;
	margin: 0;
}

header h2 {
	margin: 15px 0 0 0;
	font-size: 2.4rem;
	letter-spacing: 1px;
}

header h2 span {
	display: block;
	margin: 0;
}

.crepe_photo_area{
	display: none;
}

/* ----- crepe_menu ----- */
.crepe_menu_area {
	margin: 0 auto 70px auto;
}

.crepe_menu_area h2 {
	margin: 15px 0 30px 0;
	font-size: 2.0rem;
}

.crepe_menu_area_inner {
	display: block;
	width: 90%;
	margin: 0 auto 50px auto;
}

.crepe_menu_area_inner figure {
	margin: 0 auto 50px auto;
	text-align: left;
	font-size: 1.4rem;
}

.crepe_menu_area_inner figure img {
	width: 100%;
	margin: 0 auto 15px auto;
}

.crepe_menu_name {
	font-size: 1.6rem;
}

.crepe_menu_price {
	font-size: 2.4rem;
}


/* ----- about ----- */
.about_area {
	margin: 0 auto 10px auto;
}

.about_area_right {
	padding: 2.0rem 2.0rem;

}

.about_area_right h2 {
	margin: 0 0 3.2rem 0;
	font-size: 2.2rem;
}

.about_area_right h3 {
	font-size: 2.0rem;
}

.about_area_right p {
	margin: 0 0 1.8rem 0;
	line-height: 1.6;
}


/* ----- news ----- */
.news_area {
	margin: 0 auto 50px auto;
}

.news_area h2 {
	margin: 10px 0;
	font-size: 2.2rem;
}

.news_area li{
	padding: 1.2rem 1.8rem;
	line-height: 1.4;
}

.news_area li span{
	display: block;
	margin: 0 0 0.6rem 0;
	padding: 0;
	font-size: 1.4rem;
	letter-spacing: 0;
}



}
