@charset “utf-8”;

/* galette_header
--------------------------------------------------------- */
header {
	margin: 0 auto;
}

nav {
	display: inline-block;
	padding: 30px 0;
	top: 30px;
	right: 100px;
	margin: 10px auto 50px auto;
}

.nav_instagram_sp{
	display: none;
}

.nav_phone_pc{
	display: inline-block;
	float: left;
	width: auto;
	margin: -5px 30px 0 0 ;
	font-size:1.4rem;
	text-align: left;
	line-height: 1.0;
}

.nav_phone_pc a{
	color: #000;
}

.nav_phone_pc img{
	width: 200px;
	height: auto;
	margin: -10px 0 0 0;
}


.nav_phone_sp{
	display: none;
}

.menu {
	float: left;
	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.sp {
	display: none;
}

.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 {
	margin: -30px 0 0 0;;
}

.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.galette h1 {
	background: url(../img/logo2_galette.jpg) 50% no-repeat;
	background-size: 100%;
}

header h2 {
	margin: 20px 0 0 0;
	color: #fff;
	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;
}

.galette_photo_area {
	width: 100%;
	height: 500px;
	margin: -300px auto 0 auto;
	background: url(../galette/img/header_bg.jpg) no-repeat center top / cover;
}


/* galette_main
--------------------------------------------------------- */

/* ----- news ----- */
.news_area {
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	background: #000;
}

.news_area h2 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px auto;
	color: #fff;
	font-size: 2.6rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	border-bottom: 1px solid #fff;
}

.news_area ul {
	clea: both;
	margin: 0 auto 50px auto;
	width: 1000px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px 20px;
}

.news_area li{
	text-align: left;
	color: #fff;
	flex: 1 1 33%;
}

.news_area li a{
	color: #fff;
}

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

.news_area li figure img{
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}

.news_area li figcaption{
	line-height: 1.4;
}

.news_area li figcaption span{
	display: block;
	margin: 0 0 1.0rem 0;
	padding: 0;
	font-size: 1.4rem;
}

.news_btn_more{
	display: inline-block;
	width:35%;
	max-width: 400px;
	background: #fff;
	color: #000;
	font-size: 1.8rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
}

.news_btn_more a.arrow{
	position: relative;
	display: block;
	padding: 1.0rem;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}

.news_btn_more a.arrow:hover{
	opacity:	0.5;
	-moz-opacity:	0.5;
	filter: alpha(opacity=50);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.news_btn_more a.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -140px;
	left: 4px;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 8px solid #000;
}


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

.galette_menu_area {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	xmax-width: 1000px;
}

.about_area_galette{
	position: relative;
	height: 600px;
	background: url(../galette/img/about_galette.jpg) no-repeat center top / cover;
}


.about_area_galette_text{
	display: inline-block;
	position: absolute;
	bottom: 10%;
	left: 5%;
	padding: 40px;
	background: #fff;
	text-align: left;
	opacity:	0.8;
	-moz-opacity:	0.8;
	filter: alpha(opacity=80);
}

.about_area_galette_text h2{
	font-size: 6.0rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}

.about_area_galette_text h3{
	font-size: 2.0rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	line-height: 1.4;
}

.about_area_lunch{
	background: #000;
}

.about_area_lunch img{
	width: 100%;
	xmax-width: 1280px;
	margin: 0 auto;
}

.about_area_shocyu{
	overflow: hidden;
	width: 100%;
	margin: 0 auto 70px auto;
	background: #000;
}

.about_area_shocyu_title{
	position: relative;
	width: 1000px;
	height: 360px;
	margin: 0 auto;
}

.about_area_shocyu_title img{
	position: absolute;
	top: 30px;
	left: 0;
	width: 400px;
	height: auto;
}

.about_area_shocyu_title h2{
	position: absolute;
	bottom: 12%;
	right: 21%;
	color: #fff;
	font-size: 7.0rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}

.about_area_shocyu_title h3{
	position: absolute;
	bottom: 8%;
	right: 4%;
	color: #fff;
	font-size: 1.4rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	line-height: 1.4;
}

.about_area_menu{
	overflow: hidden;
	width: 100%;
	padding: 0 0 40px 0;
}

/* ----- price ----- */
.about_area_price_all{
	display: flex;
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	align-items: center;
	justify-content: space-between;
	gap: 10px 30px;
	align-items: flex-start;
}

.about_area_price_inner{
	overflow: hidden;
	margin: 0;
	flex: 1 1 48%;
}

.about_area_menu h2{
	font-size: 3.0rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}

.about_area_menu h3{
	margin: 0 0 40px 0;
	font-size: 1.4rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
}

.about_area_price{
	margin: 0 0 50px 0;
	text-align: left;
}

.about_area_price h4{
	margin: 0 0 15px 0;
	padding: 0.2rem 1.0rem;
	background: #000;
	font-size: 2.0rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	color: #fff;
}

.about_area_price ul{
	overflow: hidden;
	padding: 0.4rem 0.8rem ;
	margin: 1.0rem 0;
	border-bottom: 1px solid #000;
}

.about_area_price ul li  {
	display: inline-block;
	line-height: 1.4;
}

.about_area_price ul li:first-child {
	float:left;
}

.about_area_price ul li:last-child {
	float: right;
}




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

/* galette_header
--------------------------------------------------------- */
.nav_phone_pc{
	display: inline-block;
	float: left;
	width: auto;
	margin: -5px 20px 0 0 ;
	font-size:1.2rem;
	text-align: left;
	line-height: 1.2;
}

.nav_phone_pc a{
	color: #000;
}

.nav_phone_pc img{
	width: 140px;
	height: auto;
	margin: -10px 0 0 0;
}

.menu-list {
	font-size:1.4rem;
	padding:0;
	margin:0;
	letter-spacing: 0;
}



/* galette_main
--------------------------------------------------------- */

/* ----- news ----- */
.news_area_inner {
	width: 95%;
	margin: 30px auto;
}

.news_area h2 {
	font-size: 2.2rem;
}

.news_area ul {
	clea: both;
	margin: 0 auto 50px auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px 20px;
}


.news_area li figcaption{
	font-size: 1.4rem;
}

.news_area li figcaption span{
	font-size: 1.2rem;
}

.news_btn_more{
	width:80%;
}

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

.about_area_galette{
	height: 400px;
}

.about_area_galette_text{
	bottom: 10%;
	left: 0;
	right: 10%;
	padding: 20px;
}

.about_area_galette_text h2{
	font-size: 4.0rem;
}

.about_area_galette_text h3{
	font-size: 1.8rem;
}

.about_area_shocyu{
	margin: 0 auto 30px auto;
}

.about_area_shocyu_title{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
}

.about_area_shocyu_title img{
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.about_area_shocyu_title h2{
	position: static;
	bottom: 22%;
	right: 0%;
	color: #fff;
	font-size: 4.0rem;
}

.about_area_shocyu_title h3{
	position: static;
	right: 0%;
	font-size: 1.4rem;
}


.about_area_menu{
	padding: 0 0 10px 0;
}

.about_area_menu h2{
	font-size: 2.6rem;
}

.about_area_price_all{
	width: 95%;
	gap: 0 15px;
}

.about_area_price h4{
	font-size: 1.8rem;
}

.about_area_price p{
	font-size: 1.4rem;
}

.about_area_price ul li  {
	font-size: 1.4rem;
}

}





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

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

.nav_phone_pc{
	display: none;
}

.menu {
	position: fixed;
	top: 0;
	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;
	font-size: 1.6rem;
}

.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.0rem;
	letter-spacing: 1px;
}

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

.galette_photo_area{
	display: none;
}

/* galette_main
--------------------------------------------------------- */

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

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

.news_area ul {
	display: block;
	margin: 0 auto 20px auto;
}


.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;
}

.news_btn_more{
	width:90%;
	font-size: 1.6rem;
}

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

.about_area_galette_text h2{
	font-size: 3.0rem;
}

.about_area_galette_text h3{
	font-size: 1.6rem;
}

.about_area_shocyu_title h2{
	font-size: 3.0rem;
}

.about_area_shocyu_title h3{
	margin: 0 auto;
	width:90%;
	text-align: left;
}


/* ----- price ----- */
.about_area_price_all{
	display: block;
	width: 95%;
}

.about_area_price{
	margin: 0 0 30px 0;
}


.about_area_menu h2{
	font-size: 2.0rem;
}

.about_area_menu h3{
	margin: 0 0 20px 0;
	font-size: 1.4rem;
}

.about_area_price p{
	font-size: 1.2rem;
}

.about_area_price h4 {
	padding: 0.2rem 0.6rem;
	font-size: 1.6rem;
}

.about_area_price ul {
	padding: 0.2rem 0.2rem;
	margin: 1rem 0;
}

.about_area_price ul li  {
	font-size: 1.2rem;
}


}
