@CHARSET "UTF-8";
/*
Theme Name: Nicraic様
date: 2019.03.19
*** basic setting on css/normalize.css ***
*/


/* = common setting
-------------------------------------------------------------- */ 

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	overflow-y: scroll;
}
body {
	margin: 0;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
	font-family : 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #000;
	line-height: 1.7;
	letter-spacing: 1px;
}
.font_mincyo{
	font-family: "Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E",Meiryo;
}
.font_en__hand{
  font-family: 'Italianno', cursive;
}
.font_en{
  font-family: 'Balthazar', serif;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover {
	color: #000;
}
img{
	max-width: 100%;
	height: auto;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: bottom;
}
iframe{
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	margin: 0 0 20px;
}
ul,dl,dt,dd{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p{
	margin: 0 0 20px;
}
.sp_none{
	display: none;
}

.btn_link{
	border: #000 solid 1px;
	color: #000;
	display: block;
	padding: 8px 20px;
	width: 100%;
	max-width: 300px;
	margin: 10px auto;
	text-align: center;
}
.btn_link:hover{
	background: #000;
	color: #fff;
}

table{
	width: 100%;
	border-collapse: collapse;
  border-spacing: 0;
}
table th{
	padding: 5px 10px;
	display: block;
	text-align: left;
	font-weight: normal;
}
table td{
	padding: 5px 10px 15px;
	display: block;
}

.txt_right{
	text-align: right;
}

/* Clearing floats */
.clear:after{
	clear: both;
}
.clear:before,
.clear:after{
	display: table;
	content: "";
}

.accordion dd{
	display: none;
}
/*
.flex-direction-nav a{
  width: 20px;
  height: 20px;
  z-index: 10;
}
.flex-direction-nav a:before{
  content: '' !important;
  width: 20px;
  height: 20px;
  border-top: #000 solid 1px;
  border-left: #000 solid 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.flex-direction-nav .flex-next{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -10px;
}
.flex-direction-nav a.flex-prev{
  left: -10px;
}
.slick-prev{
  left: -5px;
  width: 10px;
  height: 10px;
  z-index: 10;
}
.slick-next{
  right: -5px;
  width: 10px;
  height: 10px;
  z-index: 10;
}
.slick-prev:before, 
.slick-next:before{
  content: '' !important;
  width: 10px;
  height: 10px;
  border-top: #000 solid 1px;
  border-left: #000 solid 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
}
.slick-next:before{
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-slide:focus{
  outline: 0;
}*/
.youtube_wrap{
  position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper{
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
}





/* =Calerdar
-------------------------------------------------------------- */

#biz_calendar{
  max-width: 100%;
}
#biz_calendar table.bizcal{
  border: 0;
  box-shadow: 0 0 5px rgba(0,0,0,.5);
  margin: 0 0 10px;
}
#biz_calendar table.bizcal th,
#biz_calendar table.bizcal td{
  display: table-cell;
  border: #fff solid 2px;
}
#biz_calendar table.bizcal .holiday,
#biz_calendar p span.boxholiday{
  background: #eda6a5;
}
#biz_calendar table.bizcal .today{
  background: #fffa90;
}
#biz_calendar table.bizcal .calmonth,
#biz_calendar table.bizcal .down-img,
#biz_calendar table.bizcal .today-img,
#biz_calendar table.bizcal .up-img{
  background: #ccc;
  padding: 5px;
}
#biz_calendar table.bizcal .calmonth{
  padding: 5px 10px;
  font-weight: normal;
}
#biz_calendar table.bizcal th{
  background: none;
}
#biz_calendar p{
  text-align: right;
  line-height: 1.2;
}



/* =Header
-------------------------------------------------------------- */

#site_header{
  position: relative;
}
#header_logo{
  width: 45px;
  height: 45px;
  display: block;
}
#header_tel{
  display: none;
}


/* =Nav
-------------------------------------------------------------- */

.menu_wrap dt{
	position: fixed;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	background: #54bdb2;
	text-align: center;
	z-index: 9999;
}
.menu_wrap dt span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 5px;
}
.menu_wrap dt span.border{
	width: 34px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
}
.menu_wrap dt span.border:nth-of-type(1) {
	top: 10px;
}
.menu_wrap dt span.border:nth-of-type(2) {
	top: 20px;
	opacity: 1;
}
.menu_wrap dt span.border:nth-of-type(3) {
	top: 30px;
}
.menu_wrap dt.open span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu_wrap dt.open span:nth-of-type(2) {
	opacity: 0;
}
.menu_wrap dt.open span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
.main_navigation dd{
	width: 100%;
	background: #54bdb2;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.main_navigation dd ul{
	padding-top: 60px;
  width: 100%;
}
.main_navigation dd ul li a{
	color: #fff;
	display: block;
	padding: 15px 10px;
	border-bottom: #fff solid 1px;
  position: relative;
}
.main_navigation dd ul li a br{
  display: none;
}
.main_navigation dd ul li a i{
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main_navigation dd ul li#nav_span{
  display: none;
}





/* =Footer
-------------------------------------------------------------- */

#site_footer{
  background: #54bdb2;
  padding: 30px 0 0;
  color: #fff;
  margin-top: 20px;
}
#footer_logo{
  width: 90px;
  display: block;
  margin: 0 auto 20px;
}
#footer_map li a{
  display: block;
  padding: 10px 0;
  color: #fff;
  border-bottom: #fff dotted 1px;
}
#footer_copy{
  font-size: 12px;
  padding: 30px 0 20px;
  margin: 0;
  text-align: center;
}





/* =Top
-------------------------------------------------------------- */

#front_information{
  margin: 20px auto;
  box-shadow: 0 0 3px rgba(0,0,0,.5);
  padding: 10px;
  background: rgba(255,255,255,.8);
}
#front_information h2{
  font-size: 35px;
  margin-bottom: 10px;
  line-height: 1;
}
#front_information li p{
  margin-bottom: 3px;
  font-size: 12px;
}
#front_information li a{
  display: block;
  padding: 5px 0;
}
#front_information li:not(:last-child){
  border-bottom: #000 dotted 1px;
}

#front_mess{
  padding: 80px 0 30px;
}
#front_mess h2{
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

#front_insta{
  padding: 30px 0;
  background: #f4eee6;
}
#front_insta h2{
  font-size: 35px;
  margin-bottom: 10px;
  line-height: 1.2;
  text-align: center;
}

#front_shop{
  padding: 30px 0;
}
#front_shop__logo{
  text-align: center;
  margin-bottom: 20px;
}
#front_shop__logo img{
  width: 125px;
}
#front_shop p{
  margin-bottom: 10px;
  text-align: center;
}
#front_shop p.tel{
  font-size: 16px;
  font-weight: bold;
}
#front_shop p.tel span{
  font-size: 20px;
}

#front_photo{
  position: relative;
  margin-bottom: 30px;
}
#front_photo h2{
  background: rgba(255,255,255,.8);
  border-radius: 100px;
  width: 200px;
  height: 200px;
  color: #54bdb2;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 5;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#front_photo h2 span{
  width: 100%;
}
#front_access{
  margin-bottom: 80px;
}
#front_access__inner li iframe{
  width: 100%;
  height: 350px;
}

#instafeed{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#instafeed li{
  width: 33.33%;
  padding: 0 5px;
  margin-bottom: 10px;
}


/* =Page
-------------------------------------------------------------- */

#page_404{
  text-align: center;
}
.page_header{
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #ccc;
  padding: 60px 0;
  margin-bottom: 50px;
}
.page_header .page_title{
  margin: 0;
  font-size: 30px;
}
#page_about .page_header{
  background-image: url('images/about/header.jpg');
}
#page_gift .page_header{
  background-image: url('images/gift/header.jpg');
}
#page_product .page_header{
  background-image: url('images/product/header.jpg');
}
#page_obento .page_header{
  background-image: url('images/obento/header.jpg');
  margin-bottom: 350px;
}
#info_header.page_header{
  background-image: url('images/information/header_info.jpg');
  height: 200px;
  background-position: center right;
}
.page_container{
  padding-bottom: 50px;
}




/* =About
-------------------------------------------------------------- */


.about_section{
  margin-bottom: 50px;
}
.about_section h2,
.about_section h1{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
#about01{
  background: url('images/about/bg.jpg') no-repeat right top;
  background-size: 100%;
}




/* =Gift
-------------------------------------------------------------- */

#page_gift{
  padding: 0;
}
#gift_intro{
  margin-bottom: 50px;
}
#gift_intro img{
  width: 150px;
  display: block;
  margin: 0 auto 30px;
}
#gift_intro h1{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
#gift_wrap{
  background: #222;
  color: #fff;
}
.gift_box{
  padding: 30px 0;
  border-bottom: #fff solid 2px;
}
.gift_box__inner{
  margin-top: 10px;
}
.gift_box__inner h2{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.gift_box__inner p{
  margin: 0;
}





/* =Obento
-------------------------------------------------------------- */

#page_obento{
  position: relative;
}
#page_obento #shop_calendar{
  position: absolute;
  top: 200px;
  right: 5%;
  width: 90%;
}
#obento_intro h1{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 10px;
}
#obento_intro h1::after{
  content: '';
  width: 150px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -75px;
}
.obento_section{
  padding: 30px 0;
}
.obento_sec__header{
  background: #54bdb2;
  color: #fff;
  padding: 20px 5%;
  text-align: center;
  margin-bottom: 30px;
}
.obento_sec__header h2{
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.obento_sec__header p{
  font-size: 13px;
  margin: 10px 0 0;
}
.obento_sec__header .icon_takeout{
  width: 50px;
  position: absolute;
  top: -10px;
  left: 0;
}

ul.obento_list{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
}
.obento_list li{
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.obento_list li.column100{
  width: 100%;
  margin: 0;
}
.obento_list li h3{
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}
.obento_list p{
  margin-bottom: 10px;
}
.obento_list p.small{
  font-size: 80%;
}
.obento_list p.price{
  text-align: center;
}
.obento_list p.price span{
  font-size: 150%;
  font-weight: bold;
}
.obento_list__day{
  text-align: center;
  border-bottom: #000 solid 1px;
  padding-bottom: 5px;
  font-weight: bold;
}
#link_pamph{
  margin-bottom: 80px;
  background: #54bdb2;
  color: #fff;
  border: #54bdb2 solid 1px;
  font-size: 16px;
  padding: 20px 0;
  width: 90%;
  max-width: 980px;
}
#link_pamph:hover{
  background: #fff;
  color: #54bdb2;
}
#obento_pamhplet{
  background: #f4eee6;
  padding: 30px 0;
}
#obento_pamhplet h2{
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

#obento_contact{
  background: #000;
  color: #fff;
  padding: 30px 0;
}
#obento_contact a{
  color: #fff;
  text-decoration: underline;
}
#obento_contact h3{
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  text-align: center;
}
#obento_contact h3 span{
  font-size: 150%;
}
.obento_order{
  font-size: 15px;
  font-weight: bold;
}
.obento_order span{
  padding: 0 5px;
  background: -webkit-linear-gradient(transparent 60%,#ffff00 0%);
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#ffff00 0%);
}
.obento_section__inner .obento_list{
  margin-top: 10px;
  margin-bottom: 30px;
}
#obento_odoburu .obento_order{
  width: 100%;
}




/* =Information
-------------------------------------------------------------- */

#column_header{
  position: relative;
}
#column_header h1,
#column_header p{
  margin: 0;
}
#column_header__name{
  position: absolute;
  bottom: 20px;
  left: 20%;
  z-index: 10;
  width: 100px;
}
#column_header__name img,
#column_header__name svg{
  display: block; 
}
#column_header__name img{
  padding: 0 0 10px 10px;
  width: 70px;
}
#column_header__name svg,
#column_header__name image{
  width: 100%;
  height: auto;
}
.cls-1{
  fill:none;
  stroke:#fff;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:45px;
  fill-rule:evenodd; 
}
#info_logo{
  width: 30%;
  max-width: 150px;
  position: absolute;
  bottom: -40px;
  left: 5%;
  z-index: 10;
}
#column_container{
  background: #54bdb2;
  padding: 50px 0 100px;
}
#page_information .wrapper{
  max-width: 800px;
}
#info_intro{
  color: #fff;
  margin-bottom: 50px;
}
#info_archive li{
  border-bottom: #000 solid 1px;
}
#info_archive li a{
  display: block;
  padding: 10px;
}
#info_archive li p{
  margin: 0;
  font-size: 12px;
}
.posted_cat{
  background: #333;
  color: #fff;
  padding: 0 10px;
  border-radius: 3px;
  margin-right: 5px;
  display: inline-block;
}
.posted_date{
  font-size: 12px;
}
.entry_content{
	padding-bottom: 80px;
}
.entry_content p{
	word-break: break-all;
}
.entry_content img{
	margin-top: 10px;
	margin-bottom: 10px;
}
.nav_single{
	clear: both;
	text-align: center;
	border-top: #00561f dotted 1px;
	padding-top: 30px;
	position: relative;
}
.nav_single .nav_prev{
	position: absolute;
	top: 30px;
	left: 0;
}
.nav_single .nav_next{
	position: absolute;
	top: 30px;
	right: 0;
}
.wp-pagenavi{
  text-align: center;
  padding: 50px 0 0;
}
.wp-pagenavi span,
.wp-pagenavi a{
  padding: 10px;
  margin: 0 3px;
  border: #000 solid 1px;
}
.wp-pagenavi span.current{
  background: rgba(255,255,255,.6);
}
#info_single{
  margin-top: 30px;
}
#single_header{
  border-bottom: #000 solid 1px;
  margin-bottom: 30px;
}
#single_header h1{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#single_header p{
  margin-bottom: 10px;
}
#info_single .btn_link{
  background: #fff;
}
#info_single .btn_link:hover{
  background: #000;
}

#info_title{
  text-align: center;
  margin-bottom: 30px;
}
#info_title img{
  width: 40%;
  max-width: 350px;
}
#info_title h1{
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 0;
}



/* =Product
-------------------------------------------------------------- */

.product_section{
  margin-bottom: 80px;
}
.product_section h2{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}
.product_section h2::after{
  content: '';
  background: #000;
  width: 150px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -75px;
  position: absolute;
}
.product_section h3{
  color: #54bdb2;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.product_box__inner{
  margin-top: 10px;
}
.product_box__inner h4{
  margin-bottom: 10px;
  font-size: 12px;
}
.product_box__inner h4 span{
  font-size: 150%;
  font-weight: bold;
}
.product_box__inner p{
  margin-bottom: 10px;
}
.product_box__inner p.product_desc{
  margin-bottom: 30px;
}
#product04 ul{
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#product04 ul li{
  width: 48%;
  margin-bottom: 20px;
}
#product04 ul li span{
  font-size: 12px;
  display: block;
}
.product_desc br{
  display: none;
}


#bento_img{
  max-width: 1200px;
  margin: 40px auto 50px;
}


/* =RWD
-------------------------------------------------------------- */

@media screen and (min-width: 768px){
  .pc_none{
		display: none;
	}
	.sp_none{
		display: block;
	}
  table th{
		padding: 10px;
		display: table-cell;
		background: none;
	}
	table td{
		padding: 10px;
		display: table-cell;
	}
	.flex-direction-nav a{
    width: 40px;
    height: 40px;
    opacity: 1;
  }
  /*
 .flex-direction-nav a:before{
    width: 40px;
    height: 40px;
  }
  .flex-direction-nav a.flex-prev{
    left: -20px !important;
  }
  .flex-direction-nav .flex-next{
    right: -20px !important;
  }
  .slick-prev{
    left: -10px;
    width: 20px;
    height: 20px;
  }
  .slick-next{
    right: -10px;
    width: 20px;
    height: 20px;
  }
  .slick-prev:before, 
  .slick-next:before{
    width: 20px;
    height: 20px;
  }*/
  #site_footer{
    padding: 0;
  }
  #footer_logo{
    margin: 0;
  }
  #footer_map{
    display: -webkit-flex;
    display: flex;
    margin-left: 10px;
  }
  #footer_map li{
    padding-right: 15px;
    margin-right: 15px;
    line-height: 1;
    border-right: #fff solid 1px;
  }
  #footer_map li:last-child{
    border: 0;
    padding: 0;
    margin: 0;
  }
  #footer_map li a{
    padding: 0;
    border: 0;
  }
  #footer_map li a:hover{
    text-decoration: underline;
  }
  #main_slide__inner{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 20px 0;
  }
  #front_information{
    width: 55%;
    margin: 0;
  }
  a:hover .posted_title{
    text-decoration: underline;
  }
  #shop_calendar{
    width: 43%;
  }
  #front_mess{
    padding: 30px 0;
    text-align: center;
  }
  #front_shop{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    max-width: 400px;
  }
  #front_shop__inner{
    margin-left: 30px;
  }
  #front_shop p{
    text-align: left;
  }
  #front_photo ul{
    display: -webkit-flex;
    display: flex;
  }
  #front_photo ul li{
    width: 50%;
  }
  #front_access p{
    text-align: center;
  }
  #front_access__inner{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #front_access__inner li{
    width: 50%;
  }
  #front_access__inner li iframe{
    height: 350px;
  }
  #instafeed li{
    width: 16.6%;
    padding: 0 10px;
  }
  #gift_intro{
    text-align: center;
  }
  #gift_intro h1{
    font-size: 24px;
  }
  #gift_intro p{
    font-size: 16px;
    line-height: 2;
  }
  .gift_box .wrapper{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .gift_box img{
    width: 50%;
  }
  .gift_box__inner{
    margin: 0;
    padding: 0 30px 30px;
    width: 50%;
  }
  .gift_box:nth-child(2n) .wrapper{
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #page_obento #shop_calendar{
    top: 120px;
    width: 250px;
  }
  #page_obento .page_header{
    margin-bottom: 60px;
  }
  #obento_intro{
    padding-right: 300px;
  }
  .obento_section{
    padding: 50px 0;
  }
  .obento_sec__header{
    padding: 40px 0;
    margin-bottom: 50px;
  }
  .obento_sec__header h2{
    font-size: 24px;
  }
  .obento_sec__header p{
    font-size: 16px;
  }
  .obento_list li{
    padding: 0 50px;
    margin-bottom: 50px;
  }
  #obento_pamhplet p{
    text-align: center;
  }
  #obento_contact p{
    text-align: center;
  }
  .obento_order{
    text-align: center;
  }
  #info_intro{
    text-align: center;
    line-height: 2.2;
  }
  #info_archive li a{
    display: table;
    width: 100%;
    padding: 15px 0;
  }
  #info_archive li a span{
    display: table-cell;
  }
  #info_archive li a span.posted_date{
    width: 100px;
  }
  #info_archive li a:hover .posted_title{
    text-decoration: underline;
  }
  #single_header h1{
    font-size: 24px;
  }
  .product_section h3,
  #product04 p{
    text-align: center;
  }
  .product_box{
    display: -webkit-flex;
    display: flex;
    -justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .product_box img{
    width: 50%;
  }
  .product_box__inner{
    width: 50%;
    padding-left: 30px;
  }
  #column_header__name{
    left: 50%;
  }
}
@media screen and (min-width: 1024px){
	.accordion dd{
		display: block;
	}
  .flex-direction-nav a.flex-prev{
    left: -40px !important;
  }
  .flex-direction-nav .flex-next{
    right: -40px !important;
  }
  #header_logo{
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .page_container{
    padding-bottom: 100px;
  }
	.menu_wrap{
		-webkit-transition: .3s;
		transition: .3s;
	}
	.menu_wrap dt{
		display: none;
	}
	.main_navigation dd{
		display: block !important;
		position: static;
		background: none;
	}
  .main_navigation dd ul{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 0 10px 90px;
  }
  .main_navigation dd ul li{
    padding: 0 20px;
    text-align: center;
    line-height: 1.5;
  }
	.main_navigation dd ul li a{
		border: 0;
    color: #000;
    padding: 0;
	}
  .main_navigation dd ul li a br{
    display: block;
  }
  .main_navigation dd ul li a i{
    display: none;
  }
  #header_tel{
    display: block;
    background: #222;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  #footer_logo{
    width: auto;
    margin: 0;
  }
  #site_footer .wrapper{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  #footer_map li{
    padding-right: 20px;
    margin-right: 20px;
  }
  #footer_copy{
    padding: 0 0 20px;
  }
  #main_slide__wrap{
    position: relative;
  }
  #main_slide__inner{
    position: absolute;
    bottom: 10px;
    right: 5%;
    z-index: 10;
    width: 600px;
    padding: 0;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  #front_information{
    margin-bottom: 25px;
    border-radius: 8px;
  }
  .posted_cat{
    background: #fff;
    color: #000;
  }
  #front_mess{
    padding: 80px 0;
  }
  #front_mess h2{
    font-size: 24px;
    margin-bottom: 50px;
  }
  #front_mess p{
    font-size: 16px;
    line-height: 2.5;
  }
  #front_insta{
    padding: 50px 0;
  }
  #front_insta h2{
    font-size: 48px;
  }
  #front_shop{
    padding: 50px 0;
    max-width: 700px;
  }
  #front_shop__logo img{
    width: auto;
  }
  #front_shop__inner{
    margin-left: 40px;
  }
  #front_shop p{
    font-size: 18px;
  }
  #front_shop p.tel{
    font-size: 24px;
  }
  #front_shop p.tel span{
    font-size: 30px;
  }
  #front_photo{
    margin-bottom: 50px;
  }
  #front_photo h2{
    font-size: 18px;
    width: 260px;
    height: 260px;
    border-radius: 130px;
  }
  #front_access{
    margin-bottom: 100px;
  }
  #front_access p{
    font-size: 16px;
    line-height: 2;
  }
  #front_access__inner{
    margin-top: 50px;
  }
  .page_header{
    padding: 150px 0;
    margin-bottom: 80px;
  }
  .page_header .page_title{
    font-size: 50px;
  }
  #info_header.page_header{
    height: 400px;
  }
  .about_section{
    margin-bottom: 100px;
  }
  .about_section h2,
  .about_section h1{
    font-size: 24px;
    margin-bottom: 50px;
  }
  .about_section p{
    text-align: center;
    line-height: 2.2;
    font-size: 16px;
    margin-bottom: 50px;
  }
  #gift_intro{
    margin-bottom: 80px;
  }
  #gift_intro img{
    width: 250px;
  }
  .gift_box{
    padding: 50px 0;
  }
  .gift_box__inner h2{
    font-size: 24px;
    margin-bottom: 50px;
  }
  .gift_box__inner p{
    font-size: 16px;
  }
  #obento_intro{
    padding-right: 0;
  }
  #obento_intro h1{
    font-size: 24px;
  }
  #obento_intro p{
    text-align: center;
    font-size: 16px;
    line-height: 2;
  }
  .obento_list__day{
    font-size: 16px;
  }
  .obento_list li h3{
    font-size: 18px;
  }
  .obento_list p.small{
    text-align: center;
  }
  #obento_pamhplet{
    padding: 50px 0;
  }
  #obento_pamhplet h2{
    font-size: 24px;
  }
  #obento_contact{
    padding: 50px 0;
  }
  #obento_contact h3{
    font-size: 24px;
  }
  #obento_odoburu .obento_sec__header,
  #obento_beef .obento_sec__header{
    padding: 60px 0;
  }
  .obento_sec__header .icon_takeout{
    width: 120px;
    top: -40px;
    left: 50px;
  }
  .obento_order{
    font-size: 20px;
    margin: 30px auto;
    line-height: 2;
  }
  .obento_section__inner{
    text-align: center;
  }
  .obento_section__inner p{
    margin-bottom: 20px;
  }
  #obento_beef{
    padding: 50px 0 0;
  }
  #info_logo{
    width: 350px;
    max-width: 350px;
    left: 50%;
    margin-left: -500px;
    bottom: -50px;
  }
  #info_container{
    padding: 80px 0 150px;
  }
  #info_intro{
    font-size: 16px;
  }
  #info_archive li a{
    font-size: 16px;
  }
  #info_archive li a span.posted_date{
    font-size: 16px;
    width: 150px;
  }
  .product_section{
    margin-bottom: 100px;
  }
  .product_section h2{
    font-size: 24px;
    margin-bottom: 50px;
  }
  .product_section h3{
    font-size: 24px;
    margin-bottom: 50px;
  }
  .product_box__inner{
    padding-left: 50px;
  }
  .product_box__inner p{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .product_box__inner p.product_desc{
    margin-bottom: 50px;
  }
  .product_desc br{
    display: block;
  }
  #product04 p{
    font-size: 16px;
  }
  #product04_intro{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 50px;
  }
  #product04 ul li{
    max-width: 450px;
    margin-bottom: 80px;
  }
  #product04 ul li span{
    font-size: 16px;
    margin-top: 5px;
  }
  #column_header__name{
    width: 300px;
    bottom: 50px;
  }
  #column_header__name img{
    width: 180px;
    padding: 0 0 20px 20px;
  }
  #info_title{
    margin-bottom: 80px;
  }
  #info_title h1{
    font-size: 36px;
  }
}
@media screen and (min-width: 1400px){
  #header_logo{
    width: 140px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -70px;
    z-index: 10;
  }
  .main_navigation dd ul{
    -webkit-justify-content: center;
    justify-content: center;
    padding: 20px 0;
  }
  .main_navigation dd ul li#nav_span{
    width: 180px;
    display: block;
  }
  #header_tel{
    padding: 20px 30px;
  }
  .main_navigation dd ul li{
    padding: 0 20px;
  }
  .main_navigation dd ul li:first-child,
  .main_navigation dd ul li:nth-child(2),
  .main_navigation dd ul li:nth-child(3){
    padding: 0 30px;
  }
  #header_tel{
    padding: 18px 40px;
    font-size: 16px;
  }
}

.gallery_item a{
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  padding-top : 100%;
}
.insta_img{
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: none;
}




/*  steak 2020.10   */
.font_min{
  font-family: 'Noto Serif JP', serif;
}
#steak_header{
  background-image: url('images/steak/main.jpg');
  margin: 0;
}
#steak_header h1{
  width: 100px;
  margin: 0 auto
}
.steak_sec{
  padding: 30px 0;
}
.steak_sec h2{
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
#steak01{
  background: #f4eee6;
}
#steak01 h2 span{
  display: block;
  margin-bottom: 30px;
}
#steak01 h2 img{
  width: 80px;
}
#steak02 h2 span{
  font-size: 170%;
}
#steak02 h2 img{
  width: 70px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -150px;
}
.steak_box{
  margin-bottom: 30px;
}
.steak_photo{
  text-align: center;
}
.steak_box p{
  margin-bottom: 10px;
}
.steak_box__inner{
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.steak_box__left{
  width: calc(100% - 120px);
  padding-right: 10px;
}
.steak_box__left h3{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.steak_box__price{
  font-size: 16px;
}
.steak_box__price span{
  font-size: 70%;
}
.steak_box__pork{
  width: 120px;
}
.steak_box__spec li{
  background: #f4eee6;
  border-radius: 30px;
  padding: 2px 10px;
  margin-bottom: 5px;
}
.steak_box__spec li span{
  display: inline-block;
  width: 70px;
}
.steak_box__comment{
  font-size: 12px;
}
#steak03{
  padding-top: 0;
}
#steak03_header{
  position: relative;
  background: #54bdb2;
  padding: 5px 5% 20px;
}
#font_howto{
  width: 90px;
  position: absolute;
  right: 50%;
  margin-right: -150px;
  top: -10px;
}
#steak03_header h2{
  color: #fff;
  margin: 0;
}
#steak03_header h2 img{
  width: 150px;
}
#steak03_header h2 span{
  display: block;
  margin-top: 10px;
}
#steak03 h3{
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
#steak_flow{
  margin-bottom: 50px;
}
#steak_flow li{
  display: flex;
  align-items: center;
  border-bottom: #54bdb2 solid 1px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}
#steak_flow li img{
  width: 40px;
}
#steak_flow li span{
  font-weight: bold;
  width: calc(100% - 40px);
  padding-left: 10px;
}
#steak_attention{
  margin-top: 30px;
  font-size: 12px;
}
#steak_attention li{
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
#steak03 .youtube_wrap{
  background: #ccc;
}
#main_slide{
  position: relative;
}
#bnr_steak{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 5;
  width: 120px;
}
@media screen and (min-width: 768px){
  #steak01 p{
    text-align: center;
    line-height: 2.2;
  }
  .steak_sec{
    padding: 50px 0;
  }
  .steak_sec h2{
    font-size: 20px;
  }
  #steak_lineup{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .steak_box{
    width: 48%;
    margin-bottom: 50px;
  }
  #steak03_inner{
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
  }
  #bnr_steak{
    width: 200px;
    transform: none;
    top: 50px;
  }
}
@media screen and (min-width: 1024px){
  #page_steak{
    font-size: 16px;
  }
  #steak_header h1{
    width: auto;
  }
  .steak_sec{
    padding: 80px 0;
  }
  .steak_sec h2{
    font-size: 30px;
    margin-bottom: 50px;
  }
  #steak01 h2 span{
    margin-bottom: 50px;
  }
  #steak01 h2 img{
    width: auto;
  }
  .steak_box__left{
    width: calc(100% - 230px);
    padding-right: 20px;
  }
  .steak_box__left h3{
    font-size: 26px;
    margin: 0;
  }
  .steak_box__pork{
    width: 230px;
  }
  .steak_box__price{
    font-size: 20px;
  }
  .steak_box__spec li{
    padding: 2px 20px;
  }
  .steak_box__spec li span{
    width: 80px;
  }
  .steak_box__comment{
    font-size: 14px;
  }
  .steak_box__inner{
    margin: 10px 0 20px;
  }
  .steak_box p{
    margin-bottom: 20px;
  }
  #steak_flow li img{
    width: 75px;
  }
  #steak_flow li span{
    width: calc(100% - 75px);
    font-size: 20px;
    padding-left: 30px;
  }
  #steak02 h2 img{
    width: auto;
    margin-left: -300px;
  }
  #steak03_header{
    padding: 30px 0 40px;
    margin: 0 10px;
  }
  #steak03_header h2 img{
    width: auto;
  }
  #steak_flow{
    margin-bottom: 80px;
  }
  #font_howto{
    width: auto;
    margin-right: -400px;
  }
  #steak03 h3{
    font-size: 30px;
    margin-bottom: 50px;
  }
  #steak_attention{
    margin-top: 50px;
  }
  #steak_attention li{
    text-align: center;
    font-size: 16px;
  }
  #bnr_steak{
    width: auto;
  }
  #bnr_steak:hover img{
    transform: scale(1.05);
  }
}