/*!
Theme Name: Alcadeli_2
Theme URI: http://underscores.me/
Author: MASATOSHI OKA
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Alcadeli_2

*/

:root {
  --color-main: #667580;
  --color-bg-light: #ededed;
}

* {box-sizing: border-box;margin: 0;padding: 0;}
::before , ::after {box-sizing: inherit;}

/* Typography
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}
main{background: #667580;}
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-main);
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
pre {font-family: "Courier 10 Pitch", courier, monospace;}
code,kbd,tt,var {font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;}

.clear{ clear: both; line-height: 0; height: 0; margin: 0; padding: 0; visibility: hidden; }
.clear:after { content: "."; visibility: hidden; height: 0; }

p{margin-bottom: 10px;}

/* Hedding */

h2.section_title{
	font-weight: 200;
	font-size: 30px;
	font-family: 'Lemon/Milk light', sans-serif;
	text-align: center;
	margin: 40px 0 15px 0;
	line-height: 80%;
}
h2.section_title small{
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo", sans-serif;
	font-weight: 400;
	font-size: 11px;
}
.sec_wrap p{font-size: 14px;}

button {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}

/* Links
--------------------------------------------- */
a, a:visited {color: var(--color-main); text-decoration: none;}
a:hover, a:focus, a:active {color: var(--color-main)}
a:hover{opacity: 0.7;}
a:focus {outline: thin dotted;}

/* Layout
--------------------------------------------- */
body {background: var(--color-bg-light);}

main {
	display: block;
	color: #000;
	min-height: calc(100vh - 100px);
  padding-bottom: 0px;
}
.post,
.page {
	margin: 0;
	position: relative;
}

section{
	display: block;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 40px 0;
}
section#home_news{padding-top: 0;}
section#home_access{padding-top: 0;}

/* background */
#home_menu_main{
	background: #fff;
}

#home_news,
#home_menu_sweets,
#home_menu_sweets,
#home_menu_soft-drink,
#home_menu_takeout{
	background: var(--color-bg-light);
	color: var(--color-main);
}
#home_menu_side,
#home_menu_alcohol,
#home_access,
footer{
	background: var(--color-main);
	color: #fff;
}
#home_menu_side h2.section_title,
#home_menu_alcohol h2.section_title,
#home_access,
footer{
	color: #fff;
}

.sec_wrap{
	display: block;
	width: 100%;
	max-width: 1200px;;
	float: none;
	margin: 0px auto;
	padding: 20px;
}
footer .sec_wrap{background: none; margin: 0 auto; padding: 0;}
@media screen and (max-width: 1200px) {
	section{
		padding: 10px 0;
	}
}
@media screen and (max-width: 600px) {
	.sec_wrap{
		width: calc(100% - 20px);
		padding: 10px
	}
}
@media screen and (max-width: 400px) {
	.sec_wrap{
		width: 100%;
		padding: 10px;
	}
}

/* HEADER ---------------------------------*/
/* ヘッダーはsticky */
.site-header{
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* トップだけ最初は隠す（JSが切替） */
body.home .site-header,
body.front-page .site-header{
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
  height: 0;
}

/* 表示状態 */
body.home .site-header.is-visible,
body.front-page .site-header.is-visible{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  height: auto;
}

/* Navigation
--------------------------------------------- */

ul#primary-menu {
	display: flex;
	justify-content: center;
	gap: 30px;
	width: 100%;
	float: none;
	margin: 0px;
	padding: 10px 0;
	list-style: none;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
ul#primary-menu li {
	display: inline-block;
	margin: 0;
	padding-bottom: 0px;
	font-family: 'Lemon/Milk light', sans-serif;
	color: #000;
	font-size: 20px;
	font-weight: 100;
	line-height: 100%;
	text-align: center;
	cursor: pointer;
}
ul#primary-menu li.current-menu-item,
ul#primary-menu li:hover{
	border-bottom: 2px solid #000;
}
ul#primary-menu a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
ul#primary-menu li.nav_insta a{
	display: block;
	width: 20px; height: 20px;
	padding: 0;
	margin-left: 30px;
	font-size:0;
	background: url(../img/common/nav_instagram.png) 0 0px no-repeat;
	background-size: contain;
}
ul#primary-menu li.nav_insta a:hover{
	border: none;
	background: url(../img/common/nav_instagram_hover.png) 0 0 no-repeat;
	background-size: contain;
}
ul#primary-menu li.nav_line a{
	display: block;
	width: 47px; height: 18px;
	padding: 0;
	font-size:0;
	background: url(../img/common/nav_line.png) 0 0px no-repeat;
	background-size: contain;
}
ul#primary-menu li.nav_line a:hover{
	border: none;
	background: url(../img/common/nav_line_hover.png) 0 0 no-repeat;
	background-size: contain;
}
ul#primary-menu li.nav_line:hover,
ul#primary-menu li.nav_insta:hover{
	border: none;
}
@media screen and (max-width: 680px) {
	ul#primary-menu {
		gap: 20px;
	}
	ul#primary-menu li {
		font-size: 17px;
	}
	ul#primary-menu li.nav_insta{
		margin: 0 10px;
		width: 17px; height: 17px;
	}
	ul#primary-menu li.nav_line{
	width: 40px; height: 15px;
	}
}
@media screen and (max-width: 40px) {

}

/* Mobile menu. */
.menu_btn{display: none;}
ul#mobile-menu {
	position: fixed;
	right: -70%;
	width: 70%;
/* 	height: 100vh; */
	background-color: #fff;
	transition: .3s;
	list-style: none;
	z-index: 9000;
	-webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 4px rgba(0,0,0,0.2);
	box-shadow:0px 0px 4px rgba(0,0,0,0.2);
}
ul#mobile-menu li {
	color: #000;
	display: block;
	width: 100%;
	float: none;
	padding: 5px 10px;
	font-family: 'Lemon/Milk light', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 100%;
}
ul#mobile-menu li:hover,
ul#mobile-menu li.current-menu-item{
	background: #000;
}
ul#mobile-menu li:hover a,
ul#mobile-menu li.current-menu-item a{color: #fff;}


@media screen and (max-width: 680px) {
	/* ul#primary-menu{display: none;} */
	.menu_btn {
		display: block;
	  position: fixed;
	  top: 32px;
	  right: 16px;
	  width: 48px;
	  height: 48px;
	  z-index: 10;
	}
	.btn-line {
		display: block;
		position: relative;
		width: 100%;
		height: 4px;
		background-color: #000;
		transition: .2s;
	}
	/****** 上下のバーガー線 *****/
	.btn-line::before,
	.btn-line::after {
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  background-color: #000;
	  transition: .5s;
	}
	.btn-line::before {transform: translateY(-16px);}
	.btn-line::after {transform: translateY(16px);}

	/***** メニューオープン時 *****/
	.btn-line.open {background-color: transparent; }
	.btn-line.open::before,
	.btn-line.open::after {
		content: "";
		background-color: #333;
		transition: .2s;
	}
	.btn-line.open::before {
		transform: rotate(45deg);
	}
	.btn-line.open::after {
		transform: rotate(-45deg);
	}
	ul#mobile-menu.open{
		right: 0;
		display: block;
	}
}

/* -----------------------------------FOOTER----------------------------------- */
footer{position: relative; width: 100%; height: auto;  }
.site-footer{display: block; width: 100%; margin: 0; clear: both; padding: 5px 0;  }
.footer_info p{text-align: center; margin-bottom: 0; color: #fff; font-size: 10px;}


/* ----------------------------------- HOME ----------------------------------- */
/* スライダー */
.hero{
  position: relative;
  height: 100vh;
  overflow: clip; /* 旧ブラウザなら hidden */
  margin-bottom: 0;
}
.hero-media{
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 0;
}
.hero-media .swiper,
.hero-media .swiper-wrapper,
.hero-media .swiper-slide{
  height: 100%;
}

.hero-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.swiper-slide img {
  display: block;
}

/* ロゴ層 */
.hero-overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  pointer-events: none; /* ロゴをクリック不要なら */
}

.hero-media .hero-logo{
  width: min(220px, 70vw);
  height: auto;
}
.hero{ margin-bottom: 0; }
.home_content{ margin-top: 0; }

.home_content{
  position: relative;
  z-index: 2;          /* heroより上に被さる */
  background: #d3d3d3;    /* 被さる時に白い面が必要なら */
}
.home_slide .sec_wrap{padding: 0;}



/* NEWS */
.news_area{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap:40px
}
.news_text{
	justify-content: center;
	flex-direction: column;
}
.news_calendar_wrapper{
	display: flex;
	gap: 20px;
	justify-content: center;
}
.news_calendar{
	width: 100px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.news_calendar a{
	color: var(--color-main);
}
.icon{color: var(--color-main);}

.news_text h3{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.news_text p{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}

@media screen and (max-width: 800px) {
	.news_area{
		flex-direction: column;
		gap: 20px;
	}
	.news_text{width: 100%;}
	.news_calendar svg{width: 100px;}
}

/* MENU */
.menu_curry_text p{
	text-align: center;
}
.menu_curry_text p strong{
	margin-top: 15px;
	padding: 5px 15px;
	border: 2px solid #000;
	-moz-border-radius:10px;
	border-radius:10px;
}
.division{
	display: block;
	margin: 60px 0 20px 0;
	border-bottom: 2px solid #000;
}
ul.menu_topping,
ul.menu_other-main{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
ul.menu_topping li,
ul.menu_other-main li{
	width: 300px;
	text-align: center;
	margin: 10px 0;
	position: relative;
}
ul.menu_topping li a{color: #000;}
.menu_img_coming-soon{
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100px;
	background: url(../img/menu/coming-soon.png) 0 0 no-repeat;
	background-size: contain;
}
.menu_name{
	font-weight: 600;
	font-size: 16px;
}
.menu_text{
	font-size: 12px;
}
.menu_price{font-size: 0.8em;}
ul.menu_topping_others{
	margin: 40px auto 0 auto;
	padding: 0 30px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 90%;
	border: 2px solid #000;
	padding: 15px;
	-moz-border-radius:60px;
	border-radius:60px;
	gap: 30px;
}
ul.menu_topping_others li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.menu_topping_others li .topping_others_price{
	font-size: 0.8em;
}
@media screen and (max-width: 800px) {
	.menu_curry_tex p{
		text-align: left;
	}
	.menu_curry_text p br{display: none;}
	.menu_name{
		font-size: 14px;
	}
	.menu_text{
		font-size: 10px;
	}
	ul.menu_topping li,
	ul.menu_other-main li{
		width: calc(50% - 20px);
	}
	ul.menu_other-main li br{display: none;}
}
@media screen and (max-width: 600px) {
	.menu_img_coming-soon{
		width: 60px;
		height: 60px;
	}
	ul.menu_topping_others{
		-moz-border-radius:20px;
		border-radius:20px;
		width: 100%;
		justify-content: center;

	}
}

.sec_wrap.menu_col2{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.sec_wrap.menu_col2.col_even{
	flex-direction: row-reverse;
}
.menu_col2_slide{
	width: calc(100% - 300px);
}
.menu_col2_text{
	width: 300px;
	padding: 0 0 0 30px ;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.menu_col2.col_even .menu_col2_text{
	padding: 0 30px 0 0  ;
}
.menu_col2 h2.section_title{
	text-align: left;
	padding: 0;
	margin: 0 0 30px 0;
}
ul.menu_list{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.menu_list li{
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 110%;
	font-weight: 600;
}
ul.menu_list li small{
	font-size: 12px;
	display: block;
	padding: 0;
	border-top: 1.5px solid var(--color-main);
	/* -moz-border-radius:5px;
	border-radius:5px; */
	margin: 5px 0;
	padding-top: 3px;
}
#home_menu_side ul.menu_list li small,
#home_menu_alcohol ul.menu_list li small{
	border-top: 1.5px solid #fff;
}

.menu_list_coming-soon{
	margin: 20px 0;
	border: 2px solid #fff ;
	position: relative;
	padding: 20px 15px 10px 15px;
	top: 0;
}
.menu_list_coming-soon h4{
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%) translateX(1em);
	background: var(--color-main);
	padding: 0 10px;
}
.takeout_text{
	text-align: center;
}
.takeout_text p{font-size: 16px; padding-bottom: 20px;}
a.mobile_order{
	display: block;
	background: var(--color-main);
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	-moz-border-radius:10px;
	border-radius:10px;
	max-width: 300px;
	margin: 20px 0 0 0;
}
a.mobile_order:hover{
	background: #ea5514;
}

@media screen and (max-width: 800px) {
	.sec_wrap.menu_col2,
	.sec_wrap.menu_col2.col_even{
		flex-direction: column;
	}
	.menu_col2_slide{
	width: 100%;
	}
	.menu_col2_text,
	.menu_col2.col_even .menu_col2_text{
		width: 100%;
		padding: auto;
		padding: 15px 0;
	}
	.menu_col2 h2.section_title{
		/* text-align: center;
		margin-bottom: 20px; */
	}
	ul.menu_list{
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	ul.menu_list li{
		width: calc(50% - 10px);
		font-size: 18px;
	margin-bottom: 5px;
	}
	ul.menu_list li small{font-size: 12px;}
	.menu_sweets,
	.menu_side{
		width: 100%;
		max-width: 400px;
	}
}
@media screen and (max-width: 500px) {
	ul.menu_list{
		display: list-item
	}
	ul.menu_list li{
		font-size: 16px;
		width: 100%;
		margin-bottom: 15px;
	}
}

/* .home_content .swiper-pagination {
  position: static;
  margin-top: 12px;
  text-align: center;
} */
.home_content .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  border-radius: 0;
  background: var(--color-bg-light);
  opacity: 1;
}

.home_content .swiper-pagination-bullet-active {
  background: #000
}
/* .home_content #home_menu_side .swiper-pagination-bullet{
background: #555;
}
.home_content #home_menu_side .swiper-pagination-bullet-active{
background: #fff;
} */
@media screen and (max-width: 600px) {
	.home_content .swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	}
}


/* ACCESS */
.access_text{
	display: flex;
	justify-content: center;
	gap: 40px;
	padding-bottom: 30px;
}
.access_text p{margin: 0;}
.access_text a{color: #fff; text-decoration: underline;}

.access_text a[href*="tel:"]{
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .access_text a[href*="tel:"]{
    text-decoration: underline; 
    pointer-events: auto;
  }
}
@media screen and (max-width: 600px) {
	.access_text{
		flex-direction: column;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
}
ul.access_calendar{
	list-style: none;
	margin: 0;
	padding: 10px 0;
}
ul.access_calendar li{
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 15px;
}
ul.access_calendar li a{
	text-decoration: none;
	padding: 5px;
	border: 2px solid #fff;
	-moz-border-radius:10px;
	border-radius:10px;
}
/* MAP */

#js-access-map{
  width: 100%;
  height: 420px;           /* 好きな高さに */
}

/* もし「見た目として全部グレー」でOKなら */
#js-access-map.is-grayscale{
  filter: grayscale(1);
}

.swiper-slide{
	margin: 0;
	padding: 0;
}
