@charset "UTF-8";
/* CSS Document */

/***********************************/

.wrapper {
  width: 100%;
  text-align: center;
  position: relative;
	background: #e7e3d7;
}
.section_innner {
	margin: auto;
  width: 100%;
  text-align: center;
}

#container {
	min-width: 1200px;
	overflow: hidden;
}


/*プロモエリア*/
#slide_wrapper {
	position: fixed;
	width: 100%;
	top: 110px;
}
#slidearea {
  width: 100%;
	min-height: initial;
	padding-bottom: 15%;
  margin: 0 auto;
  overflow: hidden;
}
#slidearea .slider {
 width: 1200px;
  min-height: initial;
  overflow: hidden;
	margin: auto;
	height: 797px;
}
#slidearea .slide {
	text-indent: 300%;
	width: 1200px;
	height: 797px;
	min-height: initial;
	padding-bottom: 16%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
#slidearea .slide1 {
	background-image: url("../../img/image01.png")
}
#slidearea .slide2 {
	background-image: url("../../img/image02.png");
}
#slidearea .slide3 {
	background-image: url("../../img/image03.png");
}
#slidearea .slide4 {
	background-image: url("../../img/image04.png");
}


/*--------------------------
ヘッダナビ PC
--------------------------*/
nav {
	width: 100%;
	background: #fff;
}
nav .navi_wrapper {
	width: 1030px;
	height: 80px;
	display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
	margin: auto;
	position: relative;
	z-index: 1;
}

nav .navi_inner {
	width: 600px;
	display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
   justify-content: space-between;
	margin-top: 23px;
	z-index: 9999;
}
nav .navi_inner li {
	font-size: 17px;
	color: #3f62b8;
	font-weight: bold;
}
nav .navi_inner li a {
	color: #3f62b8;
	display: inline-block;
}
nav h1 {
	padding-top: 20px;
}
nav .navi_inner li.info,
nav .navi_inner li.event,
nav .navi_inner li.time,
nav .navi_inner li.access {
	-webkit-box-flex:2.1;
	-ms-flex-positive:2.1;
	flex-grow:2.1;
}
nav .navi_inner li.facebook,
nav .navi_inner li.line {
	-webkit-box-flex:0.8;
	-ms-flex-positive:0.8;
	flex-grow:0.8;
}
nav .navi_inner li.access {
	margin-right: 20px;
}

/*--------------------------
下線アニメ
--------------------------*/
.navi_inner a {
  position: relative;
	text-decoration: none;
}
.navi_inner a.anime::before,
.navi_inner a.anime::after {
  content: '';
  position: absolute;
  bottom: -3px;
  display: block;
  width: 0;
  height: 2px;
  background-color: #3f62b8;
  transition: width 0.3s;
}
.navi_inner a.anime::before {
  right: 50%;
}
.navi_inner a.anime::after {
  left: 50%;
}
.navi_inner a.anime:hover::before,
.navi_inner a.anime:hover::after {
  width: 50%;
}

.navi_inner .facebook a,
.navi_inner .line a {
	opacity: 1;
	-webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.navi_inner .facebook a:hover,
.navi_inner .line a:hover {
	opacity: .7;
	-webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}


/*--------------------------
フィックスナビ
--------------------------*/
#fixed_header {
    position: fixed;
    top: -80px;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: top .35s ease;
    -o-transition: top .35s ease;
    transition: top .35s ease;
}
#fixed_header.active {
    top: 0;
}
#fixed_header .white {
	position: absolute;
	width: 100%;
	height: 50px;
	background: #fff;
	opacity: .7;
	z-index: -5;
}
#fixed_header .navi_wrapper {
	width: 1030px;
	height: 50px;
	display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
	margin: auto;
}
#fixed_header .navi_wrapper h1 {
	padding-top: 12px;
	width: 150px;
	height: auto;
}
#fixed_header .navi_inner {
	width: 600px;
	display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
	margin-top: 7px;
}
#fixed_header .navi_inner li a {
	font-size: 17px;
	color: #3f62b8;
	display: inline-block;
	font-weight: bold;
}
#fixed_header .navi_inner li.info,
#fixed_header .navi_inner li.event,
#fixed_header .navi_inner li.time,
#fixed_header .navi_inner li.access {
	-webkit-box-flex:2.1;
	-ms-flex-positive:2.1;
	flex-grow:2.1;
}
#fixed_header .navi_inner li.facebook,
#fixed_header .navi_inner li.line {
	-webkit-box-flex:0.8;
	-ms-flex-positive:0.8;
	flex-grow:0.8;
}
#fixed_header .navi_inner li.access {
	margin-right: 20px;
}

/*--------------------------
-----------------------------
Gナビ（ハンバーガー）
-----------------------------
--------------------------*/
#gnavi_btn {
  z-index: 999;
  display: none;
}
.openbtn8 .txt {
	position: absolute;
	color: #fff;
	text-indent: 0;
	font-size: 11px;
	left: 2px;
}
.openbtn8 .txt.open {
	opacity: 1;
	letter-spacing: 0.35em;
	-webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.openbtn8 .txt.close {
	opacity: 0;
	letter-spacing: 0.2em;
	-webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.openbtn8.active .txt.open {
	opacity: 0;
	-webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.openbtn8.active .txt.close {
	opacity: 1;
	-webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

/*==================================================
　5-2-8 3本線が横方向に回転して×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn8 {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  /*background: #EC6015;*/
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 0;
	top: -10px;
	left: 22px;
}
/*ボタン内側*/
.openbtn8 .openbtn-area {
  transition: all .6s; /*アニメーションの設定*/
  width: 50px;
  height: 50px;
}
.openbtn8 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 13px;
  height: 1px;
  border-radius: 1px;
  background: #fff;
  width: 24px;
}
.openbtn8 span:nth-of-type(1) {
  top: 15px;
}
.openbtn8 span:nth-of-type(2) {
  top: 23px;
}
.openbtn8 span:nth-of-type(3) {
  top: 31px;
}
/*activeクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
.openbtn8.active .openbtn-area {
  transform: rotate(360deg);
}
.openbtn8.active span:nth-of-type(1) {
  top: 18px;
  left: 14px;
  transform: translateY(6px) rotate(-45deg);
  width: 55%;
}
.openbtn8.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn8.active span:nth-of-type(3) {
  top: 30px;
  left: 14px;
  transform: translateY(-6px) rotate(45deg);
  width: 55%;
}

/* ナビの中 */
#gnavi_btn {
  display: none;
  position: fixed;
  top: 25px;
  right: 0;
  width: 90px;
  height: 90px;
  background-color: #978974;
  white-space: nowrap;
  text-indent: 300%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.menu {
  display: block;
  /* メニューの位置マイナス指定で画面外に */
  position: fixed;
  top: 115px;
  right: -450px;/*コンテンツにかぶらないように*/
  width: 450px;
  /*height: 100vh;*/
  /* メニューを縦に */
	display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #efefef;
  background-color: #3a82e4;
  transition: ease-in .3s;
  z-index: 998;
  /*padding: 0 10px;*/
  opacity: 0;	overflow: scroll;
	bottom: 0;
	padding: 30px;
}
.menu.open {
  right: 0;
  opacity: 1
}

@media only screen and (max-width:767px) {
	.menu {
		position: absolute;
		top: 80px;
		width: 100%;
    opacity: 0;
    height: 100vh;
	}
	.menu.open {
		position: absolute;
		top: 80px;
  	right: 0;
		width: 100%;
  	opacity: 1;
		height: 100vh;
	}
	#gnavi_btn {
		display: block;
		position: absolute;
		top: 50px;
		right: 0;
		width: 60px;
    height: 60px;
	}
	.openbtn8 {
    top: -6px;
    left: 6px;
	}
	.openbtn8 .txt {
    top: 42px;
	 	font-size: 9px;
		left: 4px;
	}
	.openbtn8 .txt.open {
    letter-spacing: 0.3em;
	}
	.openbtn8.active span:nth-of-type(1),
	.openbtn8.active span:nth-of-type(3) {
    left: 10px;
	}
}
.menu-list {
	border-top: 1px solid #fff;
  /*padding: 15px;*/
}

li.menu-list:last-child {
	border-bottom: 1px solid #fff;
}
.second li.menu-list:last-child {
	border-bottom: none;
}

li.menu-list.none {
	border-top: none;
}
.menu-list.last{
	border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;

}
.menu-list.ancher_navi a {
  display: block;
  width: 100%;
	color: #fff;
	text-align: left;
	padding: 20px 0 20px 30px;
	text-decoration: none;
	-webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.menu-list.ancher_navi span {
	position: relative;
}
.menu-list.link_navi a {
  display: block;
  width: 100%;
	color: #fff;
	text-align: left;
	padding: 20px 0 20px 10px;
	text-decoration: none;
	-webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.menu-list a:hover {
	background-color: #0051c0;
	-webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.menu .second {
	margin-left: 40px;
}




/*--------------------------
背景
--------------------------*/
/*#top{
	background:url("../../img/img_bg.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}*/

#background {
	position: fixed;
  top: 0;
  width: 100%;
	z-index: -2;
	background:url("../../img/img_bg.jpg");
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
	background-color: #faf8df;
	background-size: contain;
}


/*****************/
#bg1{
	position: fixed;
	background:url("../../img/img_bird02_1.png");
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
}
.animation_bg1{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 2s;
}
.keyframe_bg1{
  animation-name: anim_bg1;
  position: relative;
}

@keyframes anim_bg1 {
  0% {
    left: 0px;
		top: 0px
  }
  100% {
    left: 20px;
		top: 20px;
  }
}

/*****************/

#bg1_2{
	position: fixed;
	background:url("../../img/img_bird02_2.png");
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
}
.animation_bg1_2{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 2s;
}
.keyframe_bg1_2{
  animation-name: anim_bg1_2;
  position: relative;
}

@keyframes anim_bg1_2 {
  0% {
    left: 0px;
		top: 0px
  }
  100% {
    left: -15px;
		top: -10px;
  }
}

/*****************/
#bg2{
	position: fixed;
	background:url("../../img/img_bird01.png");
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
}
.animation_bg2{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 5s;
}
.keyframe_bg2{
  animation-name: anim_bg2;
  position: relative;
}
@keyframes anim_bg2 {
  0% {
    left: 0px;
		top: 0px
  }
  100% {
    left: -20px;
		top: -20px;
  }
}

/*****************/
#bg3{
	position: fixed;
	background:url("../../img/img_balloon01.png");
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
}
.animation_bg3{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 3s;
}

.keyframe_bg3{
  animation-name: anim_bg3;
  position: relative;
}
@keyframes anim_bg3 {
  0% {
    left: 0px;
		top: 0px
  }
  100% {
    left: 20px;
		top: 40px;
  }
}
/*****************/
#bg4{
	position: fixed;
	background:url("../../img/img_balloon02.png");
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
}
.animation_bg4{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 3s;
}

.keyframe_bg4{
  animation-name: anim_bg4;
  position: relative;
}
@keyframes anim_bg4 {
  0% {
    left: 0px;
		top: 0px
  }
  100% {
    left: -20px;
		top: -30px;
  }
}
/*****************/
#bg5{
	position: fixed;
	background:url("../../img/img_bird02_3.png");
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
}
.animation_bg5{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 5s;
}

.keyframe_bg5{
  animation-name: anim_bg5;
  position: relative;
}
@keyframes anim_bg5 {
  0% {
    left: 0px;
		top: 0px
  }
  100% {
    left: 30px;
		top: 50px;
  }
}
/*****************/


/*　太陽回転部分枠　*/
#sun_wrapper {
	text-align: center;
	width: 750px;
	padding-top: 100px;
	position: absolute;
	left: 50%;
  top: 70px;
  transform: translateX(-50%)
	translatey(-50px);
}
/*　太陽中心部分枠　*/
#center_wrapper {
	text-align: center;
	width: 750px;
	padding-top: 100px;
	position: absolute;
	left: 50%;
  top: 170px;
  transform: translateX(-50%)
	translatey(-50px);
}

/*　太陽　*/
.sun {
width: auto;
}
/*　回転アニメ　*/
.rotate {
		/*animation: rotation 50s infinite linear;*/
	opacity: .9;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.sp_sun {
	display: none;
}

/*--------------------------
コンテンツ
--------------------------*/
body {
	position: relative;
}

.main_contents {
	width: 100%;
	position: relative;
}

.contents {
	text-align: center;
	padding-top: 780px;
}
.date_wrapper {
	text-align: center;
}
.date_wrapper .date {
	font-size: 60px;
	color: #736147;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.4;
}
.date_wrapper .date span {
	font-size: 25px;
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
	letter-spacing: 0;
}
.date_wrapper .date span.block {
	display: block;
}
.date_wrapper .yellow {
	background: #978974;
	width: 750px;
	padding: 30px;
	margin: 0px auto 60px;
	font-size: 20px;
	line-height: 2;
	text-align: left;
	color: #fff;
}

/*--------------------------
共通
--------------------------*/
.white_wrapper {
	width: 950px;
	padding: 20px 50px 40px;
	background: #fff;
	border: 1px solid #eee;
	text-align: left;
	line-height: 2;
	font-size: 16px;
	margin: 0 auto 60px;
}
.white_wrapper.map h2,
.white_wrapper.access h2,
.white_wrapper.inquiry h2 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
}

.white_wrapper.map h2::before,
.white_wrapper.access h2::before,
.white_wrapper.inquiry h2::before {
	content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  top: 0%;
  left: 50%;
  width: 37px;
  height: 40px;
  background-image: url(../../img/img_crown.png);
	  transform: translate(-50%, -10%);
  -webkit-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
}

.white_wrapper.infomation h2,
.white_wrapper.event h2,
.white_wrapper.time h2 {
	font-size: 35px;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
}
.white_wrapper.infomation h2::before,
.white_wrapper.event h2::before,
.white_wrapper.time h2::before {
	content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  top: 0%;
  left: 50%;
  width: 37px;
  height: 40px;
  background-image: url(../../img/img_crown.png);
	  transform: translate(-50%, -10%);
  -webkit-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
}

/*--------------------------
Information
--------------------------*/
.white_wrapper.infomation dl {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  border-top: 1px solid #e6e6e6;
	line-height: 1.5;
}

.white_wrapper.infomation dt {
	font-size: 15px;
  color: #999999;
  width: 6em;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.white_wrapper.infomation dd {
	font-size: 15px;
	width: calc(100% - 10em);
	padding: 20px 0 20px 1em;
	border-bottom: 1px solid #e6e6e6;
	font-weight: normal;
}

/*--------------------------
Event
--------------------------*/
.white_wrapper.event .column_wrapper {
	margin-bottom: 60px;
}
.white_wrapper.event .column_wrapper h3 {
	font-size: 20px;
	color: #78592a;
	font-weight: bold;
	margin-bottom: 30px;
}

.white_wrapper.event .column_wrapper h3 span {
	position: relative;
	display: block;
  padding: 0 0 20px 35px;
  line-height: 1.25;
  border-bottom: solid 1px #78592a;
  margin-bottom: 10px;
}

.white_wrapper.event .column_wrapper h3 span::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    top: -0%;
    left: 0;
    width: 26px;
    height: 25px;
    background-image: url(../../img/icon_leaf2.jpg);
}

.white_wrapper.event .column_inner2 {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	justify-content: space-between;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-start;
	margin-bottom: 40px;
	line-height: 1.5;
}
.white_wrapper.event .column_inner2 .small {
	display: block;
}
.white_wrapper.event .column_inner2 .small em {
	font-size: 12px;
	font-style: normal;
}
.white_wrapper.event .column_inner2 .left {
	margin-right: 50px;
	width: 330px;
}
.white_wrapper.event .column_inner2 .right {
	width: 478px;
}
.white_wrapper.event .column_inner2 .right .left {
	text-align: left;
}
.white_wrapper.event .column_inner2 .right .right {
	text-align: right;
}
.white_wrapper.event .column_inner .column_txt .grume {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 478px;
}
.white_wrapper.event .column_inner {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-start;
	margin-bottom: 40px;
}
.white_wrapper.event .column_inner .food img {
	margin-bottom: 20px;
}
.white_wrapper.event .column_inner img {
	/*margin-right: 50px;*/
}
.white_wrapper.event .column_inner .column_txt {
	margin-top: -5px;
	width: 478px;
	line-height: 1.75
}
.white_wrapper.event .column_inner .column_txt .food {
	display: block;
  text-align: right;
}
.white_wrapper.event .column_inner .column_txt .small{
	font-size: 12px;
}

.white_wrapper.event .column_inner .column_txt ul li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}
.white_wrapper.event .column_inner .column_txt ul li a {
	text-decoration: underline;
}


.white_wrapper.event .image_wrapper {
	display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.white_wrapper.event .image_wrapper img {
	width: 135px;
}
.white_wrapper.event .time_wrapper.border {
	border-bottom: 1px solid #978974;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.white_wrapper.event .notes {
	font-size: 15px;
	font-weight: normal;
	display: block;
}
.white_wrapper.event p span.beta {
 	padding: 2px;
  width: 4em;
  text-align: center;
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 13px;
	margin-bottom: 5px;
}
.noguchi {
	display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
}

.noguchi dt {
	width: 5em;
	padding-top: 4px;
}
.noguchi dd {
	width:  calc(100% - 5em)
}
.big {
	font-weight: bold;
	font-size: 20px;
}

.white_wrapper.event .column_inner .left50,
.white_wrapper.event .column_inner .right50 {
	width: 474px;
}
.white_wrapper.event .column_inner .komidashi {
	font-size: 18px;
	font-weight: bold;
}
.white_wrapper.event .column_inner .komidashi span {
	font-size: 14px;
	font-weight: normall
}
.white_wrapper.event .column_inner .column_inner_inner {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.white_wrapper.event .column_inner .column_inner_inner img {
	margin-right: 20px;
}
.white_wrapper.event .column_inner .column_inner_inner .small {
	font-size: 13px;
}
.column_wrapper.fun .column_inner2 {
		margin-bottom: 20px;
	}
/*--------------------------
アクセス
--------------------------*/
.w_gmap {
    position: relative;
    /* width: 100%; */
    height: 0;
    padding-top: 50%;
    margin: 0 0 30px 0;
}
.w_gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    border: none;
}

.access .txt_wrapper {
	font-weight: bold;
	line-height: 1.75;
}
.access .txt_wrapper p {
	font-weight: bold;
}
.access .txt_wrapper em {
	color: #978974;
	font-style: normal;
	font-weight: normal;
}
.access .txt_wrapper span {
	font-size: 13px;
	font-weight: normal;
}

.access .notes {
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 2.5;
    color: orangered;
	margin-top: 20px;
}
/*--------------------------
	スケジュール
	--------------------------*/
#event .title2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1;
	background: #78592a;
	color: #fff;
	padding: 10px;
}

#event .title2 span {
	font-size: 25px;
	font-weight: bold;
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
}

.time .title{
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1;
}
.time .title .solid {
	position: relative;
	background: #978974;
	padding: 7px 8px;
	color: #fff;
	font-size: 20px;
	top: -5px;
	margin-right: 10px;
	font-family: 'Roboto', sans-serif;
}
.time .title span {
	font-size: 25px;
	font-weight: bold;
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
}
.time .title span.notes {
	font-size: 15px;
	font-weight: bold;
	display: block;
  line-height: 2.5;
	color: orangered;
}
.time .title span.notes2 {
	font-size: 20px;
	font-weight: bold;
	display: block;
  line-height: 2.5;
	color: orangered;
}
.time .title span.notes_l {
	font-size: 18px;
	display: block;
  line-height: 2;
}
.event .title span.notes {
	font-size: 15px;
	font-weight: bold;
	display: block;
  line-height: 2.5;
	color: orangered;
	text-align: center;
}
.event .title span.notes2 {
	font-size: 20px;
	font-weight: bold;
	display: block;
  line-height: 2.5;
	color: orangered;
	text-align: center;
}
.time .separation {
	margin-bottom: 40px;
}
.time .facility {
	font-size: 20px;
	font-weight: bold;
	color: #78592a;
	padding: 5px 0;
	border-top: 1px solid #78592a;
	border-bottom: 1px dashed #78592a;
	margin-bottom: 20px;
}
.white_wrapper.time dl {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
	line-height: 1.5;
}

.white_wrapper.time dt.day1 {
	font-size: 20px;
  color: #978974;
  width: 9em;
  padding: 0 0 20px 0;
	font-weight: bold;
}
.white_wrapper.time dd.day1 {
	width: calc(100% - 12em);
	padding: 0 0 20px 0;
	font-size: 19px;
	font-weight: bold;
}
.white_wrapper.time dt {
	font-size: 20px;
  color: #000;
  width: 9em;
  padding: 0 0 10px 0;
	font-weight: bold;
}
.white_wrapper.time dd {
	width: calc(100% - 12em);
	padding: 0 0 10px 0;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.75;
}



.white_wrapper.time dd .image_wrapper {
	display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.white_wrapper.time dd .image_wrapper img {
	width: 200px;
}
.white_wrapper.time .time_wrapper.border {
	border-bottom: 1px solid #978974;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.white_wrapper.time dd .notes {
	font-size: 15px;
	font-weight: normal;
	display: block;
}
.white_wrapper.time dd p span.beta {
 	padding: 2px;
  width: 4em;
  text-align: center;
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 13px;
	margin-bottom: 5px;
}
.white_wrapper.time dd.small {
	font-size: 16px;
	text-indent: -0.5em;
	font-weight: normal;
}
.white_wrapper.time dd.small span {
	color: #978974;
	font-weight: bold;
}

.white_wrapper.time .content {
    padding: 0;
    font-size: 19px;
    font-weight: bold;
}
.white_wrapper.time .content .note {
    font-size: 15px;
    font-weight: normal;
    display: block;
	line-height: 1.5;
}
.time_inner {
	background: #f6f3e7;
	border: 4px solid #afa18c;
	padding: 20px;
	margin-top: 20px;
	display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.time_inner p {
	font-weight: bold;
	width: 47%;
	margin-bottom: 20px;
}
.separation .kanbun span {
	font-weight: normal;
	font-size: 15px;
	display: block;
	padding-left: 1em;
}
.separation .kanbun span:before {
	content: "・";
  display: inline-block;
  top: 0;
  left: 0;
	text-indent: -1em;
}

.time_inner p span em {
	font-size: 12px;
	font-style: normal;
	display: block;
}

.separation dd em {
    font-size: 14px;
    font-style: normal;
    display: block;
	font-weight: normal;
}


table {
	width: 1370px;
    text-align: left;
    line-height: 1.5em;
    border-collapse: collapse;
    font-size: 15px;
    border: 3px solid #978974;
    line-height: 1.75;
    font-size: 16px;
    margin-bottom: 30px;
    background: #fff;
}

/*table tr:first-child td {
	text-align: center;
}*/
table td {
    border: 1px solid #978974;
    padding: 10px;
}
table th {
	border: 1px solid #978974;
  width: 270px;
	background: #f0ede9;
	 padding: 10px;
}
table td:nth-child(n + 2) {
	width: 100px;
}

.tablepane {
	overflow-x: scroll;
	
}

/*--------------
イベント会場
----------------*/
.white_wrapper.map {
    padding: 20px 50px 20px;
}
.event_wrapper {
	display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.event_wrapper .event_outer {
	width: 100%;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.75;
}
.event_wrapper .event-inner {
	display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.event_wrapper .event-inner .title {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 3px;
}
.event_wrapper .event_outer .notes {
	padding-left: 30px;
}
.event_wrapper .event-inner .title span {
	font-size: 16px;
	/*background: #000;*/
	padding: 3px 10px;;
	color: #978974;
	margin-left: 10px;
	border: 1px solid #978974;
}

@media only screen and (max-width:767px) {
	.event_wrapper {
		margin-top: 20px;
	}
	.event_wrapper .event-inner {
	width: 100%;
	}
}


.event_wrapper .event_outer i {
  display: inline-block;
	margin-bottom: -5px;
}
.event_wrapper .event_outer i span.num {
	  background: #1d2088;
    padding: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
	margin-right: 5px;
    display: table;
    line-height: 1;
}
.event_wrapper .event-inner span.num {
	  background: #1d2088;
    padding: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
    display: table;
    line-height: 1;
}
.event_wrapper .event-inner span.num em {
	color: #fff;
	font-style: normal;
	display: table-cell;
  vertical-align: middle;
}
.event_wrapper .event_outer span.num em {
	color: #fff;
	font-style: normal;
	display: table-cell;
  vertical-align: middle;
}
.event_wrapper .event-inner p {
	margin-top: 0px;
}

.bottle_wrapper {
	margin-bottom: 60px;
}

.inquiry p span {
	font-weight: bold;
	font-size: 20px;
}
.bottle_wrapper a:hover {
	opacity: .7;
	transition: opacity .35s ease;
}
.bottle_wrapper a {
	opacity: 1;
	transition: opacity .35s ease;
}
.bottle_wrapper .bg_white {
	background: #fff;
	width: 720px;
	height: 325px;
	margin: auto;
}

/*********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************
スマホ
**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************/
@media only screen and (max-width:767px) {
	
	#container {
		min-width: 100%;
	}
	
	.section_innner {
		width: 100%;
		margin: 0 10px;
		margin: auto;
	}
	/*--------------------------
	ナビ
	--------------------------*/
	nav .navi_wrapper {
		width: 100%;
		height: 60px;
		overflow: hidden;
	}
	nav .navi_inner {
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
  	background-color: #f6f3e7;
		width: 120px;
		top: 87px;
		right: -119px;
		transition: ease-in .3s;
		opacity: 1;
	}
	nav .navi_inner.active {
  	top: 87px;
		right: 0;
		opacity: 1;
	}
	
	#fixed_header {
		display: none;
	}
	nav h1 {
    padding-top: 16px;
	}
	nav h1 img {
    width: 160px;
    margin-left: 20px;
	}
	nav .navi_inner li a {
		display: block;
    color: #736147;
		font-size: 14px;
		padding: 18px 0;
		border-bottom: 2px solid #fff;
	}
	nav .navi_inner li:last-child a {
		border-bottom: none;
	}
	nav .navi_inner li.time {
		line-height: 1.25;
	}
	nav .navi_inner li.access {
	margin-right: 0;
	}
	
	/*プロモエリア*/
	#slide_wrapper {
		width: 100%;
		top: 10px;
		position: relative;
	}
	#slidearea {
	  width: 100%;
		min-width: initial;
	  min-height: initial;
	  margin: 0 auto;
	}
	#slidearea .slider {
		position: fixed;
	  width: 100%;
		height: initial;
	  min-height: initial;
	}
	#slidearea .slide {
		width: 100%;
		height: initial;
		min-height: initial;
		padding-bottom: 16%;
	}
	
	
	/*--------------------------
下線アニメ
		--------------------------*/
	.navi_inner a.anime::before,
	.navi_inner a.anime::after {
	  content: '';
	  position: inherit;
	  bottom: inherit;
	  display: inherit;
	  width: inherit;
	  height: inherit;
	  background-color: inherit;
	  transition:none;
	}
	.navi_inner a.anime::before {
	  right: inherit;
	}
	.navi_inner a.anime::after {
	  left: inherit;
	}
	.navi_inner a.anime:hover::before,
	.navi_inner a.anime:hover::after {
	  width: inherit;
	}
	.navi_inner .facebook a,
	.navi_inner .line a {
		opacity: 1;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	.navi_inner .facebook a:hover,
	.navi_inner .line a:hover {
		opacity: 1;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	
	/*--------------------------
	背景
	--------------------------*/
	#bg1,#bg1_2,#bg2,#bg3,#bg4,#bg5 {
		/*display: none;*/
		background-size: contain;
		background-position-y: 100px;
	}
	#background {
		height: 100vh;
    background-attachment: inherit;
		background-image:url("../../img/bg_sp.jpg");
		background-size: 100%;
	}
	/*　太陽回転部分枠　*/
	#sun_wrapper {
		/*display: none;*/
		width: 300px;
	}
	/*　太陽中心部分枠　*/
	#center_wrapper {
		/*display: none;*/
		margin: auto;
		width: 200px;
		top: 120px;
	}
	.sp_sun {
		display: none;
		/*display: block;*/
		width: 100%;
		text-align: center;
	}
	.sp_sun img {
		width: 360px;
		margin: auto;
	}
	/*--------------------------
	コンテンツ
	--------------------------*/
	.contents {
    padding-top: 20px;
	}
	.date_wrapper {
    margin-top: 0;
	}
	.date_wrapper .date {
    font-size: 25px;
	}
	.date_wrapper .date img {
    width: 300px;
	}
	.date_wrapper .date span {
    font-size: 15px;
	}
	.date_wrapper .yellow {
		width: 90%;
		padding: 15px;
    font-size: 13px;
		margin-bottom: 25px;
	}

	.white_wrapper.map h2,
	.white_wrapper.access h2,
	.white_wrapper.inquiry h2 {
    font-size: 18px;
	}
	
.white_wrapper.map h2::before,
.white_wrapper.access h2::before,
.white_wrapper.inquiry h2::before,
.white_wrapper.infomation h2::before,
.white_wrapper.event h2::before,
.white_wrapper.time h2::before {
	top: -2px;
  width: 25px;
  height: 12px;

}

.white_wrapper.event .image_wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.white_wrapper.event .image_wrapper img {
	width: 33.3%;
}
	
	.ta_left {
		text-align: left;
	}
	.white_wrapper {
		width: 90%;
		padding: 10px 20px 30px;
		margin: 0 auto 17px;
		font-size: 14px;
	}
	.white_wrapper.map,
	.white_wrapper.inquiry {
		width: 90%;
		padding: 10px 20px 10px;
		margin: 0 auto 17px;
		font-size: 14px;
	}
	.white_wrapper h2.line_regist {
    font-size: 19px;
    margin-bottom: 25px;
	}
	.white_wrapper.infomation h2,
	.white_wrapper.event h2,
	.white_wrapper.time h2 {
    font-size: 22px;
    margin-bottom: 10px;
	}
	.white_wrapper.infomation dl {
  	display: block;
	}
	
	.white_wrapper.event .column_inner {
  	display: block;
		text-align: center;
	}
	.white_wrapper.event .column_inner.ta_left {
		text-align: left;
	}
	.white_wrapper.event .column_inner .column_txt {
    margin-top: 0;
    text-align: left;
}
	.white_wrapper.infomation dt {
    width: inherit;
    padding: 10px 0 0;
    border-bottom: none;
		font-size: 14px;
	}
	.white_wrapper.infomation dd {
    width: inherit;
    padding: 0 0 10px;
		font-size: 14px;
	}
	.white_wrapper.event .column_wrapper h3 {
    font-size: 16px;
    margin-bottom: 20px;
	}
	.white_wrapper.event .column_wrapper h3 span {
    padding: 0 0 10px 32px;
	}
	.white_wrapper.event .column_wrapper h3 span::before {
    top: -5%;
    left: 0;
    width: 25px;
    height: 26px;
	}
	.white_wrapper.event .column_inner img {
    margin-right: 0;
		margin-bottom: 20px;
	}
	.white_wrapper.event .column_inner .column_txt {
    width: 100%;
	}
	.white_wrapper.event .column_inner .column_txt .food {
    width: 100%;
		text-align: center;
	}
	.white_wrapper.event .column_inner .column_txt .food img{
    width: 80%;
	}
	
	.white_wrapper.event .column_inner2 {
    display: block;
	}
	.white_wrapper.event .column_inner2 .left {
    margin-right: 0;
    width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
		.white_wrapper.event .column_inner2 .left img {
    width: 70%
	}
	.white_wrapper.event .column_inner2 .right {
    width: 100%;
	}
	.white_wrapper.event .column_inner2 .right .left {
    text-align: center;
		margin-bottom: 20px;
	}
	.white_wrapper.event .column_inner2 .right .right {
    text-align: center;
		margin-bottom: 20px;
	}
		.white_wrapper.event .column_inner2 .right .left img,
	.white_wrapper.event .column_inner2 .right .right img {
		width: 70%
	}
	
	.white_wrapper.event .column_inner .column_inner_inner {
    display: block;
	}
	.white_wrapper.event .column_inner img {
    margin-right: 0;
    margin-bottom:20px;
	}
	
	.white_wrapper.event .column_inner p {
    line-height: 1.5;
		margin-bottom: 20px;
	}
	#event .title2 {
    font-size: 30px;
		padding: 5px;
	}
	#event .title2 span {
    font-size: 20px;
	}
	.event_wrapper .event-inner .title span {
		display: inline-block;
		margin-top: 5px;
	}
	.column_wrapper.fun .column_inner2 {
		margin-bottom: 20px;
		text-align: center;
	}
	.column_wrapper.fun .column_inner2 img {
		width: 100%;
		max-width: 320px;
	}
	.column_wrapper.fun .column_inner2 img:first-child {
		margin-bottom: 20px;
	}
	/*--------------------------
	スケジュール
	--------------------------*/
	.time .title {
    font-size: 30px;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1;
	}
	.time .title .solid {
    padding: 7px 8px;
    font-size: 16px;
    top: -5px;
	}
	.time .title span {
    font-size: 18px;
	}
	.time .title span.notes_l {
    font-size: 15px;
    line-height: 1.5;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.time .title span.notes {
    font-size: 12px;
    line-height: 1.5;
	}
	.event .title span.notes {
    font-size: 12px;
    line-height: 1.5;
		text-align: left;
		padding-bottom: 10px;
	}
		.event .title span.notes2 {
    font-size: 20px;
    line-height: 2.5;
		text-align: left;
		padding-bottom: 10px;
	}
	.white_wrapper.time dl {
    display: block;
    line-height: 1.5;
	}
	.white_wrapper.time dt {
    font-size: 18px;
    width: inherit;
    padding: 0;
	}
	.white_wrapper.time dd {
    width: inherit;
    padding: 0 0 15px 0;
    font-size: 16px;
	}
	.white_wrapper.time dd .notes {
    font-size: 14px;
	}
	.white_wrapper.time dd .image_wrapper img {
    width: 33.3%;
}
	.time_inner {
    padding: 10px;
    margin-top: 10px;
    display: block;
	}
	.time_inner p {
    width: 100%;
    margin-bottom: 15px;
	}
	.non {
		display: none;
	}
	
	.bottle_wrapper {
	width: 90%;
		margin: 0 auto 20px;
	}
	.bottle_wrapper a:hover {
		opacity: 1;
	}
	
	.bottle_wrapper .bg_white {
	background: #fff;
	width: 90%;
	height: auto;
	}
}







/*********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************
共通パーツ
**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************/

/*--------------------------
フッタ PC
--------------------------*/
#footer {
	/*background: #eee;*/
	padding: 30px 0;
	text-align: center;
	width: 100%;
	font-size: 12px;
	margin-top: 50px;
}

#footer .footer_inner  {
	width: 100%;
	text-align: center;
	margin: auto;
}
#footer .footer_inner p {
	font-size: 20px;
	font-weight: bold;
}
#footer .footer_inner #copyright {
	font-size: 14px;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	#footer {
		padding: 20px 20px;
		font-size: 9px;
		margin-top: 30px;
}
	#footer .footer_inner  {
	width: 100%;
	text-align: center;
	margin: auto;
	}
	#footer .footer_inner p {
	font-size: 15px;
}
#footer .footer_inner #copyright {
	font-size: 12px;
	font-weight: normal;
	}
}

/*--------------------------
トップへ戻る PC
--------------------------*/
#pageBottom a {
  display: block;
  width: 50px;
  height: 50px;
}
#pageBottom {
  position: fixed;
  right: 11px;
  bottom: 10px;
  z-index: 10001;
}
#pageBottom a:hover:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#pageBottom a:hover:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

/*--------------------------
トップへ戻る SP
--------------------------*/
@media only screen and (max-width: 767px) {
	#pageBottom {
   	 right: 10px;
  	}
 	 #pageBottom:after {
  	  content: ".";
  	  display: block;
  	  margin-top: -1em;
  	  line-height: 1;
  	  color: transparent;
  	}
  	#pageBottom a {
  	  width: 50px;
  	  height: 50px;
  	  background-image: url(../img/icon/icon_pagetop.png);
  	  -moz-background-size: 50px 50px;
  	  -o-background-size: 50px 50px;
  	  -webkit-background-size: 50px 50px;
  	  background-size: 50px 50px;
  	}
  	#pageBottom a:hover:hover {
  	  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  	  opacity: 1;
  	}
  	#pageBottom a:hover:hover img {
  	  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  	}
  	#pageBottom a img {
  	  visibility: hidden;
  	}
	#pageBottom a:hover:hover {
	    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	    opacity: 1;
	}
	#pageBottom a:hover:hover img {
	  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	}
	#pageBottom a:hover:hover {
	  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	  opacity: 1;
	}
	#pageBottom a:hover:hover img {
	  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	}
}



/*--------------------------
補高追加分
--------------------------*/
	.linebox {
	  border: 1px solid; padding: 5px 5px 5px 5px;
	}
	
	.infomation .txt_wrapper p {
	font-weight: bold;
	}
	.infomation .txt_wrapper em {
	color: #978974;
	font-style: normal;
	font-weight: normal;
	}
	.infomation .txt_wrapper span {
	font-size: 15px;
	font-weight: normal;
	}
	.infomation .column_wrapper h3 span {
	position: relative;
	display: block;
  padding: 0 0 20px 35px;
  line-height: 1.25;
  border-bottom: solid 1px #78592a;
  margin-bottom: 10px;
}
.infomation .notes {
    font-size: 20px;
    font-weight: bold;
    display: block;
    line-height: 2;
    color: orangered;
}

.access .ind {
	padding-left:3em;
	text-indent:-2em;
	display: block;
}