/* 全体のスタイル */
/* 全体のスタイル */
/* 全体のスタイル */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');


body {
	width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
	letter-spacing: 0.05em;
    line-height: 35px;
  }


a:hover {
    opacity: 0.5;
    cursor: pointer;
    
}

a {
    width: 100%;
}

.menu-link:hover {
    opacity: 0.3;
    cursor: pointer;
}


/* ヘッダー */
/* ヘッダー */
/* ヘッダー */


@media screen and (max-width: 767px) {
    /* ここに横幅が767px以下の時に発動するスタイルを記述 */

  
    .header-img {
        height: 300px;
        background-image: url("img/background.png");
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .m-header {
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
      }
    .m-logo {
        text-align: center;
        width: 100%;
        padding:80px 0 0 30px;
    
      }
      header .m-logo img{
        width:300px; 
        text-align: center;
    }
    
      .hamburger-menu {
        width: 50px;
        height: 50px;
        position: relative;
        border: none;
        background: transparent;
        appearance: none;
        padding: 0;
        cursor: pointer;
      }
      .hamburger-menu__bar {
        display: inline-block;
        width: 44%;
        height: 2px;
        background: #7a7a7a;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: .5s;
      }
      .hamburger-menu__bar:first-child {
        top: 16px;
      }
      .hamburger-menu__bar:nth-child(2) {
        top: 24px;
      }
      .hamburger-menu__bar:last-child {
        top: 32px;
      }
      .hamburger-menu--open .hamburger-menu__bar {
        top: 50%;
      }
      .hamburger-menu--open .hamburger-menu__bar:first-child {
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
      }
      .hamburger-menu--open .hamburger-menu__bar:last-child {
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      }
      .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
        display: none;
      }
      .navigation {
        display: none;
        background: #5d5d5dbd;
        position: absolute;
        top: 50px;
        width: 100%;
        z-index: 9999;
      }
      .navigation__list {
        text-align: center;
        list-style: none;
        padding: 0;
        margin: 0;
      }
      .navigation__list-item {
        border-bottom: solid 1px #565656;
      }
      .navigation__list-item:first-child {
        border-top: solid 1px #565656;
      }
      .navigation__link {
        color: #ffffff;
        font-weight: 700;
        text-decoration: none;
        display: block;
        padding: 24px 0;
        transition: .5s;
        letter-spacing: 3px;
      font-family: 'Open Sans','ヒラギノ角ゴシック','Arial';
      }
      @media (hover: hover) and (pointer: fine) {
        .navigation__link:hover {
          background: #333;
        }
      }

      .header-nav-menu {
        display: none;
      }
      header .logo{
        display:none;
    
    }
    }
    
    
    @media screen and (min-width: 767px) {
    /* ここに横幅が767pxより大きい時に発動するスタイルを記述 */
    .m-header {display:none;}
.header-img {
	height: 500px;
    background-image: url("img/background.png");
    background-size: cover;
    background-position: center;
    position: relative;
}

header{
    height:70px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background-color: rgba(256, 256, 256, 0.7);
}

header .logo{
    margin:8px auto 0 auto;
    text-align: center;

}
header .logo img{
    width:150px; 
}

header nav{
    margin:-50px auto 30px auto;
    clear:both;
    width:100%;
}

header nav ul{
    display: flex;
    justify-content: space-between;	
}

header nav ul li{
    font-size: 16px;
    width:25%;
    letter-spacing:0.15em;
    text-align:center;
}
    
.header-nav-menu-item{
    font-size: 15px;
    font-weight: bold;
    font-family: 'open sans','ヒラギノ角ゴシック','Arial';
    margin-top: 8px;


}

}


/* main */
/* main */
/* main */
  
.container {
	max-width: 1280px;
	margin: 0 auto;
}

.wrapper {
    width: 80%;
    padding: 200px 0 30px;
    margin: -40px auto;
}

.wrapper-title {
    text-align: center;
    margin-bottom: 30px;
}

.index-title {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Open Sans','ヒラギノ角ゴシック','Arial';
    margin-bottom: 50px;
    letter-spacing: 2px;
}

.ko-title {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Open Sans','ヒラギノ角ゴシック','Arial';
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.illust img { 
    width: 50%;
    text-align: center;
}

.illust {
    margin:0 auto;
}


h2 {
    text-align: left;
    font-family: 'Open Sans','ヒラギノ角ゴシック','Arial';
    font-weight: bold;
	letter-spacing: 0.05em;
}




.space {
    margin-left: 30px;
}


.menu-link {
    border-bottom: 1px solid #000;
    display: inline-block;
    line-height: px;
    margin-bottom: 45px;

}

.menu-list{
    line-height: 55px;
}

.entrance img {
    width: 50%;
    margin-bottom: 50px;
    text-align: center;
}




.button-r img {
    margin-top: 50px;
    text-align: center;
    width: 250px;
}

.gmap {
    text-align: center;
  }

iframe  {
    max-width: 100%;
  }

/* reserve page */

.otoiawase img {
    width: 30%;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 10px;
} 

nav {
    margin-top: 70px;
    margin-bottom: 80px;
}

.nav-reserve .btn a{
display: block;
margin:0 0 15px 0;

}


.hp img {
  width: 250px;
  text-align: center;
 margin-bottom:0;

}
.tel img {
  width: 250px;
  text-align: center;
  margin-top:0;
  margin-bottom:0;
 
}
/* スマホのみ電話をかけられる状態にする　*/ 
.tel {
  pointer-events: auto;
}
@media screen and (max-width: 640px) {
  .tellink {
    pointer-events: auto;
  }
}


.kotira,.kotira2 {
    font-size: 14px;
}

.kotira2 {
  margin-top: 0;
}


.qr img {
    width: 125px;
    height: 125px;
}

.nav-reserve {
    margin-bottom: 150px;

}



/* menu page */

/* 750px以下のデバイスなら非表示（メニューの詳細） */
@media(max-width:750px){
    .cap{
        display: none !important;
    }
}



.button-m img, .button-m2 img{
    width: 250px;;
    }

.button-m img {
        margin-top: 100px;
        margin-bottom: 50px;
        }

.container-link{
        display: flex;
        flex-direction: column;
}

section .menu-h {
    margin-bottom: 100px;

}


.line {
    border-top: 3px solid #939090;
    margin-bottom: 15px;
}


.cap { 
    font-size: 14px;
    text-align: left;
    color:#727171;
    margin-left: 12px;
}

.menu-cap {
    font-size: 14px;
    text-align: left;
    margin-bottom:35px;
}

dd {
    line-height: 23px;
    font-size: 15px;
}



/* ここから↓　罫線レスポンシブ価格表 */
dl.menu{
	width:100%;
	font-size: 1rem;
	}


/* divにflexをかけdtとddを左右に配置しつつ
   position:relativeで点線配置の準備をする */
dl.menu div{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
	padding: 5px 0;
	}

/* 疑似要素でオブジェクトを生成、positionでdivの上下中央に配置し
   borderで点線を表現する */
dl.menu div::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	border-bottom: dotted 1.5px #000;
	}

/* dtとddはz-indexで点線よりも手前にし、なおかつ背景色を付けて点線を隠す */
dl.menu dt{
	margin:0;
	padding: 0 5px 0 0;
	background-color: #ffffff;
	z-index: 2; 
	text-align: left;
    font-weight: normal;
    font-size: 17px;
	}

dl.menu dd{
	margin:0;
	padding: 0 0 0 5px;
	background-color: #ffffff;
	z-index: 2;
	text-align: right;
	}

/* ここまで↑　罫線レスポンシブ価格表 */


/* staff page */

.katagaki {
    font-size: 14px;
}

.staff { 
    margin-top: 40px;
    margin-bottom: 140px;
}



/* footer */
/* footer */
/* footer */

footer{
    font-family: 'open sans','ヒラギノ角ゴシック','Arial';;
    font-size: 13px;
	background-color:#dfdfdf;	
	color:#ffffff;
	height:80px;
	text-align:center;
	padding:25px;
    margin-top: 100px;
}

