html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

h3{
    position: relative;
    padding: 0.25em 0.5em;
}
h3:after {
    content: "";
    display: block;
    height: 4px;
    background: -webkit-linear-gradient(to right, rgb(227, 170, 0), transparent);
    background: linear-gradient(to right, rgb(227, 170, 0), transparent);
}
h4{

    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #494949;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #7db4e6;/*左線*/  
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #ecf0f1;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
  color: #333;
}

.btn {
  display: inline-block;
  padding: 10px 34px 10px 26px;
  font-size: 1.2rem;
  background: #d0c06b;
  border-radius: 5px;
  color: #333;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

header {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 110px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

header .logo {
  margin-left: 5%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  font-weight: bold;
}

.logo img{
	width: 90%;
}

header nav {
  margin-right: 5%;
}

header nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*font-size: 1rem;*/
  font-size: 0.9rem;
  /*font-weight: bold;*/
}

header nav ul li + li {
  padding-left: 54px;
  /*padding-left: 24px;*/
}

header nav ul.open {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.fixed-bg {
  position: relative;
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.fixed-bg .fixed-bg-content,
.sub_fixed-bg .fixed-bg-content
{
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.fixed-bg .fixed-bg-content h1 {
  font-size: 2.6rem;
  color: #fff;
  margin-bottom: 24px;
}

.sub_fixed-bg{
  position: relative;
  min-height: 16vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.sub_wrap{
  position: relative;
  height: 140px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.sub_fixed-bg h1{
	font-size: 32px;
	color: #000000;
	font-family: 'Kosugi Maru';
}

.breadcrumbslist{
	/* position: absolute; */
	/* left: 50%; */
	/* top: 85%; */
	/* bottom: auto; */
	/* right: auto; */
	/* width: 1400px; */
	margin: 0 auto;
	text-align: center;
	height: 140px;
}

#main{
	background-color: #fff;
}

.sub_main{
	width: 60%;
	margin: 0 auto;
	padding: 60px 0px;
}

.sub_main h2{
	background-color: #E3AA03;
	height: 40px;
	margin: 40px 0px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}


.breadcrumbslist p{
    position: absolute;
    top: 85%;
    left: 6%;
    font-size: 14px;
}

.scroll-bg {
  padding: 6em 0;
}

.scroll-bg-content {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}

.scroll-bg-content p {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.8;
}

.bg01 {
  background:#ddd url(../images/bg_image.png) no-repeat center center;
  background-size:cover;
}

.bg02 {
  background:#ddd url(../images/bg02.jpg) no-repeat center center;
  background-size:cover;
}

.bg03 {
  background:#ddd url(../images/bg03.jpg) no-repeat center center;
  background-size:cover;
}

.bg04 {
  background:#ddd url(../images/bg04.jpg) no-repeat center center;
  background-size:cover;
}

.bg05 {
  background:#ddd url(../images/rice.jpg) no-repeat center center;
  background-size:cover;
}

.bg06 {
  background:#ddd url(../images/cookie.jpg) no-repeat center center;
  background-size:cover;
}

.bg07 {
	background:#ddd url(../images/cafe.jpg) no-repeat center center;
	background-size:cover;
}

.bg08 {
  background:#ddd url(../images/meeting.jpg) no-repeat center center;
  background-size:cover;
}

.bg09 {
  background:#ddd url(../images/grass.jpg) no-repeat center center;
  background-size:cover;
}

.bg-color01 {
  background-color: #ffffff;
}

.bg-color02 {
  background-color: #E3AA03;
}

.bg-color03 {
  background-color: #202829;
  color: #ccc;
}

.effect i {
  height: 120px;
  padding: 20px;
  font-size: 100px;
  transition: .8s;
} 
.effect div {
  margin: auto;
  transition: .8s;
  transition-delay: .8s;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.mpset1{
	text-align: left;
	line-height: 1.6;
	border: 2px solid #E3AA03;
	padding: 5px;
	background-color: #fff;
        font-size: 14px;
}

.mpset2{
	text-align: left;
	line-height: 1.6;
	border: 2px solid #64aa44;
	padding: 5px;
	background-color: #fff;
        font-size: 14px;
}

.mpset3{
	text-align: left;
	line-height: 1.6;
	border: 2px solid #cb5380;
	padding: 5px;
	background-color: #fff;
        font-size: 14px;
}

.mpwrap{
	width: 800px;
	margin: 0px auto;
}
.mp01{
    top: 0px;
    left:0px;
}

.mp02{
    top: 0px;
    left:75px;
}



/*追加*/
.fixed-bg .fixed-bg-content h1.h1_top{
	font-size: 20px;
	color: #000000;
	font-family: 'Kosugi Maru';
}

.fixed-bg .fixed-bg-content h2.h2_top{
	font-size: 48px;
	color: #000000;
	font-family:'Kosugi Maru';
}

h3.h3_top{
	font-size: 30px;
	color: #000000;
	font-family: 'Kosugi Maru';
}

li.a_line a{
	border-bottom: solid;
	border-color: #E3AA03;
	border-width: 3px;
}

#js-menu a:hover{
	border-bottom: solid;
	border-color: #E3AA03;
	border-width: 3px;
	opacity: 0.9 ;
}

.text_set{
	text-align: center;
}

.news{
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
	background-size: 5px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 20px 0px;
}

.news p.news_date{
	font-size: 16px;
	color:#E3AA03;
	font-family: 'Kosugi Maru';
}

.news p.news_title{
	font-size: 18px;
	margin: 10px 0px;
}

.font_set{
	font-family: 'Kosugi Maru';
}

.flex_box{
	padding:  10px;             /* 余白指定 */
	display: flex;              /* フレックスボックスにする */
	align-items:stretch;        /* 縦の位置指定 */
	justify-content:space-between;
}

.sub_flex_box{
	padding:  10px;             /* 余白指定 */
	display: flex;              /* フレックスボックスにする */
	align-items:stretch;        /* 縦の位置指定 */
	justify-content:space-between;
}

.flex_box .flex_item{
	padding: 10px;
	margin:  10px;              /* 外側の余白 */
	border-radius:  5px;        /* 角丸指定 */
}

.sub_flex_box .flex_item{
	padding: 10px;
	margin:  10px;
	border-radius:  5px;
	text-align:center;
	width: 33%;
}

.products_photo{
	border-radius:  5px;
	width: 43%;
}

.products_photo p{
	text-align: center;
}

.products_photo img{
	width: 70%;
}

.products_info,
.events_info
{
	padding: 0px 20px;
	border-radius:  5px;
	width: 55%;
}

.products_info p{
	line-height: 1.6;
	font-weight: bold;
}

.products_info ul,
.events_info ul
{
	line-height: 1.6;
	padding: 20px 0px;
	color: #614949;
}

ul.eventsmenu,
ul.activityphoto
{
	text-align: center;
	padding: 20px 0px;
}

ul.eventsmenu li,
ul.activityphoto li
{
	display: inline-block;
	margin: 20px 0px;
}

ul.activityphoto img{
	width: 100%;
}

ul.eventsmenu li a{
	padding: 10px 20px;
	background-color: #ecf0f1;
	border-radius: 6px;
	border: 2px solid #E3AA03;
}

ul.eventsmenu li a:hover{
	background-color: #ffdd90;
}

.events_info .title{
	line-height: 1.6;
	font-weight: bold;
}

.events_info .info{
	padding: 20px 0px;
	line-height: 1.6;
}


.flex_box .flex_item:nth-child(1){
	order:2;
}
.flex_box .flex_item:nth-child(2){
	order:1;
}
.flex_box .flex_item:nth-child(3){
	order:3;
}

.p_set{
	padding-top: 60px;
}

.p_set10{
	padding: 10px;
}

.p_lh16{
	line-height: 1.6;
}

.banner{
	padding: 40px 0px;
}

.banner img{
	padding: 2px;
}

.footer{
	padding: 30px 0px 0px;
}

.footer .f_set01{
	font-size: 12px;
	padding: 12px 0px;
}

.footer .f_set02{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}

.footer .f_set03{
	font-size: 14px;
	padding: 30px 0px 0px;
}

.footer .f_set04{
	font-size: 14px;
	padding: 10px 0px;
}

.footer .f_set05{
	color: #fff;
	font-size: 12px;
	padding: 20px 0px 10px;
	letter-spacing: 4px;
}

.li_he16{
	line-height: 1.6;
}

table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	table-layout: fixed;
	color: #000;
	width: 100%;
}

.t_w{
	width:40%;
}

table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
table thead{
  border-bottom: 5px solid #ff9900;
}
table tr:last-child{
   border-bottom: none
}
table th,
table td {
  padding: 1em 1em 1em 1em;
  border-right: 1px solid #bbb;
}
table th:last-child,
table td:last-child{
    border: none;
}
tbody th {
    color: #ff9901;
    background-color: #ecf0f1;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
   text-align: right;
}

a.anchor{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}


@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%
  }
  table th,
  table th.t_w{
    display: block;
    border-right: none;
    border-bottom: 5px solid #E3AA03;
    padding-bottom: .6em;
    margin-bottom: .6em;
    width:auto;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: 2em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 1140px) {
	.flex_box,
	.sub_flex_box
	{
		display: block;
	}
	.sub_flex_box .flex_item{
		width: auto;
	}
	.products_photo{
        width: auto;
    }
    .products_info{
        width: auto;
    }
    .products_info p{
		padding-top: 20px;
    }
    .events_info{
        width: auto;
    }
    .events_info p{
    	padding-top: 20px;
    }
}

@media only screen and (max-width: 1320px) and (min-width:980px) {
	.banner_set{
		width: 900px;
		margin:auto;
	}
}

@media only screen and (max-width: 768px) {
  header .logo {
    float: left;
    margin-top: 10px;
  }
  header nav ul li + li {
    padding-left: 0;
  }
  header nav ul a {
    display: block;
    height: 50px;
    padding-left: 5%;
    background-color: #202829;
    border-top: 1px solid #ccc;
    line-height: 50px;
    color: #ccc;
  }
  header nav ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  header nav {
    float: right;
    width: 44px;
    height: 100%;
    background: url(../images/menu_icon.png) no-repeat center center;
    background-size: 22px 22px;
    cursor: pointer;
  }
  header {
    display: block;
    height: 50px;
  }
  header::after {
    content: "";
    display: block;
    clear: both;
  }
  .fixed-bg .fixed-bg-content h1.h1_top{
	font-size: 14px;
	color: #000000;
	font-family: 'Kosugi Maru';
    }
  .fixed-bg .fixed-bg-content h2.h2_top{
	font-size: 32px;
	color: #000000;
	font-family: 'Kosugi Maru';
    }
  .fixed-bg .fixed-bg-content h1 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .fixed-bg {
    background-attachment: scroll;
  }
  .scroll-bg .scroll-bg-content p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .scroll-bg {
    padding: 4em 0;
  }
  .sub_wrap{
  	display: none;
  }
  .sub_fixed-bg .fixed-bg-content{
  	top: 60%;
  }
  .sub_fixed-bg{
	min-height: 30vh;
  }
  .logo img{
	width: 40%;
	}
	.sub_fixed-bg h1{
	font-size: 26px;
	}
	.sub_main{
	width: 90%;
	}
	.indention{
	display:block;
    }
}