/* CSS Document */
body {
	overflow-x: hidden;
}
.hr {
	width :100%;
}
.sp_view {
	display: block!important;
}
.pc_view {
	display: none!important;
}

.wrapper {
	width:100%;
	box-sizing: border-box;
}
.slider {
	width: 100%;
}
.slider-item {
    max-width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
    height: 40vh;
}
.slick-dots {
	position: relative;
	z-index: 3;
    text-align: center;
	margin: auto;/*ドットの位置*/
}

.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 10px;
    width: 10px;
}
.wrap_header_nav {
	position: fixed;
    z-index: 1003;
	height: 100vh;
    background-color: var(--color-03);
    top: 0;
    right: 0;
    transition: all .4s;
	transform: translateX(100vw);
    width: 100%;
    padding: 0;
    justify-content: center;
    align-items: center;
}
.wrap_header_nav.active {
	transform: translateX(0);
}
.header_menusp {
    display: block!important;
}
.hmbg_consp {
  　width: 100%;
   margin: 0 auto;

}
#header ul {
    display: block;
    margin: 50px auto;
}
.uk-nav-sub {
    margin: 10px auto!important;
}
#header li a {
    line-height: 3em;
    display: block!important;
    width: 100%;
    box-sizing:border-box;
    font-size: 120%;
}
#header li a::after {
}
.wrap_header_nav nav{
	margin-top: 10px;
}

img.sns_btn_img {
    width: 50px!important;
    height: 50px!important;
}

#header.wrapper {
	padding:0;
}
#header li {
    margin-left: 0px;
}

#header h1 {
    margin: -2px auto -5px auto;
    width: 60%;
    display: block;
    padding: 0;
}
#header li a {
    margin-left: 20px;
}
.uk-nav-sub li a{
    color: #A06800!important;
}
.hdoc_text {
    font-size: 60%;
    /*margin-left: 20px;*/
    /*margin-top: -30px; */
    display: block;
    text-align: center;
    margin: 0 auto 5px auto;
}

.section-title {
	display: block;
    margin: 30px 0;
}
.backtle {
    padding: 50px 0 20px 0!important;
}
.h2_sub {
    font-size: 130%;
}
.concept_text {
    text-align: left;
    width: 80%;
    margin: 10px auto;
}
.concept_text p {
	background-color: rgba(255,255,255,0.8);
    padding: 25px;
    border-radius: 4px;
    font-size: 95%;
    line-height: 2.5;
}
.content {
	position:relative;
}
#concept_back {
    position: relative;
	overflow-x:hidden;
    width: 100%;
}
#concept_back .absolute01 {
	width: 90%;
    top: 100vw;
    right: -20%;
}
#concept_back .absolute02 {
    width: 80%;
    top: 30vh;
    left: -30%;
}
#concept_back .absolute03 {
	display:none;
	width: 70%;
    top: 90vh;
    left: -20%;
}
/*.wrap_concept {
	background-image: url(../img/foodimg01.png), url(../img/foodimg02.png), url(../img/foodimg03.png) ;
	background-repeat: no-repeat,no-repeat,no-repeat;
	background-size: 60%, 60%, 60%;
    background-position: -50% 10%, 60% 50%, 110% 90%;
}*/
.honey_title_h3 {
    margin: 32px 0!important;
    font-size: 130%;
    color: var(--color-01);
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.7;
}
.icon_honey {
	width: 80%;
    margin: 20px auto;
}
.hbflex {
	flex-wrap: wrap;
}
.modal_text,
.modal_text02 {
	width: 100%;
    margin: 0;
    font-size: 90%;
    line-height: 2;
}
.hbflex img {
	width: auto;
    display: block;
    margin: 20px 0 40px;
}
#mainvisual {
  margin-bottom: 0px;
}

#NEWS {
}
footer {
	background-color: var(--color-03);
	margin-bottom: 0!important;
    padding-bottom: 50px!important;
}
#footer .sns {
    justify-content: space-around;
}
#footer .sns li {
    width: 25%;
    margin: 0;
}
#footer .sns img {
    width: 70%;
}
.footer_logo .uk-width-1-2 {
	width: 100%;
}
#footer_nav {
    

}
.footer_logor {
	padding-left: 0!important;
}
#footer ul {
    line-height: 1.5!important; 

}
#footer .footer_nav_flex li{
    margin-bottom: 10px;
}
#footer .footer_nav_flex li a{

}
.footer_confl>* {
    padding-left: 0;
}
.ftcon {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.ft_logo {
    display: block;
    width: 100px!important;
    height: auto;
    margin: 0 auto 30px auto!important;
}
.group_work>* {
    display: block!important;
    width: 80%!important;
    padding-left: 0;
}
.group_work a {
    margin: 20px 0;
}
.group_work {
    max-width: 100%!important;
}
.img_ftlogo { 
    width: 100%!important;
    padding: 10px!important;
    align-items: center;
}
.copy {
	margin: 0;
    letter-spacing: 0;
    padding: 30px 5px;
}

.menu_flex {
    flex-wrap: wrap;
}
.wrap_history {
	padding: 10px;
}
.hist_contant {
    font-size: 3.5vw;
}
.wrapper_special {
	padding: 0;
	margin-bottom: 0;
}
.menugroup_pos {
}
.menugroup_flex {
    background-image: url(./../menu/img/menu_foodimg01.png);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position-x: 205%;
    background-position-y: center;
}
#sweets_menu .menugroup_flex {
    background-image: url(./../menu/img/menu_foodimg02.png);
    background-position-x: -100%;
}
#drink_menu .menugroup_flex {
    background-image: url(./../menu/img/menu_foodimg03.png);
}
#takeout .menugroup_flex {
    background-image: url(./../menu/img/menu_foodimg04.png);
    background-position-x: -100%;
}
#novelty .menugroup_flex {
    background-image: url(./../menu/img/menu_foodimg05.png);
}


.menupic_right{
	display: none;
}
.menupic_right img {
	width: 100%;
    position: relative;
    top: initial;
    right: inherit;
}
.menugroup_p_left {
	position: static;
    transform: translateY(0);
    width: 70%;
    padding: 50px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.2);
}
.menupic_left{
	display: none;
}
.menupic_left img {
	width: 100%;
    position: relative;
    top: initial;
    right: inherit;
}
.menugroup_p_right {
	position: static;
    transform: translateY(0);
    width: 70%;
    padding: 50px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.2);
	margin-left: 30%;
}
.menuchapter {
    margin-top: 0px;
}
.menuchapter .uk-child-width-1-4>* {
	width: 50%;
}
.rental_space {
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.rental_space img {
	margin: 10px auto;
}
.rental_space_text {
	width: 100%;
    margin: 20px;
}
.button_pink a {
	font-size: 100%;
    padding-bottom: 30px;
    margin: 50px auto;
}
.button_pink a:before {
	top: calc( 80% - 2px );
    right: 15%;
}
.button_pink a:after {
	top: 80%;
    left: 50%;
    width: 35%;
}
.button_pink a:hover:before {
    right: 15%;	
}
.button_pink a:hover:after {
    right:inherit;
    left: 50%;
}
.access_gmap {
	width: 100%;
}
.wrap_access_maps {
	flex-wrap: wrap;
	margin-top: 50px;
}
.access_map_img {
	order:2;
}
.wrap_access_info {
	order:1;
}
.access_info_p {
	font-size: 90%;
    margin: 4px 0;
}
.access_pt_h3 {
	font-size: 100%;	
}
.hmenu_img {
	width: 100px!important;
    position: absolute;
    bottom: 40px;
    left: calc( 50% - 50px );
}
.sk_naiyou {
    display: block;
}


/*.menuselect {
    border: #4A310D 1px solid;
    padding: 10px;
    
    
}  
.menutab_cntr_sp {
    width: 90%;
    margin: 0 auto!important;
    
}

.menutab div a {
    text-decoration: none;
    display: flex!important;
}
.menuselect:hover {
    background: #4A310D;
    color: #fff; 
}

*/

.menuselect {
    border: #4A310D 1px solid;
    padding: 10px;
    background: #FFFFFF;
    
}  
.menutab_cntr {
    background-color: rgba(71,47,0,0.2);
    padding: 40px 0;
    margin: 0 auto!important;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.menutab {
    width: 100%;
    font-size: 95%;
    margin: 0;
    padding: 0;
   
}
.menutab li {
    text-decoration: none;
    margin: 0;
    padding: 10px;
}
.menutab li a {
    text-decoration: none;
}
.menuselect:hover {
    background: #4A310D;
    color: #fff; 
}

/* ------------------------------------------------------ */
/*  ハンバーガーメニュー                                  */
/* ------------------------------------------------------ */
.item {
	position: fixed;
    z-index: 1010;
	top:10px;
    right: 10px;
}
@media only screen and (max-width: 768px) {
  .item {
    width: auto;
  }
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: calc( 50px * 0.6 );
  height: calc( 44px * 0.6 );
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color-02);
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top:calc( 20px * 0.5 + 1px );
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.hmenu.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-315deg);
}
.hmenu.active span:nth-of-type(2) {
  opacity: 0;
}
.hmenu.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(315deg);
}
.hmenu {
	z-index: 1010;
}
.hmenu_bg {
    background-color: rgba(0,0,0,0.5);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transition: all .2s;
    z-index: 1001;
	transform: translateX(100vw);
}
.hmenu_bg.active {
	transform: translateX(0);
}
body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
}

/*.fitimg img{
    width: 100%;
}*/
.contens_wp {
    display: block;
    margin: 0 auto 30px auto;
}
.backpink {
    margin-bottom: 20px!important;
}
.oclc {
    margin-top: -30px;
} 


.h3box-title {
    padding: 10px;
    font-size: 100%;
    background: #BB4B4D;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.3em;
}
.applay_way{
    margin: 2em 0;
    background: #FFFCFC;
    border: 1px solid #BB4B4D;
    box-shadow: 0 4px 6px rgba(255,149,165,0.22);
}
.applay_way p {
    margin: 0; 
    padding: 0 0 20px 0;
}

.button_pink.button_hf a{
    width: 75%;
    margin: 30px auto!important;
}

.event_topimg_full {
  position: relative;
  width: 100%;
  background: url( "../event/img/topimage_event03.png")
    center / cover;
  background-position: 60% 0%;
    
}
.access_topimg_full {
  position: relative;
  width: 100%;  
  background-position: 20% 0%;
    
}
.cnterimg {
  width: 100%;  
}

a.btn-event {
  width: 100%;
}

a.btn-event:hover:before {
  -webkit-transform: translateX(880%) translateY(.8rem);
  transform: translateX(880%) translateY(.5rem);

}
.btn-fm {
    font-size: 100%;
    padding: 0;
}
.info_01 {
    border: 2px solid var(--color-01);
    padding: 10px;
    max-width: 90%;
    display: block;
    margin: 0 auto;   
    
}
.info_h {
    font-size: 110%;
    background: #F9F9F9;
    color: #FF9A9B;
    text-align: center;
    padding: 10px;
}
.info_01 th,td {
    padding: 10px; 
}
.info_01 th {
    font-size: 110%;
    color: #F9A6A6;
    text-align: center;
    background: #FFFCFC;
    letter-spacing: 0.2em;
}
.info_01 td {
    font-size: 120%;
    color: #000;
    text-align: center;
}
.info_01 table {
    border-collapse:  collapse; 
    width: 100%;
}
.bnr_csm {
    margin: 20px 0;
}
.wrap_latest_study_report {
    flex-wrap: wrap;
    display: block;

  
}
.latest_study_report {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
}
.infoflx {
    display: block;
}
.p_em {
    margin-bottom: 50px;
    margin-top: 0px;
}
.span_sm {

}
#inner_back01 {
    margin: 100px auto;
}

.contitle_sp {
    padding: 30px 0;
}
/*.slider{
  width: 400px;
  height: 600px;
  overflow: scroll;
}*/
td.p-2 {
    text-align: inherit;
    position: sticky!important;
    top: 0;
    left: 0;
}
.ph-2 {
    z-index: 10000;
}
.trpan {
    margin-bottom: 50px;
}

.allergy-info__table--first thead tr:first-child th:first-child {
    width: auto;
}
@media only screen and (max-width: 375px) {
  .allergy-info__table--first thead tr:nth-child(2) th:nth-child(-n+8) {
    padding: 0 30px;
  }
}

/* ------------------------------------------------------ */
/*  UIKit                                                 */
/* ------------------------------------------------------ */
.uk-width-1-2 {
	width: 100%!important;
}
*+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
    margin-top: 8px;
}
#sakuraterrace_event [class*=uk-child-width]>* {
	width: 100%;
    flex: none;
}
.ul_flx {
    display: block;
}


/* ------------------------------------------------------ */
/* サポーター                                            */
/* ------------------------------------------------------ */
#supporter {
    background-position: 67% 50%;  
       
}

.sptrgrop {
   display: block;
     margin: 0 auto!important;
    justify-content: center!important;
}
.sptrgrop a {
    /* box-sizing: content-box; */
    box-sizing: border-box;
}
.sptrgrop div {

}
.aspo img {
    width: 100%;    
}
.aspo {
    width:280px;
    display: block;
    margin:0 auto;
}

.menu_h2sub {
  letter-spacing: 0.2em;  
  position: relative;
  padding: 1em 1em 1em 2em;
  border-top: var(--color-01) solid 1px;
  font-weight: bold;
  margin: 50px auto;
  font-size: 130%;
  color: var(--color-01);
}
.h3_title {
    font-size: 110%;
}
.oclc {
    font-size: 110%;
}
.catchcopy {
    font-family: "Kiwi Maru", serif!important;
  font-weight: 500;
  font-style: normal;
    font-size: 130%;
    color: var(--color-01);
    text-align: center;
}

.button-41 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px auto;
    padding: .9em 2em;
    
    border: none;
    border-radius: 25px;
    background-color: #DD3B64;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}


.menusml_em  {
    font-style: normal;
    font-size: 70%;
    margin: 0 auto;
}
.menusml_p {
    font-style: normal;
    font-size: 85%;
    margin: 0 auto 15px auto;
}

.ft_logo {
    margin: 0px auto 80px auto;
}
.external_bn {
    display:none!important;
}
#header > div:nth-of-type(3){
    width: 100%;
    margin-top: 0px;
}

#header {
    box-shadow: 0 0 3px var(--color-05);
}
.wrapper_table_algy {
  height: auto;
　margin: 0 auto;
  overflow-y: auto;
  padding-right: 10px;
  -webkit-overflow-scrolling: none;
}
.iseikaihoney_pmf_img {
    width: 100%;
}

.lastorder {
    display: block;
    margin: 10px auto -20px auto!important;
    text-align: center!important;
    padding: 5px 8px;
    background: #E5D0BC;
    border-radius: 10px;
    font-size: 80%;
}

img.event_fly {
    width: 80%!important;
}

.wblok>* {
    width: 100%!important;
    display: block!important;
}

.sp-fixed {
  background-color: #efefef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 20px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
}

.sp-fixed .btn:first-child {
  margin-right: 20px;
}

.sp-fixed .btn a {
  display: inline-block;
  background-color: red;
  color: #fff;
  font-size: 13px;
  padding: 15px 30px;
  border-radius: 20px;
  text-decoration: none;
}
.hours img {
    width: 100%!important;
}
.info_hours tbody th,
.info_hours tbody td {
    border-bottom: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.uk-modal-body {
    width: 100%!important;
}

.event_title {
    font-size: 1.1rem;
	padding: 10px!important;
}
.event_text {
    font-size: 0.9rem;
}
.event_title_bg {
}