@charset "UTF-8";
/* Scss Document */
a.btn_scroll {
	position: absolute;
	bottom: 60px;
	left: calc(50% - 15px);
	width: 20px;
	height: 35px;
	z-index: 70;
}
a.btn_scroll span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 20px;
	height: 35px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
a.btn_scroll span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 4px;
	height: 4px;
	margin-left: -2px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
 @-webkit-keyframes sdb10 {
 0% {
 -webkit-transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 -webkit-transform: translate(0, 10px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@keyframes sdb10 {
 0% {
 transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 transform: translate(0, 10px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
img {
	width: 100%;
	height: auto;
}
.btn-fix {
	position: fixed;
	top: 100px;
	right: 0%;
	z-index: 91;
	width: 9%;
	opacity: 0;
	padding: 0;
	visibility: hidden;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.btn-fix a {
	display: block;
}
.btn-fix img {
	width: 100%;
	height: auto;
}
.has_btn_fix .btn-fix {
	opacity: 1;
	visibility: visible;
}
.toggle .readmore {
	text-align: center;
}
.toggle .readmore:after {
	position: static;
	margin: 0;
	padding-left: 10px;
}
.img_parallax {
	clip: rect(0, auto, auto, 0);
	margin-bottom: 0;
}
.img_parallax img {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	object-fit: cover;
	z-index: 0;
	transform: translateZ(0);
}
.bg1 {
	background: url(../img/index/bg1.jpg) center 0 repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.bg2 {
	background: url(../img/shared/bg2.jpg) center 0 repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.bg3 {
	background: url(../img/shared/bg3.jpg) center 0 repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	color: #fff;
}
.bg4 {
	background: url(../img/party/bg4.jpg) center 0 repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	color: #fff;
}
.line_bg {
	position: relative;
	padding-top: 5px;
}
.line_bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 16px;
	z-index: 2;
	background: url(../img/shared/line.png) center 0 repeat;
}
.bnr_shared {
	width: 78%;
	margin: 0 auto;
}
.bnr_shared li {
	margin-bottom: 20px;
}
#key {
	position: relative;
	height: calc(100vh - 70px);
}
#key img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
h2 {
	margin-bottom: 10px;
}
section p {
	padding-bottom: 20px;
}
header .btn_new {
	color: #491407;
	text-align: center;
	position: absolute;
	top: 14px;
	right: 110px;
	width: 60px;
	line-height: 1.6;
	font-size: 10px;
	height: 48px;
	padding-top: 12px;
}
header .btn_new:before {
	font-size: 20px;
	margin: 0 20px;
	display: inline-block;
}
#belt {
	background: url(../img/shared/hd_bg.jpg) 0 0 repeat;
	background-size: 100% 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	z-index: 99;
}
#pagetop {
	width: 52px;
	bottom: 0;
}
footer {
	background: url(../img/shared/line2.png) center 0 repeat-x, url(../img/shared/ft_bg.jpg) center 0 repeat;
	-webkit-background-size: auto, cover;
	background-size: auto, cover;
	text-align: center;
	color: #491407;
	padding-top: 40px;
	padding-bottom: 52px;
}
footer .vcard {
	padding: 0 3%;
}
footer .vcard p {
	padding-bottom: 15px;
}
#index #key .key-sl li {
	height: calc(100vh - 70px);
}
#index #sec1 {
	padding-bottom: 10%;
}
#index #sec1 h2 {
	margin-bottom: 10px;
}
#index #sec1 .js {
	padding-top: 30px;
}
#index #sec1 .js .photo {
	padding: 0 26px 10px;
}
#index #sec1 .js .item dl {
	padding: 0 3% 20px;
}
#index #sec1 .js .item dt {
	padding: 0 20% 10px;
}
#index #sec1 .js .item .bnr {
	padding: 0 10% 0px;
}
#index #sec2 {
	background: url(../img/index/sec2_bg.jpg) center 0 repeat;
	background-size: 100%;
	padding-bottom: 1px;
	color: #fff;
}
#index #sec2 h2 {
	margin-bottom: 10px;
}
#index #sec2 .bnr {
	margin: 0 8%;
}
#index #sec3 h2 {
	margin-bottom: 10px;
}
#index #sec3 .bx-wrapper .bx-pager {
	position: absolute;
	bottom: 7vw;
	left: 0;
	right: 0;
	z-index: 80;
}
#index #sec3 .bnr {
	margin: 20px 5% 0;
}
#index #sec4 .bnr {
	padding: 0 5%;
}
#index #news {
	background: url(../img/index/news_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	color: #fff;
	padding: 5% 0 10%;
}
#index #news h2 {
	margin-bottom: 10px;
}
#index #news #feed {
	padding: 0 3%;
}
#index #news #feed li span {
	padding-right: 8px;
}
#about #sec1 {
	padding: 8% 0% 10%;
}
#about #sec1 .js {
	padding-top: 8%;
}
#about #sec1 .js dt {
	padding: 0 26px;
}
#about #sec1 .js dd {
	padding: 0 3%;
}
#about #sec1 .bx-controls {
	padding-top: 15px;
}
#about #sec2 {
	position: relative;
}
#about #sec2 .lead {
	color: #fff;
	position: relative;
	z-index: 1;
	padding:16% 3% 12%;
}
#about #sec2 .lead h2 {
	padding: 0 15%;
}
#about #sec2 .img_parallax {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#about #sec4 {
	position: relative;
	margin-bottom: 10%;
}
#about #sec4:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 4px solid #e7d49f;
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
}
#about #sec4 .link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 20px 20px;
}
#about #sec4 .link li {
	width: 48%;
	margin-bottom: 2%;
}
#about #sec5 {
	background: url(../img/about/sec5_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	padding: 8% 0;
	margin-bottom: 0;
}
#about #sec5 .bx-viewport {
	box-sizing: border-box;
	padding: 0 15px;
}
#about #sec5 .bx-controls-direction {
	top: 19vw;
}
#about #sec5 .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #d6c294;
}
#about #sec5 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #360c00;
}
#about #sec6 {
	padding: 8% 0;
}
#about #sec6 .txt {
	padding-bottom: 20px;
}
#about #sec6 .bx-controls-direction {
	top: 19vw;
}
#about #sec6 .bx-viewport {
	box-sizing: border-box;

}
#about #sec6  .bx-viewport img  {
	padding: 0 13px;
	-webkit-box-sizing: border-box;
	
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.info_parall {
	position: relative;
}
.info_parall .lead {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 15% 3% 10%;
}
.info_parall .img_parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ul_list {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.menu_box .ul_list {
	padding-bottom: 0;
}
.ul_list li {
	background: url(../img/shared/icon.png) no-repeat 0 9px;
	font-size: 15px;
	line-height: 32px;
	padding-left: 30px;
}
.mn_list .f_note {
	padding-bottom: 0;
}
.mn_list {
	padding-top: 20px;
}
.mn_list dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #dad5c1;
	background: url(../img/shared/icon2.png) no-repeat 0 12px;
	font-size: 15px;
}
.mn_list dl dt, .mn_list dl dd {
	display: table-cell;
	vertical-align: top;
	line-height: 25px;
	padding: 5px 0;
	box-sizing: border-box;
}
.mn_list dl dt {
	padding-left: 20px;
	width: 90px;
}
.menu_box {
	background: url(../img/houji/bg1.jpg) center 0 no-repeat;
	background-size: cover;
	color: #fff;
	border: 5px solid #714d72;
	margin: 0 3% 5%;
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
}
.menu_box .item {
	background: url(../img/houji/bg2.png) center 0 no-repeat;
	background-size: 100%;
	margin: 0 5%;
	padding: 1px 0 10%;
}
.menu_box .item .toggle-link {
	position: relative;
	margin-top: -5%;
	padding-bottom: 20px;
}
.menu_box .item .toggle-link:after {
	right: calc(50% - 6px);
	bottom: 5px;
	top: auto;
	color: #eea100;
}
.menu_box .item .toggle-link dt span {
	position: absolute;
	left: 0;
	right: 0;
	top: 22vw;
	text-align: center;
	font-size: 4vw;
	line-height: 1;
}
.menu_box .item .toggle-link dd {
	font-size: 5vw;
	position: absolute;
	right: 6%;
	top: 44%;
	transform: translateY(-50%);
}
.menu_shared {
	padding: 3%;
}
.menu_list {
	padding: 3% 0 0;
	background: url(../img/houji/acc_bg.jpg) 0 0 no-repeat, url(../img/houji/acc_bg1.jpg) 0 0 repeat;
	background-size: 100%, 100%;
	margin-bottom: 5%;
	border: 1px solid #efbc46;
	box-shadow: 0px 0px 6px 0px rgba(8, 8, 8, 0.47);
}
.menu_list h3 {
	position: relative;
	color: #f8f3e3;
	margin: 0 3% 3%;
	font-family: 'Noto Serif JP', serif;
}
.menu_list h3 span {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 9vw;
	font-size: 4.5vw;
}
.h_pop {
	background: url(../img/shared/bd_bg.jpg) repeat center top;
	-webkit-background-size: 100%;
	background-size: 100%;
	border: 1px solid #efbc46;
	box-shadow: 0px 0px 6px 0px rgba(8, 8, 8, 0.47);
	margin-bottom: 5%;
	position: relative;
	cursor: pointer;
	z-index: 2;
}
.h_pop i {
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}
.remodal-close {
	color: #9b4c6c;
}
#houji #sec1 {
	background: url(../img/houji/sec1_bg.jpg) center 0 no-repeat;
	background-size: cover;
	padding: 10% 0;
}
#houji #sec2 {
	padding-top: 5%;
}
#houji #sec2 .ul_list {
	background: url(../img/houji/acc_bg2.jpg) center bottom no-repeat;
	background-size: 100%;
}
#houji #sec2 .menu_list.season2 {
	background: url(../img/houji/acc2_bg1.png) 0 0 no-repeat, url(../img/houji/acc_bg1.jpg) 0 0 repeat;
	background-size: 100%, 100%;
}
#houji #sec2 .menu_list.season2 .ul_list {
	background: url(../img/houji/acc2_bg2.png) center bottom no-repeat;
	background-size: 100%;
}
#houji #sec2 .menu_list.season3 {
	background: url(../img/houji/acc3_bg1.png) 0 0 no-repeat, url(../img/houji/acc_bg1.jpg) 0 0 repeat;
	background-size: 100%, 100%;
}
#houji #sec2 .menu_list.season3 .ul_list {
	background: url(../img/houji/acc3_bg2.png) center bottom no-repeat;
	background-size: 100%;
}
#houji #sec2 .menu_list.season4 {
	background: url(../img/houji/acc4_bg1.png) 0 0 no-repeat, url(../img/houji/acc_bg1.jpg) 0 0 repeat;
	background-size: 100%, 100%;
}
#houji #sec2 .menu_list.season4 .ul_list {
	background: url(../img/houji/acc4_bg2.png) center bottom no-repeat;
	background-size: 100%;
}
#houji #sec2 .menu_list.season5 {
	background: url(../img/houji/acc5_bg1.png) 0 0 no-repeat, url(../img/houji/acc_bg1.jpg) 0 0 repeat;
	background-size: 100%, 100%;
}
#houji #sec2 .menu_list.season5 .ul_list {
	background: url(../img/houji/acc5_bg2.png) center bottom no-repeat;
	background-size: 100%;
}
#houji #sec2 .menu_box .ul_list {
	background: none;
	padding-bottom: 0;
}
#houji #sec3 {
	background: url(../img/houji/sec3_bg.png) center 30vw no-repeat;
	background-size: 100%;
	padding-bottom: 5%;
}
#houji #sec3 .menu {
	padding: 0 3%;
}
#houji .remodal {
	padding: 0;
}
#party #sec1 {
	padding-bottom: 10%;
}
#party #sec1 .info {
	padding-top: 20px;
}
#party #sec1 .info h3 {
	padding-bottom: 10px;
}
#party #sec1 .info p {
	padding: 0 3%;
}
#party #sec2 {
	padding-bottom: 10%;
}
#party #sec2 .lead {
	position: relative;
	padding: 10% 0 15%;
	margin-bottom: 20px;
}
#party #sec2 .lead h2 {
	position: relative;
	z-index: 1;
}
#party #sec2 .lead .img_parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#party #sec2 .txt {
	padding: 0 3%;
}
#party #sec3 {
	background: url(../img/party/sec3_bg.jpg) center 0 no-repeat, url(../img/index/bg1.jpg) center 0 repeat;
	background-size: 100%, auto;
	padding: 5% 0 5%;
}
#party #sec3 .txt1 {
	padding-bottom: 20px;
}
#party #sec3 .menu_box {
	background: url(../img/party/bg1.jpg) center 0 repeat;
	background-size: auto;
	border: 5px solid #b69270;
	padding: 3%;
	color: #231400;
}
#party #sec3 .menu_box.ext {
	border: 5px solid #98291e;
}
#party #sec3 .menu_box.ext .item .toggle-link {
	background: url(../img/party/h_bg2.jpg) 0 0 repeat;
}
#party #sec3 .menu_box .photo {
	padding-bottom: 10px;
}
#party #sec3 .menu_box .item {
	margin: 0;
	padding: 3% 0;
}
#party #sec3 .menu_box .item .toggle-link {
	background: url(../img/party/h_bg1.jpg) 0 0 repeat;
	background-size: 100% 100%;
	font-size: 6vw;
	line-height: 1.4;
	padding: 2% 0;
	text-align: center;
	color: #fff;
	margin-top: 0;
}
#party #sec3 .menu_box .item .toggle-link:after {
	right: 4%;
	top: calc(50%);
	bottom: auto;
	color: #fff;
	line-height: 18px;
}
#party #sec4 {
	background: url(../img/party/sec4_bg1.jpg) center 0 no-repeat, url(../img/party/sec4_bg2.jpg) center bottom no-repeat, url(../img/party/bg2.jpg) center 0 repeat;
	background-size: 100%;
	color: #fff;
	padding: 8% 3% 10%;
}
#party #sec4 .bx-pager {
	padding-top: 10px;
	padding-bottom: 20px;
}
#party #sec4 .bx-viewport img {
	padding: 0 26px;
	box-sizing: border-box;
}
#party #sec4 .bx-controls-direction {
	top: 18vw;
}
#party #sec4 .bnr {
	padding: 0 8%;
}
#party #sec5 {
	background: url(../img/party/sec5_bg.jpg) 0 center no-repeat;
	background-size: cover;
	padding: 8% 0px;
}
#party #sec5 .txt {
	padding-bottom: 26px;
}
#party #sec5 .slider2 {
	margin-left: 25%;
	margin-right: 25%;
}
#party #sec5 .bx-viewport {
	overflow: visible !important;
}
#menu .flower {
	background: url(../img/menu/flower.jpg) center 0 repeat;
	background-size: 100%;
	padding: 8% 3% 3%;
	color: #fff;
}
#menu .flower1 {
	background: url(../img/menu/flower2.jpg) center 0 repeat;
	background-size: 100%;
	padding: 8% 3% 8%;
}
#menu .flower1 .mn_ext dl {
	border-bottom: 1px solid #b6ae96;
}
#menu .mn_ext {
	margin-bottom: 20px;
}
#menu .mn_ext .toggle-main {
	padding-top: 15px;
}
#menu .mn_ext .tit {
	font-family: 'Noto Serif JP', serif;
	color: #67312d;
	font-size: 16px;
	padding: 10px 0;
}
#menu .mn_ext .l_list li, #menu .mn_ext .list li {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 1px solid rgba(218, 213, 198, 0.6);
	padding: 10px 0;
}
#menu .mn_ext .list li {
	border-bottom: 1px solid rgba(218, 213, 198, 0.9);
}
#menu .mn_ext .list {
	margin-bottom: 10px;
}
#menu .mn_ext dl {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 1px solid rgba(218, 213, 198, 0.6);
	padding: 10px 0;
	position: relative;
}
#menu .mn_ext dl dd.price {
	color: #6d3200;
	position: absolute;
	right: 0;
	top: 10px;
}
#menu .mn_ext dl.ext dt {
	float: left;
}
#menu .mn_ext dl.ext dd {
	float: right;
	text-align: right;
	position: static;
}
#menu .mn_ext h3 {
	color: #fff;
	position: relative;
}
#menu .mn_ext h3.h3_ext {
	margin: 10px 0;
}
#menu .mn_ext h3.h3_ext span {
	right: 3%;
}
#menu .mn_ext h3 span {
	font-family: 'Noto Serif JP', serif;
	position: absolute;
	right: 10vw;
	top: 50%;
	transform: translateY(-50%);
	font-size: 4vw;
	line-height: 1.2;
}
#menu .cl_bg {
	background: url(../img/menu/bg6.jpg) center 0 repeat;
	background-size: 100%;
	padding: 8% 3%;
}
#menu .cl_bg .toggle-main {
	padding-top: 15px;
}
#menu .cl_bg .mn_ext dl {
	border-bottom: 1px solid #d5c8a6;
}
#menu .flower .mn_ext {
	margin-bottom: 20px;
}
#menu .flower .mn_ext dl {
	color: #fff;
}
#menu .flower .mn_ext dl dd.price {
	color: #a08e6e;
}
#menu .flower .mn_ext dl dd.txt {
	color: #b29c9c;
}
#menu #link {
	background: url(../img/menu/link_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 10% 2%;
}
#menu #link li {
	box-sizing: border-box;
	padding: 1%;
}
#menu #lead {
	background: url(../img/menu/lead_bg.jpg) center 0 no-repeat;
	background-size: cover;
	color: #fff;
	padding: 5% 3%;
}
#menu #lead h2 {
	padding: 0 20%;
}
#menu .info_parall h2 {
	margin-bottom: 0;
}
#menu #sec3 {
	padding: 10% 0% 0;
}
#menu #sec3 .lead {
	padding: 0 3% 5%;
}
#menu #sec3 .group .photo {
	padding-bottom: 10px;
}
#menu #sec4 .menu_box {
	background: #f8f1e1;
	border: 2px solid #f7d689;
	padding: 2% 3% 5%;
	color: #000;
	margin: 0 0 30px;
}
#menu #sec4 .menu_box .toggle-main {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0 3%;
}
#menu #sec4 .menu_box .toggle-main > p {
	padding-top: 10px;
}
#menu #sec4 .menu_box .toggle-link {
	color: #855b52;
}
#menu #sec4 .menu_box .toggle-link span {
	position: absolute;
	right: 5%;
	top: 17vw;
	font-size: 4vw;
	transform: translateY(-50%);
}
#menu #sec4 .menu_box .toggle-link:after {
	bottom: 1vw;
	top: auto;
	right: 50%;
}
#menu #sec4 .group1 {
	padding-top: 10%;
}
#menu #sec4 .group2 {
	padding-top: 8%;
	padding-bottom: 5%;
}
#menu #sec4 .menu_end {
	background: url(../img/menu/sec4_bg1.jpg) 0 0 no-repeat;
	background-size: cover;
	padding: 20px 0;
	font-size: 13px;
	border: 2px solid #f7d689;
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
}
#menu #sec4 .menu_end p {
	padding: 0 3%;
}
#menu #sec5 {
	background: url(../img/index/news_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 10%;
	padding-bottom: 10%;
}
#menu #sec5 h2 {
	padding: 0 20%;
}
#menu #sec6 {
	padding-bottom: 8%;
	border-top: 4px solid #fff;
}
#menu #sec6 .bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	font-size: 14px;
	text-indent: 0px;
	color: #030200;
}
#menu #sec6 .bx-wrapper .bx-pager.bx-default-pager a:hover, #menu #sec6 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: transparent;
	color: #de3b13;
}
#menu #sec6 .bx-controls-direction {
	top: 19vw;
}
#menu #sec6 .slider1 {
	text-align: center;
}
#menu #sec6 .slider1 dt {
	padding: 0 30%;
}
#menu #sec6 .slider1 dd {
	font-size: 4.6vw;
	line-height: 1.4;
	padding: 10px 50px 10px;
}
#menu #sec7 {
	background: url(../img/menu/sec7_bg.png) 0 0 no-repeat;
	background-size: 100%;
	padding: 5% 0% 0;
}
#menu #sec7 .cl_bg {
	padding-bottom: 1px;
}
#menu #news {
	background: url(../img/index/news_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	color: #fff;
	padding: 5% 0%;
}
#menu #feed {
	padding: 3%;
}
#menu #feed dl {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#menu #feed dl dd {
	width: 68%;
}
#menu #feed dl dd .tit {
	font-size: 16px;
}
#menu #feed dl dt {
	width: 30%;
	padding-top: 30%;
	position: relative;
}
#menu #feed dl dt a {
	display: block;
	width: 100%;
	height: 100%;
}
#menu #feed dl dt a img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#keiji #sec1 {
	background: url(../img/keiji/sec1_bg.jpg) center 0 no-repeat;
	background-size: cover;
	padding: 5% 0 8%;
}
#keiji #sec2 {
	background: url(../img/keiji/sec2_bg.jpg) center 0 no-repeat, url(../img/keiji/bg1.jpg) center 0 repeat;
	background-size: 100%, 100%;
}
#keiji #sec2 h2 {
	padding-bottom: 20px;
}
#keiji #sec2 .pop_menu h3 {
	position: relative;
}
#keiji #sec2 .pop_menu h3 i {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
#keiji .f_to  {
text-align: center;	
	    padding-left: 32%;
    padding-right: 4%;
	line-height: 10px;
}

#keiji .pop_in {
	text-align: center;
}
#keiji .pop_in .pop_list dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dbd4c5;
	padding: 5px 0;
}
#keiji .pop_in .pop_list dl dt {
	color: #ac492f;
}
#keiji .pop_in li {
	border-bottom: 1px solid #dbd4c5;
	padding: 5px;
}
#keiji .pop_in .tit {
	text-align: center;
	font-size: 18px;
	padding-bottom: 5px;
}
#keiji #sec3 .menu_box {
	background: url(../img/keiji/sec3_bg1.jpg) center 0 no-repeat;
	background-size: cover;
	border: 5px solid #b76a6e;
}
#keiji #sec3 .menu_box.ext {
	background: url(../img/keiji/sec3_bg2.jpg) center 0 no-repeat;
	background-size: cover;
	border: 5px solid #89310a;
}
#keiji #sec3 .menu_list {
	background: url(../img/keiji/flower1.png) 0 0 no-repeat, url(../img/houji/acc_bg1.jpg) 0 0 repeat;
	background-size: 100%, 100%;
}
#keiji #sec3 .menu_list.season2 {
	background: url(../img/keiji/acc2_bg1.png) 0 0 no-repeat, url(../img/houji/acc_bg1.jpg) 0 0 repeat;
	background-size: 100%, 100%;
}
#keiji #sec3 .menu_list.season2 .ul_list {
	background: url(../img/keiji/acc2_bg2.png) center bottom no-repeat;
	background-size: 100%;
}
#keiji #sec3 .menu_list.season3 {
	background: url(../img/keiji/acc3_bg1.png) 0 0 no-repeat, url(../img/houji/acc_bg1.jpg) 0 0 repeat;
	background-size: 100%, 100%;
}
#keiji #sec3 .menu_list.season3 .ul_list {
	background: url(../img/keiji/acc3_bg2.png) center bottom no-repeat;
	background-size: 100%;
}
#keiji #sec3 .menu_list.season4 {
	background: url(../img/keiji/acc4_bg1.png) 0 0 no-repeat, url(../img/houji/acc_bg1.jpg) 0 0 repeat;
	background-size: 100%, 100%;
}
#keiji #sec3 .menu_list.season4 .ul_list {
	background: url(../img/keiji/acc4_bg2.png) center bottom no-repeat;
	background-size: 100%;
}
#keiji #sec3 .menu_list.season5 {
	background: url(../img/keiji/acc5_bg1.png) 0 0 no-repeat, url(../img/houji/acc_bg1.jpg) 0 0 repeat;
	background-size: 100%, 100%;
}
#keiji #sec3 .menu_list.season5 .ul_list {
	background: url(../img/keiji/acc5_bg2.png) center bottom no-repeat;
	background-size: 100%;
}
#keiji #sec3 .menu_list .ul_list {
	background: url(../img/keiji/flower2.png) center bottom no-repeat;
	background-size: 100%;
}
#keiji #sec3 .menu_list .ul_list li {
	background: url(../img/shared/icon2.png) no-repeat 0 9px;
}
#keiji #sec4 {
	background: url(../img/keiji/sec4_bg.jpg) center 0 no-repeat;
	background-size: cover;
	color: #fff;
	padding: 5% 0;
}
#keiji #sec5 {
	padding-bottom: 8%;
}
#keiji #sec5 .list dl {
	display: table;
	border-bottom: 1px dotted #b7998c;
	width: 100%;
}
#keiji #sec5 .list dt, #keiji #sec5 .list dd {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0;
}
#keiji #sec5 .list dt {
	width: 18%;
	vertical-align: top;
}
#keiji #sec5 .list dt img {
	margin-left: -15%;
	margin-right: -5%;
}
#keiji #sec5 .sec5_info {
	background: url(../img/houji/acc_bg1.jpg) 0 0 repeat;
	background-size: 100%;
	margin: 0 3%;
	padding: 3%;
	border: 3px solid #baa178;
}
#keiji #sec5 .sec5_info .toggle-main {
	padding-bottom: 20px;
}
#keiji #sec5 .bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	font-size: 14px;
	text-indent: 0px;
	color: #030200;
}
#keiji #sec5 .bx-wrapper .bx-pager.bx-default-pager a:hover, #keiji #sec5 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: transparent;
	color: #de3b13;
}
#keiji #sec5 .bx-controls-direction {
	top: 19vw;
}
#keiji #sec5 .slider1 {
	text-align: center;
}
#keiji #sec5 .slider1 dt {
	padding: 0 30%;
}
#keiji #sec5 .slider1 dd {
	font-size: 4.5vw;
	line-height: 1.4;
	padding: 10px 40px 10px;
}
#keiji #sec5 .info {
	padding: 8% 3% 0%;
}
#keiji #sec5 .info h3 {
	background: url(../img/party/h_bg1.jpg) center 0 repeat;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 3% 5px;
	margin-bottom: 10px;
}
#access #sec1 {
	background: url(../img/houji/acc_bg1.jpg) 0 34% repeat;
	background-size: 100%;
	padding-bottom: 10%;
}
#access #sec1 h2 {
	margin-bottom: -14%;
}
#access #sec1 .banner {
	padding: 0 5%;
}
#access #sec1 .tbl_info {
	position: relative;
	z-index: 1;
	padding: 0 3% 30px;
}
#access #sec1 .tbl_info dl {
	display: table;
	width: 100%;
	border-bottom: 1px #dfd7c3 solid;
}
#access #sec1 .tbl_info dl dt, #access #sec1 .tbl_info dl dd {
	display: table-cell;
	vertical-align: top;
	padding: 5px 0;
}
#access #sec1 .tbl_info dl dt {
	width: 92px;
	font-weight: bold;
}
#access #map .bnr {
	margin: 0 5%;
}
#access #map .map {
	padding-bottom: 10%;
	line-height: 0;
}
#access #map .map iframe {
	line-height: 0;
}
#access #sec2 {
	padding: 10% 3%;
}
#access #sec2 h2 {
	padding-bottom: 20px;
}
#access #sec2 #feed {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
#access #sec2 #feed .tit {
	color: #000;
	font-size: 16px;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 26px;
}
#access #sec2 #feed .rss_img a {
	display: block;
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
#access #sec2 #feed .rss_img a img {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#access #sec2 #feed .row {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
}
#access #sec2 #feed .row:nth-child(even) {
	margin-right: 0;
}
