@charset "UTF-8";
/* CSS Document */

body {
	 font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


img {
max-width: 100%;
height: auto;
}


body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-size:cover;
}


.right{
	text-align: right;
}

.container {
	margin: 0 auto;
	max-width: 1200px;
	height: auto;
	background: #efefef;
	
}


.main {
	background: #FFFFFF;
	max-width: 1300px;
	margin: 0 auto;
	height: auto;
	text-align: center;
	
}

.header {
　　height: 300px;
　　align: center;
	padding: 20px;
}


.header-img{
	display: block;
}

.header-img-sp{
	display: none;
}

.yohaku{
	padding-top: 80px;
}
.inner{
	max-width: 900px;
	margin: 0 auto; 
		
}

h1 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
	margin-bottom: 100px;
}
h1:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

h1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

h1:before {
  left:0;
}
h1:after {
  right: 0;
}

h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

h2:before, h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h2:before {
  left:0;
}
h2:after {
  right: 0;
}


.oct_menu {
  counter-reset: titleNum;
}
.oct_menu_inner {
  counter-increment: titleNum;
}

h3 {
  position: relative;
  padding: 0 0 .5em 2em;
  border-bottom: 1.5px solid #dbccfb;
}

h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(titleNum);
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #dbccfb;
  border-radius: 100%;
  color: #fff;
  font-size: .9em;
  text-align: center;
}

.price{
	padding: 0 0 0 50px;
}

.menu_p{
	text-align: left;
	padding: 0 20px;
}

.menu_inner{
	display: flex;
}

.text{
	width: 290px;
	margin: 0 auto;
}

.text-middle{
	padding-top: 150px;
	width: 330px;
}


/*.productItem__thumb {
margin: 0px 30px 30px 30px;
background: url(../img/text-bg02.png) 0 0 no-repeat;
}
*/
li {
	list-style: none;
	padding: 20px;

}

table{
  width: 600px;
	margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,table td{
  text-align: left;
	padding: 10px 0 10px 30px;
}

table tr:nth-child(odd){
  background-color: #f0f8ff;
}

table:last-of-type{
	border-bottom: solid 2px #f0f8ff;
}


.text-size{
	font-size: 0.8rem;
	letter-spacing: 0.05px;
}

.footer {
	text-align: center;
}

.setmenu{
	width: 500px;	
    padding: 0.5em 0.5em;
    margin: 0.2em auto;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
}
.setmenu p {

}

.menu_drink{
	padding: 0 10px;
	font-size: 11px;
}


	@media screen and (max-width:781px){
		
		.header-img{
			display: none;
		}
		
		.header-img-sp{
			display: block;
		}
		.text-middle{
			padding-top: 0;
		}
		
		.setmenu{
			width: 350px;
		}
		
		.oct_menu_inner {
			padding: 10px;
		}
		
		
		table{
		  width: 350px;
			margin: 0 auto;
			vertical-align: 
		}
	}
