@charset "UTF-8";


/* reset
----------------------------------- */

* {
	margin:0px;
	padding:0px;
}

* {

    box-sizing: border-box;

}
body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul, li,img,
form, input, select, textarea, fieldset, legend {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul,
th {
}

strong {
	font-weight:normal;
	font-style: normal;
}

img {
	border: none;
	margin:0;
	padding:0;
	vertical-align: top;
}

ul {
list-style: none;
}

li {
	list-style-type:none;		/*リストマーカー無しにする*/
}



/* headline
----------------------------------- */

h2 {
	text-align:center;
}

h2 span {

}

h3 {
}

h3 span {
}

p.tit_h3 {
	color:#80c26b;
	font-size:13px;
}

h4 {
	font-size:17px;
	font-weight:bold;
	line-height:25px;
}

blockquote {
}

blockquote span {

}


/* body
----------------------------------- */

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size:16px;
	color:#464646;
	margin:0;
	padding:0;
	line-height:22px;
}

a {	 color:#000; text-decoration:none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
a:link {  color:#000; text-decoration:none; }
a:hover {	color:#000; text-decoration:none; }


input, select, textarea {
	color: #434343;

border:none;
background:#fff;

}

.searcharea {
	-webkit-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
   -moz-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
        box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
		border:1px solid #a5a4a4;
		text-indent:13px;
		}



/* class
----------------------------------- */

.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.ud {
text-decoration:underline;

}

.r {
	float:right;
}

.l {
	float:left;
}


.center {
text-align:center;

}

.left {
	text-align:left;
}

a span {
}
 .sp {
	 display:none;
 }

.mt10 {
margin-top:10px;
}
.mt15 {
margin-top:15px;
}
.mt20 {
margin-top:20px;
}

.mb5 {
margin-bottom:5px;
}
.mb10 {
margin-bottom:10px;
}
.mb15 {
margin-bottom:15px;
}
.mb20 {
margin-bottom:20px;
}
.mb25 {
margin-bottom:25px;
}

.mr10 {
margin-right:10px;
}
.mr15 {
margin-right:15px;
}
.mr20 {
margin-right:20px;
}
.mr30 {
margin-right:30px;
}
.pl10 {
padding-left:10px;
}

.ml5 {
margin-left:5px;
}
.ml10 {
margin-left:10px;
}
.ml15 {
margin-left:15px;
}
.ml20 {
margin-left:20px;
}

/* oowaku
----------------------------------- */

#all {
	text-align:center;
	overflow:hidden;
}

#container {
	text-align:center;
	margin:0 auto;
}



/* head
----------------------------------- */

#header {
	display:none;
}

#header_pc{
	padding: 20px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 999;
}


.btn {
    background:transparent url(../img/btn.png) no-repeat 0 0;
	background-size:200% auto;
    display: block;
    width:76px;
    height: 61px;
    cursor: pointer;
    position:fixed;
    top:35px;
	right:35px;
    z-index: 200;
}


.peke {
    background-position: -64px 0;
}
.drawr {
    display: none;
    background-color:rgba(255,255,255,0.9);
    position:fixed;
    top: 0px;
    right:0;
    width:70%;
    padding:60px 0 20px 0px;
    z-index: 100;
}

#menu{
	display:flex;
	background: rgba(255,255,255,0.9);
    max-width: 1840px;
    width: 75%;
    margin: 0 auto;
    transition: .5s;
}

#menu li {
    width:92%;
	margin:0 auto;
	font-size:12px;
	font-weight:bold;
}
#menu li a {
    color:#464646;
    display: block;
    padding: 15px;
	font-weight:lighter;
	font-family:Cinzel;
	font-size:15px;
}
#menu li a:hover {
background:#c1bba9;
}

/*key

----------------------------------- */
#key {
	width: 100%;
	height:692px;
	background:url(../img/key.png) no-repeat center;
	background-size:cover;
	//max-width:1440px;
	margin:0 auto;
	position:relative;
	padding:35px;
	box-sizing:border-box;
}

.key {
	border:2px solid #fff;
	width: 100%;
	height:100%;
	box-sizing:border-box;
}

/* main
----------------------------------- */

#main {
width:100%;
margin:0 auto;
}

/* footer
----------------------------------- */
#footer {
	width:100%;
	background:#c1bba9;
	color:#fff;
	padding:30px 0 10px;
}
.footer ul{
	  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width:100%;
  max-width:780px;
  margin:20px auto;
}
.footer a {
	color:#fff;
	font-family:Cinzel;
	font-weight:lighter;
	font-size:15px;
	line-height:24px;
}
.footer a:hover {
	opacity:0.7;
}

#copyright {
	font-size:12px;
	color:#fff;
	font-family:Cinzel;
	font-weight:lighter;
	letter-spacing:0.2em;
}
#copyright span {
	display:block;
}
#page-top {
position: fixed;
bottom: 20px;
right: 30px;
z-index:10;
}

#page-top div a #img{
display:block;
width:120px;
height:120px;
padding-top:60px;
overflow:hidden;
background:url(../img/pagetop.png) no-repeat;
text-indent:-9999px;
}

#page-top div a p:hover{
-moz-opacity:0.6;
opacity:0.6;
filter: alpha(opacity=60);
text-decoration:none;
}

#page-top div a p{
	transition: 0.5s;
}


/* index.html
----------------------------------- */

#cont01 {
	width:100%;
	//max-width:1440px;
	padding:90px 0 215px;
	margin:0 auto;
	/* background:url(../img/bg_cont01.png) no-repeat left top;
	background-size:auto 100%; */
	  

}
#cont01 h2 {
	margin:0 auto 60px;

}
div.cont01 {
	width:90%;
	max-width:1120px;
	margin:0 auto;
	text-align:left;
}

div.cont01 .cont {
	width:100%;
	max-width:1120px;
	height:480px;
	background:url(../img/vegetable.png) no-repeat center;
	background-size:cover;
	position:relative;
}
div.cont01 .cont p {
	background:rgba(255, 255, 255, 0.9);
	position:absolute;
	top:0;
	right:0;
	width:60%;
	min-width:650px;
	padding:25px;
	line-height:32px;
}
div.cont01 .cont p b {
	font-weight:normal;
	font-size:30px;
	display:block;
}


/*cont02*/
#cont02 {
	width:100%;
	margin:0 auto;
	padding:0px 0 100px;
	
}

 #cont02 .cont02 {
	 width:100%;
	 height:500px;
	background:url(../img/bg_cont02.png) no-repeat center;
	background-size:cover;
	 margin:0 auto;
	 text-align:left;
 }
  #cont02 .cont02 .cont {
	 width:100%;
	 max-width:1120px;
	 height:500px;
	 margin:0 auto;
	 
	 position:relative;
  }
  #cont02 .cont02 img.tit {
	  position:absolute;
	  top:-50px;
	  left:0;
  }
 
 #cont02 .cont02 p {
	background:#fff;
	position:absolute;
	bottom:-57px;
	right:0;
	width:60%;
	min-width:740px;
	padding:40px;
	line-height:32px;
	font-size:12px;
	background:url(../img/bg_cont02_02.png);
 }
 #cont02 .cont02 p b {
	font-weight:normal;
	font-size:22px;
	display:block;
	margin-bottom:10px;
 }
 #cont02 .cont02 p img {
	 float:right;
	 margin-right:50px;
	 margin-top: 20px;
	 box-shadow: 2px 2px 5px rgba(0,0,0,.15);
	 transition: 0.5s;
 }
 #cont02 .cont02 p img:hover {
	 float:right;
	 margin-right:50px;
	 box-shadow: 1px 1px 1px rgba(0,0,0,.15);
	 opacity:0.8;
 }

/*cont03*/
#cont03 {
	width:100%;
	margin:0 auto;
	background:#fff;
	background:url(../img/bg_cont03.png) no-repeat right top;
	background-size:auto 100%;
	padding:50px 0 0;
}
#cont03 h2 {
	margin:	0px auto 60px;
}
#cont03 .cont03 {
	width:100%;
	max-width:1120px;
	margin:0 auto;
}

#cont03 .cont03 .cont {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cont03 .cont03 .cont:after,
#cont03 .cont03 .cont:before{
  content:"";
  display:block;
  width: 23%;
  height:0;
}
#cont03 .cont03 .cont:before{
  order:1;
}
#cont03 .cont03 .cont div   {  
	width: 23%;
  font-size:18px;
  margin-bottom:88px;
}
#cont03 .cont03 .cont div p  {
	height:80px;
}
#cont03 .cont03 .cont div  img {
	width:100%;
	margin-bottom:15px;
}
#cont03 .cont03 .cont div  span {
	font-family:Cinzel;
	border-bottom:1px solid #464646;
	text-transform: lowercase !important;
	display:none;
}
#cont03 .cont03 .cont div span  b {
	font-size:36px;
	
}
#cont03 .cont03 .cont div  span small {
	font-size:13px;
}
/*message*/
#message {
	width:100%;
	padding:60px 0;
	background:url(../img/bg_message.png) no-repeat center bottom;
	background-size:cover;
	
	  

}
/*#message table {
	width:100%;
	max-width:1120px;
	margin:0 auto;
	text-align:left;
	font-size:26px;
	line-height:42px;
}
 #message table  th {
	font-weight:normal;
	vertical-align:middle;
}
#message table td {
	vertical-align:bottom;
}
#message table td img {
	margin-bottom:-50px;
	transition: 0.5s ;
}
#message table td img:hover {
	opacity:0.6;
} */

#message p{
	font-size: 20px;
    line-height: 40px;
    text-align: left;
    padding-left: 10%;
	padding-bottom: 50px;
}

#message a img{
	width:75%;
	transition: 0.5s;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
}

#message a img:hover{
	box-shadow: 1px 1px 1px rgb(0 0 0 / 15%);
}

#message .links{
	text-align: right;
    padding-right: 3%;
    display: flex;
    justify-content: flex-end;
}


/*cont04*/
#cont04 {
	width:100%;
	padding:77px 0 88px;
	background:url(../img/bg_cont04.png);
	/* margin-bottom:60px; */
}
div.cont04 {
	width:100%;
	max-width:1120px;
	margin:0 auto;
	position:relative;
}

div.cont04 table {
    margin-top: 50px;
	width:100%;
	box-sizing:border-box;
}
#cont04 table th {
	width:50%;
	font-weight:normal;
}
#cont04 table th .tit {
	margin-bottom:20px;
}
#cont04 table th  span {
	font-family:Cinzel;
	border-bottom:1px solid #464646;
	text-transform: lowercase !important;
}
#cont04 table th span  b {
	font-size:36px;
	
}

#cont04 table th p {
	width:100%;
	font-weight:normal;
	text-align:left;
	background:#fff;
	margin-top:55px;
	padding:40px 8% 80px;
	font-size:12px;
	line-height:28px;
}
#cont04 table th p img {
	float:right;
	margin-left:20px;
	 box-shadow: 2px 2px 5px rgba(0,0,0,.15);
	 margin-bottom:10px;
	 cursor:pointer;
	 transition: 0.5s;
}
#cont04 table th p img:hover {
	 box-shadow: 1px 1px 1px rgba(0,0,0,.15);
}
#cont04 table th  span small {
	font-size:13px;
}
#cont04 table td {
	width:50%;
	vertical-align:middle;
	box-sizing:border-box;
	padding-left:40px;
}
#cont04 table td img {
	width:100%;
}
div.cont04 img.bottom {
	position:absolute;
	bottom:-235px;
	left:3%;
	width:38%;
}

/* cont05 -------- */
#cont05 {
	width:100%;
	background:url(../img/bg_cont05.png) no-repeat;
	/* background-size:cover; */
	padding:50px 0 70px;
}
#cont05 h2 {
	margin:	80px auto 60px;
}

#cont05 h3 {
	font-family: Cinzel;
    font-weight: 100;
    line-height: 30px;
    font-size: 18px;
}

#cont05 .cont05 {
	max-width: 1120px;
    margin: 0 auto;
}

div.cont05 table {
    margin-top: 50px;
	width:100%;
	box-sizing:border-box;
}
#cont05 table th {
	width:50%;
	font-weight:normal;
}
#cont05 table th .tit {
	margin-bottom:20px;
}
#cont05 table th  span {
	font-family:Cinzel;
	border-bottom:1px solid #464646;
	text-transform: lowercase !important;
}
#cont05 table th span  b {
	font-size:36px;
	
}

#cont05 table th p {
	width:100%;
	font-weight:normal;
	text-align:left;
	margin-top:55px;
	padding:0px 8%;
	font-size:12px;
	line-height:28px;
}
#cont05 table th p img {
	float:right;
	margin-left:20px;
	 box-shadow: 2px 2px 5px rgba(0,0,0,.15);
	 margin-bottom:10px;
	 cursor:pointer;
	 transition: 0.5s;
}
#cont05 table th p img:hover {
	 box-shadow: 1px 1px 1px rgba(0,0,0,.15);
}
#cont05 table th  span small {
	font-size:13px;
}
#cont05 table td {
	width:50%;
	vertical-align:middle;
	box-sizing:border-box;
	padding-left:40px;
}
#cont05 table td img {
	width:100%;
}
div.cont05 img.bottom {
	position:absolute;
	bottom:-235px;
	left:3%;
}



/* GALLERY */


#cont05 .cont05 .cont {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cont05 .cont05 .cont:after,
#cont05 .cont05 .cont:before{
  content:"";
  display:block;
  width: 23%;
  height:0;
}
#cont05 .cont05 .cont:before{
  order:1;
}
#cont05 .cont05 .cont div   {  
	width: 23%;
  font-size:18px;
  margin-bottom:88px;
}
#cont05 .cont05 .cont div p  {
	height:80px;
}
#cont05 .cont05 .cont div  img {
	width:100%;
	margin-bottom:15px;
}
#cont05 .cont05 .cont div  span {
	font-family:Cinzel;
	border-bottom:1px solid #464646;
	text-transform: lowercase !important;
	display:block;
}
#cont05 .cont05 .cont div span  b {
	font-size:36px;
	
}
#cont05 .cont05 .cont div  span small {
	font-size:13px;
}

/* #cont05 dl {
	width:100%;
	max-width:1120px;
	font-size:20px;
	line-height:36px;
	text-align:left;
	box-sizing:border-box;
	background:#fff;
	margin:0 auto 65px;
	border:2px solid #c1bba9;
	padding:35px 25px;
	
}

#cont05 dt {
	width:100%;
	padding:10px 35px;
	margin-bottom:10px;
	background:#e9eee7;
}
#cont05 dt span {
	display:block;
	background:url(../img/Q.png) no-repeat center left;
	padding:10px 0  10px 40px;
}
#cont05 dd {
	width:100%;
	padding:0px 35px 0px;
  position: relative;
  display: inline-block;
  margin: 0.5em 0 0px;
}

#cont05 dd span {
	display:block;
	background:url(../img/A.png) no-repeat left 21px;
	padding:15px 0  15px 40px;
} */

/* cont06 -------- */
#cont06 {
	width: 100%;
    height: 477px;
    position: absolute;
    margin-top: 95px;
    z-index: -200;
    background: url(../img/bg_cont06.png) no-repeat;
    background-size: cover;
}


.cont06 h2 {
	margin:	0px auto 60px;
}
.cont06 {
	width:100%;
	max-width:1120px;
	margin:0 auto ;
	margin-top:50px;
	background:rgba(255,255,255,0.9);
	padding:50px 4%;
	box-shadow: 2px 2px 5px rgba(0,0,0,.15);
	margin-bottom:100px;
}
.cont06 .cont {
	display:flex;  
	justify-content: space-between;
}
.cont06 .cont iframe,.cont06 .cont table {
	width:48%;
	height:320px;
}
.cont06 .cont table {
	border-left:3px solid #464646;
	text-align:left;
	padding-left:4%;
	width:50%;
	padding-bottom:30px;
}
.cont06 .cont table th {
	line-height: 40px;
	font-weight:normal;
	font-size:30px;
	padding:30px 0 20px;
}
.cont06 .cont table td {
	padding:0;
	vertical-align:top;
	line-height:28px;
	
}
.cont06 .cont table td.first {
	width:30px;
	white-space:nowrap;
	padding-right:20px;
	font-weight: bold;
}

.cont06 .cont table a{
	text-decoration: underline;
}

.cont06 .cont table a:link{
	text-decoration: underline;
}


.cont06 .other h2{
	font-family: Cinzel;
    text-transform: lowercase !important;
	margin-top:80px;
}

.cont06 .other table{
	width: 80%;
    margin: 50px auto;
}

.cont06 .other table .first{
    width: 30%;
	font-weight: bold;
}

.cont06 .other table td{
	text-align: left;
	padding:30px 0 0 30px;
	line-height: 28px;
}


/* cont07 -------- */
#cont07 {
	width:100%;
	background:url(../img/bg_cont01.png) no-repeat;
	background-size:cover;
	padding:60px 0;
}
#cont07 h2 {
	margin:	0px auto 60px;
}
#cont07 .cont07 {
	width:100%;
	padding:0px 60px;
	box-sizing:border-box;
	margin:0 auto;
}

#cont07 .cont07 a img{
	box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
    transition: 0.5s;
	margin-top:40px;
}

#cont07 .cont07 a img:hover{
	box-shadow: 1px 1px 1px rgb(0 0 0 / 15%);
    opacity: 0.8;
}

#cont07 .cont07 a.instagram{
	display:block;
}

/* cont08 */

#cont08{
	width: 100%;
    padding: 30px 150px 150px 150px;
}

#cont08 .link {
	width:100%;
	max-width:1120px;
	margin:70px auto 0;
	display:flex;  
	justify-content: space-evenly;
}
#cont08 .link a:hover img {
	opacity:0.7;
}

#cont08 .link a {
	width:32%;
}

.link a img{
	transition: 0.5s;
	width:70%;
}

/*プライバシーポリシー*/
#key_second {
	width: 100%;
		position: relative ;}
		#key_second img {
			width:100%;
		}
#key_second p img {
	width:auto;
	height:70px;
	margin-right:20px;
}
#key_second p {
	font-size:60px;
	color:#373F41;
	background:rgb(255,255,255,0.8);
text-align:center;	position: absolute;
width:100%;
padding:5px 0 20px;
font-weight:bold;
	position:absolute;    top: 50%;   transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#policy {
	width:100%;
	//max-width:1440px;
	padding:75px 0 178px;
	margin:0 auto;
  background-image: url(../img/bg_cont01_top.png),
      url(../img/bg_cont01_bottom.png),
  background-repeat: no-repeat,
      no-repeat,
  background-position: top right,
      bottom right;
	  
	  	background: 
	url(../img/bg_cont01_top.png) no-repeat top right,
	url(../img/bg_cont01_bottom.png) no-repeat bottom left;
// ↓↓↓↓背景色指定
	background-color: #FFCC99;
// ↑↑↑↑↑
	  

}
#policy h2 {
	font-size:30px;
	line-height:48px;
  padding: 0 0.7em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 10px #baa321;/*左線*/
  
transform: skewX(170deg);
margin-bottom:20px;

}
#policy h2 span {
	display:inline-block;
transform: skewX(-170deg);
}
div.policy {
	width:100%;
	max-width:1280px;
	margin:0 auto 114px;
	text-align:left;
	padding:0 60px;
}
#policy p {
	font-size:20px;
	line-height:32px;
	margin-bottom:50px;
}
#policy p.last {
	margin-bottom:0px;
}

.youtube {
	width: 60%;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
}

.youtube iframe {
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}