@charset "UTF-8";

/* =============================================
	mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: #fafafa;
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #111;
	border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
}
#menu-button.is-active .ham-lines span {
	opacity: 0;
}
#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* Mobile Menu Button end */

/* =============================================

	Common settings

============================================= */
/* table border and paddings */
table th,
table td{
	border: 1px solid #424242;
	padding: 10px;
}

/* =============================================

	Media Query

============================================= */
@media screen and (max-width: 1400px) { /* for iPad pro landscapes */

}

@media screen and (max-width: 1180px) { /* for tablet landscapes */

	#pagewrap {
		position: relative;
		padding-bottom: 51px;
	}

	#header.header {
		padding-top: 0;
	}
}

@media screen and (max-width: 1024px) { /* for tablet landscape */
	
	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	.wpcf7 table tr th,
	.wpcf7 table tr td{
		width:100%;
		display:block;
		padding: 10px 0px;
	}
	.wpcf7 table tr th{
		padding-bottom:0;
	}
	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/

}

@media screen and (max-width: 980px) { /* for mobile landscape */
	#pc-backtop {
		display: none;
	}
	#footer .sp-footer-icons-container {
		display: flex;
	}
}

@media screen and (max-width: 939px) {
	/* module menu button visible */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	#main-menu-container {
		position: fixed;
		z-index: 700;
		top: 0;
		left: -100vw;
		right: auto;
		bottom: auto;
		overflow-y: auto;
		background-color: #f1f1f1;
		display:block;
		width: 100vw;
		height: 100vh;
		transition: .3s linear;
	}
	#main-menu-container.is-active{
		left: 0;	
	}
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */	
}

@media screen and (max-width: 820px) { /* for tablet portrate */
	#pc-backtop {

	}
	#footer .sp-footer-icons-container {

	}
}

@media screen and (max-width: 768px) { /* for mobile  */
	

}

@media screen and (max-width: 460px) { /* for mobile small  */
	

}



body.skin-default{
   background:#fff;
}

body *{
    box-sizing:border-box;
}

/**pagewidth body

:root{
  --pagewidthbody:1600px;
}

#pagewrap,
.themify_builder_row.fullwidth .row_inner{
	max-width:var(--pagewidthbody);
    width: 100%;
    margin: 0 auto;
}

end pagewidth body**/

body .pagewidth{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

.module_row > .row_inner{
	width:100%;
}


/* -----End pagewrap pagewidth----- */

/* -----header----- */
body #headerwrap{
	background: url("../../uploads/header-line.png") repeat-x top center;
}

#headerwrap #header,
#footerwrap #footer{
   border:0px;
}

body #header.header{
	padding:50px 0 30px;
}

.header-txt {
    text-align: right;
    font-size: 11px;
    color: #c0c0c0;
	clear:both;
}

.header-brand-container{
	float:left;
	padding:0;
}

.rh{
	float:right;
	padding:0;
}

.header-rb1 {
    text-align: left;
    margin-top: 30px;
}

.header-phone-rb2 {
    margin-top: 7px;
    padding-bottom: 46px;
}

body #site-logo{
	position:static;
}

body #site-logo a,
body #site-logo img{
	display:inline-block;
	vertical-align:middle;
}

/* -----end header----- */

/* -----menu----- */

#headerwrap #main-menu-container{clear:both;}
 #headerwrap #main-menu{width: 100%;text-align:center;list-style:none;margin:0 auto;display: flex;align-items: center;justify-content: center;}
 #headerwrap #main-menu > li {padding:0;margin:0;display:inline-block;position:relative;}
 #headerwrap #main-menu > li > a {padding:0;margin:0;color:transparent;font-size:18px;text-decoration:none;font-family: "Hannari","Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;display:inline-block;height:35px;}
 #headerwrap #main-menu li ul.sub-menu{width:100%;border: 0;border-radius: 0;padding: 0;background:rgba(255,255,255,0.8);}
 #headerwrap #main-menu li ul.sub-menu li {border-bottom: 1px dotted #ccd6e3;width: 100% !important;}
 #headerwrap #main-menu li ul.sub-menu li a {padding: 18px 0 17px;font-size: 13px;width: 100% !important;color: #434343 !important;z-index:100;}
 /*#headerwrap #main-menu .current_page_item a,#pagewrap #main-menu .current-menu-item a {background-color: transparent;color: #666;border-radius: 0;}*/

 #headerwrap #main-menu  li.nav_f,
 #headerwrap #main-menu  li.nav00 {display:none;}

#headerwrap #main-menu > li:hover{
	border-color:#00c8ea;
}

#headerwrap #main-menu ul.sub-menu li a:hover{
	text-decoration:none;
}

#headerwrap #main-menu li.nav01 a {
    background: url("../../uploads/nav01.png") no-repeat center;
    width: 127px
}

#headerwrap #main-menu li.nav02 a {
    background: url("../../uploads/nav02.png") no-repeat center;
    width: 222px
}

#headerwrap #main-menu li.nav03 a {
    background: url("../../uploads/nav03.png") no-repeat center;
    width: 138px
}

#headerwrap #main-menu li.nav04 a {
    background: url("../../uploads/nav04.png") no-repeat center;
    width: 163px
}

#headerwrap #main-menu li.nav05 a {
    background: url("../../uploads/nav05.png") no-repeat center;
    width: 205px
}

#headerwrap #main-menu li.nav06 a {
    background: url("../../uploads/nav06.png") no-repeat center;
    width: 145px
}

#headerwrap #main-menu li.nav01:hover a {
    background: url("../../uploads/nav01on.png") no-repeat center
}

#headerwrap #main-menu li.nav02:hover a {
    background: url("../../uploads/nav02on.png") no-repeat center
}

#headerwrap #main-menu li.nav03:hover a {
    background: url("../../uploads/nav03on.png") no-repeat center
}

#headerwrap #main-menu li.nav04:hover a {
    background: url("../../uploads/nav04on.png") no-repeat center
}

#headerwrap #main-menu li.nav05:hover a {
    background: url("../../uploads/nav05on.png") no-repeat center
}

#headerwrap #main-menu li.nav06:hover a {
    background: url("../../uploads/nav06on.png") no-repeat center
}

#headerwrap #main-menu li ul.sub-menu{
	display: block !important;
    position: absolute;
	top:calc(100% + 1px);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s ease-in, opacity 0.1s ease-in;
	z-index: 100;
    border-radius: 5px;
    left: -999em;
	width:100%;
	border: 0;
	border-radius: 0;
	padding:8px 0 0;
	background-image: linear-gradient(to top, rgba(47,200,226,0.95) , rgba(110,224,243,0.95));
	list-style:none;
	margin:0;
	white-space: nowrap;
}
#headerwrap #main-menu li:hover > ul.sub-menu{
    left: 50%;
    transform: translateX(-50%);
	visibility: visible;
    opacity: 1;
}

/* -----end menu----- */

/* -----footer----- */

.footer-up {
    background: #000;
    padding: 90px 0 60px;
	color:#fff;
}

.footer-up .pagewidth{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-lb{
	margin:0 30px 30px 0;
}

.footer-rb-phone {
    padding-bottom: 10px;
}

.footer-rb{
	margin:0 0 30px;
}

.footer-rb font {
    color: #bc9cbe;
}

#footerwrap #footer{
	overflow:hidden;
}

.footer_box_1{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

body #footerwrap #footer-nav{
	text-align:center;
	margin:20px 0;
}
body #footerwrap #footer-nav li {
    border-right:1px solid #000;
  line-height:1;
	margin:0 0px 7px 0;	
}
body #footerwrap #footer-nav li:last-child{
	border:0;	
}
#pagewrap #footerwrap #footer-nav li a{
	color:#000;
  font-size:13px;
  padding:0 13px 0 10px;
	text-decoration:underline;
}

#pagewrap #footerwrap #footer-nav li a:hover{
	text-decoration:none;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children{
	border:0;
  margin:0;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children > a{
    border-left:1px solid #fff;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children a{
	padding:0 4px 0 10px;
}

#pagewrap #footerwrap #footer-nav li.nav01 a{
  padding: 0 10px 0 0;
}

#footerwrap #footer-nav  li.nav_h{display:none;}

body #footerwrap #footer-nav li .sub-menu{
	display:inline;
  margin:0;
  line-height:1;
}

body #footerwrap #footer-nav li .sub-menu:before{
	content:"(";
}

body #footerwrap #footer-nav li .sub-menu:after{
	content:")";
  padding-right:4px;
}

#pagewrap #footerwrap #footer-nav li .sub-menu li{
  border:0;
}

#pagewrap #footerwrap #footer-nav li .sub-menu li::before{
	content:"/";
}


#pagewrap #footerwrap #footer-nav li .sub-menu li:first-child::before{
	content:"";
}

#pagewrap #footerwrap #footer-nav li .sub-menu li a{
	padding:0 4px;
  border:0;
}


.copyright-container{
	background:none;
  padding:5px 0 4px;
	text-align:center;
}

.copyright-container span{
	color:#000;
  font-size:13px;
}

.copyright-container a img{
	display:block;
}

.copyright-container span,.copyright-container a{
  display:inline-block;
	vertical-align:middle;
  padding-left:3px;
}

body #pc-backtop{
	width:auto;
    bottom:280px;
}

#pagewrap .f-con .rtt a{
	padding:0;
}

/* -----end footer----- */

/* -----general----- */

body .module.module-layout-part{
	margin-bottom:0px;
}

#pagewrap .module .module-title{

}

.module-image:hover a img{
	opacity:0.7;
}

table{
	width:100%;
	border-collapse:collapse;
}


.module.module-buttons *{
	display:block;
}

.module.module-buttons span{
	margin:0;
}


#content{
	padding:0;
}

.module{
	margin-bottom:30px;
}
.module p:last-child{
	margin:0;
}

body .module_row > .row_inner {
    max-width:100%;
}

/* -----end general----- */


.text_season_1.module .module-title{
	font-size: 30px;
    color: #000;
    margin-bottom:45px;
    line-height: 1.3;
}

.policy-gallery.gallery img {
    border: none;
    vertical-align: middle;
    border: 1px solid #fff;
}

.info-table tr{
    border-bottom: 1px dotted #d7c4d8;
}
.info-table td {
    padding: 20px 0 18px 0;
    vertical-align: top;
	border:0;
}

.info-table td:first-child {
    font-weight: bold;
    color: #bc9cbe;
    width: 20%;
}

/* POST */

.post_home_1.module{
}

.post_home_1 .list-post{
	height: 220px;
    overflow: auto;
    border-top: none;
    background: #fff;
    max-width: 700px;
    width:100%;
	margin: 0 auto;
    padding: 5px 45px;
    border: 1px solid #c7c7c7;
}

.post_home_1.module.module-post .post{
      border-bottom: 1px dotted #bebebe;
    margin-bottom: 5px;
    padding-top: 30px;
    padding-bottom:30px;
}

.post_home_1 time{
  margin: 0;
    float: left;
    color: #b992b7;
    margin-right: 15px;
    margin-top: -1px;
}

.post_home_1.module.module-post .post-title{
	color: #000;
    font-size: 13px;
}

.post .entry-content p:last-child{
	margin:0;
}

/* End POST */

.ternant-title2.module .module-title{
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #000;
    padding: 20px 0 18px 0;
	margin-bottom:15px;
}

.ternant-title3.module .module-title{
    font-size: 16px;
    color: #000;
    padding: 3px 0 0 20px;
    border-bottom: 1px solid #000;
    background: url("../../uploads/ternant-title3-bg.png") no-repeat left top;
}

.ternant-table td {
    padding: 13px 10px 10px 10px;
    border: 1px solid #b7b7b7;
}

.ternant-table td:nth-child(odd) {
    font-weight: bold;
    background: #f4f0f4;
    width: 15%;
}

@media screen and (max-width: 1280px) {
}


@media screen and (max-width: 1180px) {

	#pagewrap .pagewidth{
    width:98%;
  }
	#headerwrap #main-menu li.nav00 {
		display: block;
	}
	
/* 	body.mobile_menu_active #header,body #header.header  {
    padding:50px 0;
	} */

/* 	.header-brand-container,.rh{
		float:none;
		text-align:center;
		padding:0;
	 } */
	
	.header-rb1 {
		text-align:center;
	}
	
/* 	.header-txt {
		text-align: center;
		margin: 0 0 20px;
	} */
	
	.header-phone-rb2 {
		padding-bottom: 0;
	}
	
	.h_contact{
		display:none;
	}
#headerwrap #main-menu-container.is-active{
		display: flex;
    align-items: center;
	background:rgba(255,255,255,0.95);
	}
/* #headerwrap #main-menu {
    background: none;
    padding-right: 0;
	flex-direction: column;
} */
#headerwrap #main-menu li ul.sub-menu {
		position: static;
		opacity: 1;
		visibility: unset;
		background: none;
		padding:0;
	}
	#headerwrap #main-menu li ul.sub-menu li {
    	background:none;
		padding-bottom:15px;
	}
	li ul.sub-menu li:first-child {
		padding-top: 0;
	}
	li ul.sub-menu li:last-child {
		padding-bottom: 0;
	}
/* #headerwrap #main-menu-container ul > li.menu-item{
		padding:15px 10px;
		background: none;
		text-align: center;
		border-bottom:0;
		line-height:1.4 !important;
		font-size:23px;
	} */
	
/* 	#headerwrap #main-menu > li > a{
		background:none !important;
		color:#000;
		text-align:center;
		font-size:23px;
		height:auto;
		width:auto !important;
	} */

body .sp-footer-icons-container a {
    font-size: 14px;
    padding: 11px 0;
}

#pagewrap {
    padding-bottom: 0;
}

body #footer .sp-footer-icons-container a{
		background:#333;
		color: #fff;
		border-color:#fff;
	}

  
}


@media screen and (max-width: 1024px) {
	
	#pagewrap {
    padding-bottom:50px;
}
	
/* 	.footer_box_1 {
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 20px 10px;
	} */
	
}

@media screen and (max-width: 939px) {
  
	#pagewrap .pagewidth{
    width:96%;
  }
	
  .f-con{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:9999;
  }
	
#headerwrap #main-menu > li {display:block;border:0;padding:10px;}
	
body #headerwrap {
  padding:0;
}
  
  
  body.mobile_menu_active .social-widget{
  	padding:0;
  }

body #footerwrap .f-con {
    display:flex;
	}

body #footerwrap .f-con a {
    padding: 5px;
  }
  
  .img_right_939_center .subrow_inner{
  	flex-direction: column-reverse;
  }

#pagewrap {
    padding-bottom:50px;
}

body #pc-backtop{
		display:none;
	}

}


@media screen and (max-width: 768px) {
  
  .table_multicolumn.module .tb_text_wrap{
    overflow: auto;
    margin-right: 2%;
    margin-left: 2%;
	}
  
  
  .table_multicolumn.module.module .tb_text_wrap table{
    width: 685px;
	}

}

@media screen and (max-width: 680px) {

#pagewrap .pagewidth{
    width:92%;
  }
	
	.info-table td{
		display:block !important;
		width:100% !important;
	}
	
	.info-table td:first-child{
		padding-bottom:0;
	}

}

/* miyake */
/* 共通 */
#content .text_season_1 h3.module-title {
	font-family: "HG明朝E", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
}

/* こだわり */
.kodawari-gallery .gallery-item .gallery-icon a img {
	width: 150px;
	height: 150px;
	object-fit: cover;
}

/* 店舗案内 */
.map-link {
	margin-bottom: 0;
}

/* footer */
#footerwrap .footer-up {
	margin-top: 155px;
}

#footerwrap .footer-up .pagewidth {
	justify-content:start;
}

body #pagewrap #footerwrap #footer-nav li a {
	text-decoration: none;
}

body #pagewrap #footerwrap #footer-nav li a:hover {
	text-decoration: underline;
	color: #d7c5d9;
}

body .ternant-table td:nth-child(even) {
    width: 35%;
}

#content .titletop-img {
	padding-top: 50px;
    width: 1280px;
    background-size: cover;
}

/* レスポンシブ */
@media screen and (max-width: 1180px) {
	body #headerwrap #header.header {
		padding: 50px 0 0;
	}
	
	body .header-rb1 {
		text-align: left;
	}
}

@media screen and (max-width: 1024px) {
	body .footer_box_1 {
		display: block;
	}
	
	body #pagewrap {
		padding-bottom: 0;	
	}
}

@media screen and (max-width: 980px) {
	body #footer .sp-footer-icons-container {
        visibility: hidden;
    }
}

@media screen and (max-width: 939px) {
	body #pagewrap {
		padding-bottom: 55px;	
	}
	
	body  #header #site-logo a img {
		margin-bottom: 30px;
	}
	
	body #footer .sp-footer-icons-container {
		visibility: hidden;
	}
	
	/* ハンバーガー */
	body #menu-button {
		background: #d7c5d9;
		color: #fafafa;
	}
	
	body #menu-button .ham-lines span, #menu-button .ham-lines::before, #menu-button .ham-lines::after {
		background-color: #fafafa;
	}
	
	/* menu */
	body #headerwrap #main-menu-container.is-active {
		background: #d7c5d9;
	}
	
	body #headerwrap #main-menu > li > a {
		color: #fafafa;
		font-size: 15px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	body #pagewrap #headerwrap {
		background-image: none;
	}
	
	body #header #main-menu-container .nav00 {
		display: none;
	}
	
	/* nav */
	/* 	763写し */
	#headerwrap #main-menu {
		background: none;
		padding-right: 0;
		flex-direction: column;
	}
	
	/* 	785写し */
	#headerwrap #main-menu-container ul > li.menu-item {
		padding:15px 10px;
		background: none;
		text-align: center;
		border-bottom:0;
		line-height:1.4 !important;
		font-size:23px;
	}
	
	/* 	794写し */
	#headerwrap #main-menu > li > a {
		background:none !important;
		color:#000;
		text-align:center;
		font-size:23px;
		height:auto;
		width:auto !important;
	}
	
	/* footer */
	body #footerwrap #footer .sp-footer-icons-container a {
		background: #d7c5d9;
	}
	
	body #footer .sp-footer-icons-container {
		visibility: visible;
    }
}

@media screen and (max-width: 768px) {
	body #header .header-rb1 {
		text-align: center;
	}
	
	/* おすすめ */
	body #content .tablet-img .image-wrap img {
		width: 484px;
	}
	
	/* footer */
	body #footerwrap .footer-up {
		padding: 40px 0 10px 0;
	}
	
	body #footerwrap .footer-up .pagewidth {
		display: block;
    	text-align: center;
	}
	
	body #footerwrap .footer-up .footer-lb {
		margin: 0;
	}
	
	body #footerwrap .footer-up .footer-rb-phone {
		padding: 0;
	}
}

@media screen and (max-width: 680px) {
	/* 	header */
	body .titletop-img .module-image .image-wrap img {
		width: 90%;
	}
	
	/* 	746写し */
	body .header-txt {
		text-align: center;
		margin: 0 0 20px;
	}
	
	/* 	736写し */
	body .header-brand-container,.rh {
		float:none;
		text-align:center;
		padding:0;
		margin-bottom: 30px;
	 }
	
	/* 	732写し */
	body.mobile_menu_active #header,body #header.header  {
    padding:50px 0 30px 0;
	}
	
	body #header .header-brand-container #site-logo a img {
		margin-bottom: 0;
	}
	
	/* ホーム */
	body .post_home_1 {
		width: 96%;
		margin: 0 auto;
	}
	
	body .post_home_1 .list-post {
		padding: 5px 10px;
	}
	
	/* 仕出し・法事 */
	body .shidashi-image-wrapper .subrow_inner {
		display: flex;
	}
}

/* k ---------------------------------------- */
/* 全体 */
body #pagewrap .background-box {
	background-position: 0 0;
}
/* ヘッダー */
#site-logo a img:hover {
	opacity: .7;
}
/* お料理一例 */
body #pagewrap .itirei-box-title {
	font-size: 30px;
	font-family: "HG明朝E", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .05em;
}
/* テナント紹介 */
.move-text {
	font-size: 14px;
	margin-bottom: 0;
}