@charset "utf-8";
/* CSS Document */
/*
=======================================
  Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
  margin:0;
  padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
  display:block;
}

html{
  -webkit-text-size-adjust: 100%;
}

body {
	font-family:  "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

img{
  border: 0;
  max-width: 100%;
  height: auto;
}

ul,ol{
	list-style-type: none;
}

table {
  border-collapse: collapse; 
  border-spacing: 0;
}

img, input, select, textarea { 
  vertical-align: middle;
}

a {
  color: #59220d;
  transition: 0.5s;
}
a:hover {
  color: #d53e04;
}
a:hover img {
  opacity: 0.7;
}

/*
=========================================
  Base Layout
=========================================
*/
/*container*/
.container {
  max-width: 940px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/*grid*/
@media screen and (min-width: 768px) {
  /*汎用2カラム,3カラム指定*/
  .pc-grid-col2
  /*.pc-grid-col3 */{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /*2カラムの列幅*/
  .pc-grid-col2 .col {
    width: 25%;
  }
  /*3カラムの列幅
  .pc-grid-col3 .col {
    width: 50%;*/
  
}

/*
=========================================
  Modules（Block）
=========================================
*/

/*#wrap {
	height: auto;
	max-width: 1440px;
	margin: 0 auto;
	background: #fff;
}*/


#gnav { 
	height: 100px;
	background-color: rgba(0,146,69,0.64);
	align-content: flex-start;
	display: flex;
	justify-content: space-between;
}

.h-logo{
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 20px;
}

#gnav ul{
	/*font-family: Georgia, "Times New Roman", Times, "serif";
	text: #000;*/
	padding-right: 50px;
	margin-bottom: 10px;
	align-items: center;
	font-size: 28px;
	background-position: center;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}

#gnav li{
	maegin-right: 20px;
	margin-left: 20px;
}

#gnav ul a{
	color: #fff;
	text-decoration: none;
}

header {
	height: 700px;
	background: url("../image/TR_top.png") center center no-repeat;
	background-size: cover;
}

.container{
	display: grid;
}

h1{
	
	padding-left: 200px;
	padding-top: 100px;
	color: #fff;
	text-align:left;
}

h2{
	text-align: center;
}
h3{
	color: #009245;
	text-align: center;
}

.container{
	max-width: 940px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (min-width: 768px){
	.flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
img{
	border: 0;
	max-width: 90%;
	height: auto;
}

@media screen and (min-width: 768px) {
.Top{
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}
.Top-ph{
	width: 60%;
}
.Top-info{
	width: 40%;
}
.drink{
		width: 50%
	}
	.food{
		width: 50%
	}
}

.Cast{
	background: url("../image/cast_bg.png")center center no-repeat;
	padding-top: 50px;
}
.pc-grid-col2 p{
	font-size: 12px;
	text-align: center;
}

.menu-price{
	width: 900px;
	height: 280px;
	padding-top: 50px;
  background-color: rgba(0,146,69,0.31);
	display: flex;
	justify-content: space-between;
	text-align: center;
}
	
.reserv a{
	font-size: 20px;
	color: #009245;
	text-decoration-line: none;
}

footer{
	margin-top: 50px;
	height: 380px;
	background-color: #009245;
	text-align: center;
	padding-top: 10px;
}

footer p{
	color: #fff;
}

footer ul{
	align-content: space-between;
	fonto-size: 16px;
	list-style-type: none;
}

footer ul a{
	color: #fff;
	text-decoration: none;
}

footer li{
	display: inline-block;
	margin: 10px;
	}