/* COMMON ================================================================================*/
body {
	font-family: 'zen-old-mincho', sans-serif,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif!important;
	height: 100%!important;
	min-width: 1200px!important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		 -ms-flex-direction: column;
			  flex-direction: column;
	overflow:visible!important;
	position: relative;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
	font-size-adjust: none;
	 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}
   }

p{
	font-size:20px;
	color:#333;
	margin:0;
	padding:0;
	line-height: 1.8em;
	}

a{
	color:#24292c;
	overflow:hidden!important;
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
	text-decoration:none;
	}
a:hover{
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important
	}
a:focus{
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important
	}

ul li{
	list-style-position: inside;
	list-style-type: none;
	font-size: 17px;
	line-height: 1.5em;
	color: #333;
	}

h2{
	font-size: 35px;
	font-weight: normal;
	text-align: center;
	color: #444;
	margin: 0 0 60px;
	background-repeat: no-repeat;
	background-size: auto 55px;
	background-position: center top;
	padding: 55px 0 0 0;
	}

#greeting h2{background-image: url("../img/ttl_greeting.png");}
#service h2{background-image: url("../img/ttl_service.png");}
#produce h2{background-image: url("../img/ttl_produce.png");}
#company h2{background-image: url("../img/ttl_company.png");}
#news h2{background-image: url("../img/ttl_news.png");}

.accessTtl{background-image: url("../img/ttl_access.png");}
.affiliatedTtl{background-image: url("../img/ttl_affiliated.png");}
.accessTtl{background-image: url("../img/ttl_company.png");}
.infoTtl{background-image: url("../img/ttl_information.png");}
.parkingTtl{background-image: url("../img/ttl_parking.png");}


h3{
	color: #E96320;
	font-size: 26px;
	margin:0 0 10px 0;
	line-height: 1.5em;
	}
h3.mark{
	margin: 0;
	color: #8E3A24;
	padding: 10px 0 10px 60px;
	background-image: url("../img/icon_point.png");
	background-repeat: no-repeat;
	background-size: auto 30px;
	background-position: left center;
	}



h4{
	color: #35A6D8;
	font-size: 22px;
	margin: 0 0 10px 0;
	line-height: 1.5em;
	}

.main{}
.sub{padding-top: 160px;}

section{
   width: 100%;
	}

.wrap{
	width: 1000px;
	box-sizing: border-box;
   padding: 100px 0;
   margin: 0px auto;
	}

.inner{padding: 15px 20px 40px;}

.cl::after{
	display: table;
	content: "";
	clear: both;	
	}

/*style*/
.min{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}


/* table */
table.table01{
	width:100%;
	margin:0 auto 10px;
	border-collapse: separate!important;
   border-spacing: 0;
	table-layout: fixed;
	font-size: 25px;
	line-height:1.8rem;
	color: #333333
	}
table.table01 th,
table.table01 td{
	border-bottom: #EDEDED 1px solid;
	text-align:center;
	padding: 14px 0 8px;
	vertical-align: middle;
	}

table.table01 th{font-weight: normal;}
table.table01 td{text-align: left;}

ul.disc{
	margin-left: 0px !important;
	}

ul.disc li{
	font-size: 20px;
	list-style-type: disc;
	list-style-position: inside;
	}
#mainvisual {
  width: 100%;
  max-width: 600px;
  min-height: 600px;
  max-height: 800px;
  margin: 30px auto;
}
/* HEADER --------------------------------------------------- */
/* PC HEADER*/
.pcHeader{
	width: 100%;
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.3);
	position: fixed;
	background-color: #FFF;
	z-index: 999;
	}
.headerWrap{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	}
.headerWrap::after{
	display: table;
	content: "";
	clear: both;
	}

.LogoArea{

	}

.LogoArea::after{
	display: table;
	content: "";
	clear: both;
	}

.pcLogo img{
	display: block;
	width: 100%
	}

h1{
	margin: 0;
	float: left;
	width: 410px;
	}
.headerTel{
	float: right;
	display:block;
	margin-top: 15px;
	width: 750px;
	}

.pcMenu{margin-top: 15px;}

.pcMenu nav{margin-top: 6px;}

.pcMenu nav ul{text-align: center;}
.pcMenu nav ul::after{
	display: table;
	content: "";
	clear: both;
	}
.pcMenu nav ul li{
	float: left;
	padding: 0 25px 0 0;
	}
.pcMenu nav ul li:last-child{
	padding: 0 0 0 0;
	}

.pcMenu nav ul li a{
	display: block;
	font-size: 19px;
	transition-duration: .3s;
	color: #333;
	}
.pcMenu nav ul li a:hover{
	transition-duration: .3s;
	color: #F06621;
	text-decoration: underline;
	}


/* SMP HEADER */
header.smpHeader {
	max-width: 750px;
	width: 100%;
	height: 70px;
	margin: 0 auto;
	padding: 10px 20px;
	box-sizing: border-box;
	}
header.smpHeader::after{
	display: table;
	content: "";
	clear: both;
	}

.smpLogo{
	float:left;
	margin: 12px 0;
	}
.telBtn{
	float: right;
	}
.telBtn img{
	display: block;
	width: 50px;
	}

nav.smpMenuTop{
	background-image: url("../img/bg_pink.jpg");
	background-repeat: repeat;
	}

nav.smpMenuTop ul{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}

nav.smpMenuTop ul::after{
	display: table;
	content: "";
	clear: both;
	}

nav.smpMenuTop ul li{
	float: left;
	width: 47%;
	
	}
nav.smpMenuTop ul li:nth-child(odd){
	margin-right: 3%;
	}
nav.smpMenuTop ul li a{
	display: block;
	background-color: #FFF;
	padding: 10px 0 5px;
	margin-bottom: 10px;
	font-size: 15px;
	}
nav.smpMenuTop ul li:nth-child(7),
nav.smpMenuTop ul li:nth-child(8){
	margin-bottom: 0;
	}

nav.smpMenu{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background-image: url("../img/bg_pink.jpg");
	background-repeat: repeat;
	border-top: #FCD1D1 1px solid;
	}

nav.smpMenu ul{
	width: 90%;
	margin: 0 auto;
	}
nav.smpMenu ul::after{
	display: table;
	content: "";
	clear: both;
	}
nav.smpMenu ul li{
	width: 48%;
	margin:0 2% 2% 0;
	padding: 25px 15px;
	height: 60px;
	box-sizing: border-box;
	float: left;
	background-color: #FFF;
	background-image: url("../img/arrow_02.png");
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 12px;
	box-shadow: 0px 2px 15px -8px #DBC1C4;
	}
nav.smpMenu ul li:nth-child(2n){margin-right: 0;}
nav.smpMenu ul li a{
	display: block;
	font-size: 17px;
	color: #092466;
	text-align: left;
	border-radius: 3px;
	line-height: 1.2em;
	}


/* FOOTER --------------------------------------------------- */
footer{position: relative;}
footer .half{
	width: 500px;
	background-image: url("../img/bg_03.png");
	background-position:right center;
	background-repeat:repeat-y;
	}
.footerLogo{
	display: block;
	margin:0 auto 20px;
	}
.footerTel{
	width: 430px;
	display: block;
	margin: 0 auto;
	}
address{
	display: block;
	color: #4D3A31;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	line-height: 1.3em;
	margin: 0 0 20px 0;
	}

.time{
	text-align: center;
	color: #EF5925;
	font-size: 20px;
	margin: 20px 0;
	line-height: 1.3em;
	}

.fMail{
	display: block;
	width: 350px;
	margin: 0 auto 30px;;
	padding: 20px 0;
	background-color: #332B2B;
	background-image: url("../img/icon_mail_w.png");
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position: 30px center;
	color: #FFF;
	text-align: center;
	transition-duration: .2s;
	}
.fMail:hover{
	background-color: #826B6B;
	transition-duration: .2s;
	}

.copy{
	text-align: center;
	font-size: 15px;
	color: #EF5925;
	}

/* slick */
.PCslider{
	width:100%;
	height: 600px;
	position: absolute;
	z-index: -999;
	top: 0;
	right: 0;
	overflow: hidden;
	text-align: right;
	}
.PCslider img{
	display: inline!important;
	height: auto;
	}


.sliderInfo{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50px;
	z-index: 9999;
	}

.main-slider figure{margin:0!important;}
.main-slider .ytPlayer{pointer-events: none!important;}
.ytp-pause-overlay{display:none!important;}

.slick-dots{bottom:25px!important;}
.slick-dots li {
	width: 20px!important;
	height: 30px!important;
	}
.slick-dots li button::before{
	font-size:45px!important;
	color:#FFF!important;
	}
.slick-dotted.slick-slider {margin-bottom:0!important;}


/* HELPER --------------------------------------------------- */
.m0{margin:0!important;}
.mb0{margin-bottom:0px!important;}
.mb5{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.mb40{margin-bottom:40px!important;}
.mb50{margin-bottom:50px!important;}
.mb80{margin-bottom:80px!important;}
.mb100{margin-bottom:100px!important;}
.mb300{margin-bottom:300px!important;}

.mt0{margin-top:0!important;}
.mt5{margin-top:5px!important;}
.mt10{margin-top:10px!important;}
.mt15{margin-top:15px!important;}
.mt20{margin-top:20px!important;}
.mt30{margin-top:30px!important;}
.mt50{margin-top:50px!important;}
.mt100{margin-top:100px!important;}

.mtb0{margin: 0 auto!important;}
.mtb50{margin: 50px auto!important;}

.ml20{margin-left: 20px!important;}
.ml25{margin-left: 25px!important;}
.ml50{margin-left: 50px!important;}

.pb0{padding-bottom:0!important;}
.pb30{padding-bottom:30px!important;}
.pb50{padding-bottom:50px!important;}
.pb300{padding-bottom:300px!important;}

.pt0{padding-top:0px!important;}
.pt10{padding-top:10px!important;}
.pt50{padding-top:50px!important;}
.pt100{padding-top:100px!important;}

.ptb0{padding:0 auto!important;}
.ptb15{padding:15px 0!important;}
.ptb23{padding:23px 0!important;}
.ptb30{padding:30px 0!important;}
.ptb50{padding:50px 0!important;}
.ptb60{padding:60px 0!important;}
.ptb80{padding:80px 0!important;}

.w20{width: 20%;}
.w30{width: 30%;}

.noPadding{padding: 0!important}

.floatRight{float: right!important;}
.floatLeft{float: left!important;}

.cl::after{
	display: table;
	content: "";
	clear: both;
	}

.alignLeft{text-align:left!important;}
.alignRight{text-align:right!important;}
.alignCenter{text-align:center!important;}

.imgCenter{
	display:block;
	margin:0 auto;
	}

.rpImg{
	max-width: 100%!important;
	height: auto;
	}

.textLink{text-decoration: underline;}
.textLink:hover{text-decoration: none;}

.hide{visibility: hidden;}

.marker{background: linear-gradient(transparent 75%, #fff799 75%);}


/* image opacity */
a.op:hover img {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
       transition-duration: 0.5s;
	}
a.op img {
	display:block;
	margin:0 auto;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
       transition-duration: 0.5s;
	}


/* PAGE ================================================================================*/
.bgGray{background-color: #eff3f5;}


/* index.html ----------------------------------- */
.eyecatch{
	padding-top: 160px;
	background-image: url("../img/eyecatch.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	border-bottom: #515151 1px solid;
	
	}
.eyecatch .wrap{
	width: 1200px;
	height: 650px;
	position: relative;
	}
.eyecatch img{
	display: block;
	position: absolute;
	bottom: 110px;
	right: 0;
	}

.eyecatch p{
	position: absolute;
	bottom: 30px;
	right: 0;
	line-height: 1.5em;
	font-size: 22px;
	color: #724B3B;
	text-align: right;
	}


#greeting{
	background-image: url("../img/bg_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	}
.greetingArea::after{
	display: table;
	content: "";
	clear: both;
	}
.greetingArea img{
	display: block;
	float: left;
	margin: 15px 30px 20px 0;
	}
.greetingArea p{line-height: 1.8em;}


.point .detail{margin-bottom: 50px;}
.point .detail::after{
	display: table;
	content: "";
	clear: both;
	}
.point .detail p{
	line-height: 1.4em
	}
.point .detail img{
	display: block;
	width: 300px;
	float: left;
	}
.point .detail div{
	width: 660px;
	float: right;
	}

.point .detail:nth-child(2) img{float: right;}
.point .detail:nth-child(2) div{float: left;}


#merit{
	background-image: url("../img/bg_02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	}
.meritArea{
	background-color: #FFF;
	padding: 50px 80px;
	box-shadow: 0px 0px 38px 0px #cacaca;
	}
.meritArea::after{
	display: table;
	content: "";
	clear: both;
	}
.meritArea > div{
	width: 374px;
	float: left;
	}
.meritArea > div:first-child{
	width: 405px;
	margin-right: 30px;
	}
.meritArea > div h3{margin-bottom: 20px;}
.meritArea > div ul{margin-left: 30px;}
.meritArea > div ul li{
	list-style-type: disc;
	list-style-position: outside;
	font-size: 20px;
	}

#support h3{
	color: #333333;
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
	}
ul.support{margin-bottom: 50px;}
ul.support:after{
	display: table;
	content: "";
	clear: both;
	}
ul.support li{
	width: 312px;
	height: 335px;
	float: left;
	margin: 0 30px 30px 0;
	}
ul.support li:nth-child(3n){margin-right: 0;}
ul.support li img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	}
ul.support li p{
	font-size: 19px;
	line-height: 1.3em;
	}

.contact{
	background-image: url("../img/contact.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 280px;
	position: relative;
	}
.contact a{
	position: absolute;
	right: 65px;
	bottom: 15px;
	}


#produce{border-top: #333 1px solid;}
.produceArea{
	margin-bottom: 50px;
	}
.produceArea div:after{
	display: table;
	content: "";
	clear: both;
	}
.produceArea div{margin-bottom: 30px;}
.produceArea div > img{
	width: 280px;
	float: left;
	}
.produceArea div > p{
	width: 690px;
	float: right;
	font-size: 19px;
	line-height: 1.5em;
	}




#company{border-top: #333 1px solid;}

.corona:after,
.corona2:after,
.cloudf:after{
	display: table;
	content: "";
	clear: both;
	}

.corona{
	margin: 30px 0;
	}
.corona p,
.corona2 p,
.cloudf p{line-height: 1.4em;}

.corona img{
	display: block;
	float: left;
	}
.corona p{
	width: 620px;
	float: right;
	margin: 25px 0;
	}

.corona2 div{
	width: 480px;
	float: left;
	margin-bottom: 30px;
	}
.corona2 img{
	width: 100%;
	margin-bottom: 10px;
	}
.corona2 div:first-child{margin-right: 40px;}


.cloudf{margin-bottom: 50px;}
.cloudf div{
	width: 700px;
	float: left;
	}

.cloudf img{
	display: block;
	float: right;
	}

.linkBox{
	background-color: #EF5925;
	border:#EF5925 2px solid;;
	color: #FFF;
	text-align: center;
	padding: 15px 50px;
	width: 300px;
	font-size: 20px;
	transition-duration: .2s;
	}
.linkBox:hover{
	color: #EF5925;
	background-color: #FFF;
	transition-duration: .2s;
	}


ul.bana{
    display: flex;
    justify-content: space-between;
	margin-top: 50px;
	}

ul.bana li{
    width: calc(96%/3)
	}
ul.bana li img{
    width: 100%;
    }

#news{
	border-top: #333 1px solid;
	border-bottom: #333 1px solid;
	}


table.info{
	width: 100%;
	color: #333;
	line-height: 1.5em;
	}
table.info th,
table.info td{
	
	}
table.info tr:nth-child(odd) th,
table.info tr:nth-child(odd) td{
	background-color: #F7F6F5;
	}

table.info th{
	font-size: 20px;
	width: 180px;
	padding: 15px;
	vertical-align: middle;
	}
table.info td{
	font-size: 18px;
	padding: 15px;
	}


/* info.html ----------------------------------- */
ul.tenantArea{
	width: 1000px;
	margin: 0 auto 80px;
	}
ul.tenantArea::after{
	display: table;
	content: "";
	clear: both;
	}
ul.tenantArea li{
	width: 196px;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 5px 5px 0; 
	display: block;
	float: left;
	border-radius: 10px;
	transition-duration: .2s;
	}
ul.tenantArea li:hover{
	background-color: #F5E6E6;
	transition-duration: .2s;
	}
ul.tenantArea li:nth-child(5n){margin: 0 0 15px 0;}
ul.tenantArea li p{
	line-height: 1.5rem;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}

dl.info{}
dl.info dd{margin-bottom: 50px;}
dl.info dd::after{
	display: table;
	clear: both;
	content: "";
	}

table.property{
	float: right;
	width: 550px;
	font-size: 16px;
	border-collapse: collapse;
	line-height: 1.5em;
	}

table.property th{
	width: 130px;
	background-color: #ebebeb;
	border-bottom: #CCC 1px solid;
	padding: 5px 10px;
	text-align: center;
	}

table.property td{
	border-bottom: #CCC 1px solid;
	padding: 10px 10px;
	}

.noBorder{border-bottom: none!important;}

.backList{text-align: right;}
.backList a{
	background-image: url("../img/arrow_02.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	color: #EC6516;
	text-decoration: underline;
	}
.backList a:hover{text-decoration: none;}

.sliderArea {
	width: 400px;
	margin: 0 auto;
	padding: 0;
	float: left;
	}
.sliderArea.w300 {max-width: 300px;}
.sliderArea .slick-slide {margin: 0 5px;}
.sliderArea .slick-slide img {
  width: 100%;
  height: auto;
	}
.slick-prev, .slick-next {z-index: 1;}
.slick-prev:before, .slick-next:before{color: #000;}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
	}
.slick-active {opacity: 1;}
.slick-current {opacity: 1;}
.thumb{margin: 20px 0 0;}
.thumb .slick-slide{cursor: pointer;}
.thumb .slick-slide:hover {opacity: .7;}

/* affiliated.html ----------------------------------- */
.store{
	width: 800px;
	margin: 0 auto 50px;
	}
.store::after{
	display: table;
	content: "";
	clear: both;
	}

.store img{
	float: left;
	display: block;
	}
.store p{
	float: right;
	width: 410px;
	margin-top: 50px;
	}


/* Media Query ================================================================================*/
.hide_largeOnly{display: none!important;}
.hide_smallOnly{display: block!important;}


@media only screen and (max-width: 479px){
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
}

@media only screen and (max-width : 599px) {

}

@media only screen and (max-width : 992px){
	body{min-width: 1100px;}
}


@media print, only screen and (min-width:1351px){
}