@charset "utf-8";
/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	min-width: inherit;
	max-height: 100%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 1.4px;
	background: #eae9e8;
	cursor: auto;
	word-spacing: normal;
}

.navOpen {
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.block::after {
	clear: both;
	content: "";
	display: block;
}

/*=============================================
 * header
 *=============================================*/

header {
	position: relative;
	background: #eae9e8;
	z-index: 99;
}

header .logo {
	position: absolute;
	top: 0;
	right: 5%;
	top: 50%;
	width: 200px;
	transform: translateY(-50%);
}

header .logo1 {
	position: absolute;
	top: 25px;
	left: 3px;
	width: 130px;
}

header #belt {
	position: relative;
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	z-index: 9999;
}

header #hd_top {
	background-color: #fff;
	/* position: relative; */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
	/* height: 76px; */
	z-index: 99;
	color: #071835;
}

header h1 {
	line-height: 14px;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 5px;
	top: 5px;
	text-shadow: 1px 1px 1px #000, 0 0 .3em #000;
}

/*====================== nav ====================== */

header .topnavi {
	position: absolute;
	bottom: 3px;
	right: 72px;
	height: 54px;
}

header .topnavi li {
	display: inline-block;
	position: relative;
	width: 60px;
	vertical-align: top;
}

header .topnavi li a {
	color: #0d1e3c;
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	display: block;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 7px;
	width: 100%;
	border-right: 1px dotted #0d1e3c;
}

header .topnavi li a:hover {
	text-decoration: none;
}

header .topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding-bottom: 4px;
	font-size: 25px;
	font-weight: normal;
}

header .menu_toggle {
	padding-top: 40px;
	background: rgba(0, 0, 0, 0.95);
}

header .menu_toggle li {
	border-bottom: none;
	text-align: center;
}

header .menu_toggle a {
	color: #fff;
}

header .menu_toggle li.active a {
	font-weight: bold;
}

header .menu_toggle ul li a:after {
	display: none;
}

header .menu_toggle.nav-style01 {
	top: 0px;
	right: -100%;
	display: block;
	transition: all 0.5s ease 0s;
}

.navOpen .menu_toggle.nav-style01 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	right: 0;
}

.hamburger {
	position: fixed;
	top: 0;
	right: 0;
	line-height: 1;
	background: #000;
	padding: 8px;
}

.hamburger:after {
	display: none;
}

header .menu_toggle ul li a span {
	position: relative;
	padding: 0;
}

header .menu_toggle ul li.active a span {
	/* text-transform: uppercase; */
}

header .menu_toggle ul li.active a span:before {
	position: relative;
	content: "";
	width: 10px;
	height: 1px;
	display: inline-block;
	background: #fff;
	margin-right: 10px;
	opacity: 0.5;
}

header .menu_toggle ul li.active a span:after {
	position: relative;
	content: "";
	width: 10px;
	height: 1px;
	display: inline-block;
	background: #fff;
	margin-left: 10px;
	opacity: 0.5;
}

/* .hamburger:after {
	font-size: 11px;
    content: 'MENU';
    position: absolute;
    bottom: 8px;
    left: -1px;
    right: 0;
    text-align: center;
}

.navOpen .hamburger:after {
	content: 'CLOSE';
} */

/*====================== end nav ====================== */

/*====================== header key ====================== */

header #key {
	position: relative;
	overflow: hidden;
}

.bx-wrapper {
	position: relative;
}

.bx-wrapper .bx-pager {
	color: #ffee00;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	line-height: 10px;
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 60;
}

.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	z-index: 60;
}

.bx-wrapper .bx-controls-direction a {
	color: #fff;
	background: url(../img/shared/accor_bg.png) repeat;
	font-family: "fontello";
	font-size: 23px;
	height: 30px;
	line-height: 30px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	width: 31px;
}

.bx-prev::after {
	content: "";
	left: -3px;
	position: absolute;
	text-indent: 0;
	top: 0;
	right: 0;
	margin: 0 auto;
	font-size: 23px;
	text-align: center;
}

.bx-next::after {
	content: "";
	position: absolute;
	text-indent: 0;
	left: 0;
	top: 0;
	right: 0;
	margin: 0 auto;
	font-size: 23px;
	text-align: center;
}

.bx-prev {
	position: absolute;
	top: 0;
	left: 2%;
}

.bx-next {
	position: absolute;
	top: 0;
	right: 2%;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	margin-bottom: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	border: 1px solid #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	box-shadow: inset 0 0 0 1px #676464, inset 0 0 0 2px #FAF4EC;
	-moz-box-shadow: inset 0 0 0 1px #676464, inset 0 0 0 2px #FAF4EC;
	-webkit-box-shadow: inset 0 0 0 1px #676464, inset 0 0 0 2px #FAF4EC;
	background: #fff;
}

/*====================== end nav ====================== */

/*=============================================*/

/*                   　footer　　　　　          */

/*=============================================*/

footer {
	background: #434343;
	padding-bottom: 35px;
	color: #fff;
	position: relative;
	z-index: 8;
}

footer .shopinfo {
	padding: 10% 5% 0;
	position: relative;
}

footer .vcard {
	margin: 0 5%;
	line-height: 25px;
}

footer .vcard dl {
	margin-bottom: 20px;
}

footer .vcard dd {
	padding-left: 0;
	margin-left: 0;
}

#f_logo {
	width: 145px;
	margin: 0 auto;
	position: relative;
	left: -5%;
}

#f_tel {
	width: 265px;
	margin: 3% auto 8%;
}

footer .banner li {
	float: left;
	width: 32%;
	padding: 0 0.5%;
}

footer .link {
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
	padding-bottom: 1.5%;
}

footer .link p {
	width: 45%;
	min-width: 210px;
	max-width: 250px;
	margin: 10px auto;
	padding: 0 6px;
	line-height: 30px;
}

footer .link p a {
	border: solid 1px rgba(255, 255, 255, 0.6);
	color: #fff;
	display: block;
	font-size: 16px;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 1px #a8a398;
	padding: 6px 0;
}

footer .link .link-pc a::before {
	margin-right: 9px;
}

footer address {
	/*line-height: 44px;*/
	line-height: 20px;
	color: #d3d1d1;
	font-size: 11.5px;
	text-align: center;
	letter-spacing: 0;
	margin-left: -20px;
}

footer address a{
 font-size: 10px;
 color: #d3d1d1;
 display: block;
 text-decoration: none;
}


.btn_txt {
	font-size: 4vmin;
	text-align: center;
	margin: 0 5%;
	line-height: 2.3;
	position: relative;
	height: auto;
}

.btn_txt.small {
	font-size: 4.2vmin;
	line-height: 2.8;
}

.btn_txt:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 11px;
	right: 15px;
	vertical-align: middle;
	display: inline;
	top: 50%;
	z-index: 1;
	margin-top: -5.5px;
}

.btn_txt a {
	display: block;
}

.btn_b {
	border: 1px solid #000;
}

.btn_b:before {
	background: url(../img/shared/btn_deco.png) no-repeat;
}

.btn_w {
	border: 1px solid #fff;
}

.btn_w:before {
	background: url(../img/shared/btn_deco_w.png) no-repeat;
}

.space {
	margin-left: 3%;
	margin-right: -3%;
}

section {
	overflow: hidden;
}

/*=============================================*/

/*                   　index　　　　　          */

/*=============================================*/

#index #sec1 {
	position: relative;
	background: #eae9e8;
	z-index: 2;
}

#index #sec1 .box {
	padding: 0 0 10% 0;
	margin: 22% 0 0 0;
}

#index #sec1 .img2 {
	position: relative;
	top: -15vw;
	margin-bottom: -15vw;
}

#index #sec2, #index #sec4 {
	min-height: 250px;
	position: relative;
}

#index #sec4 {
	position: relative;
	z-index: 2;
}

#index #sec2 .img1, #index #sec4 .img1 {
	width: 100%;
	height: 100vh;
	position: fixed;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
}

#index #sec2 .img1 img, #index #sec4 .img1 img {
	margin: auto;
	position: absolute;
	top: -50%;
	right: -50%;
	bottom: -50%;
	left: -50%;
	width: 100%;
	height: 100%;
}

#index #sec3 {
	background: #434343;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

#index #sec3 .img2 {
	margin: 0 -6%;
}
/*
#index #instafeed {
	margin: 0 5%;
}

#index #instafeed li {
	width: 18%;
	float: left;
	margin-right: 2%;
}

#index #instafeed li:first-child {
	margin-left: 1%;
}

#index #instafeed li:last-child {
	margin-right: 0;
}
*/
#index #sec_event {
	position: relative;
	background: #fff;
	z-index: 2;
}

#index .row-feed .row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6vw;
	margin-left: 1vw;
	margin-right: 1vw;
    margin-top: 3vw;
}
#index .row-feed .row p.rss_img{
    width: 45%;
}
#index .row-feed .row p.rss_img span{
    width: 100%!important;
    height: 25vw!important;
}
#index .row-feed .row dl{
    width: 50%;
}
#index .row-feed .row dt{
    color: #818181;
    font-size: 13.5px;
}
#index .row-feed .row dd{
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
}


.ins_b{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	border: 1px solid #000;
}




/*=============================================*/

/*                   　about　　　　　          */

/*=============================================*/

#about #sec4 .box {
	background: #fff;
	position: relative;
	top: -11vw;
	margin: 0 5%;
}

#about #sec4 h3 {
	position: relative;
}

#about #sec4 .toggle .toggle-link:after {
	display: none;
}

#about #sec4 .btn1:before {
	transform: rotate(90deg);
	transition: .5s
}

#about #sec4 .active .btn1:before {
	transform: rotate(-90deg);
	transition: .5s
}

#about #sec4 dl {
	position: relative;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	margin: 0 5%;
}

#about #sec4 dl:first-of-type {
	margin-top: 25px;
}

#about #sec4 dl:last-child {
	border-bottom: 1px solid #000;
}

#about #sec4 dl:before {
	position: absolute;
	content: "";
	left: 25%;
	top: 0;
	bottom: 0;
	background: #000;
	width: 1px;
}

#about #sec4 dt {
	float: left;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 25%;
}

#about #sec4 dd {
	float: left;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 75%;
	word-break: break-all;
}

/*=============================================*/

/*                   　lunch　　　　　          */

/*=============================================*/

#lunch #sec1 {
	position: relative;
	z-index: 1;
}

#lunch #sec1 .pr {
	text-align: center;
	font-size: 5.5vmin;
}

#lunch #sec1 .pr span {
	font-size: 3.5vmin;
}

#lunch #sec1 .box2 {
	position: relative;
	margin: 8% 5% 20px;
	color: #fff;
	padding: 5% 5%;
}

#lunch #sec1 .box2:before {
	position: absolute;
	content: "";
	border: 1px solid #fff;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
}

#lunch #sec1 .ttl2 {
	text-align: center;
}

#lunch #sec1 .ttl2 {
	font-size: 6vmin;
}

#lunch #sec1 ul {
	margin-top: 5%;
}

#lunch #sec1 li {
	float: left;
	width: 50%;
	line-height: 25px;
	margin-bottom: 10px;
}

#lunch #sec2 .lst_pop dl {
	padding-top: 2%;
}

#lunch .lst_pop dl {
	text-align: center;
}

#lunch .lst_pop dt {
	display: inline-block;
	font-size: 7vmin;
}

#lunch .lst_pop dd {
	display: inline-block;
	font-size: 5.5vmin;
}

#lunch .lst_pop dd span {
	font-size: 4vmin;
}

#lunch .lst_pop .sttl1 {
	font-size: 6vmin;
	text-align: center;
	padding-top: 10px;
}

#lunch .remodal {
	padding: 5% 3%;
}

#lunch #sec2 .bx-wrapper {
	padding-top: 5%;
}

#lunch #sec2 .bx-wrapper .bx-pager, #lunch #sec2 .bx-wrapper .bx-controls-auto {
	bottom: auto;
	top: 0;
}

#lunch #sec3 {
	position: relative;
}

#lunch #sec3:before {
	background: url(../img/lunch/sec3_bg.png) no-repeat center top / cover;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: -1;
}

/*=============================================*/

/*                   　dinner　　　　　          */

/*=============================================*/

#dinner #sec1, #dinner #sec2, #dinner #sec3, #dinner #sec5, #dinner #sec6, #dinner #sec7 {
	position: relative;
	z-index: 2;
}

#dinner #sec3 dl {
	text-align: center;
	font-size: 6vmin;
	letter-spacing: 3px;
	line-height: 1.3;
}

#dinner #sec3 dt span {
	font-size: 4.5vmin;
}

#dinner #sec3 dd {
	opacity: 0.6;
	font-size: 4.5vmin;
}

#dinner #sec4_1 {
	min-height: 350px;
	position: relative;
}

#dinner #sec4 .img1 {
	width: 100%;
	height: 100vh;
	position: fixed;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
}

#dinner #sec4 .img1 img {
	margin: auto;
	position: absolute;
	top: -50%;
	right: -40%;
	bottom: -50%;
	left: -50%;
	width: auto;
	height: 100%;
}

#dinner #sec4 h2 {
	position: absolute;
	right: 5%;
	top: 10%;
	z-index: 1;
	max-width: 8%;
	font-size: 6vmin;
	letter-spacing: 1px;
}

#dinner #sec4 .txt1 {
	position: absolute;
	right: 18%;
	top: 13%;
	bottom: 5%;
	z-index: 1;
	color: #000;
	font-size: 15px;
}

#dinner #sec5 .box .img1, #dinner #sec5 .box1 .img1 {
	width: 80%;
	margin: 0 auto;
}

#dinner #sec6 .bg_img {
	position: relative;
	margin-bottom: -20vw;
}

#dinner #sec6 .group {
	position: absolute;
	bottom: 0;
	/* background: #434343; */
	z-index: 3;
	width: 45%;
	right: 3%;
	padding: 5% 3%;
	line-height: 2;
}

#dinner #sec6 h2 {
	width: 55%;
	margin: 0 auto;
}

#dinner #sec6 .txt1 {
	position: absolute;
	right: 18%;
	top: 5%;
	z-index: 99;
	color: #fff;
	height: 31%;
}

#dinner #sec8 {
	background: url(../img/dinner/sec8_bg.jpg) no-repeat center bottom / cover;
	position: relative;
	z-index: 2;
	padding: 10% 0 40%;
	color: #fff;
}

/*=============================================*/

/*                   　scene　　　　　          */

/*=============================================*/

#scene #sec5 .box {
	background: #fff;
	padding: 8% 0;
	margin: 0 5%;
}

/*=============================================*/

/*                   　souvenir　　　　　       */

/*=============================================*/

#souvenir #sec2 {
	background: url(../img/souvenir/sec2_bg.jpg) no-repeat center bottom / cover;
	color: #fff;
}

#souvenir #sec3 .box .img1 {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 15px;
}

/*=============================================*/

/*                   　access  　　　　　       */

/*=============================================*/

#access #sec1 .dl-normal dd {
	margin-left: 0;
}

#access #sec3 {
	min-height: 250px;
	position: relative;
}

#access #sec3 .img1 {
	width: 100%;
	height: 100vh;
	position: fixed;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
}

#access #sec3 .img1 img {
	margin: auto;
	position: absolute;
	top: -50%;
	right: -50%;
	bottom: -50%;
	left: -50%;
	width: auto;
	height: 100%;
}

#access #sec4 .box {
	margin: 0 5% 30px;
	padding: 8% 3%;
}

#access #sec4 .box:last-of-type {
	margin-bottom: 0;
}

#access #sec4 .group {
	border: 1px solid #fff;
	padding: 5% 3%;
}

#access #sec4 .sttl1 {
	border-bottom: 1px solid #bbbaba;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#access #sec5 .box {
	background: #434343;
	font-size: 15px;
	color: #fff;
}

#access #sec5 .box h2 {
	margin-bottom: 20px;
}

#thanks {
	color: #000;
	padding: 10% 3%;
}

#access #sec6 .ttl1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/*=============================================*/

/*                   　footer　　　　　          */

/*=============================================*/

.link-archo li {
	width: 49%;
	float: left;
	color: #fff;
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.botan {
	color: #fff;
	padding: 3px 5px;
}

.access_btn {
	background: #4C06F7;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}

.access_btn span {
	display: block;
	padding: 10px;
	cursor: pointer;
}

.copied {
	/* background-color: rgb(61, 38, 18); */
	/* color: rgb(255, 255, 255); */
}

#ft_group {
	position: fixed;
	opacity: 0;
	z-index: -9999;
	bottom: 0;
	left: 0;
	right: 0;
	color: #000;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

#ft_group dt {
	font-size: 13px;
	position: relative;
	top: 5px;
	letter-spacing: 1px;
}

.has_nav #ft_group {
	position: fixed;
	z-index: 99;
	opacity: 1;
}

#ft_group {
	/*background-color: #434343;*/
	background-color: #952018;
	text-align: center;
	border: 1px solid #fff;
}

#ft_group .box span {
	width: 20px;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 2px;
}

#ft_group:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: #fff;
	width: 1px;
	margin: 0 auto;
}

#ft_group p {
	line-height: 44px;
	font-size: 15px;
	letter-spacing: 0.5px;
}

#ft_group .box {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#ft_group .box.fl, #ft_group .box.fr {
	width: 50%;
	font-size: 17px;
}

.ft_contact_tel dd {
	font-size: 24px;
}

.ft_contact_tel .icon-phone-1:before {
	font-size: 19px;
	position: relative;
	top: -1px;
	padding-right: 5px;
}

.js_full {
	position: relative;
	overflow: hidden;
	margin: 0 -2%;
	height: 0;
	padding-top: calc(51% + 30px);
}

.js_full .bx-pager {
	position: static;
	padding-top: 10px;
}

.js_full .js_in {
	padding: 0 15%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.js_full .bx-viewport {
	overflow: visible !important;
}

.js_full_ext {
	padding-left: 0;
}

.js_full_ext .js_in {
	padding-left: 5%;
}

.js_full_ext img {
	width: 90%;
}

.js_full_ext .bx-prev {
	display: none;
}

.js_full_ext .bx-next {
	right: -18%;
}

#pagetop {
	bottom: 46px;
	z-index: 8;
}

body.navOpen, body.navOpen *, body.navOpen *:hover, body.navOpen *:focus, body.navOpen *:active {
	/* cursor: none !important; */
	touch-action: none !important;
	/* pointer-events: none !important; */
}

body.navOpen .navBtn, body.navOpen #menu_toggle, body.navOpen #menu_toggle * {
	touch-action: auto !important;
	pointer-events: visible !important;
}


.mb20{
    margin-bottom: 20px;
}

#btn11{
    text-align: center;
    margin-top:10px;
}
#news_box {
    background: #fff;
	color:#000; 
    margin: 10px;
    line-height: 1.8;
    padding-bottom: 19px;
}
#news_box .ttl {
    padding: 10px;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #000;
}

#news_box .txt {
    padding: 10px;
    text-align: left;
}


#xmas{
	background-color:#152944;
	background: url("../../../shared/img/index/xmas_bg_botom.jpg") no-repeat bottom center;
	-webkit-background-size: cover;
	background-size: cover;
}
#xmas h2{
	text-align:center;
	color:#FFFFFF;
	font-family: "Sawarabi Mincho";
	font-size:18px;
	letter-spacing:2px;
	line-height:50px;
	margin:40px 0;
}
#xmas .inner{
	width:90%;
	margin:0px auto;
	padding:60px 0;
}
#xmas .inner .course{
	background-color: #0a2442;
	background: -moz-linear-gradient(top, #213853 30%, #0a2442 70%);
	background: -o-linear-gradient(top, #213853 30%, #0a2442 70%);
	background: -ms-linear-gradient(top, #213853 30%, #0a2442 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #213853), color-stop(0.7, #0a2442));
	border: solid 1px #6f6d40;
	padding-bottom:60px;
}
#xmas .inner .course .txt{
	text-align:center;
	margin:30px auto;
	color:#FFF;
}

#scene #sec3 h3 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	
}
#xmas .inner .course .price{
	text-align:center; 
	color: #d4b848;
	margin-bottom:40px;
	font-size:22px;
}
#xmas .inner .course .price span{
	font-size:18px;
}
#xmas .inner .course dl{
	width:90%;
	margin-left:20px;
	border-bottom: solid #6f6d40 1px;
	line-height:45px;
}
#xmas .inner .course dl dt{
	color:#FFFFFF;
	font-size:17px;
	padding-left:10px;
}
#xmas .inner .course dl dd{
	color:#b2996c;
	line-height:20px;
	padding-bottom:10px;
	padding-left:10px;	
}
.kakomi {
	border: 1px solid #fff;
	margin: 10px;
	padding: 10px;
}
.btn_line {
  overflow: auto;
  border: 1px solid #fff;
  right: 0px;
  top: 100px;
  position: fixed;
  padding: 5px;
	font-size: 12px;
  background: #000;
	color: #fff;
  z-index: 99999;
	width:28px;
}
.btn_line a {
  text-decoration: none;
  cursor: pointer;
}
.btn_line2 {
  overflow: auto;
  border: 1px solid #fff;
  right: 0px;
  top: 310px;
  position: fixed;
  padding: 5px;
	font-size: 12px;
  background: #000;
	color: #fff;
  z-index: 99999;
	width:28px;
}
.btn_line2 a {
  text-decoration: none;
  cursor: pointer;
}
.h_tel {
    width: 265px;
    margin: 0 auto;
}