@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: 20%;
  }
  /*3カラムの列幅*/
  .pc-grid-col3 .col {
    width: 31.9148%;
  }
}

/*
=========================================
  Modules（Block）
=========================================
*/

/*wrap*/
#wrap {
	height: auto;
	margin: 0 auto;
	background: url("../image/TOP_bg.png") center no-repeat;

} 
/*header*/
header {
	position: relative;
  /*height: 500px;*/
  /*height: calc(100vh - 60px);*/
	height: 700px;
	background: url("../image/allium.png")
		center center no-repeat;
	background-size: cover;
}

.header-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  max-width: 640px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: center;
}
	

/*.slider {
	height: 700px;
	margin: 0 auto;
	background-size: cover;
}*/

/*nav要素*/
#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;
}
.header-msg{
	font-size: 30px;
	color: #fff;
}

#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;
}

/*main*/
.container{
	max-width: 940px;
	margin: 0 auto;
	padding-left: 20pX;
	padding-right: 20px;
}

h2{
	text-align:center;
	padding-right: 30px;	
}
#About{
	margin-top: 50px
}
.About_comment{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	text-align: center
}
#Garden{
	margin-top: 100px;
}
.Gate{
	margin: 0 auto;
	padding-top: 30px;
}

.shop{
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
}
.shop ul a{
	text-decoration: none;
}
.border{
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
}
.rose{
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
}

.cottage{
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
}

.kitchen{
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
}

.tearoom{
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
}
/*モーダルウィンドウ*/
.gallery{
columns: 3;/*段組みの数*/
padding:0 15px;/*ギャラリー左右に余白をつける*/
margin:0;
}

.gallery li {
    margin-bottom: 20px;/*各画像下に余白をつける*/
list-style:none;
}

/*ギャラリー内のイメージは横幅100%にする*/
.gallery img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/}


footer{
	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;
}

p{
	color: #000;
}