
@charset "UTF-8";

/*======*/
body,html{margin:0px;padding:0px;cursor:default;font-size:12px;line-height:19px;text-align:center;color:#393117;}
body {font-family:"メイリオ",ＭＳ Ｐゴシック,Osaka;margin:0px;padding:0px;zoom: 1.0;-moz-transform: scale(1.0);}
	@media all and (max-width: 1024px) {
		body {font-family: Verdana, sans-serif;-webkit-text-size-adjust: none;overflow-x:hidden;min-width:100%;}
	}
a{cursor:pointer;outline:none;text-decoration:none;}
input,textarea,option,select{font-size:12px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;border:1px solid #e0e0e0;}
h1,h2,h3,h4,h5,p,div,ul,li,dl,dt,dd,article,nav,span,form,img,nav{font-size:12px;margin:0px auto;padding:0px;vertical-align:top;font-weight:normal;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
a:hover img{opacity:0.9;filter: alpha(opacity=95);}
ul,li{list-style-type:none;}
	@media all and (min-width: 1025px) {
		body{background: url(../img_new/common/bg.webp) repeat fixed;background-size:cover;background-position:top center;}
		#container{width:100%;overflow-x:hidden;}
		#contents{padding:30px 0px 0px 0px;}
		.etc #contents{width:100%;padding:30px 0px;}
		.pc_none{display:none;}
	}
	@media all and (max-width: 1024px) {
		body::before {content:"";display:block;position:fixed;top:0;left:0;z-index:-1;width:100%;height:100vh;background:url(../img_new/common/bg.webp) repeat top right;background-size:auto 150%;}
		#container{width:100%;overflow-x:hidden;}
		#contents{width:100%;}
		.etc #contents{padding:20px 0px;}
		.s_width{width:calc(100% - 20px) !important;}
		.smart_none{display:none;}
	}

/*===■ヘッダー===*/
.pc_header{width:100%;height:auto;}
	@media all and (min-width: 1025px) {
		.pc_header_logo{width:100%;height:500px;background: url(../img_new/header/bg.jpg) no-repeat;background-size:2000px 500px;background-position:top center;
			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;}
		.pc_header h1.logo{width:80%;max-width:512px;height:auto;padding:0px;}
	}
	@media all and (max-width: 1024px) {
		.pc_header_logo{width:100%;height:auto;}
		.pc_header h1.logo{width:100%;height:auto;padding:0px;}
	}

/*===■ヘッダーメニュー===*/
header nav{width:auto;height:auto;}
header nav ul , 
footer nav ul
	{width:100%;max-width:1400px;height:auto;
	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;
	-webkit-flex-wrap: wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
footer nav ul{
	padding-bottom:15px;
	-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
header nav ul li
	{width:auto;height:auto;margin:0px;padding:0px 8px;border-right:1px solid #92805d;}
footer nav ul li
	{width:auto;height:auto;margin:0px;padding:0px 15px;border-right:1px solid #92805d;}
footer nav ul li:last-child{border-right:0px;}
header nav ul li a , 
footer nav ul li a
	{display:inline-block;padding:0px 0px 0px 0px;}
header nav ul li .en
	{display:block;width:auto;height:auto;padding:0px;color:#393117;font-size:16px;line-height:100%;}
footer nav ul li .en
	{display:block;width:auto;height:auto;padding:0px;color:#92805d;font-size:16px;line-height:100%;}
footer nav ul li .en{color:#92805d;}
header nav ul li .ja , 
footer nav ul li .ja
	{display:block;width:auto;height:auto;padding-top:0px;color:#393117;font-size:12px;line-height:100%;}
footer nav ul li .ja{color:#92805d;}
	@media all and (min-width: 1025px) {
		header nav ul li:nth-child(10) , 
		header nav ul li:nth-child(11) , 
		header nav ul li:nth-child(12)
			{padding:0px 0px 0px 5px;}
		header nav ul li:nth-child(10) img , 
		header nav ul li:nth-child(11) img , 
		header nav ul li:nth-child(12) img
			{width:32px;}
		header nav ul li:nth-child(9) , 
		header nav ul li:nth-child(10) , 
		header nav ul li:nth-child(11) , 
		header nav ul li:nth-child(12)
			{border-right:0px;}
		header nav ul li a{display:block;}
		header nav ul li .ja , 
		footer nav ul li .ja
			{display:none;}
	}
	@media all and (max-width: 1024px) {
		footer nav{padding:10px 0px;}
		footer nav ul li{width:50%;border:0px;padding-bottom:6px;}
		footer nav ul li .ja{font-size:12px;}
		footer nav ul li .en{font-size:15px;padding-bottom:2px;}
		footer nav ul li a{padding:4px 0px 5px 0px;display: block;}
	}

/*===■パンくず===*/
#pan{width:100%;height:auto;padding:4px 0px;background:rgb(124,107,56,0.1);}
#pan ul{max-width:1200px;height:auto;padding:0px;display: -ms-flexbox;display: flex;-ms-flex-pack: center;-webkit-flex-wrap: wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left;}
#pan li{height:auto;padding:0px;font-size:12px;display:inline-block;margin:0px;line-height:180%;color:#393117;}
#pan li a:after {content:"　>　";}
#pan li a{display:block;color:#393117;}
#pan li a:hover{display:block;color:#393117;}
	@media all and (min-width: 1025px) {
	}
	@media all and (max-width: 1024px) {
		#pan ul{width:calc(100% - 20px);}
		#pan{width:100%;}
		#pan li a:after {content:" > ";}
		#pan li{font-size:11px;}
	}


/*===■フッター===*/
footer{width:100%;padding:30px 0px 0px 0px;background: url(../img_new/footer/bg.webp) repeat;background-size:cover;background-position:center center;}
footer p.logo{width:50%;max-width:248px;height:auto;padding-bottom:20px;}
footer p.copy{width:100%;color:#92805d;line-height:150%;padding:10px 0px;background:#ffffff;}
footer p.copy a{color:#92805d;}
	@media all and (min-width: 1025px) {
		footer a:hover{color:#c53170;text-decoration:none;}
	}
	@media all and (max-width: 1024px) {
		footer{padding:30px 0px 0px 0px;}
		footer p.logo{padding-bottom:0px;}
		footer p.copy{line-height:150%;padding:10px 0px 93px 0px;}
		footer p.copy span{display:none;}
	}

/*===■営業時間など===*/
#open_time{width:100%;height:auto;padding:13px 0px;background:#b6a792;}
#open_time ul{width:100%;height:auto;padding:0px 0px;
	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;
	-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
#open_time li {margin:0px 10px;color:#ffffff;}
#open_time li span{font-size:20px;}
#open_time li small{display:inline-block;background:#ddcea1;font-size:11px;line-height:155%;color:#393117;padding:2px 10px;margin-right:8px;line-height:100%;}
#open_time li a{color:#ffffff;}
#open_time li.tel{}
#open_time li.tel a span{display:inline-block;width:auto;height:auto;}
#open_time li.open_close{}
#open_time li.open_close span.open{display:inline-block;width:auto;height:auto;}
#open_time li span.uke{font-size:13px;display:inline-block;padding-right:5px;font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;}
#open_time li.line_x {margin:0px 7px;}
#open_time li.line_x img{width:auto;height:25px;}
#open_time li:last-child p{font-weight:bold;color:#3b2522;font-size:16px;display:inline-block;font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;}
footer #open_time li , 
footer #open_time li a 
	{color:#ffffff;}
	@media all and (max-width: 1024px) {
		#open_time{padding:8px 0px 9px 0px;}
		#open_time ul{width:calc(100% - 10px);-webkit-flex-wrap: wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
		#open_time li {
			margin:0px 5px;
			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;
			-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
		#open_time li span{font-size:18px;}
		#open_time li.tel{margin-bottom:5px;}
		#open_time li.open_close{margin-bottom:5px;}
		#open_time li.line_x {margin:0px 5px;}
		#open_time li.line_x img{width:auto;height:22px;}
		#open_time li.uke{margin-bottom:5px;}
		#open_time li.uke span{font-size:18px;}
		#open_time li.uke span.uke{font-size:11px;}
		.line_x{}
		#open_time li small{font-size:10px;}
		#open_time li:last-child p{font-size:14px;}
	}


/*===■全体h2タイトル===*/
.h2{width:100%;height:auto;padding:0px 0px 25px 0px;position:relative;}
.etc .h2{margin-bottom:15px;padding:25px 0px;}
.today .h2{margin-bottom:0px;padding:25px 0px;}
.h2.none_margin{margin-bottom:0px !important;}
.h2 h2{width:100%;height:auto;padding:0px 0px;background: url(../img_new/common/bg_h2.png) no-repeat;background-size:200px 28px;background-position:top center;}
.h2 h2 .en{display:block;width:100%;height:auto;margin:0px;font-size:28px;padding:39px 0px 10px 0px;
    background: linear-gradient(0deg, #7C6B38 0%, #AE9C65 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h2 h2 .ja{display:inline-block;width:auto;height:auto;margin:0px;font-size:16px;color:#7C6B38;line-height:135%;padding:1px 60px 0px 60px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	background:url(../img_new/common/h2_l.png),url(../img_new/common/h2_r.png);background-repeat:no-repeat,no-repeat;background-size:53px 13px,53px 13px;background-position:0% 50%,100% 50%;}
	@media all and (max-width: 1024px) {
		.h2 h2{background: url(../img_new/common/bg_h2.png) no-repeat;background-size:179px 25px;background-position:top center;}
		.h2 h2 .en{font-size:26px;padding:37px 0px 10px 0px;}
		.etc .h2{margin-bottom:10px;}
		.today .h2{margin-bottom:0px;padding:15px 0px;}
		.h2 h2 .ja{font-size:14px;line-height:135%;padding:1px 55px 0px 55px;
			font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
			background:url(../img_new/common/h2_l.png),url(../img_new/common/h2_r.png);background-repeat:no-repeat,no-repeat;background-size:45px 11px,45px 11px;background-position:0% 50%,100% 50%;}
	}

/*===■全体h2 個別設定 タイトル===*/
.news_event_pickup dt .h2{padding-bottom:10px;}
.news_event_pickup dd .h2 , 
.eventbanner_rankng dd .h2
	{padding-bottom:15px;}
.news_event_pickup dd .h2 h2 .en , 
.eventbanner_rankng dd .h2 h2 .en
	{color:#ffffff;}
.news_event_pickup dd .h2 h2 .ja ,
.eventbanner_rankng dd .h2 h2 .ja
	{background:#95816f;color:#ffffff;}
dl.news_event_pickup dt .h2 h2 .en , 
div.costume .h2 h2 .en , 
div.question .h2 h2 .en
	{color:#AE9C65;}
.today .h2{padding:25px 0px;}


/*===■求人ページ用フッター固定お問い合わせ===*/
@media all and (max-width: 1024px) {
	#footerMenu {width: 100%;height: 0px;position: fixed;z-index: 300;bottom:-50;overflow: none;left: 0;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;webkit-transition: all 0.4s ease-in-out;background:#b6a792;}
	#footerMenu.show {position: fixed;z-index: 300;bottom: 0;height:auto;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;}
	#footerMenu ul{width:calc(100% - 10px);height:auto;padding-bottom:5px;
		display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
		-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
	#footerMenu a{display:block;}
	#footerMenu p{padding:4px 0px;color:#ffffff;}
	#footerMenu a span{display:inline-block;padding:6px 0px 2px 0px;color:#ffffff;font-size:13px;line-height:1.5;}
	#footerMenu ul.navigation.two li{width:25%;position:relative;}
	#footerMenu ul.navigation.two li{width:25%;}
	#footerMenu ul li:nth-child(1):after {content:"";width:1px;height:58%;background:#ddcea1;position:absolute;top:10px;right:1px;}
	#footerMenu ul li:nth-child(2):after {content:"";width:1px;height:58%;background:#ddcea1;position:absolute;top:10px;right:1px;}
	#footerMenu ul li:nth-child(3):after {content:"";width:1px;height:58%;background:#ddcea1;position:absolute;top:10px;right:1px;}
	#footerMenu ul li.tel a span{background:url(../img_new/footer/tel.png) no-repeat;background-size:auto 20px;background-position:50% 7px;padding-top:27px;}
	#footerMenu ul li.line a span{background:url(../img_new/footer/line.png) no-repeat;background-size:auto 20px;background-position:50% 7px;padding-top:27px;}
	#footerMenu ul li.mail a span{background:url(../img_new/footer/mail.png) no-repeat;background-size:auto 20px;background-position:50% 7px;padding-top:27px;}
	#footerMenu ul li.reserve a span{background:url(../img_new/footer/reserve.png) no-repeat;background-size:auto 20px;background-position:50% 7px;padding-top:27px;}
	#footerMenu ul li.recruit a span{background:url(../img_new/footer/recruit.png) no-repeat;background-size:auto 20px;background-position:50% 7px;padding-top:27px;}

	@media all and (max-width: 320px) {

	}
}

/*======*/
	header div.smart_menu{width: 100%;height:auto;padding:10px 0px;
		background:#ffffff;}
	header dl{width:calc(100% - 20px);height:auto;
		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;}
	header dl dt{width:50%;height:auto;margin-left:0px;}
	header dl dd{width:50%;height:auto;margin-right:0px;}
@media all and (max-width: 1024px) {
	header dl dt{width:36%;}
	header dl dd{width:64%;}
}
	header dl ul{width: 100%;height:auto;
		display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
		-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;}
	header dl li.tel{width:37px;height:37px;margin:0px 0px 0px 5px;}
	header dl li.line{width:37px;height:37px;margin:0px 0px 0px 5px;}
	header dl li.menu{width:37px;height:37px;margin:0px 0px 0px 5px;}
	/*===モバイル用メニュー===*/
	p.menu_icon {width:40px;height:40px;z-index: 50;margin:0px auto;padding:0px;}
	menu.mobile_menu{width:100%;height:100%;position: fixed;top:0px;left:0px;display: none;z-index: 100;margin:0px auto;padding:0px;
		background: url(../img_new/common/bg.webp) repeat fixed;background-size:2665px 1500px;background-position:top right;}
	div.mobile_menu{position: relative;top:-50%;transition: 0.2s ease-in;transition-delay: 0.2s;}
	div.mobile_menu_title{width:100%;height:auto;text-align:right;margin:0px auto;padding:0px;position: relative;}
	div.mobile_menu_title p.close_icon{width:calc(100% - 20px);height:auto;text-align:right;margin:0px auto;padding-top:10px;}
	div.mobile_menu_title p.close_icon img{width:40px;height:40px;}
	p.close_icon:hover{cursor: pointer;}
	ul.mobile_menu{width:100%;height:auto;margin:0px auto;
		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;
		-webkit-flex-wrap: wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
	ul.mobile_menu li{width:50%;}
	ul.mobile_menu li .ja{font-size:12px;color:#321610;display: block;}
	ul.mobile_menu li .en{font-size:17px;color:#321610;display: block;}
	ul.mobile_menu li a{padding:6px 0px 7px 0px;display: block;}
@media all and (max-width: 1024px) {
	#container{padding-top:60px;}
	header div.smart_menu{position: fixed;top: 0;z-index: 100;}
}
@media all and (min-width: 1025px) {
	header div.smart_menu{padding:10px 0px;}
	header dl{width:1200px;}
	header dl ul{width:auto;height:auto;
		-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
	header dl dt{width:300px;height:auto;margin-left:0px;}
	header dl dd{width:calc(100% - 190px);height:auto;margin-right:0px;}
	header dl ul.icon{width:auto;height:auto;
		display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
		-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;}
	header dl ul.icon li.line_x{width:43px;height:43px;margin:0px 0px 0px 5px;}
}


