@charset "UTF-8";

/* INTERFACE */

body>header{
	height:70px;
	padding:0 10px;
	position:relative;
}

body>header>h1{
	padding:25px 0 0;
	font-size:20px;
	line-height:1;
}

body>header>h1 img{
	width:200px;
	vertical-align:bottom;
}

/* tgle menu start-- */
#menu-tgle{
	display: inline-block;
	position: fixed;
	top: 30px;
	right: 20px;
	width: 30px;
	height: 22px;
	vertical-align: middle;
	cursor: pointer;
	z-index: 100;

}

#menu-tgle span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	box-sizing: border-box;
	background-color: #abc936;
	transition: all .5s;
}

#menu-tgle.active span {
	background-color: #fff;
}

#menu-tgle span:nth-of-type(1) {
	top: 0;/*1st line*/
}

#menu-tgle.active span:nth-of-type(1) {
	transform: translateY(8px) rotate(-45deg);
}

#menu-tgle span:nth-of-type(2) {
	top: 9px;/*2nd line*/
}

#menu-tgle.active span:nth-of-type(2) {
	opacity: 0;
}

#menu-tgle span:nth-of-type(3) {
	bottom: 0;/*3rd line*/
}

#menu-tgle.active span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

/*-------------------------------
tgle menu 中身
--------------------------------*/
body>header>nav {
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
	height: 100%;
	padding-top:100px;
	background: #abc936;
	z-index: 10;
	transform: translate(100%);
	transition: all .3s;
}

nav.open {
	transform: translateZ(0);
}

body>header>nav ul{
	list-style-type:none;
	padding:0;
	color:#abc936;
	font-size:20px;
	line-height:1;
	letter-spacing:0.2rem;
}

body>header>nav a{
	display:block;
	padding: 25px 0;
	text-align:center;
}

body>header>nav a:link,
body>header>nav a:visited{
	text-decoration:none;
	color:#fff;
}
body>header>nav a:hover,
body>header>nav a:active{
	color:#666;
}
/* tgle menu end-- */

#home_contents_area{
	width:100%;
	margin:0 auto 70px;
}

#home_keyvisual_area{
	margin:0 auto 40px;
}

#home_welcome_area{
	margin:0 auto;
	text-align:center;
}

#home_welcome_area h2{
	margin:0 0 40px;
	color:#333;
	font-size:18px;
	font-weight:normal;
	line-height:1;
	letter-spacing:1.2px;
}

#home_welcome_text{
	margin:0 auto 60px;
	padding:0 20px;
}

#home_welcome_area p{
	margin:0 auto 24px;
	color:#333;
	text-align:justify;
	font-size:14px;
	line-height:1.6;
	letter-spacing:1px;
}

.break_tb{
	display:none;
}

#home_salsa_btn{
	padding:0 10px;
	text-align:center;
	font-size:20px;
	line-height:1;
}

#home_salsa_btn img{
	margin:0 auto 50px;
	width:90%;
	vertical-align:bottom;
}

/* HOME enty area-- */

.home_entry_check{
	text-align:center;
}

#home_entry_area{
	padding:40px 0 40px;
	background-color:#fef7eb;
}

#home_entry_area>h2{
	width:60%;
	margin:0 auto;
	padding:15px 10px 0;
	background-color:#fff;
	color:#85b981;
	font-size:18px;
	line-height:1;
	text-align:center;
	letter-spacing:2px;
	border-radius:20px 20px 0 0;
}

#home_entry_area>p{
	width:94%;
	margin: 0 auto;
	padding:20px 0 30px;
	color:#85b981;
	font-size:15px;
	line-height:1;
	text-align:center;
	background-color:#fff;
}

#home_entry_bg{
	width:94%;
	margin:0 auto;
	padding:0;
	background-color:#fff;
}

#home_entry_party{
	margin:0 0 40px;
}

#home_entry_pic01{
	width:100%;
}

#home_entry_pic01 img,
#home_entry_pic02 img{
	width:100%;
	margin:0;
	vertical-align:bottom;
}

#home_entry_check1{
	width:100%;
	text-align:center;
}

#home_entry_check1>h3,
#home_entry_check2>h3{
	margin:15px 0 15px;
	color:#f98e10;
	font-size:18px;
	line-height:1;
	letter-spacing:1.5px;
	text-align:center;
}

#home_entry_check1>p,
#home_entry_check2>p{
	margin:0 0 20px;
	text-align:justify;
	font-size:15px;
	color:#666;
	line-height:1.8;
	padding:0 20px;
}

#home_entry_check1 img,
#home_entry_check2 img{
	width:65%;
	margin:0;
	vertical-align:bottom;
}

#home_entry_washoku{
	width:100%;
	padding:0 0 40px;
}

#home_entry_pic02{
	width:100%;
}

#home_entry_check2{
	width:100%;
	text-align:center;
}

#home_mexico_area{
	margin:0 auto;
	padding:50px 0 0 0;
	background-color:#fff;
}

#home_mexico_header_area{
	margin:0 auto;
	padding:0 20px;
	background-image:url("../img/home_mexico_map.png");
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100%;
	text-align:center;
}

#home_mexico_header_area>p{
	margin:0;
	padding:77% 0 14px;
	color:#333;
	font-size:15px;
	line-height:1;
	letter-spacing:1px;
}

#home_mexico_header_area>h2{
	margin:0 0 16px;
	color:#333;
	font-size:24px;
	line-height:1;
	font-weight:normal;
}

#home_mexico_header_area>img{
	width:60px;
	height:4px;
	margin:0 0 18px;
	font-size:4px;
	vertical-align:bottom;
}

#home_mexico_history{
	overflow:hidden;
}

#home_mexico_area>section{
	margin:0 0 40px;
}

.text_home_history{
	margin:0 5%;
	color:#444;
	font-size:14px;
	line-height:2;
	text-align:justify;
}

#home_mexico_iseki{
	width:100%;
	margin:0 auto 20px;
}

#home_mexico_metate{
	width:50%;
	margin:0 10px 10px 10px;
	float:right;
}
#home_mexico_world{
	padding-bottom:60px;
}

#home_mexico_world>div{
	margin:0;
	width:100%;
}
#home_mexico_gensan{
	margin:0 auto;
	width:60%;
}

#home_mexico_gensan img{
	width:100%;
	vertical-align:bottom;
	line-height:1;
	border-radius:50%;
	border:1px solid #94c899;
	padding:10px;
	box-sizing:border-box;

}

#home_mexico_history img,
#home_mexico_history2 img{
	width:100%;
	vertical-align:bottom;
}

#home_mexico_worldmap img{
	display:none;
}

#home_mexico_food{
	margin:0 auto;
	padding:0 20px;
}

#home_mexico_food>div{
	width:85%;
	margin:0 auto 40px;
}

#home_mexico_food>div>img{
	margin:0;
	width:100%;
	vertical-align:bottom;
}

.text_home_3box{
	margin:12px 0;
	padding:0;
	color:#444;
	font-size:13px;
	line-height:1.8;
}

#home_mexico_gracias{
	width:90%;
	margin:0 auto;
	padding:30px 0 0;
	text-align:center;
}

.text_home_gracias{
	margin:0 0 26px;
	padding:0;
	color:#444;
	font-size:15px;
	line-height:2;
}

#home_mexico_igaiga{
	width:54%;
	padding-top:50px;
	margin:0 auto;
}

#home_mexico_igaiga>img{
	margin:0;
	vertical-align:bottom;
	width:100%;
}


/* HOME page btn ara-- */
#home_btn_wave{
	display:none;
}

#home_btn_click_area{
	border-bottom:2px solid #fff;
}

#home_btn_click_area picture img{
	margin:0;
	padding:0;
	height:20px;
	font-size:18px;
	line-height:1;
	vertical-align:bottom;
	background-color:#abc936;
}

#home_btn_click_area a{
	display:block;
	padding:30px 40px;
	border-top:2px solid #fff;
	background-color:#abc936;
	background-image:url("../img/home_btn_arr.svg");
	background-repeat:no-repeat;
	background-position:right 20px center;
	background-size:20px 20px;
	text-decoration:none;
	font-size:20px;
	line-height:1;
}

#home_btn_click_area a:hover{
	opacity:0.7;
}

/* SALSA */
#salsa_contents_area{
	margin:0 auto 70px;
}

#salsa_keyvisual_area{
	width:100%;
	margin:0 0 40px;
	background-color:#fff;
	position:relative;
}

#salsa_keyvisual_foto{
	text-align:center;
	top:0;
	right:0;
}

#salsa_pc_kv{
	width:100%;
	vertical-align:bottom;
}

#salsa_keyvisual_area>h2{
	margin:0;
	line-height:1;
}

#salsa_keyvisual_logo{
	width:100%;
	padding:30% 0 0 0;
	position:absolute;
	top:0;
	left:0;
}

#salsa_keyvisual_logo img{
	width:58%;
	vertical-align:bottom;
}

#salsa_welcome_area{
	margin:0 auto 60px;
	padding:0 20px;
	text-align:center;
}

#salsa_welcome_area>p{
	margin:0 auto;
}

.lead_text_p{
	color:#444;
	font-size:15px;
	line-height:1.8;
	text-align:justify;
}
#salsa_joke{
	padding:60px 0 0;
}

#joke_box{
	width:75%;
	padding:30px 10px 20px;
	box-sizing:border-box;
	border:1px solid #5bbbc6;
	border-radius:10px;
	position:relative;
	margin:0 auto;
}

.mini12_text{
	margin:0;
	color:#444;
	font-size:13px;
	line-height:1.6;
	text-align:justify;
}

.mini14_text{
	margin:0;
	color:#444;
	font-size:13px;
	line-height:1.8;
	text-align:justify;
}

#joke_box>img{
	width:115px;
	position:absolute;
	top:-20px;
	left:25px;
}

#salsa_red_area,
#salsa_green_area{
	margin:0 0 60px;
	border-bottom:1px solid #ddd;
}

.recipe_foto_image_area{
	margin:0 0 50px 0;
}

.salsa_image_foto{
	width:100%;
	margin:0;
	vertical-align:bottom;
}

.recipe_explanation_area{
	margin:0 auto;
	width:80%;
}

.recipe_subtitle{
	margin:20px 0 10px 0;
	text-align:left;
	color:#444;
	font-size:16px;
	line-height:1;
}

#h_mexicana{
	margin:0 0 20px;
	text-align:left;
	color:#f98e10;
	font-size:22px;
	line-height:1;
}

#h_verde{
	margin:0 0 20px;
	text-align:left;
	color:#1fa842;
	font-size:22px;
	line-height:1;
}

.recipe_note_text{
	margin:0 0 20px;
	text-align:justify;
	color:#444;
	font-size:14px;
	line-height:1.8;
}

.recipe_point{
	width:80%;
	margin:0 auto;
}

.recipe_point>img{
	width:90px;
}

.salsa_ingredient_area{
	margin:0 0 40px;
}

.salsa_detail{
	width:90%;
	margin:0 auto;
	background-color:#fafafa;
}

.salsa_detail>h4{
	margin:0;
	padding:20px 0 0 20px;
	color:#444;
	font-size:16px;
	line-height:1;
}

.salsa_detail_cooking>h4{
	margin:0;
	padding:20px 0 20px 20px;
	color:#f9b710;
	font-size:16px;
	line-height:1;
	border-bottom:1px dashed #f9b710;
}

.list_recipe{
	list-style-type:none;
	margin:20px 0 0 0;
	padding:0;
	color:#444;
	font-size:14px;
	line-height:1.5;
	border-bottom:1px solid #d0d0d0;
}

.list_recipe li{
	border-top:1px dashed #d0d0d0;
	padding:10px 0 10px 20px;
}

.list_cooking{
	list-style-type:none;
	margin:20px 0 0 0;
	padding:0;
	color:#444;
	font-size:14px;
	line-height:1.6;
}


.recipe_foto_adjust{
	width:70%;
	margin:0 auto;
	padding:30px 0 0;
}

.recipe_foto_adjust>img,
.cooking_foto_adjust>img{
	width:100%;
	margin:0;
	vertical-align:bottom;
	line-height:1;
}

.salsa_cooking_area{
	margin:0 0 40px;
}

.salsa_detail_cooking{
	margin:0 auto;
	width:90%;
}

.list_cooking li{
	margin:0;
	padding:10px 0 10px 50px;
	position:relative;
}

.list_cooking li span{
	width:24px;
	height:24px;
	display:inline-block;
	color:#f9b710;
	position:absolute;
	left:10px;
	top:6px;
	text-align:center;
	border:1px solid #f9b710;
	border-radius:5px;
	line-height:26px;
}

.text_asterisk{
	margin:0;
	padding:0 0 0 50px;
	font-size:13px;
	color:#444;
	line-height:1.6;
}

.cooking_foto_adjust{
	width:80%;
	margin:0 auto;
	padding-top:30px;
}

.salsa_recommend_area{
	width:100%;
	margin:0 0 60px;
	background-color:#fafafa;
}

.salsa_recm_title_area{
	padding:30px 0 20px 0;
	background-image:url("../img/salsa_rec_mark.svg");
	background-size:14px 14px;
	background-position:left 20px top 30px;
	background-repeat:no-repeat;
	text-align:left;
}

.salsa_recm_title{
	margin:0;
	padding:0 0 0 45px;
	color:#444;
	font-size:14px;
	line-height:1;
}

.salsa_recm_colum{
	width:80%;
	margin:0 auto;
	padding:0 0 20px 0;
	display:flex;
	flex-wrap:wrap;
	text-align:center;
	justify-content:space-evenly;
}

.salsa_recm{
	padding:0;
}

.salsa_recm img{
	width:110px;
	margin:0;
	vertical-align:bottom;
	border-radius:5px;
}

.recm_text{
	margin:0;
	padding:10px 0 20px;
	font-size:13px;
	color:#444;
	text-align:center;
	line-height:1;
}

.salsa_recm a{
	color:#444;
	text-decoration:none;
}

.salsa_recm a img:hover{
	opacity:0.7;
}

.salsa_recm a p:hover{
	color:#f9b710;
}

#salsa_preservative_area{
	width:80%;
	margin:0 auto;
	padding:0;
}

#salsa_preservative_area>h3{
	margin:0 0 30px;
	padding:0 0 20px;
	color:#5bbbc6;
	font-size:16px;
	line-height:1;
	text-align:center;
	background-image:url("../img/salsa_paleblue_dot.gif");
	background-size:40px 4px;
	background-position:center bottom;
	background-repeat:no-repeat;
	letter-spacing:2px;
}

#salsa_preservative_area>p{
	margin:0 0 30px 0;
	color:#444;
	font-size:13px;
	line-height:2;
	text-align:justify;
}

#salsa_fridge_area{
	width:80%;
	padding:0 0 25px 0;
	margin:0 auto;
	box-sizing:border-box;
	text-align:center;
}

#salsa_freezer_area{
	width:80%;
	margin:0 auto;
	box-sizing:border-box;
	text-align:center;
}

.h_mini_text{
	margin:0 0 15px 0;
	color:#444;
	font-size:14px;
	line-height:1;
	letter-spacing:3px;
}

#salsa_preservative_foto_area>div>img{
	margin:0 0 15px 0;
	width:75%;
	padding:10px;
	line-height:1;
	vertical-align:bottom;
	border:1px solid #5bbbc6;
	border-radius:50%;
}

.page_btn_wave{
	display:none;
}

.page_btn_click_area{
	border-bottom:2px solid #fff;
}

.page_btn_click_area picture img{
	margin:0;
	padding:0;
	height:20px;
	font-size:18px;
	line-height:1;
	vertical-align:bottom;
	background-color:#abc936;
}

.page_btn_click_area a{
	display:block;
	padding:30px 40px;
	border-top:2px solid #fff;
	background-color:#abc936;
	background-image:url("../img/home_btn_arr.svg");
	background-repeat:no-repeat;
	background-position:right 20px center;
	background-size:20px 20px;
	text-decoration:none;
	font-size:20px;
	line-height:1;
}

.page_btn_click_area a:hover{
	opacity:0.7;
}

/* WASHOKU */
#washoku_contents_area{
	margin:0 auto 70px;
}

#washoku_keyvisual_area{
	margin:0 0 40px;
	position:relative;
}

#washoku_keyvisual_foto img,
#washoku_keyvisual_foto picture{
	width:100%;
	margin:0;
	padding:0;
	vertical-align:bottom;
}

#washoku_keyvisual_area>h2{
	width:100%;
	margin:0;
	line-height:1;
	position:absolute;
	top:0;
	left:0;
}

#washoku_keyvisual_area>h2 img,
#washoku_keyvisual_area>h2 picture{
	margin:0;
	vertical-align:bottom;
}

#washoku_welcome_area{
	margin:0 0 70px;
	padding:0 20px;
	text-align:center;
}

.lead_text_first{
	margin:0 0 30px;
	padding:0;
	color:#444;
	font-size:18px;
	line-height:1.8;
	letter-spacing:1px;
}

.lead_text_second{
	margin:0 0 20px;
	color:#444;
	font-size:14px;
	line-height:1.8;
	text-align:center;
}

#washoku_arrange_01_h{
	width:55%;
	margin:0 auto 20px;
	padding:12px 22px 18px 26px;
	text-align:center;
	background-image:url("../img/mini_mark_cirantro_ylw.svg"),url("../img/mini_mark_chill_ylw.svg");
	background-repeat:no-repeat;
	background-position:left top,right top 14px;
	background-size:26px,26px;
}

#washoku_arrange_01_h>h3{
	margin:0;
	padding:0;
	color:#f9b710;
	font-size:16px;
	line-height:1;
}

.washoku_arrange_01{
	margin:0 0 60px;
	padding:0 4%;
}

.washoku_arrange_01_foto{
	width:80%;
	margin:0 auto;
	padding:0;
}

.washoku_arrange_01_foto>img{
	width:100%;
	margin:0;
	padding:0;
	vertical-align:bottom;
	border-radius:10px;
}

.washoku_arrange_01_note{
	width:86%;
	margin:0 auto;
}

.washoku_arrange_01_note>h4{
	width:86%;
	margin:0 auto 10px;
	padding:20px 0 14px 0;
	color:#444;
	font-size:17px;
	font-weight:normal;
	line-height:1;
	text-align:center;
	border-bottom:1px solid #f9b710;
	letter-spacing:1px;
}

.washoku_note_text{
	margin:0;
	padding:0 20px;
	color:#444;
	font-size:14px;
	line-height:1.8;
	text-align:justify;
}


#washoku_arrange_02_h{
	width:80%;
	margin:0 auto 20px;
	padding:12px 12px 6px 12px;
	text-align:center;
	background-image:url("../img/mini_mark_cirantro_grn.svg"),url("../img/mini_mark_chill_grn.svg");
	background-repeat:no-repeat;
	background-position:left top,right top 14px;
	background-size:26px,26px;
}

#washoku_arrange_02_h>h3{
	margin:0;
	padding:0;
	color:#abc936;
	font-size:16px;
	line-height:1;
}

.washoku_arrange_02{
	margin:0 auto 60px;
	padding:0 4%;
}

.washoku_arrange_02:nth-child(3){
	margin:0 auto;
	padding:0 4%;
}
.washoku_arrange_02_foto{
	margin:0 auto 20px;
}

.washoku_arrange_02_foto>img{
	width:100%;
	margin:0;
	padding:0;
	vertical-align:bottom;
	border-radius:10px;
}

.washoku_arrange_02_note{
	margin:0 0 0 4%;
	border-left:1px solid #abc936;
}

.washoku_arrange_02_note>h4{
	margin:0 20px;
	padding:10px 0 20px;
	color:#444;
	font-size:17px;
	font-weight:normal;
	line-height:1;
	text-align:left;
	letter-spacing:1px;
}

/* PARTY */
#party_contents_area{
	margin:0 auto 70px;
}

#party_keyvisual_area{
	width:100%;
	margin:0 0 40px;
	position:relative;
}

#party_keyvisual_foto img,
#party_keyvisual_foto picture{
	width:100%;
	margin:0;
	vertical-align:bottom;
}

#party_keyvisual_area>h2{
	width:100%;
	margin:0;
	position:absolute;
	top:0;
	left:0;
	line-height:1;
}

#party_keyvisual_area>h2 img,
#party_keyvisual_area>h2 picture{
	margin:0;
	vertical-align:bottom;
}

#party_welcome_area{
	margin:0 0 70px;
	padding:0 20px;
	text-align:center;
}

#party_story_area{
	margin:0 0 80px 0;
}

#party_sidevisual_area{
	display:none;
}

#party_food_area{
	padding:0 20px;
}

.party_food_parts{
	margin:0 0 50px;
}

#food_foto_01{
	margin:0 0 15px 0;
	text-align:right;
}

#food_foto_01 img{
	width:74%;
	margin:0;
	vertical-align:bottom;
	border-radius:50%;
}

#food_text_01{
	margin:0;
	padding:0 14px 0;
}

.text_food_line01{
	margin:0 0 18px;
	padding:0px;
	color:#666;
	font-size:16px;
	line-height:1;
	letter-spacing:0.1em;
}

.text_food_line01>span{
	border-bottom:4px solid #daecf8;
}

.text_food_line02{
	margin:0;
	color:#666;
	font-size:14px;
	line-height:1.8;
	text-align:justify;
}

#food_foto_02{
	margin:0 0 15px;
	text-align:center;
}

#food_foto_02 img{
	width:55%;
	margin:0;
	vertical-align:bottom;
	border-radius:50%;
}

#food_text_02{
	margin:0;
	padding:0 20px;
	text-align:center;
}

#food_foto_03{
	margin:0 0 15px 0;
	text-align:left;
}

#food_foto_03 img{
	width:50%;
	margin:0;
	vertical-align:bottom;
	border-radius:50%;
}

#food_text_03{
	margin:0;
	padding:0 0 0 35px;
	text-align:left;
}

#food_foto_04{
	margin:0 0 10px 0;
	text-align:right;
}

#food_foto_04 img{
	width:65%;
	margin:0;
	vertical-align:bottom;
	border-radius:50%;
}

#food_text_04{
	margin:0;
	padding:0 0 0 55px;
}

#food_foto_05{
	margin:0 auto 15px;
	text-align:center;
}

#food_foto_05 img{
	width:74%;
	margin:0;
	vertical-align:bottom;
	border-radius:50%;
}

#food_text_05{
	margin:0;
	padding:0;
	text-align:center;
}

/* REFERENCE BOOOK */

#ref_contents_area{
	margin:60px auto 70px;
	padding:0 20px;
}

#ref_heading_bg{
	background-image:url("../img/ref_embro_top.svg");
	background-repeat:no-repeat;
	background-position:left top;
	background-size:120px;
}

#ref_contents_area h2{
	margin:0 0 40px;
	padding:68px 0 34px;
	text-align:center;
	color:#444;
	font-size:18px;
	font-weight:normal;
	line-height:1;
	letter-spacing:0.3em;
}

#ref_book_intro_area{
	margin:0 auto;
	text-align:center;
}

.ref_book01{
	margin:0 0 40px 0;
	padding:0;
}

.ref_book01:last-child{
	margin:0 0 20px 0;
	padding:0;
}

.ref_book01 img{
	margin:0;
	padding:0;
	width:146px;
	vertical-align:bottom;
}

.book_title{
	margin:12px 0 12px;
	color:#444;
	font-size:13px;
	line-height:1;
}

.book_text{
	margin:0 0 8px;
	color:#444;
	font-size:10px;
	line-height:1;
}

#ref_bg{
	padding:0 0 120px;
	background-image:url("../img/ref_embro_btm.svg");
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:120px;
}