@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: "fontawesome-webfont";
    src: url(/import/tenant_1/153.126.157.248/html/font/fontawesome-webfont.eot);
    src: url(/import/tenant_1/153.126.157.248/html/font/fontawesome-webfont.eot) format('embedded-opentype'),
         url(/import/tenant_1/153.126.157.248/html/font/fontawesome-webfont.woff) format('woff'),
         url(/import/tenant_1/153.126.157.248/html/font/fontawesome-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form,input,button, p{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-family: "游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'ＭＳ Ｐゴシック',sans-serif;
	line-height: 160%;
	color: #333;
}
@media only screen and (max-width: 1220px){
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form,input,button, p{
		font-size: 14px;
	}

}

/*スライドストップ*/
[data-element-id] .slick-track {
    transform: none !important;
    transition: none !important;
}
/*メインビジュアル*/
.mainslider {
    position: relative;
    z-index: 10;
}

/*スライド*/
.flexslider {
  margin: 0px !important;
  background: none !important;
  border: none !important;
}

/*ループ*/
.loop .slick-slide img {
    width: 100% !important;
    display: block;
}
/*parallax*/
.parainn {
    position: relative;
}
div[data-element-id] .parainn:before{
  display: none;
}
.parainn:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index: 5;
}
.parainn .uk-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
.parainn .uk-slideshow img {
    width: 100% !important;
    max-width: initial !important;
}
.parainn .uk-slidenav-position:after {
    display: block;
    content: "";
    padding-top: 46%;
}
.parainn .uk-slidenav-position {
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 1020px){
  .parainn .uk-slideshow {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 100vh !important;
  }
  .parainn .uk-slideshow img {
    height: 100vh !important;
    width: auto !important;
    max-width: initial !important;
  }
  .parainn .uk-slidenav-position:after {
    display: block;
    content: "";
    padding-top: 100vh;
  }
}


/*リセット*/
html {
    font-size: 62.5%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form,input,button, p{
    margin: 0px;
    padding: 0px;
	font-size:1.6rem;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	/*font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	line-height:160%;
	color:#000;
}
h2 {
	font-size: 4.5rem
}
h3 {
	font-size: 3.8rem
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
    display: block;
    content: "";
    clear: both;
}
.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear{
    clear:both;
}
iframe {
    max-width: 100%;
}
img{
	vertical-align:top;
	border:none;
	max-width: 100%;
	height: auto !important;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	opacity:0.6;
	color: inherit;
    text-decoration: none;
}
a[href*="tel"] {
    pointer-events: none;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}
[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}
ul, li{
	list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}
dl, dt, dd {
    text-align: left;
    padding: 0;
    margin: 0;
}
/*フレックス*/
.flex { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*フレックスセンター*/
.flex_c { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}
.tfm_p {
	position: relative;
}
/*左右中央寄せ*/
.tfm_x {
	position: absolute;
    top: 0;
    left:  50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/*上下中央寄せ*/
.tfm_y {
	position: absolute;
    top: 50%;
    left:  0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/*上下左右中央寄せ*/
.tfm_xy {
	position: absolute;
    top: 50%;
    left:  50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
/*トリミング*/
.trimming {
	width: 100% ;
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    }
.trimming:after {
    display: block;
    content: "";
    padding-top: 100%; /*100%で正方形にカット。100%以下で横長、100%以上で縦長*/
    }
@media only screen and (max-width: 1024px){
h2 {
	font-size: 3.5rem
}
h3 {
	font-size: 2.8rem
    }
a[href*="tel"] {
	pointer-events: initial !important;
}
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	/display:inline;
	/zoom:1;
}
.i{
	font-weight:normal;
	font-family: "fontawesome-webfont";
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clearfix {
/*
	overflow: hidden;
*/
}

.clear{
clear:both;
}

img{
	vertical-align:top;
	border:none;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	opacity:0.6;
}
ul{
	list-style:none;
}
.fead-mv {
    opacity: 0;
    transition: 1.5s;
}
.mv {
    opacity: 1;
}


#wrapper {
    min-width: 1200px;
    overflow: hidden;
   /* padding-top: 100px;*/
}
#main{
    padding-top: 100px;
}
@media only screen and (max-width: 1220px){
  .fead-mv {
    transition: 0.8s;
}
	#wrapper{
	  	padding-top:0px;
		min-width:300px;
	}
	img{
		max-width:100%;
		height:auto;
	}
#main{
    padding-top: 0px;
}
}
@media only screen and (max-width: 1000px){
	#wrapper{
		padding-top:0;
	}
}
#header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: 100;
}
#header h1 {
    line-height: 21px;
    padding: 0 0 0 25%;
    font-weight: normal;
    font-size: 11px;
    margin-bottom: -28px;
}
#header .inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
}
#header p.logo {
    float: left;
    padding: 20px 0px 0px 5px;
}
#header dl{
	float:right;
	width:170px;
	height:auto;
}
#gnav{
	float:left;
	
}
#gnav ul{
	padding:0 0 0 34px;
}
#gnav li{
	display:inline-block !important;
	padding:45px 22px 0 22px;
	font-size:18px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-weight:bold;
	
}
#gnav li a{
	display:block;
	padding:0 0 10px 0;
	background:url(/import/tenant_1/153.126.157.248/html/images/h_icon.png) center bottom no-repeat;
}
#gnav li ul {
    position: absolute;
    padding: 10px 0 0 0;
    display: none;
}
[data-element-id] #gnav li ul {
    display: block !important;
    margin-top: 12px;
}
#gnav li:hover ul{
	display:block;
}
#gnav li ul li{
	float:none;
	display:block !important;
	padding:0;
	font-size:14px;
	font-family: "游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'ＭＳ Ｐゴシック',sans-serif;
	width:150px;
	background:#fff;
	margin-bottom:1px;
}
#gnav li ul li a{
	background:none !important;
	padding:5px;
}
#gnav p{
	display:none;
}
#header dl dt{
	font-size:12px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	text-align:center;
	font-weight:bold;
	position:relative;
}
#header dl{
	padding:0px 0 0 0;
}
#header dl dt:before{
	width:100%;
	height:1px;
	background:#d7a953;
	content:"";
	position:absolute;
	top:50%;
	left:0;
}
#header dl dt .w{
	background:#fff;
	position:relative;
	z-index:1;
	padding:0 5px;
}
#header dl dd{
	font-family: 'Vidaloka', serif;
	line-height:140%;
	font-size:16px;
}
#header dl dd .t{
	font-size:14px;
}
#header dl dd .s{
	background:#eeeeee;
	display:inline-block !important;
	border:1px solid #dddddd;
	box-sizing:border-box;
	width:45px;
	text-align:center;
	line-height:15px;
	font-size:10px;
	font-family: "游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'ＭＳ Ｐゴシック',sans-serif;
	font-weight:bold;
	margin-right:2px;
}
@media only screen and (max-width: 1200px){
  #header h1 {
    width: 83%;
    padding: 0 0 0 10px;
    margin-bottom: 0px;
}
   #header dl dt{
	 width: auto;
}
	#header{
		position:relative;
		height:auto;
		padding-bottom:10px;
	}
#header p.logo{
    width: 48%;
    /* float: none; */
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
        box-sizing: border-box;
}
#header dl {
    width: 48%;
    /* float: none; */
    margin-left: 1%;
    margin-right: 1%;
}
#header dl dd {
    text-align: center;
}
}
@media only screen and (max-width: 1200px){
	#header #gnav{
		float:none;
	}
	#gnav{
		position:fixed;
    top: 0;
    right: 0;
	left:auto;
    width: 200px;
    height: 100%;
	background:none;
    -webkit-transform: translateX(200px);
transform: translateX(200px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding:0;
	z-index:101;
	border:none;
	
    }
	#gnav ul li{
		display:block !important;
		width:auto !important;
		background:none !important;
		
	}
	#gnav li ul{
		width:auto;
	}
	#gnav li ul li a{
		width:auto;
	}

	#gnav p{
		display:block;
		position:absolute;
		width:38px;
		height:38px;
		top:0;
		left:-44px;
		border:1px solid #fff;
		background:#000;
		cursor:pointer;
		opacity:0.8;
		margin:2px;
		box-shadow:0px 0px 0px 2px #000;
-moz-box-shadow:0px 0px 0px 2px #000;
-webkit-box-shadow:0px 0px 0px 2px #000;
	}
	


	#gnav li{
		float:none;
		width:auto;
		border-bottom:#ddd solid 2px;
		padding:0;
		margin-top:0;
		display:block !important;
	}
	#gnav ul li a{
		height:auto;
		display:block;
		padding:10px 0 10px 16px;
		line-height:160%;
	}
	#gnav ul{
		padding:0 !important; 
	}
	#gnav.action{
		-webkit-transform:translateX(0px);
        transform:translateX(0px);
	}
	#gnav p span.n{
    display: block;
    background: #fff;
    height: 2px;
    width: 26px;
    text-indent: -9999px;
    padding: 0;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    position: absolute;
    }
	#gnav p span.n:before{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: -8px;
    left: 0;
    }
	#gnav p span.n:after{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 8px;
    left: 0;
    }
	#gnav.action p span.n{
	 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		  -webkit-transition:ease .10s;
         transition:ease .10s;
	}
	#gnav.action p span.n:after,#gnav.action p span.n:before{
		 -webkit-transform: rotate(90deg);
		 transform: rotate(90deg);
		 top:0;
		 left:0;
	}
	#gnav .wrap{
		width:auto;
		height: 100%;
		overflow-y: auto;
		background: rgba(255,255,255,0.9);
		text-align:center;
	}
	.overlay:before{
		content:"";
		width:100%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		left:0;
		opacity:0.3;
		z-index:100;
	}
	#gnav li.cc{
		position:relative;
	}
	#gnav li.cc a{
		width:auto;
		height:auto;
		background:#8A6B00;
		text-indent:0;
		color:#fff;
	}
	#gnav li .tb{
		display:none;
	}
	#gnav li ul{
		display:block;
		position:relative;
		top:auto;
		left:auto;
		border:none;
		width:auto;
		padding:0;
	}
	#gnav li ul li{
		border-bottom:none;
	}
	#gnav li ul li+li{
		border-width:1px;
	}
}
#footer{
  position: relative;
  z-index: 10;
	background:#000;
}

.foot-shop{
	background:#fff;
	position:relative;
	padding:80px 0 50px 0;
	overflow:hidden;
}
.foot-shop .bkimg {
    top: 0;
    left: 0;
    /* right: 0; */
    /* bottom: 0; */
    position: absolute;
}
.foot-shop .bkimg img {
    width: 100% !important;
    height: auto !important;
    min-width: 1440px;
}
.foot-shop .bkimg.trimming:after {
    display: block;
    content: "";
    padding-top: 55%;
}
.foot-shop .inner{
	position:relative;
	z-index:1;
	max-width:1020px;
	margin:0 auto;
}

.foot-shop dl{
	width:300px;
	height:auto;
	float:left;
	padding:0 20px 30px 20px;
}
.foot-shop dt{
	text-align:center;
	background:#1e1e1e;
	text-align:center;
	color:#fff;
	font-size:30px;
	line-height:60px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-weight:bold;
	margin-bottom:45px;
}
.foot-shop dt+dd{
	text-align:center;
	line-height:210%;
	padding:0 0 40px 0;
}
.foot-shop dd+dd{
	border:1px solid #dddddd;
	width:auto;
	height:200px;
}
@media only screen and (max-width: 1040px){
	.foot-shop .inner{
		width:95%;
	}
	.foot-shop dl{
		width:100%;
		float:none;
		padding-left:0;
		padding-right:0;
	}
	.foot-shop iframe{
		width:100%;
	}
	.foot-shop .bkimg img{
		width:100% !important;
	}
}
.footnav{
	max-width:980px;
	margin:0 auto;
	padding:68px 0 100px 0;
}
.footnav a{
	color:#fff;
}
.footnav dl{
	width:25%;
	height:auto;
	float:left;
	padding-bottom:30px;
}
.footnav dt{
	font-weight:bold;
	font-size:18px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	padding:0 0 10px 0;
}
.footnav dd{
	font-size:14px;
	padding:0 0 5px 0;
}
.copy{
	background:#fff;
	text-align:center;
	font-size:14px;
	padding:20px 0;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
}
.totop{
	position:fixed;
	bottom:0;
	right:0;
	z-index:99;
}
@media only screen and (max-width: 1000px){
	.footnav{
		width:95%;
		padding-bottom:30px;
	}
	.footnav dl{
		width:33.3%;
	}
	.totop{
		width:70px;
	}
}
@media only screen and (max-width: 500px){
	.footnav dl{
		width:50%;
	}
	.footnav dt{
		font-size:16px;
	}
	.totop{
		width:50px;
	}
}
/*下層共通*/

.subtit{
	position:relative;
	overflow:hidden;
	background:#e2d7c1;
}
.subtit .bkimg{
	position:absolute;
	top:38px;
	left:0;
	right:0;
  /*bottom:0;*/
}
.subtit.m1 .sec1 li.pic.trimming:after {
    display: block;
    content: "";
    padding-top: 133%;
}
.subtit .trimming:after {
    display: block;
    content: "";
    padding-top: 48%;
}
.subtit.m1 .bkimg  {
    top: 0px;
}

.subtit.m1 .trimming:after {
    display: block;
    content: "";
    padding-top: 46%;
}
@media only screen and (max-width: 1000px){
.subtit .trimming:after {
    display: block;
    content: "";
    padding-top: 60%;
}
.subtit.m1 .trimming:after {
    display: block;
    content: "";
    padding-top: 52%;
}
}
@media only screen and (max-width: 500px){
.subtit .trimming:after {
    display: block;
    content: "";
    padding-top: 105%;
}
.subtit.m1 .trimming:after {
    display: block;
    content: "";
    padding-top: 105%;
}
}
.subtit .bkimg img{
  min-width:100%;
	width:100%;
	height:auto;
}
.subtit .inner{
	position:relative;
	z-index:1;
	max-width:1200px;
	margin:0 auto;
}
.subtit h2{
	width:298px;
	height:auto;
	float:left;
	background:#996c33;
	padding:32px 0 1000px 0;
	box-sizing:border-box;
	margin-bottom:-1000px;
	
}
.subtit h2 {
    position: relative;
}
.subtit h2 span {
    position: absolute;
    left: 0;
    right: 0;
}
.subtit .sec1{
	overflow:hidden;
}

.subtit h2 .w{
	width:129px;
	margin:0 auto;
	min-height:350px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
display: block ;
	line-height:127px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	font-size:38px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	color:#fff;
	text-align:center;
}

.subtit .sec1 ul{
	float:left;
}
.subtit .sec1 li{
	float:left;
}
.subtit.m1 .sec1 li dl{
	background:#005982;
}
.subtit .sec1 li dt{
	text-align:center;
	color:#fff;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	padding:40px 0 35px 0;
}
.subtit .sec1 li dd+dd{
	text-align:center;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:32px 0 30px 0;
}
.subtit .sec1 li dl{
	padding-bottom:1000px;
	margin-bottom:-1000px;
}


.subtit .sec2 p{
	float:left;
	max-width:298px;
	height:auto;
	position:relative;
}
.subtit .sec2  p .w{
	top:18px;
	left:15px;
	width:100px;
	height:100px;
	box-sizing:border-box;
	position:absolute;
	background:#fff;
	border:2px solid #996c33;
	text-align:center;
	font-size:18px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-weight:bold;
	padding:10px 0 0 0;
	border-radius:50%;
}
.subtit .sec2  p .w:before{
	content:url(/import/tenant_1/153.126.157.248/html/images/tit_icon.png);
	bottom:0;
	left:50%;
	position:absolute;
	margin-left:-61px;
}
.subtit.m1 .sec2{
	
	overflow:hidden;
}
.subtit .sec2 ul{
	padding:20px 0 0 40px;
	float:left;
	box-sizing:border-box;
	width:902px;
}
.subtit .sec2 li{
	float:left;
	width:20%;
	padding:15px 0 40px 0;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-weight:bold;
}
.subtit .sec2 li a{
	background:url(/import/tenant_1/153.126.157.248/html/images/submk.gif) 0 4px no-repeat;
	padding-left:13px;
}
.subtit .sec2{
	background:#e2d7c1;
	position:relative;
	z-index:1;
}
@media only screen and (max-width: 1220px){
	.subtit h2{
		float:none;
		margin:0 auto;
		padding-bottom:32px;
		width:33.33%;
	}
	.subtit h2 span {
    position: static;
}
	.subtit .bkimg {
    top: 0;
}
.subtit .sec1 ul {
    float: none;
}
	.subtit .sec1 li{
		width:33.33%;
	}
	.subtit .sec1 li img{
		width:100%;
	}
.subtit .sec2 ul {
    width: 58%;
    padding-bottom: 20px;
}
	.subtit .sec2 p{
		
	}
	.subtit .sec2 li{
		padding:10px 0;
	}
	.subtit .sec2 li a {
    font-size: 12px;
}
}
@media only screen and (max-width: 830px){
	.subtit h2 .w{
		font-size:30px;
		min-height: 290px;
		width:100px;
		line-height:100px;
	}
.subtit h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 33.3%;
}
	.subtit .sec1{
		position:relative;
		overflow:visible;
	}
.subtit .sec1 li dd+dd{
		position:absolute;
		bottom:0;
		width:100%;
		left:0;
		background: #005982;
	}
	.subtit .sec1 ul {
    padding-bottom: 88px;
}
	.subtit .sec1 li dt{
		padding-top:28%;
		padding-bottom:25%;
	}
	.subtit .sec2 ul{
		padding-left:2.5%;
		padding-right:2.5%;
	}
	.subtit .sec2 li{
		width:33.33%;
	}
}
@media only screen and (max-width: 720px){
  	.subtit .sec1{
		margin-bottom:70px;
	}
	.subtit .sec1 ul {
    padding-bottom: 26px;
}
.subtit.m2 .sec1 ul {
    padding-bottom: 33px;
}
	.subtit .sec1 li dd + dd{
		bottom:-70px;
	}
	.subtit .sec2 li{
		width:50%;
	}
	.subtit .sec2 p{
	 	width:100%;
		max-width:none;
	}
	.subtit .sec2 p img{
		width:100%;
		height:auto;
	}
	.subtit .sec2 ul {
    width:100%;
}

}
/*下層ビジュアル幅*/
.subtit .sec1 li.pic {
    float: left;
    width: 301px;
}
.subtit .sec1 li.pic.trimming:after {
    display: block;
    content: "";
    padding-top: 141%;
}
.subtit .sec1 li.pic img {
    width: 100% !important;
    height: auto !important;
}
.subtit .sec1 li dd.pic {
    width: 300px;
}
.subtit .sec1 li dd+dd{
    z-index: 1;
}
.subtit .sec1 li dd.pic.trimming:after {
    display: block;
    content: "";
    padding-top: 64%;
}
.subtit.m3 .sec1 li dd.pic.trimming:after {
    display: block;
    content: "";
    padding-top: 76%;
}
.subtit .sec1 li dd.pic img {
    width: 100% !important;
    height: auto !important;
}
.subtit .sec2 p.pic {
    width: 298px;
    float: left;
    height: auto;
    position: relative;
}
.subtit .sec2 p.pic.trimming:after {
    display: block;
    content: "";
    padding-top: 75%;
}


.subtit .sec2 p.pic img {
    width: 100% !important;
    height: auto !important;
}

@media only screen and (max-width: 1220px){
.subtit .sec1 li.pic {
    width: 33.33%;
}
.subtit .sec1 li dd.pic {
    width: auto;
}
.subtit .sec2 p.pic {
    width: 100%;
}
}
@media only screen and (max-width: 500px){
  .subtit.m2 .sec1 ul {
    padding-bottom: 52px;
}
.subtit.m3 .sec1 li.pic.trimming:after {
    display: block;
    content: "";
    padding-top: 142%;
}
.subtit .sec1 li.pic.trimming:after {
    display: block;
    content: "";
    padding-top: 126%;
}
}
.tit2{
	background:url(/import/tenant_1/153.126.157.248/html/images/bk1.gif) center top repeat;
	padding:38px 0;
  text-align: center;
}
.tit2 h2{
  display: inline;
	/*width:148px;*/
	height:auto;
	margin:0 auto;
	min-height:328px;
	text-align:center;
	border-left:1px solid #000;
	border-right:1px solid #000;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
}
.tit2 h2 .w{
  text-align: center;
	line-height:128px;
	border-left:1px dotted #000;
	border-right:1px dotted #000;
	display:block;
	margin:0 9px;
	font-size:48px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
}
@media only screen and (max-width: 830px){
	.tit2 h2 .w{
		font-size:30px;
	}
	.tit2 h2{
		min-height:300px;
	}
	.tit2{
		padding:20px 0;
	}
}
.w12{
	max-width:1200px;
	margin:0 auto;
}

.bk1{
      position: relative;
    z-index: 10;
	background:url(/import/tenant_1/153.126.157.248/html/images/bk1.gif) center top repeat;
}

.h3b{
	text-align:center;
	font-size:30px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	padding-bottom:40px;
}
.h3b:after{
	display:block;
	content:"";
	width:130px;
	height:1px;
	background:#d7a953;
	margin:15px auto 0 auto;
}

.lp .pic{
	float:left;
}
.lp .tbox{
	float:right;
}
.rp .tbox{
	float:left;
}
.rp .pic{
	float:right;
}

@media only screen and (max-width: 1220px){
	.lp .pic,.rp .pic{
			width:auto !important;
		float:none !important;
		text-align:center;
	}
	.lp .tbox,.rp .tbox{
		width:auto !important;
		float:none;
	}
	.w12{
		width:95%;
	}
}
@media only screen and (max-width: 520px){
	.h3b{
		font-size:24px;
	}
}
/*omotenashi*/


.omotenashi1 .tbox{
	width:580px;
	height:auto;
}
.omotenashi1{
	padding:55px 0 40px 0;
}
.omotenashi1 p{
	padding:0 0 20px 0;
}
.omotenashi1 .pic {
    width: 589px;
       height: auto !important;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.omotenashi1 .pic.trimming:after {
    display: block;
    content: "";
    padding-top: 62%;
}
.omotenashi1 .pic img {
    width: 100% !important;
    height: auto !important;
}
.omotenashi1 h3+p{
	text-align:center;
	font-size:18px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	padding:0 0 30px 0;
}
@media only screen and (max-width: 1200){
.omotenashi1 .pic {
    width: auto;
}
}
.inbox .bk1:nth-of-type(odd) {
    background: none;
}
.inbox .bk1:nth-of-type(odd) .omotenashi1 .pic{
   float: right;
}
.inbox .bk1:nth-of-type(odd) .omotenashi1 .tbox{
   float: left;
}
.inboxr .bk1:nth-of-type(odd) {
    background: none;
}
.inboxc .bk1:nth-of-type(even) {
    background: none;
}
/*honten*/

.tenpo .w12{
	padding:70px 0 30px 0;

}
.tenpo .w12 .box{
	border:2px solid #cfa972;
	max-width:974px;
	width:100%;
	background:#fff;
	margin-bottom:55px;
}
.tenpo .box:nth-of-type(2n){
    float: right;
}
.tenpo .box:nth-of-type(2n) .tbox{
    float: left;
    padding-right: 0;
    padding-left: 50px;
}
.tenpo .box:nth-of-type(2n) .pic {
    float: right;
}
.tenpo .box .tbox{
  float: right;
	width:478px;
	height:auto;
	padding-top:40px;
}
.tenpo .box .pic {
    width: 412px;
    float: left;
}
.tenpo .box .pic.trimming:after {
    display: block;
    content: "";
    padding-top: 72%;
}
.tenpo .box .pic img {
    width: 100% !important;
    height: auto !important;
}
.tenpo .box.lp1{
	clear:both;
}
.tenpo .box.rp1{
	float:right;
}
.tenpo .box.rp1 .pic{
	float:right;
}
.tenpo .box.rp1 .tbox{
	float:left;
	padding-left:28px;
}
.tenpo .box .tbox h3{
	font-size:24px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	padding-bottom:10px;
}
.tenpo .box .tbox p{
	padding:0 0 20px 0;
}
.tenpo .box .tbox .more a{
	display:inline-block;
	text-align:center;
	border:1px solid ;
	max-width:298px;
	width:90%;
	height:auto;
	line-height:58px;
	font-weight:bold;
	position:relative;
}
.tenpo .box .tbox .more a:before {
    content: url(/import/tenant_1/153.126.157.248/html/images/honten/more.gif);
    right: 10px;
    top: 0;
    margin-top: -3px;
    position: absolute;
}
@media only screen and (max-width: 1060px){
	.tenpo .box{
		float:none !important;
		margin:0 auto;
		width:auto;
		box-sizing:border-box;
		padding-left:2.5%;
		padding-right:2.5%;
	}
.tenpo .box .pic {
    width: 100% !important;
    float: none !important;
    text-align: center;
}
.tenpo .box .pic img {
    width: 95% !important;
    height: auto !important;
}
	.tenpo .box .tbox{
	  text-align: center;
		display:block;
		margin:0 auto;
		float:none !important;
		width:auto;
	}
	.tenpo .box .tbox{
		padding-left:2.5% !important;
		padding-right:2.5% !important;
	}
}

/*hanare*/
.subtit.m2 .bkimg {
    top: 0px;
}
.subtit.m2 h2{
	background:#993d33;
}
.subtit.m2 .sec1 li dl{
	background:#6a683b;
}
/*sumibi*/
.subtit.m3 .bkimg {
    top: 0px;
}
.subtit.m3 h2{
	background:#675250;
}
.subtit.m3 .sec1 li dl{
	background:#000;
}
/*course*/

.course1{
	padding:55px 0 40px 0;
}
.course1 p{
	padding:0 0 20px 0;
}
.course1 h3+p{
	text-align:center;
	font-size:16px;
	padding:0 0 30px 0;
}
.course1 h4{
width: 65px;
float: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 100%;
}
.course1 h4:before{
content: "";
display: block;
width: 1px;
height: 130px;
background-color: #D7A953;
margin-left: 30px;
}
.course1 .tbox{
	width:480px;
	height:auto;
	padding-left: 30px;
}

.course1 .tbox.ll {
    width: 515px;
    padding-left: 50px;
}
.course1 .tbox.ll dd dl dt {
    width: 65%;
    padding-bottom: 0;
}
.course1 .tbox.ll dd dl dd {
    width: 35%;
   padding-bottom: 0;
}
.course1 .pic{
width: 583px;
}
.course1 .pic img {
    width: 100% !important;
    height: auto !important;
}
.course1 .pic .t{
display: block;
text-align: right;
font-size: 14px;
}
.course1 .pic .trimming:after {
    display: block;
    content: "";
    padding-top: 62%;
}
.course1 .tbox .price{
font-size:30px;
color: #ad3a3a;
font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
}
.course1 .tbox .price .t{
font-size: 16px;
}
.course1 .tbox dt{
font-size: 18px;
font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
padding-bottom: 10px;
}
.course1 .tbox dd{
padding-bottom: 5px;
}
.course1 .tbox dd.pdb20{
padding-bottom: 20px;
}
.course1 .tbox dl+p{
font-size: 16px;
}
.course1 .box{
padding-bottom: 80px;
}
.course1 .box:last-of-type{
padding-bottom: 0;
}
@media only screen and (max-width: 1220px){
.course1 h4{
width: 10%;
}
.course1 .tbox{
width: 70% !important;
padding-left: 20%;
padding-bottom: 30px;
}
.course1 .pic{
width: 100%;
text-align: center;
}
.course1 .pic .t{
text-align: center;
}
}
@media only screen and (max-width: 720px){
.course1 h4{
font-size: 24px;
width: 20%;
}
.course1 .tbox{
width: 65% !important;
padding-left: 5%;
float: left !important;
}
.course1 .tbox .price{
font-size: 24px;
}
.course1 .tbox.ll dd dl dt {
    width: 100%;
}
.course1 .tbox.ll dd dl dd {
    width: 100%;
}
}
/*drink*/
.drink1{
	padding:55px 0 40px 0;
}
.drink1 h4{
font-size: 30px;
font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
font-weight: normal;
padding-bottom: 20px;
}
.drink1 dt{
float: left;
}
.drink1 dd{
text-align: right;
}
.drink1 dl{
padding-bottom: 12px;
margin-bottom: 12px;
border-bottom: 1px solid #cecece;
}
.drink1 .left{
width: 48%;
float: left;
}
.drink1 .right{
width: 48%;
float: right;
}
.drink1 .box1 {
padding-bottom: 90px;
}
.drink1 .box1 .pic{
width: 274px;
float: right;
text-align: center;
}
.drink1 .box1 .pic img {
    width: 100% !important;
    height: auto !important;
}
.drink1 .box1 .pic.trimming:after {
    display: block;
    content: "";
    padding-top: 70%;
}
.drink1 .box1 .tbox{
width: 888px;
float: left;
}
.drink1 .box1 .tbox .left,.drink1 .box1 .tbox .right{
padding-top: 12px;
}
.drink1 .box1 dd{
padding-left: 345px;
}
.drink1 .box2 .pic {
    width: 580px;
    margin-bottom: 20px;
}
.drink1 .box2 .pic {
    width: 580px;
    margin-bottom: 20px;
}
.drink1 .box2 .pic.trimming:after {
    display: block;
    content: "";
    padding-top: 64%;
}
.drink1 .box2 .pic img {
    width: 100% !important;
    height: auto !important;
}
.drink1 .box2 dd{
padding-left: 470px;
}
.drink1 .box2 {
padding-bottom: 70px;
}
.drink1 .half .tbox {
    width: 48%;
    float: left;
}
.drink1 .half .pic {
    width: 48%;
    float: right;
    text-align: center;
}
.drink1 h5{
font-size: 26px;
font-weight: normal;
background-color: #996c33;
color: #fff;
font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
text-align: center;
line-height: 45px;
height: 45px;
margin-bottom: 15px;
}
.drink1 h6{
font-size: 20px;
font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
padding-bottom: 20px;
font-weight: normal;
line-height: 100%;
}
.drink1 .box1 .inn{
padding-bottom: 30px;
}
@media only screen and (max-width: 1220px){
  
.drink1 .box1 .pic,.drink1 .pic{
width: 100%;
float: none;
text-align: center;
margin-bottom: 20px;
}
.drink1 .box1 .tbox{
width: 100%;
float: none;
padding-bottom: 30px;
}
.drink1 .box2 .pic {
width: 100%;
}

.drink1 .left,.drink1 .right{
width: 100%;
float: none;
}
}
@media only screen and (max-width: 720px){
.drink1 dt{
float: none;
}
.drink1 .box1 dd,.drink1 .box2 dd{
padding-left: 0;
text-align: left;
}
}
/*wine*/
.wine1{
	padding:55px 0 40px 0;
}
.wine1 h3{
padding-bottom: 100px;
}
.wine1 h4{
font-size: 30px;
font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
font-weight: normal;
padding-bottom: 20px;
}
.wine1 h4+p {
    margin-bottom: 40px;
}
.wine1 p.pic {
    width: 427px;
    margin-bottom: 40px;
}
.wine1 p.pic.trimming:after {
    display: block;
    content: "";
    padding-top: 64%;
}
.wine1 p.pic img {
    width: 100% !important;
    height: auto !important;
}
.wine1 .tbox{
width: 738px;
}
.wine1 dl{
padding-bottom: 12px;
margin-bottom: 12px;
border-bottom: 1px solid #cecece;
}
.wine1 dt{
float: left;
}
.wine1 dd{
text-align: right;
}
.wine1 .tbox dd{
padding-left: 630px;
}
.wine1 .box1{
padding-bottom: 70px;
}
.wine1 .tbox.left,.wine1 .tbox.right{
width: 48%;
}
.wine1 .tbox.left{
float: left;
}
.wine1 .tbox.right{
float: right;
}
.wine1 .tbox.left dd,.wine1 .tbox.right dd{
padding-left: 480px;
}
@media only screen and (max-width: 1220px){
.wine1 .tbox{
padding-bottom: 30px;
}
.wine1 .tbox.left,.wine1 .tbox.right{
width: 100%;
float: none;
}
}
@media only screen and (max-width: 1050px){
  .wine1 p.pic {
    width: auto;
}
}
@media only screen and (max-width: 720px){
.wine1 dt{
float: none;
}
.wine1 .tbox dd{
padding-left: 0;
text-align: left;
}
.wine1 .tbox.left dd,.wine1 .tbox.right dd{
padding-left: 0;
}
.wine1 h4{
font-size: 22px;
}
}
/*contact*/
.contact1 {
	padding:55px 0 40px 0;
}
.contact1 p{
text-align: center;
color: #005982;
font-size: 60px;
font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
letter-spacing: 8px;
font-weight: bold;
}
.contact1 p a{
color: #005982;
}
.contact1 p .i{
padding-right: 5px;
}
.contact2 {
	padding:55px 0 40px 0;
}
.contact2 p {
    text-align: center;
}
.contact2 .table{
width: 750px;
margin: 0 auto;
}
.contact2 .table dt{
float: left;
padding-top: 10px;
}
.contact2 .table dd{
padding-left: 160px;
}
.contact2 .table dl{
padding: 0 0 12px 0;
margin: 0 0 15px 0;
border-bottom: 1px solid #cecece;
}
.contact2 .table dl dd .size1{
background-color: #fff;
height: 50px;
width: 100%;
border: none;
}
.contact2 .table dl dd textarea {
    width: 100%;
    box-sizing: border-box;
    height: 385px;
    border: none;
    background-color: #fff;
}
.formbtn{
	text-align:center;
	padding:30px 0 0 0;
}
.formbtn li {
    display: inline-block !important;
    padding: 0 10px;
}
.formbtn li #send {
    text-align: center;
    background: #005982;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    width: 340px;
    height: 60px;
    line-height: 60px;
    color: #FFF;
    font-size: 24px;
    border: none;
    cursor: pointer;
}
.formbtn li #send:hover{
	opacity:0.6;
}
@media only screen and (max-width: 770px){
.contact1 p{
font-size: 40px;
}
.contact1 p a {
  font-size: 24px;
}
.contact2 .table{
width: 100%;
}
.contact2 .table dt{
float: none;
padding-bottom: 15px;
}
.contact2 .table dd{
padding-left: 0;
}
}
/*blog*/
.blog1{
	padding:55px 0 60px 0;
}
.blogl{
width: 925px;
float: left;
padding-bottom: 50px;
}
.blogr{
width: 250px;
float: right;
}
.kbox {
position: relative;
border-bottom: 1px solid #b2b2b2;
padding-bottom: 20px;
margin-bottom: 30px;
}
.kbox dl{
padding-left: 270px;
}
.kbox dd{
padding-bottom: 10px;
}
.kbox dt{
font-size: 24px;
font-weight: bold;
padding-bottom: 10px;
}
.blogl .kbox .pic {
    width: 246px;
    height: auto;
}
.blogl .kbox .pic.trimming:after {
    display: block;
    content: "";
    padding-top: 90%;
}
.blogl .kbox .pic img {
    width: 100% !important;
    height: auto !important;
}
.more a{
	display:inline-block;
	text-align:center;
	border:1px solid ;
	max-width:298px;
	width:90%;
	height:auto;
	line-height:58px;
	font-weight:bold;
	position:relative;
}
.more a:before{
	content:url(/import/tenant_1/153.126.157.248/html/images/honten/more.gif);
	right:10px;
	top:0;
	position:absolute;
}
.kbox .more{
width: 100%;
padding-left: 0;
position: absolute;
bottom: 20px;
right: 0;
text-align: right;
}
.blogr dl {
    width: 250px;
    padding-bottom: 15px;
}
.blogr dt{
font-size: 24px;
font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
border-bottom: 1px solid #b2b2b2;
padding-bottom: 12px;
margin-bottom: 20px;
}
.blogr dt img{
vertical-align: middle;
padding-right: 5px;
}
.blogr dd{
padding-bottom: 12px;
padding-left: 22px;
}
.blogr dd .i{
color: #d7a953;
padding-right: 10px;
}
.blogr dl.clearfix dt img{
margin-top: -7px;
}
.blogr dl.clearfix dd{
width: 100px;
display: inline-block !important;
}
.blogr a:before{
content: "";
font-family: "fontawesome-webfont";
color: #d7a953;
padding-right: 10px;
}
.pagenav{
text-align: center;
}
.pagenav a{
font-size: 24px;
font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
padding: 0 13px;
}
.pagenav a img{
vertical-align: middle;
margin-top: -3px;
}
@media only screen and (max-width: 1220px){
.blogl,.blogr{
width: 100%;
float: none;
}
.blogl .pic{
padding-bottom: 15px;
}
.kbox dl{
padding-left: 0;
padding-bottom: 15px;
}
.kbox .more{
position: relative;
bottom: auto;
right: auto;
text-align: center;
}
.blogr{
padding-bottom: 30px;
}
}
@media only screen and (max-width: 720px){
  .blogr dl {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    padding-bottom: 15px;
}
}
@media only screen and (max-width: 500px){
.blogl .kbox .pic {
    width: auto;
}
}
.bkiji p.pic {
    width: 925px;
}
.bkiji p.pic img {
    width: 100% !important;
    height: auto !important;
}
.bkiji .date{
display: block;
padding-bottom: 10px;
}
.bkiji h3{
font-size: 24px;
font-weight: bold;
border-bottom: 1px solid #b2b2b2;
padding-bottom: 20px;
margin-bottom: 40px;
}
.bkiji .txt{
padding-bottom: 25px;
}
.bkiji .txt dl {
    font-size: 14px;
    line-height: 24px;
    padding:20px 20px 0;
    margin-top:40px;
    border-top:2px dashed #ddd;
}
.bkiji .txt dl p {
    font-weight:bold;
    text-align:center;
    margin-bottom:15px;
}
.bkiji .txt dl dt {
    float:left;
}
.bkiji .txt dl dd {
    margin:0 0 10px 120px;
}
@media only screen and (max-width: 1050px){
.bkiji p.pic {
    width: auto;
}
}
@media only screen and (max-width: 500px){
.bkiji .txt dl {
    font-size: 12px;
    padding:20px 0 0;
    margin-top:20px;
    border-top:2px dashed #ddd;
}
.bkiji .txt dl p {
    font-weight:bold;
    text-align:center;
    margin:0 0 10px;
    font-size: 12px;
}
.bkiji .txt dl dt {
    font-weight:bold;
}
.bkiji .txt dl dd {
    margin:5px 0;
}
}
.back{
text-align: center;
}
.back a{
	display:inline-block;
	text-align:center;
	border:1px solid ;
	max-width:298px;
	width:90%;
	height:auto;
	line-height:58px;
	font-weight:bold;
	position:relative;
}
.back a:before{
content:url(/import/tenant_1/153.126.157.248/html/images/blog/icon_03.png);
	left:10px;
	top:0;
	position:absolute;
}
/*news*/
.news1 .kbox dl{
padding-left: 0;
}
.news1 .kbox dt a:before{
content: "";
font-family: "fontawesome-webfont";
color: #996c33;
padding-right: 25px;
}
.news1 .kbox{
padding-bottom: 10px;
margin-bottom: 15px;
}
.news1 .kbox .c{
padding-left: 10px;
}

/*レコメンド機能*/
.recobody {
    clear: both;
    padding: 35px 0 15px 0;
    margin-bottom: 100px;
    text-align: center;
    letter-spacing: -5px;
}
.recobody h3 {
    font-size: 24px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    letter-spacing: 1px;
    width: auto;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.recobody .w {
    max-width: 280px;
}
.recobody dl {
    width: 196px;
    display: inline-block !important;
    letter-spacing: 0;
    padding: 7px;
    background: #fff;
    margin: 0 22px 20px 22px;
    vertical-align: top;
    box-sizing: border-box;
}
.recobody dd+dd {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
}
.recobody dd+dd a{
    color: #996c33;
}
.recobody dd.trimming {
    width: 100%;
    margin: 0 auto;
}
.recobody dd.trimming:after {
    padding-top: 75%;
}
.w84 {
    max-width: 1084px;
    margin: 0 auto;
}
@media only screen and (max-width: 870px){
	.recobody dd {
    width: auto;
    height: auto;
}
}

@media only screen and (max-width: 1220px){
  .w84 {
    width: 90%;
}
	.recobody dl{
		margin-left:1%;
		margin-right:1%;
		width:48%;
		box-sizing:border-box;
		max-width:161px;
	}
}

/*shop*/

.shop1{
	padding:64px 0 90px 0;
}
.shop1 .slidenav{
	text-align:center;
	letter-spacing:-5px;
	padding:20px 0;
}
.shop1 .slidenav li{
	display:inline-block !important;
	letter-spacing:0;
	font-size:18px;
	padding:0 0.5em;
}
/*スライドナビ*/
.shop1 .uk-dotnav {
    width: auto;
    height: auto;
    position: absolute !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -42px;
    z-index: 2;
}
.shop1 .uk-dotnav li {
    letter-spacing: 0;
    font-size: 18px;
    padding: 0 0.5em;
}
.shop1 .uk-dotnav-contrast>*>* {
    width: 15px;
    height: 15px;
    background: rgba(0, 0, 0, 0.9);
}
.shop2{
	padding:70px 0 80px 0;
}
.shop2 h3{
	padding-bottom:70px;
}
.shop2 .tbox{
	width:730px;
	height:auto;
	padding-bottom:20px;
}
.shop2 .rp.w80 {
  margin-top: 20px;
  width:100%;
  max-width: 800px;
  margin: 0 auto;
}
.shop2 .tbox dt{
	float:left;
	font-weight:bold;
}
.shop2 .tbox dd{
	padding:0 0 0 138px;
}
.shop2 .tbox dl{
	padding:12px 0;
	border-bottom:1px solid #cecece;
}
.shop2 .pic {
    width: 434px;
    padding-bottom: 20px;
}
.shop2 .pic img {
    width: 100% !important;
    height: auto !important;
}

.shop3{
	padding:70px 0 90px 0;
}
.shop3 dl{
	display:inline-block !important;
	vertical-align:top;
	letter-spacing:0;
	text-align:left;
	width:350px;
	height:auto;
	padding:0 26px 40px 26px;
}
.shop3 .wrap{
	text-align:center;
	letter-spacing:-5px;
}
.shop3 .wrap dt{
	font-weight:bold;
}

.shop4{
	padding:70px 0 130px 0;
}
.shop4 h3{
	padding-bottom:70px;
}
@media only screen and (max-width: 1050px){
.shop2 .pic {
    width: auto;
}
.shop2 .rp.w80 {
  width:100%;
  max-width: 95%;
}
}  
@media only screen and (max-width: 500px){
	.shop2 .tbox dt{
		float:none;
	}
	.shop2 .tbox dd{
		padding-left:0;
	}
}
@media only screen and (max-width: 420px){
	.shop3 dl{
		width:auto;
		display:block !important;
		padding-left:0;
		padding-right:0;
	}
}
/*parking*/
.parking dl {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 4% 28px 0;
}
.parking dl:nth-child(2n+2){
	margin-right:0;
}
.parking dd {
    width: 430px;
    margin: 0 auto;
    padding: 4.16%;
    text-align: center;
}
.parking dd img {
    width: 100% !important;
    height: auto !important;
}
.parking dt {
    text-align: center;
    font-size: 20px;
    color: #174e9e;
    font-weight: bold;
    padding-bottom: 4.16%;
}

.parking dt {
    text-align: center;
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    padding-bottom: 4.16%;
}

.parking dd + dd {
    font-size: 16px;
    text-align: left;
    line-height: 160%;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    padding: 4.16%;
}

@media only screen and (max-width: 1024px) {
.parking dl {
    width: 100%;
}
.parking dt{
     font-size:16px;
	}
.parking dd {
    width: 100%;
    box-sizing: border-box;
}
}
/*kodawari*/

.titk{
	position:relative;
}
.titk h2{
	position:absolute;
	top:15%;
	text-align:center;
	left:50%;
	color:#fff;
	writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
font-size:48px;
font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
line-height:1;
margin-left: -24px;
    z-index: 1;
}


.titk .bkimg img{
	width:100%;
	height:auto;
	min-width:520px;
}
.titk .bkimg.trimming:after {
    display: block;
    content: "";
    padding-top: 34%;
}


@media only screen and (max-width: 830px){
	.titk h2{
		font-size:30px;
		margin-left:-15px;
	}
}
.kodawari1 .wrap{
	letter-spacing:-5px;
	width:1234px;
}
.kodawari1 dl{
	letter-spacing:0;
	width:369px;
	height:auto;
	display:inline-block !important;
	vertical-align:top;
	border:3px solid #cfa972;
	margin:0 34px 30px 0;
	background:#fff;
	text-align:left;
	padding-bottom:34px;
}
.kodawari1{
	padding:55px 0 55px 0;
}
.kodawari1 dt{
	padding:20px 15px 10px 15px;
	font-size:24px;
	text-align:center;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-weight:normal;
}
.kodawari1 dt+dd{
	padding:0 15px 20px 15px;
	line-height:120%;
	min-height:60px;
}
.kodawari1 dd.pic {
    width: 369px;
}
.kodawari1 dd.pic img {
    width: 100% !important;
    height: auto !important;
}
.kodawari1 dd.pic.trimming:after {
    display: block;
    content: "";
    padding-top: 80%;
}
.kodawari1 dd+dd {
	text-align:center;
}
.kodawari1 dd+dd a{
    display: inline-block;
    text-align: center;
    border: 1px solid;
    max-width: 298px;
    width: 90%;
    height: auto;
    line-height: 58px;
    font-weight: bold;
    position: relative;
	font-size:18px;
}
.kodawari1 dd+dd a:before {
    content: url(/import/tenant_1/153.126.157.248/html/images/honten/more.gif);
    right: 10px;
    top: 0;
    margin-top: -3px;
    position: absolute;
}

@media only screen and (max-width: 1220px){
	.kodawari1 .wrap{
		width:auto;
		text-align:center;
	}
	.kodawari1 dl{
		margin-left:1%;
		margin-right:1%;
	}
}
@media only screen and (max-width: 1050px){
.kodawari1 dd.pic {
    width: auto;
}
}
@media only screen and (max-width: 550px){
	.kodawari1 dl{
		width:100%;
		max-width:369px;
		margin-left:0;
		margin-right:0;
		box-sizing:border-box;
	}
}

.beef1{
	padding:40px 0 25px 0;
}
.beef1.nt{
	padding-top:75px;
}
.beef1 h2{
	text-align:center;
	font-size:48px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	padding:0 0 20px 0;
}
.beef1 .pic {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}
.beef1 .pic img {
    width: 100% !important;
    height: auto !important;
}
.kobebeef .h3b{
	font-size:40px;
}
.beef1 p{
	text-align:center;
	padding:0 0 20px 0;
}
.kobebeef h4{
    max-width: 65px;
	width:10%;
    float: left;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 100%;
}
.kobebeef h4:before {
    content: "";
    display: block;
    width: 1px;
    height: 130px;
    background-color: #D7A953;
    margin-left: 30px;
}
.kobebeef h4.tr{
	float:right;
}
.kobebeef h4.tr:after{
    content: "";
    display: block;
    width: 1px;
    height: 130px;
    background-color: #D7A953;
    margin-right: 30px;
}
.kobebeef h4.tr:before{
	display:none;
}
.kobebeef .course1 .lp .tbox{
	padding-left:0;
}

.kobebeef .course1{
	position:relative;
}
.kobebeef .course1 .tbox{
	padding-left:0;
}
.beef2{
	padding:55px 0 40px 0;
}
.beeftit{
	padding:70px 0 70px 0;
}
.beeftit p{
	text-align:center;
	padding:0 0 20px 0;
}
.beef2 .txt{
	padding:0 0 0 0;
	width:1054px;
	float:right;
}
.beef2 .txt p{
	padding:0 0 20px 0;
}

.beef2 h4.tr+.txt{
	float:left;
}
.beef2 .txt dt{
	font-weight:bold;
}
.beef2 .txt dl{
	padding:0 0 20px 0;
}
.kobebeef .course1 .wrap{
	float:right;
}
.kobebeef .course1.lt .wrap{
	float:left;
}
.kobebeef .course1 .wrap{
	width:1054px;
}
@media only screen and (max-width: 1220px){
  .beef1 .pic {
    width: auto;
}
	.kobebeef .course1 .wrap,.beef2 .txt{
		width:85%;
		max-width:1054px;
	}
	.kobebeef .course1 .tbox{
		width:100% !important;
	}
	.beef1 h2{
		font-size:30px;
	}
	.kobebeef .h3b{
		font-size:24px;
	}
}
@media only screen and (max-width: 600px){
	.kobebeef h4{
		font-size:24px;
		width:20%;
	}
	.kobebeef .course1 .wrap,.beef2 .txt{
		width:75%;
	}
}
/*home*/
.home-main .mainslider li .trimming:after {
    display: block;
    content: "";
    padding-top: 60%;
}
.home-main .box{
	width: 100%;
	float:left;
	position:relative;
	overflow:hidden;
}
.home-main .mainslider ul {
    height: 650px !important;
    overflow: hidden;
}
.home-main .box .bkimg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.home-main .box .bkimg img{
	width:100%;
	height:auto !important;
	min-width:479px;
}
[data-element-id] .home-main .box .bkimg img {
    height: 600px !important;
}
.home-main .box dl{
	position:relative;
	z-index:1;
	text-align:center;
	padding-bottom:45px;
}
.home-main .box dd.e{
  	text-align:center;
	font-family: 'Lora', serif;
	color:#fff;
	padding:54px 0 50px 0;
	letter-spacing:2px;
	font-size:14px;
}
.home-main .box dt{
display: inline-block !important;
	writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
width:128px;
line-height:128px;
margin:0 auto;
font-size:40px;
color:#fff;
 font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
 border-left:1px solid #fff;
  border-right:1px solid #fff;
  height:350px;
  text-align:center;
  margin-bottom:45px;
}

.home-main .box dt+dd {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: "游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'ＭＳ Ｐゴシック',sans-serif;
    font-weight: bold;
}
@media only screen and (max-width: 800px){
	.home-main .box{
		width:100%;
	} 
.home-main .box dd.e {
    padding: 24px 0 20px 0;
}
}
.home1 {
    position: relative;
    z-index: 10;
    padding: 70px 0 85px 0;
}
.home1 p{
	padding:0 0 20px 0;
	text-align:center;
}
.home1 ul{
	letter-spacing:-5px;
	text-align:center;
	padding:20px 0 0 0;
}
.home1 li{
	display:inline-block !important;
	letter-spacing:0;
    width: 300px;
	max-width:30%;
	min-width:200px;
	padding:0 15px 20px 15px;
}
.home1 li a {
    display: inline-block !important;
    text-align: center;
    border: 1px solid;
    max-width: 298px;
    width: 100%;
    height: auto;
    padding-right: 30px;
    padding-left: 20px;
    line-height: 58px;
    font-weight: bold;
    position: relative;
    background: #fff;
    box-sizing: border-box;
}
.home1 li a:before {
    content: url(/import/tenant_1/153.126.157.248/html/images/honten/more.gif);
    right: 10px;
    top: 0;
	margin-top:-3px;
    position: absolute;
}
@media only screen and (max-width: 850px){
.home1 li {
    padding-left: 2.5%;
    padding-right: 2.5%;
    width: 45%;
    float: left;
    max-width: none;
    min-width: auto;
}
}
@media only screen and (max-width: 500px){
.home1 li a {
    padding-right: 30px;
    font-size: 14px;
    padding-left: 5px;
}
}
.homep img{
	width:100%;
	height:auto;
}

.home2 {
    position: relative;
    padding: 70px 0 80px 0;
    z-index: 10;
}
.home2 h3+p{
	text-align:center;
	padding:0 0 40px 0;
}
.home2 ul{
	text-align:center;
	letter-spacing:-5px;
}
.home2 li {
    display: inline-block !important;
    letter-spacing: 0;
    padding: 0 20px 20px 20px;
}
.home2 li .img {
    border-radius: 50%;
    width: 215px;
    height: auto;
}
.home2 .more{
	text-align:center;
	padding:25px 0 20px 0;
}
.home2 .more a {
    background: #fff;
    padding-right: 35px;
    padding-left: 15px;
    box-sizing: border-box;
}

@media only screen and (max-width: 850px){
.home2 li {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    width: 48%;
    float: left;
    padding: 0;
}
.home2 li .img {
    width: auto;
}
.home2 .more a {
    padding-right: 30px;
    padding-left: 15px;
}
}
.home3 {
    background: #fff;
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 70px 0 80px 0;
}
.home3 h3{
	font-size:40px;
	padding:0 0 45px 0;
	 font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
}
.home3 dl{
	width:300px;
	float:left;
	padding:0 20px 30px 20px;
}
.home3 dl dd{
	text-align:left;
}
.home3 dt{
  	text-align:center;
	border-bottom:1px solid #000;
	 font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-size:30px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:35px;
}
.home3 .wrap{
	max-width:1020px;
	margin:0 auto;
}
.home-gal {
    position: relative;
    z-index: 10;
}
@media only screen and (max-width: 1100px){
	.home3 dl{
		padding-left:0;
		padding-right:0;
		width:95%;
	}
}
@media only screen and (max-width: 500px){
	.home3 h3{
		font-size:24px;
	}
	.home3 dl dt{
		font-size:24px;
	}
}
.home-gal li{
	float:left;
}
.home-gal li.trimming:after {
    display: block;
    content: "";
    padding-top: 150%;
}
.home-gal ul{
	width:auto;
	height:auto;
/*	margin-left:-420px;*/
}

/*single*/

.single1{
	max-width:745px;
	margin:0 auto;
	padding:70px 0 20px 0;
}
.single1 h3{
	font-size:40px;
}
.single1 .pic {
    float: right;
    padding: 0 0 20px 0;
    width: 222px;
}
.single1 .pic img {
    width: 100% !important;
    height: auto !important;
}
.single1 .pic.trimming:after {
    display: block;
    content: "";
    padding-top: 58%;
}
.single1 .table{
	float:left;
	width:490px;
	height:auto;
	padding-bottom:20px;
}
.single1  dt{
	float:left;
}
.single1 dt+dd{
	text-align:right;
}
.single1 dl{
	border-bottom:1px solid #cecece;
	padding:10px 0;
}
.single1 .box{
	padding-bottom:20px;
}
.single1 .box .table p{
	padding-top:20px;
}
@media only screen and (max-width: 765px){
	.single1{
		width:95%;
	}
	.single1 .table{
		width:100%;
		float:none;
	}
	.single1 .pic{
	  width: auto;
		float:none;
		text-align:center;
	}
	.single1 h3{
		font-size:24px;
	}
}
@media only screen and (max-width: 500px){
	.single1 dt{
		float:none;
	}
}

[data-element-id]#header {position: relative; padding-bottom: 400px;}
/*ドリンクの画像*/


.yoyaku00{
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 0px 0;
}

/*2020/08/21*/

.for {
  float: right!important;
}

.fol {
  float: left!important;
}

.w9 {
  max-width: 900px;
  margin: auto;
}

.w50 {
  width: 50%;
}

.course0 {
  padding: 55px 0 40px 0;
}

.course0_pic {
  width: 300px;
  padding: 0 0 0 80px;
}

.flex00 {
  display: flex;
}
 
.w100 {
  width: 100%;
}
 
@media only screen and (max-width: 599px){
  .w100 {
  width: 98%;
}
}

.sp-br{
  display: none;
}

@media only screen and (max-width: 599px){
  .sp-br{
    display: block;
  }
  
.parallax1{
  height: 181px;
}

.parainn, .parallax2, .uk-active{
  height: 180px;
}

.parainn .uk-slideshow{
  height: 27vh !important;
}
 
 .parainn .uk-slideshow img {
   height: 27vh !important;
 }
}

.toriyose-btn{
  background: #792828;
    /* color: #fff; */
    padding: 15px;
    width: 300px;
    margin: auto;
    font-weight: bold;
}
  
.toriyose-btn a{
  color: #fff;
}


.tax-p{
  margin-top: 8px;
}

.g-prace, .g-prace2{
  margin-top: 15px;
  color: #ad3a3a;
  font-size: 21px;
}

.g-prace2{
  margin-bottom: 20px;
}

/**2025/06/23 top**/
.lunch-attention {
  padding: 2%;
  text-align: center;
  border: 1px solid #999;
  margin-bottom: 50px;
}

.lunch-attention .txt {
  font-size: 22px;
}

.lunch-attention .l-link {
  width: 300px;
  margin: 10px auto 0;
}

.lunch-attention .l-link a {
  display: block;
  padding: 5%;
  background: #001c56;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.top-txt {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 22px;
}
  
@media (max-width: 599px){
  .lunch-attention {
    padding: 5%;
  }
  .top-txt span {
    display: inline-block;
  }
}

/**2025/06/23 course**/
.course-link {
  display: flex;
  width: 800px;
  margin: 50px auto;
}

.course-link > div {
  width: 300px;
  background: #005982;
  margin: auto;
}

.course-link > div a {
  display: block;
  padding: 5% 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.h2c {
  border-bottom: solid 3px #996c33;
  position: relative;
  font-size: 36px;
  width: fit-content;
  margin: 0 auto 50px;
  font-weight: bold;
  padding-top: 80px;
}

.h2c:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #005982;
  bottom: -3px;
  width: 20%;
}
.fs30 {
  font-size: 30px;
}
.fs22 {
  font-size: 22px;
}

@media (max-width: 1024px){
  .course-link {
    width: 80%;
  }
  .course-link > div {
    width: 43%;
  }
  .h2c {
    font-size: 32px;
    padding-top: 0;
  }
  .fs30 {
    font-size: 28px;
  }
}

@media (max-width: 599px){
  .course-link {
    width: 90%;
    display: block;
  }
  .course-link > div {
    width: 80%;
    margin: 20px auto;
  }
  .course-link > div a {
    font-size: 18px;
  }
  .h2c {
    font-size: 28px;
  }
  .fs30 {
    font-size: 24px;
  }
  .fs22 {
    font-size: 18px;
  }
}
