@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 { 
	font-weight: normal;
	font-style: normal; 
}

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

img {
	border: none;
	vertical-align: top;
}

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

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

h2 {
	text-align:center;

}

h2 span {

}


h3 {
	font-size: 15px;
    line-height: 35px;
    font-family: Cinzel;
    margin-bottom: 30px;
}

h3 span {
	border-left:5px solid #be3b40;
	padding-left:10px;
}

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:"Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-size:10px;
	color:#373f41;
	margin:0;
	padding:0;
	line-height:12px;
}

a {	 color:#000; text-decoration:none; }
a:link {  color:#000; text-decoration:none; }
a:hover {	color:#000; text-decoration:none; }


input, select, textarea { 
	color: #434343; 
	
border:none;
	
}

.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 {
}
 .pc {
	 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;
	width: 100%;
	overflow:hidden;
}

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


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

#header {
	display:inherit;
	width: 100%;
	height: 51px;
	margin:0 auto;
	border-bottom:none;
	//background:rgba(255,255,255,0.7);
    position:fixed;
    top:0px;
    z-index: 100;
	//box-shadow: 0 2px 10px rgba(34,102,170,.15);
}

#header h1 img{
    width: 85px;
	position:absolute;
	top:5px;
	left:5px;
}

#header_pc{
	display:none;
}




.btn {
    background:transparent url(../img/btn.png) no-repeat 0 0;
	background-size:200% auto;
    display: block;
    width:64px;
    height: 51px;
    cursor: pointer;
    position:fixed;
    top:10px;
	right:10px;
    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 li {
    width:92%;
	margin:0 auto;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px dotted #464646;
}
#menu li a {
    color:#464646;
    display: block;
    padding: 15px;
	font-weight:lighter;
	font-family:Cinzel;
	font-size:12px;
}

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

.key {
	border:1px solid #fff;
	width: 100%;
	height:100%;
	box-sizing:border-box;
}
/* main 
----------------------------------- */

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


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

#copyright {
	font-size:9px;
	color:#fff;
	font-family:Cinzel;
	font-weight:lighter;
	letter-spacing:0.2em;
}
#copyright span {
	display:block;
}


#page-top {
position: fixed;
bottom: 10px;
right: 30px;
z-index:10;
}

#page-top div a #img{
display:block;
width:50px;
height:50px;
overflow:hidden;
background:url(../img/pagetop.png) no-repeat bottom;
background-size:100%;
text-indent:-9999px;
}

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

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

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

}
div.cont01 {
	width:92%;
	margin:0 auto;
	text-align:left;
}

div.cont01 .cont {
	width:100%;
	height:240px;
	background:url(../img/vegetable.png) no-repeat center;
	background-size:cover;
	position:relative;
}
div.cont01 .cont p {
	background:#fff;
	position:absolute;
	top:180px;
	left:-2%;
	width:95%;
	padding:20px 5%;
	line-height:24px;
	 box-shadow: 2px 2px 5px rgba(0,0,0,.15);
}
div.cont01 .cont p b {
	font-weight:normal;
	font-size:14px;
	display:inline-block;
	margin-bottom:10px;
}


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

 #cont02 .cont02 {
	 width:100%;
	 height:250px;
	background:url(../img/bg_cont02.png) no-repeat bottom;
	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;
	  width:150px;
  }
 
 #cont02 .cont02 p {
	background:#fff;
	position:absolute;
	top:100px;
	right:0;
	width:98%;
	padding:20px 5%;
	line-height:24px;
	font-size:12px;
	background:url(../img/bg_cont02_02.png);
	max-height:390px;
 }
 #cont02 .cont02 p b {
	font-weight:normal;
	font-size:14px;
	display:block;
	margin-bottom:10px;
 }
 #cont02 .cont02 p img {
	 width:140px;
	 float:right;
	 margin-top:20px;
	 margin-right: 10px;
	 box-shadow: 2px 2px 5px rgba(0,0,0,.15);
	 margin-bottom: 10px;
	 cursor: pointer;
 }

/*cont03*/
#cont03 {
	width:100%;
	margin:0 auto;
	background:#fff;
	background:url(../img/bg_cont02sp.png) no-repeat right top;
	background-size:100% auto;
	padding:40px 0 0;
}
#cont03 h2 {
	margin:	0px auto 40px;
}
#cont03 .cont03 {
	width:92%;
	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: 48%;
  height:0;
}
#cont03 .cont03 .cont:before{
  order:1;
}
#cont03 .cont03 .cont div   {  
	width: 48%;
  font-size:12px;
  line-height:18px;
  margin-bottom:64px;
}
#cont03 .cont03 .cont div p  {
	height:60px;
}
#cont03 .cont03 .cont div  img {
	width:100%;
	margin-bottom:10px;
}
#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:28px;
	
}
#cont03 .cont03 .cont div  span small {
	font-size:11px;
}
/*message*/
#message {
	width:100%;
	padding:30px 0;
	background:url(../img/bg_message.png) no-repeat center bottom;
	background-size:cover;
}

#message p{
	font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
	margin-top: 20px;
    font-family: Cinzel;
}


#message .links a img{
	margin-bottom: 20px;
    width: 60%;
}
/* #message table {
	width:92%;
	margin:0 auto;
	text-align:left;
	font-size:	14px;
	line-height:24px;
}
#message table  th {
	display:block;
	width:100%;
	font-weight:normal;
	vertical-align:middle;
}
#message table td {
	display:block;
	width:100%;
	vertical-align:bottom;
	text-align:center;
}
#message table td img {
	width:200px;
	margin-top:20px;
			transition: 1.0s ;
}
#message table td img:hover {
	opacity:0.6;
} */



/*cont04*/
#cont04 {
	width:100%;
	padding:40px 0 0px;
	background:url(../img/bg_cont04.png);
}
div.cont04 {
	width:100%;
	margin:0 auto;
	position:relative;
}

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

#cont04 table th p {
	width:100%;
	font-weight:normal;
	text-align:left;
	background:#fff;
	margin-top:105px;
	padding:0px 5% 30px;
	font-size:12px;
	line-height:28px;
}
#cont04 table th p img {
	width:140px;
	margin-right:10px;
	 box-shadow: 2px 2px 5px rgba(0,0,0,.15);
	 margin-bottom:10px;
	 margin-top:20px;
	 cursor:pointer;
}
#cont04 table th p img:hover {
	 box-shadow: 1px 1px 1px rgba(0,0,0,.15);
}
#cont04 table th  span small {
	font-size:11px;
}
#cont04 table td {
	width:100%;
	display:block;
	vertical-align:middle;
	box-sizing:border-box;
}
#cont04 table td img {
	width:100%;
}
#cont04 table th p img.top {
	width:100%;
	 box-shadow:none;
	 margin:-100px auto 0;
	 cursor:pointer;
	 text-align:center;
	 padding:30px 10%;
}
/* cont05 -------- */
#cont05 {
	width:100%;
	background:url(../img/bg_cont10sp.png) no-repeat left center;
	background-size:100% auto;
	padding:40px 0 0px;
}
#cont05 h2 {
	margin:	0px auto 40px;
}
#cont05 .cont05 {
	width:100%;
	padding:0px 4% 50px;
	box-sizing:border-box;
	margin:0 auto;
}

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

#cont05 table th p {
	width:100%;
	font-weight:normal;
	text-align:left;
	margin-top:30px;
	padding:0px 4% 30px;
	font-size:12px;
	line-height:28px;
}
#cont05 table th p img {
	width:140px;
	margin-right:10px;
	 box-shadow: 2px 2px 5px rgba(0,0,0,.15);
	 margin-bottom:10px;
	 margin-top:20px;
	 cursor:pointer;
}
#cont05 table th p img:hover {
	 box-shadow: 1px 1px 1px rgba(0,0,0,.15);
}
#cont05 table th  span small {
	font-size:11px;
}
#cont05 table td {
	width:100%;
	display:block;
	vertical-align:middle;
	box-sizing:border-box;
}
#cont05 table td img {
	width:100%;
}
#cont05 table th p img.top {
	width:100%;
	 box-shadow:none;
	 margin:-100px auto 0;
	 cursor:pointer;
	 text-align:center;
	 padding:30px 10%;
}


/* 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: 48%;
  height:0;
}
#cont05 .cont05 .cont:before{
  order:1;
}
#cont05 .cont05 .cont div   {  
	width: 48%;
  font-size:12px;
  line-height:18px;
  margin-bottom:64px;
}
#cont05 .cont05 .cont div p  {
	height:60px;
}
#cont05 .cont05 .cont div  img {
	width:100%;
	margin-bottom:10px;
}


/* cont06 -------- */
#cont06 {
	width:100%;
	height:477px;
	background:url(../img/bg_cont06.png) no-repeat center top;
	background-size:cover;
}
.cont06 h2 {
	margin:	0px auto 40px;
}
.cont06 {
	width:92%;
	margin:0 auto  50px;
	margin-top:-240px;
	background:rgba(255,255,255,0.8);
	padding:50px 4% 0px;
	box-shadow: 2px 2px 5px rgba(0,0,0,.15);
}
.cont06 .cont {
}
.cont06 .cont iframe,.cont06 .cont table {
	width:100%;
	margin-bottom:20px;
}
.cont06 .cont table {
	border-top:3px solid #464646;
	text-align:left;
	width:100%;
	padding:10px 0;
}
.cont06 .cont table th {
	line-height: 30px;
	font-weight:normal;
	font-size:20px;
	padding:30px 0 20px;
}
.cont06 .cont table td {
	padding:0;
	font-size:12px;
	line-height:20px;
	vertical-align:top;
	padding:10px 0;
	
}
.cont06 .cont table td:first-child {
	vertical-align:middle;
	
}
.cont06 .cont table td.first {
	width:30px;
	white-space:nowrap;
	padding-right:16px;
	vertical-align:top;
	font-weight: bold;
	
}

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

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


.cont06 .other table {
    text-align: left;
    width: 100%;
    padding: 10px 0 60px;
}


.cont06 .other h2{
	font-family: Cinzel;
    text-transform: lowercase !important;
	padding-top:30px;
	font-size: 24px;
}

.cont06 .other table{
    margin: 0 auto;
	font-size: 12px;
}

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

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


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

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

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

/* cont08 -------- */

#cont08{
	width: 100%;
    padding: 30px 10px;
	background: url(../img/bg_cont08.png) no-repeat right top;
    background-size: 100% auto;
}

#cont08 .link {
	width:100%;
	margin:70px auto 0;
	display:flex;  
	justify-content: space-between;
}
#cont08 .link a {
	width:32%;
}
#cont08 .link a img {
	width:100%;
}

/*プライバシーポリシー*/
#key_second {
	width: 100%;
		position: relative ;}
#key_second img {
	width:100%;
}
#key_second p {
	font-size:32px;
	color:#373F41;
	background:rgb(255,255,255,0.8);
text-align:center;	position: absolute;
width:100%;
	position:absolute;    top: 50%;   transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	padding-bottom:20px;
}
#key_second p img {
	height:50px;
	width:auto;
	margin-right:5%;
}
#policy {
	width:100%;
	//max-width:1440px;
	padding:60px 0 108px;
	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:22px;
	line-height:36px;
  padding: 0 0.7em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 7px #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 4%;
}
#policy p {
	font-size:14px;
	line-height:24px;
	margin-bottom:50px;
}
#policy p.last {
	margin-bottom:0px;
}

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

.youtube iframe {
	width: 100%;
	height: 100%;
}