@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Mukta+Malar:wght@200&family=Noto+Sans+JP:wght@400;700&display=swap');
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.menuBlock {
	background-color: #00b7ce;
	color: #fff;
	padding: 20px 0;
	position: fixed;
	width: 100%;
    z-index: 10000 ;
}
.menuBlock .menu {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
.menuBlock .menu > div{
    display: inline-block;
}
.menuBlock .menu .menuButton{
    float: right;
    font-size: 40px;
    vertical-align: baseline;
}
.menuBlock .menu .menuButton .fa-times{
    display: none;
}
.menuBlock .menu .title{
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
}
.menuBlock .menu .title span{
    font-size: 15px;
}
.menuBlock .popup {
	display: none;
	background-color: #00b7ce;
    color: #fff;
	position: absolute;
    right: 0px;
    box-shadow: 2px 2px 4px gray;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #fff;
}
.menuBlock .popup ul{
    font-family: "Mukta Malar", sans-serif ;
    font-size: 22px;
    line-height: 180%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menuBlock .popup ul li{
    padding: 10px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #fff;
}
.menuBlock .popup ul a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	width: 100%;
}
.menuBlock .popup ul a:hover{
    background-color: #fff;
    text-decoration: none;
    color: #00b7ce;
}
.menuBlock .popup ul a:visited{
    text-decoration: none;
}
.contents{
	width:95%;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
.footerBlock{
    background-color: #221714;
    padding: 20px 0 ;
}
.footer{
    width: 90%;
    max-width:972px;
    margin: 0 auto;
}
.footer p{
    color: #fff;
    font-size: 15px;
}
.footer p span{
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
}
.footer .detail > div{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.footer .detail p{
    letter-spacing: 0.3em;
    line-height: 160%
}
.footer .detail p span{
    font-family: "Mukta Malar", sans-serif ;
    font-size: 20px;
    letter-spacing: 0;
}
h1{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;

}
h2{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
    font-weight: normal;
    text-align: left;
}
h3{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 10px;
}
h4{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 10px;
    font-weight: normal;
}
h1 hr{
    margin: 5px 0;
}
.content{
	padding: 18px 0 40px 0;
}
.content p{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
    letter-spacing: 0.1em;
	line-height: 160%;
}

.toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.toTopShow{
	display:block;
}
.toTopHidden{
	display:none;	
}
.cellFit{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.linkButton{
	display:inline-block;
	color:#fff;
	font-size: 10px;
	text-decoration:none;
	padding: 0.5em 2em;
	border-radius: 1em;
    background-color: #221714;
    font-weight: normal;
}
.linkButton:hover{
	opacity: 0.7;
	color: #fff;
}
.linkButton:visited{
	color: #fff;
}
.stdLink{
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}
.stdLink:hover{
    text-decoration: underline;
    color: inherit;
}
.stdLink:visited{
    text-decoration: none;
    color: inherit;
}
.openTime{
    font-size: 13px!important;
    margin: 0;
}
.reserveTel{
    font-size: 18px!important;
    margin: 0;
}
.menuContents{
    clear: both;
    overflow:hidden;
    margin: 50px 0;
}
.menuContents > div{
    display: inline-block;
    vertical-align: top;
    
}
.menuContents .imageBox{
    float: none;
    width: 100%;
}
.menuContents .imageBox img{
    width: 100%;
}
.menuContents .textBox{
    width: 100%;
}
.menuContents .textBox h3{
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 0;
}
.menuContents .textBox table{
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
    letter-spacing: 0.1em;
	line-height: 160%;
}
.menuContents .textBox tr:first-child th{
    border-top-style: solid ;
    border-top-width: thin;
}
.menuContents .textBox tr:first-child td{
    border-top-style: solid ;
    border-top-width: thin;
}
.menuContents .textBox tr:last-child th{
    border-bottom-style:dashed ;
    border-bottom-width: thin;
}
.menuContents .textBox tr:last-child td{
    border-bottom-style:dashed ;
    border-bottom-width: thin;
}
.menuContents .textBox th{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
    letter-spacing: 0.1em;
	line-height: 160%;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    border-top-style:dashed ;
    border-top-width: thin;
}
.menuContents .textBox td{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
    letter-spacing: 0.1em;
	line-height: 160%;
    text-align: right;
    border-top-style:dashed ;
    border-top-width: thin;
    white-space: nowrap;
}
.menuContents .textBox th span{
    font-size: 10px
}
.staffList .item{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 20px 0;
}
.staffList .item > div {
    display: inline-block;
    vertical-align: top;
}
.staffList .item .imageBox{
   width: 100%;
    margin-right: 1%;
}
.staffList .item .imageBox img{
    width: 100%;
}
.staffList .item .textBox{
    width: 100%;
}
.staffList .item .textBox p{
    font-size: 13px;
    line-height: 130%;
    margin: 0;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only print {
.gridContainer {
	max-width: 1080px;
	margin: auto;
}
.contents{
	width: 87%;
	margin-left:auto;
	margin-right:auto;
}
.footer .detail > div{
    width: 49%;
}
.menuContents .imageBox{
    float: right;
    width: 40%;
}
.menuContents .textBox{
    width: 55%;
}
.staffList .item{
    width: 47%;
    margin: 20px 0.5%;
}
.staffList .item .imageBox{
   width: 30%;
    margin-right: 1%;
}
.staffList .item .textBox{
    width: 67%;
}

}