﻿/* --- TOP --- */
.SpOnly { display:none; }
.PcOnly { display:block; }
html, body {
	height: 100%;
}
html{
	overflow: hidden;
}
body{
	overflow: auto;
}
body {
	position:relative;
	margin: 0; padding: 0;
	font: 12px/100% 'Acme', sans-serif;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FFF;
	overflow: hidden auto;
	/*overflow: auto;*/
}
*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* -- フェードイン -- */
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

table {
	border-collapse:collapse;
	border-spacing:0;
	background-color: rgba(255,255,255,0);
	width:100%;
}
.head {
	width:100%;
	height:72px;
	background-color:#fff;
}


/* ---------------- 
   メニュー
   ---------------- */
div#InnerMenu {
	margin:20px 0 0 47px;
	/*background-color:#2f4f4f;*/
	background-color:#FFF;
	z-index:999;
}

dt.NoMark{
	width:160px;
}

div#Head {
	display:none;
	background-color:rgba(52,52,52,0.7);
	color:#FFF;
	width:220px;
	top:60px;
}
div#SpMenu dt.NoMark:after,div#InnerMenu dl dt.NoMark:after {
	border-top:solid 1px #FFF;
	border-right:solid 1px #FFF;
}
div#InnerMenu dl dt:after,div#InnerMenu dl dt.Rotate:after {
	border-top:solid 1px #FFF;
	border-right:solid 1px #FFF;
}


/* --- 次へスクロール --- */
.NextScrool{
	position:relative;
}
.NextScrool a {
	position: absolute;
	top: 70px;
	left: 47%;
	text-decoration: none;
	font-size:28px;
	text-align:center;
}
.NextScrool a span {
	position: absolute;
	top: 16px;
	left: 47%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
.NextScrool a span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.NextScrool a span:nth-of-type(2) {
	top: 32px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
.NextScrool a span:nth-of-type(3) {
	top: 48px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

/* --- 次へスクロール2 --- */
.NextScrool2{
	position:relative;
}
.NextScrool2 a {
	position: absolute;
/*	top: 70px;
	left: 47%;
*/
	text-decoration: none;
	font-size:28px;
	text-align:center;
}
.NextScrool2 a span {
	position: absolute;
	top: 0px;
	left: 240px;
	width: 18px;
	height: 18px;
	margin-left: -12px;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
.NextScrool2 a span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.NextScrool2 a span:nth-of-type(2) {
	left: 256px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
.NextScrool2 a span:nth-of-type(3) {
	left: 272px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
.infoStyle {
	text-align:center;
	width:600px;
	height:80px;
	background-color:#FFF;
	margin:0 auto;
	padding-top:34px
}
/* -------------------------------------- */
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* --- コンテンツ --- */
.content {
	margin:0;
	padding:0;
	width:100%;
	/*height:100%;*/
	-moz-box-sizing: border-box;
	background-color: #FFF;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	/*min-height: 768px;*/
	/*border:2px solid red; */
}
#container{
	/*border:2px solid blue; */
}
.photo{
	position:relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	height:600px;
	border:1px solid #CCC;
}
.JobMsg{
	margin:250px auto 0 auto;
	padding:2px;
	color:#FFF;
	font-size:17px;
	line-height:1.5;
	text-shadow: 1px 1px 1px #888;
}
.layer {
	margin:0;
	padding:0;
	background-color:rgba(255,255,255,0.3);
	height:100%;
}
.main{
	width:100%;
	height:100%;
	text-align:center;
}

.TopMsg{
	width:100%;
	position:absolute;
	top:36%;
	font-size:40px;
	line-height:1.6;
	color:#FFF;
	text-shadow: 1px 1px 1px #888;
}

/* -- ボタン -- */
.TopButton{
	width:100%;
	position:absolute;
	top:60%;
}
p.BtnDetail a {
	display:inline-block;
	color:#FFF;
	text-align:center;
	width:230px;
	background-color:rgba(52,52,52,0.7);
	padding:14px 0 12px 0;
	position:relative;
	font-size:20px;
	margin:0 10px 0 10px;
}

p.BtnDetail a:after {
	content:"";
	position:absolute;
	top:50%;
	left:0px;
	width:6px;
	height:6px;
	margin:-3px 0 0 10px;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	border-top:none;
	border-right:none;
}
a.Ov2 {
	color: #FFF;
	/*border: solid 2px #444;*/
	/*border-radius: 12px;*/
	transition: .4s;
}
a.Ov2:hover {
	color: #FFF;
	background-color: rgba(92,92,92,0.5);
}

.InfoMadoream{
	width:100%;
	height:200px;
	margin:0 auto 0 auto;
	position:absolute;
	bottom:2px;
}
.InfoMadoream2{
	width:880px;
	height:200px;
	margin:0 20px 0 auto;
}

.Madream{
	position:fixed;
	bottom:8px;
	left:8px;
}

#FootSiteMap dl.Left {
	width:170px;
	text-align:left;
}

/* --- news --- */
ul.InfoList{
	/*border:1px solid blue;*/
	width:600px;
	margin:20px auto 0px auto;
	font-size:15px;
	color:#333;
	text-align:left;
	overflow: hidden;
}

ul.InfoList li {
	padding:8px 10px;
	overflow:hidden;
	line-height:1.3;
	border-bottom:1px solid #CCC;
	vertical-align:top;
}


ul.InfoList li .Date {
	display:inline-block;
	width:80px;
	vertical-align:top;
}

ul.InfoList li .Txt {
	display:inline-block;
	width:470px;
	vertical-align:top;
}

ul.InfoList li .Pdf {
	display:inline-block;
	width:36px;
	margin-left:4px;
	vertical-align:top;
}
ul.InfoList li .Pdf img {
	width:26px;
}
ul.InfoList li .Txt a:link,ul.InfoList li .Txt a:visited {
	color:#009;
	text-decoration: underline; 
}

.clearfix {
	overflow: auto;
	zoom: 1;
}

/* --- OPENフェードイン --- */
.content{
	display:none;
}

/* -- コピーライト -- */
div#CopyRight{
	display:none;
}



/* *** 2019/07/10 *** */
/* --- スクロールフェードイン --- */
/*
.Information,
.Concept,
.heading,
.forInview,
.Pone, 
*/


.TopButton, .TopMsg, .msg {
	transition: all 2.5s ease 0.1s;
}



/* --- 要素を下から上 --- */
.ThisInview{
	opacity: 0.0;
	transform: translate(0,60px);
	-moz-transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
}
/* --- 要素を右から左 --- */
.ThisInviewR2L{
	opacity: 0.0;
	transform: translate(300px,0px); 
	-moz-transform: translate(300px,0px);
	-webkit-transform: translate(300px,0px);
}
/* --- 要素を左から右 --- */
.ThisInviewL2R{
	opacity: 0.0;
	transform: translate(-300px,0px); 
	-moz-transform: translate(-300px,0px);
	-webkit-transform: translate(-300px,0px);
}
/* --- 元の位置 --- */
.ThisInviewDisp, .ThisInviewDispR2L, .ThisInviewDispL2R{
	opacity: 1.0;
	transform: translate(0,0); 
	-moz-ransform: translate(0,0); 
	-webkit-transform: translate(0,0);
}


/* --- photo拡大 --- */
.Pimage , .Pcate{
	transition: -webkit-transform 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.box:hover .Pimage, .box-list:hover .Pimage  {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/* --- マウスオーバーでタイトル装飾 --- */
.Pcate{
	padding:4px;
	margin:0 4px;
	border-radius:5px;
	background-color:#f5f5f5;
	color:#000;
	width:220px;
	line-height:1.4;
}
.box:hover + .Pcate {
	background-color:#006888;
	color:#fff;
}

/* --- 影 --- */
.Shadow{
	box-shadow: 2px 2px 4px gray;
}

/* --- top2.css --- */
.job1 {
	background-image: url(/topimg/sc1.jpg);
}
.job2 {
	background-image: url(/topimg/sc2.jpg);
}
.job3 {
	background-image: url(/topimg/sc3.jpg);
}
.job4 {
	background-image: url(/topimg/sc4.jpg);
}
.job5 {
	background-image: url(/topimg/sc5.jpg);
}
.job6 {
	background-image: url(/topimg/sc6.jpg);
}
.msg {
	position:relative;
	width:100%;
	padding:70px 0 70px;
	overflow: hidden;
}
.msg p{
	margin-top:30px;
	padding:5px;
	font-size:22px;
	font-weight:400;
}
.msg_foot{
	width:100%;
	padding:0;
}

.topics{
	margin:70px auto 30px 170px;
	background-color:#FFF;
	width:500px;
}
.topicsImg{
	padding:10px;
	float:left;
	margin-left:10px;
}

.job1txt{
	position: relative;
	margin-top:10px;
}
.msg p.job1txt1{
	font-size:32px;
	font-weight:400;
}
.job1txt2{
	margin-top:30px;
	font-size:26px;
	line-height:2;
}
.job2txt{
	position: relative;
	width:400px;
	margin:60px auto 60px auto;
}
.job2img {
	margin:0;
}
.job5img {
	margin:0 20px 0 20px;
	width:170px;
}
.FLleft{
	/*float:left;*/
	display:inline-block;
}
/* --- Title --- */
.BoxTitle{
	position: relative;
	margin:20px auto;
}
.BoxTitle a{
	display: inline-block;
	position: relative;
	color: #444;
 	text-decoration: none;
}
.BoxTitle a:hover{
	font-weight:600;
}
.BoxTitle a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #444;
	transform: scale(0, 1);
	transition: 0.4s;
}
.BoxTitle a:hover:before {
	transform: scale(1);
}

.BoxTitle p.TitleTxt{
	position: relative;
	margin:2px auto 2px auto;
	width:270px;
	font-size:32px;
	font-weight:600;
}

.BoxTitle p.Btext{
	position:absolute;
	top:-27px;
	left:265px;
font-family: 'Great Vibes', cursive;
/*font-family: 'Tangerine', cursive;*/
/*font-family: 'Bad Script', cursive;*/

	font-size:40px;
	font-weight:300;
	color:#444;
	opacity: 0;
	text-shadow: 1px 1px 1px #999;
}
.BoxTitle:hover a p.Btext {
	opacity: 1;
	transition:all 0.8s ease;
}

.DispImg img{
	width:100%;
}
.DispImg a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* --- slider --- */
.slider{
    margin: 0px auto;
    width: 95%;
	overflow:hidden;
}
.slider img{
    height: auto;
    width: 100%;
	padding:10px;
}


/* --- slider2 --- */
.slider2{
    margin: 0px auto;
    width: 95%;
	overflow:hidden;
}
.slider2 li{
	display:block;
	padding:0px 10px;
	margin:0px 10px;
}
.slider2 img{
    height: auto;
    width: 100%;
	padding:10px 10px 0px 10px;
	border:1px solid #CCC;
}

/* --- slick setting --- */
.slick-prev::before {
	content: url(/common/slick/arrowL.png);
 }
.slick-next::before {
	content: url(/common/slick/arrowR.png);
}
.slick-prev{
	left: 0px;
	top:31%;
	z-index: 100;
}
.slick-next{
	right: 32px;
	top:31%;
	z-index: 100;
}

/* --- mouse over line --- */
.TitleLine {
    margin: 2px auto 0 auto;
    background: #009;
    width: 250px;
    height: 2px;
    display: none;
}


/* --- mouse over box Base --- */
a.Mbox:link,a.Mbox:visited {
	color: #333;
}
a.Mbox:hover {
	/*color: #FFF;*/
}
.Mbox {
	display: inline-block;
	width: 280px;
	/*height: 84px;*/
	/*padding:30px;*/
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-size:24px;
	margin:0 5px;
	padding-top:30px;
	padding-bottom:30px;
}
.Mbox::before,
.Mbox::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.Mbox,
.Mbox::before,
.Mbox::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* --- mouse over box Action --- */
.Mbox {
	position: relative;
	z-index: 2;
	background-color: #FFF;
	line-height: 50px;
	overflow: hidden;
	/*border:2px solid #274a78;*/
	border:2px solid #C6F480;
}
.Mbox::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.Mbox:hover::after {
	top: 0;
	background-color: #C6F480;
	color:#FFF;
}

/* --- xxx --- */
div#InnerMenu dl dd ul li.first {
    padding: 2px 2px 5px 5px;
}
div#InnerMenu dl dd ul li {
    padding: 2px 2px 5px 5px;
}


/* --- bunjyo --- */
table.bunjyo{
	width:100%;
}
table.bunjyo td{
	padding:4px;
}
table.bunjyo td img{
	width:100%;
}
table.bunjyo td p.txt1{
	font-size:40px;
	font-weight:400;
}
table.bunjyo td p.txt2{
	font-size:24px;
}

.bukkenlist{
	overflow:hidden;
	width:1060px;
	margin:0 auto;
	/* border:1px solid red; */
}

.LineUp {
	border:1px solid #CCC;
	box-shadow: 0 0 8px gray;
	padding-bottom:6px;
	height:450px;
	width:31%;
	margin:26px 12px;
	float:left;
	background-color: #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.SoldOut {
	height:250px;
	width:17%;
}
.LineUp img{
	width:100%;
}
.LineUp .LifeTown{
	text-align:left;
	font-size:17px;
	margin:14px 0 0 40px;
	padding:2px 0 0 38px;
	line-height:1.2;
}
.LineUp .NEWS{
	text-align:left;
	font-size:14px;
	margin:10px 0 0 10px;
	padding:2px 10px 0px 10px;
	background-color:red;
	color:#FFF;
	line-height:1.3;
}
.LineUp .kind{
	text-align:left;
	font-size:14px;
	margin:10px 0 0 40px;
	padding:2px 0 0px 0;
	line-height:1.3;
}
.LineUp .address{
	text-align:left;
	font-size:12px;
	margin:30px 0px 0px 40px;
	padding:2px;
}
.LineUp .traffic1{
	line-height:1.0;
	text-align:left;
	font-size:12px;
	margin:1px 0px 0px 40px;
	padding:2px;
}
.LineUp .traffic2{
	display:none;
	line-height:1.1;
	text-align:left;
	font-size:12px;
	margin:2px 0 0 50px;
	padding:2px;
}
.LineUp a:link{
	color:#555;
}
.LineUp .OverFN{
	overflow:hidden;
}
.LineUp .FloatL{
	float:left;
}
.LineUp .FloatR{
	float:right;
}
.LineUp .MGright40{
	margin-right:15px;
}

.LineHeight{
	height:370px;
}
.LineHeight table{
	margin-top:6px;
	width:95%;
}
.SoldOut .LineHeight{
	height:200px;
}
.LineUpNone {
	border:0px solid #CCC;
	box-shadow: none;
	padding-bottom:6px;
	height:450px;
	width:31%;
	margin:26px 12px;
	float:left;
}
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/* --- display: flex --- */
.boxPc{
	/*border:1px solid blue;*/
	width:100%;
	margin:0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	flex-wrap:nowrap;
	position:relative;
}
.boxPc .Wrap{
	flex-wrap:wrap;
}
.boxPc .box img{
	width:100%;
}
.boxPc img{
	width:100%;
}
.box{
	transition: all 1.5s ease 0.1s;
	position:relative;
}
.boxPc .box p.txt1{
	position:absolute;
	left:170px;
	top:80px;
	padding:8px;
	background-color:#FFF;
	line-height:1.1;
}
.boxPcW1{
	width:70%;
	padding:0;
	margin:70px auto 0 auto;
}
.boxPcW2{
	width:70%;
	padding:0;
	margin:0 auto;
}
/* -- owner -- */
.owner {
	width:100%;
	margin:0 auto;
	padding:0;
	/*border:1px solid blue;*/
}
.owner li p.name{
	text-align:left;
	line-height:1.1;
	font-size:14px;
	margin-left:20px;
	margin-top:0;
	padding-top:0;
}
.owner li p.comment{
	text-align:left;
	line-height:1.2;
	font-size:12px;
	margin-left:20px;
	margin-top:10px;
}


/* --------------------------------
 * Zoom Slider
 * -------------------------------- */
#Slide-1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 400px;
	height:800px;
	background-color: #999;
	background-attachment: fixed;
}
.Slide-inner-content {
	position: relative;
	z-index: 2;
	margin: 22% auto;
	padding: 40px;
	max-width: 800px;
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.Slide-inner-content h1 {
	font-size: 2.2em;
	margin: 0;
}

.LHjapan{
	overflow:hidden;
	width:90px;
	margin-right:20px;
	float:right;
}
.LHjapan img{
	width:100%;
}

.FootFBook, .FootInsta{
	width:56px;
	margin-top:4px;
	margin-right:6px;
	float:right;
}
.FootFBook img, .FootInsta img{
	width:100%;
}


/* ------------------------------------ */
/*       Slider for OutLine             */
/* ------------------------------------ */

#loopslider {
	margin: 0 auto;
	width: 100%;
	height: 450px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#loopslider ul {
/*	width: 100%;*/
	height: 100%;
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider ul li {
	width: 400px;
	/*height: 100px;*/
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider img{
	width:100%;
}
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}

/* -- h2 -- */
h2 {
 border:none !important;
 font-size:30px;
 font-weight:normal;
 padding:10px 0 5px 25px;
}
.Modal-Text{
	line-height:1.3;
	padding:2px 0px 2px 20px;
	font-size:16px;
	color:#333;
}

div#Head a{
	color:#FFF;
}

.button {
	display: inline-block;
	border-radius: 4%;
	font-size: 14pt;
	text-align: center;
	cursor: pointer;
	padding: 9px 12px 6px 12px;
	background: #63b40d;
	color: #fff;
	line-height: 1.1;
	border: 2px solid #63b40d;
	box-shadow:1px 1px 2px grey;
	width:200px;
	letter-spacing:2px;
	transition: .3s;
}
.button:hover {
	opacity: 0.6;
}
.button2 {
	display: inline-block;
	border-radius: 4%;
	font-size: 14pt;
	text-align: center;
	padding: 9px 12px 6px 12px;
	background: #63b40d;
	color: #fff;
	line-height: 1.1;
	border: 2px solid #63b40d;
	box-shadow:1px 1px 2px grey;
	width:200px;
	letter-spacing:2px;
	margin-top:-5px;
}
p.objlink{
	margin-top:10px;
}
p.objlink a:link,p.objlink a:visited{
	color:#FFF;
}
p.soldout{
	margin-top:15px;
    display: inline-block;
    border-radius: 4%;
    font-size: 14pt;
    text-align: center;
    padding: 9px 12px 6px 12px;
    background: #d9333f;
    color: #fff;
    line-height: 1.1;
    border: 2px solid #d9333f;
    box-shadow: 1px 1px 2px grey;
    width: 200px;
    letter-spacing: 2px;
    transition: .3s;
}
p.ComingSoon{
	margin-top:15px;
    display: inline-block;
    border-radius: 4%;
    font-size: 14pt;
    text-align: center;
    padding: 9px 12px 6px 12px;
    background: #63b40d;
    color: #fff;
    line-height: 1.1;
    border: 2px solid #63b40d;
    box-shadow: 1px 1px 2px grey;
    width: 200px;
    letter-spacing: 2px;
    transition: .3s;
}

.pcT30{
	margin-top:66px;
}
.SoldOutImg{
	width:80%;
}
.SoldOutMsg{
	text-align:center;
	margin-top:20px;
}
.ObjSt{
	width:70px;
	height:28px;
	padding:0 4px;
	background-color:#3333ff;
	color:#FFF;
	font-size:14px;
	border-radius: 3px 3px 3px 3px;
}

/* ### Sp start ############################################ */
@media screen and (max-width: 640px) {
.SpOnly { display:block; }
.PcOnly { display:none; }

/* -- h2 -- */
h2 {
	padding:5px 0px 0px 15px;
	font-size:25px;
}
/*
.iziModal .iziModal-header-title {
    font-size: 16px;
}
.iziModal .iziModal-header-subtitle {
	margin-top:2px;
    font-size: 16px;
	font-weight:600;
}
*/


/* --- 要素を下から上 --- */
.ThisInview{
	opacity: 1.0;
	transform: translate(0,0); 
	-moz-ransform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
/* --- 要素を右から左 --- */
.ThisInviewR2L{
	opacity: 1.0;
	transform: translate(0,0); 
	-moz-ransform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
/* --- 要素を左から右 --- */
.ThisInviewL2R{
	opacity: 1.0;
	transform: translate(0,0); 
	-moz-ransform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.bukkenlist{
	overflow:hidden;
	width:100%;
}
.LineHeight{
	height:350px;
}
.LineHeight table{
	margin-top:10px;
}
.LineUp {
	border:1px solid #CCC;
	box-shadow: 0 0 8px gray;
	padding-top:6px;
	padding-bottom:6px;
	height:420px;
	width:92%;
	margin:20px auto 10px auto;
	float:none;
}
.LineUp .LifeTown{
	margin:10px 0 0 18px;
}
.LineUp .kind{
	margin-top:0px;
	margin-right:10px;
	padding:2px 10px 0px 10px;
	background-color:#696969;
	background-color:unset;
	color:#000;
}
.LineUp .NEWS{
	margin-top:15px;
	margin-right:10px;
	margin-left:10px;
}
.LineUp .address{
	margin-top:10px;
	margin-left:20px;
}
.LineUp .traffic1{
	margin:1px 0 0 20px;
}
.LineUp .MGright40{
	margin-top:2px;
	margin-right:8px;
	margin-bottom:1px;
}
.LineUpNone {
	border:0px solid #CCC;
	box-shadow: none;
	padding-bottom:0px;
	height:0;
	width:0;
	margin:0;
	float:left;
}
/* --- slick setting --- */
.slick-prev::before {
	content: url(/common/slick/arrowL.png);
	opacity:0.6;
}
.slick-next::before {
	content: url(/common/slick/arrowR.png);
	opacity:0.6;
}
.slick-prev{
	width:48px;
	height:38px;
	left: 4px;
	top:37.5%;
	z-index: 100;
	/*box-shadow:1px 2px 2px 1px rgba(0,0,0,0.6);*/
}
.slick-next{
	width:48px;
	height:38px;
	right: 5px;
	top:37.5%;
	z-index: 100;
	/*box-shadow:1px 2px 2px 1px rgba(0,0,0,0.6);*/
}


div#SpMainImage {
	position:relative;
	display:block;
	width:100%;
}
div#SpMainImage .SpTopMenu{
    width: 100%;
	text-align:center;
}
div#SpMainImage .SpTopImg img{
	width:100%;
}
div#SpMainImage .SpTopMenu a{
	color:#EEE;
}
div#SpMainImage .SpTopMenu ul{
	overflow:hidden;
    list-style-type: none;
    margin: 0 auto;
	width:100%;
}

div#SpMainImage .SpTopMenu ul li{
	display:block;
    width:100%;
    padding: 15px 0px;
    margin:0;
    text-align: center;
	font-size:16px;
	background-color:#444;
}
div#SpMainImage .SpTopMenu ul li:nth-child(1){
	border-bottom:1px solid #999;
}
div#SpMainImage .SpTopMenu ul li:nth-child(2){
	border-bottom:1px solid #999;
}

/* -- コピーライト -- */
div#CopyRight {
	display:block;
	text-align:center;
	border-top:solid 1px #d0d0d0;
	padding:20px 0;
	font-size:13px;
}

.TopMsg{
	font-size:28px;
	top:25%;
}
.TopButton{
	top:50%;
}
.SpScroll{
	margin-top:40px;
	padding:10px;
	font-size:30px;
}
.photo{
	background-attachment: scroll;
	height:300px;
}
.JobMsg{
	margin-top:100px;
	font-size:13px;
}

p.BtnDetail a {
	background-color:rgba(250,250,250,0.2);
	display:block;
	width:80%;
	margin:10px auto;
}
a.Ov2 {
	color: #333;
	background-color: transparent;
	border: solid 1px #666;
}
.msg {
	padding:10px 0px 70px 0px;
}
.job1txt{
	margin-top:30px;
}
.LineTitle{
	margin:20px auto !important;
}
/* --- news --- */
ul.InfoList{
	width:100%;
	padding:2px;
	font-size:14px;
}
ul.InfoList li .Txt {
	width:100%;
}

.owner li img{
	margin:0 auto;
	width:92%;
}
.boxPcW1, .boxPcW2{
	width:100%;
	padding:0;
}
.Mbox {
	width: 280px;
	margin:5px auto;
	line-height: 1.9;
	font-size:22px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #C6F480;
}
.job2txt{
	width:100%;
	margin:10px auto 10px auto;
}
table.bunjyo td p.txt2{
	font-size:12px;
	line-height:1.4;
	margin:0;
}
.BoxTitle{
	margin:2px 0px;
}
.bunjyo .BoxTitle p.TitleTxt{
	margin:0px auto;
	padding:0;
	width:100%;
	font-size:20px;
	font-weight:500;
}
.OwnerVoice .BoxTitle p.TitleTxt{
	margin:0px auto;
	padding:5px;
	font-size:24px;
	font-weight:500;
}
.OwnerVoice .job1txt p.job1txt1{
	font-size:18px;
	font-weight:400;
	line-height:1.5;
}
.OwnerVoice .job1txt p.job1txt2{
	font-size:18px;
	font-weight:400;
	line-height:1.5;
}

.LHjapan{
	margin-right:10px;
}

div#Footer{
    position: relative;
    margin-top: 15px;
    border-top: solid 1px #d0d0d0;
    padding: 0px;
    overflow: hidden;
    width: 100%;
	height:380px;
    background-color: #444;
}
#FootSiteMap {
    margin: 0 auto;
    width: 370px;
}
#FootSiteMap dl.Left {
    width: 155px;
    margin:0 4px;
}

#FootSiteMap dt{
	font-size:12px;
	line-height:1.2;
}
#FootSiteMap a:link,
#FootSiteMap a:hover,
#FootSiteMap a:active,
#FootSiteMap a:visited {
    font-size: 12px;
}
.infoStyle {
	width:100%;
}
.pcT30{
	margin-top:26px;
}
.SoldOut{
	height:113px;
	width:92%;
}
.SoldOut .LineHeight{
	padding-top:2px;
	height:25px;
	position:relative;
}
.SoldOut .LineHeight img{
	width:35%;
}
.SoldOutImg{
	width:52% !important;
}
.SoldOutMsg{
	margin:0;
	position:absolute;
	right:7px;
	top:32px;
	text-align:right;
}
.Kanbai{
	float:left;
	margin:10px;
}
table {
	margin-top:3px;
}

} /* ### Sp End ############################################ */
