@charset "utf-8";
/* CSS Document */

a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
    transition: all 0.3s ease-in-out;
}

/* header */
#header {
	width:100%;
	height:100vh;
	margin:0 auto;
	position:relative;
  }
#headContents {
	margin:0 auto 0;
	background-color:rgba(0,0,0,0.6);
	padding-bottom:30px;
	z-index:1;
}
#headCts {
	position:relative;
	z-index:10;
}
#header ul {
	/* [disabled]text-shadow: 1px 1px 3px #000; */
	/*-moz-box-shadow: 1px 1px 3px #000;*/
　/* Firefox用 */  
   /* -webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */
}
#header .active {
	color:#FFF;
}
#header #headMenu {
	clear:both;
	padding:45px 0 0;
	float:right;
}
#header #headMenu ul {
	font-size:1.6rem;
	float:right;
}
#header #headMenu ul li {
	float:left;
	color:#000;
	display:block;
	padding-left:15px;
	background-size:13px;
	margin-left:13px;
}
#header #headMenu ul li a {
	color:#FFF;
}
#header #headMenu ul li a:hover {
	text-decoration:underline;
	color:#9DB330;
	transition: all 0.3s ease-in-out;
}
.languages {
	padding:10px 0 0;
	text-align:right;
	color:#FFF;
}
.languages a {
	padding:10px;
	color:#FFF;
}
.languages a:hover {
	color:#9DB330;
	text-decoration:underline;
	transition: all 0.3s ease-in-out;
}

#header h1 {
	width:220px;
	height:auto;
	position:absolute;
	top:0px;
	left:10px;
	z-index:10;
}
#headIntro {
	width:100%;
	height:100vh;
	z-index:1;
	position:relative;
}
#headIntro .Inner {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	height:40rem;
	color:#FFF;
}
#headIntro h2 {
	font-family:"游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif"；
	line-height:4.8rem;
	font-size:4.5rem;
	padding-bottom:10px;
}
#headIntro p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.6rem;
	line-height:2.7rem;
	width: 620px;
	letter-spacing:0.1rem;
}

/* main */
main {
}

main h1 {
	line-height:5rem;
	font-size:4.5rem;
}
main p.txt {
	font-size:1.8rem;
	line-height:3.2rem;
}

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

/* intro */
#intro {
	width:100%;
	padding-bottom:40px;
	position:relative;
	overflow:hidden;
}
#intro .ImgBlock {
	width:40%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	background:url(../img/img_intro.jpg) no-repeat;
	background-position:left top;
	padding-bottom:65rem;
}
#intro .Inner{
	padding-left:40%;
	overflow:hidden;
	position:relative;
}
#intro h1 {
	text-align:left;
	padding:20px 0 10px;
	font-size:4.5rem;
	line-height:5rem;
}
#intro h1 span {
	color:#9DB330;
}

/* point */
#point {
	clear:both;
	width:100%;
	position:relative;
	display:block;
	overflow:hidden;
	margin-bottom: 20px;
}
#point .ImgBlock {
	width:40%;
	position:absolute;
	top:0;
	right:0;
	display:block;
	background:url(../img/img_intro02.jpg) no-repeat;
	background-position:right bottom;
	min-height:65rem;
}
#point .Inner{
	width:60%;
	position:relative;
}
#point h1 {
	text-align:left;
	padding:20px 0 10px;
	font-size:4.5rem;
	line-height:5rem;
}
#point h1 span {
	color:#9DB330;
}
.txtType-bold {
	font-weight: 700;
	padding-bottom: 8px;
}
/* MENU */

#menu {
}
#menu h1 {
	text-align:center;
	margin:0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:6.0rem;
	line-height:7rem;
	padding:20rem 0 ;
	color:#FFF;
}
#menuList {
	padding:40px 0;
}
#menuList h2 {
	font-size:4rem;
	font-family:"游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif"；
}
#menuList h2 span {
	font-size:2.0rem;
	padding-left:10px;
}
#menuList p {
	font-size:1.8rem;
	line-height:3.2rem;
}

#menu .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: none;
}
#menu .table-bordered {
	border: none;
}
#menu .fontsize-s {
	font-size: 1.3rem;
	line-height: 2.3rem;
}
#menu .txtCenter {
	text-align: center;
}
#plofile {
	background: #F7F9F9;
	padding: 30px 0;
}
#plofile .ImgBlock {
	
}
#plofile .ImgBlock img {
	width: 100%;
	height: auto;
}

#plofile .Inner {
	padding: 40px 0 0;
}
#plofile .Inner .contentstitleSub {
	font-size: 1.6rem;
	margin-bottom: 0;
}
#plofile .Inner .contentstitle {
	text-align: left;
	font-size: 3.5rem;
	margin: 0;
}
#plofile .Inner .contentstitle span {
	font-size: 2.3rem;
	margin-left:10px;
}

#plofile .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #ddd;
}

.plofblock table th {
	width: 20%;
}



#insta {
	
}
#insta h1{
	margin: 40px 0 20px;
}
#insta .Img {
	
}
#insta .Img img {
	width: 100%;
	height: auto;
}

.btnBrock {
	padding: 10px 0 0;
	
}
.btnBrock .cntBtn {
	text-align: center;
	margin-bottom: 20px;
}
.btnBrock .cntBtn a {
}
.btnBrock .cntBtn img {
	width: auto;
	height: 50px;
}

#Access {
	margin-bottom: 60px;
	
}
#Access .Img img {
	width: 100%;
	height: auto;
}
#Access h1 {
	text-align:left;
	padding:0;
	font-size:4.5rem;
	line-height:5rem;
	font-family:"游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif"；
}
#Access h1 span {
	font-size: 2.8rem;
}

#Access p {
	font-size: 1.8rem;
}
.fontStyle01 {
	font-size: 2.3rem;
	font-weight: 700;
	padding: 15px 0 0;
}
#Access .cntBtn {
	text-align: left;
	padding: 20px 0 0;
}

.google-maps {
	position: relative;
	padding: 0 0 30%;
	height: 0;
	overflow: hidden;	
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}




/* footer */
footer {
	width:100%;
	background-image:url(img/bg_footer.jpg);
	background-position:0 bottom;
	background-size:100% auto;
	background-repeat:no-repeat;
}
#footer {
	display:flex;
	display: -webkit-flex;
	flex-direction:column;
	justify-content:center;
    -webkit-align-items: center;
    align-items: center;	
	padding:80px 7.5% 50px;
	text-align:center;
	
}
#footer .Inner {
	width:980px;
	margin:0 auto;
}
footer h1 {
	margin:10px 0 20px !important;
}
footer p {
	color:#FFF;
	font-size:1.3rem;
}
footer .contactBtn {
	position:static;
	margin:20px 0;
}
footer .contactBtn a {
	padding:15px 80px;
}

.Copyright {
	clear:both;
	text-align:right;
}



@media (max-width: 767px) {
#headContents {
	padding-bottom:0;
}
#header h1 {
	position:relative;
	top:20px;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:28%;
	height:auto;
	padding-bottom: 40px;
}
#header h1 img {
	width:100%;
	height:auto;
}
#headSlider img {
	width:90%;
	height:auto;
	margin:auto;
	padding:120px 0 200px;
}

#headIntro .Inner {
	height: 40rem;
}
#headIntro h2 {
	text-align: center;
	font-size:3.5rem;
	padding-bottom:10px;
}
#headIntro p {
	text-align: center;
	width: 90% !important;
	margin: 0 auto;
}

.imgTit img {
	width: 90%;
	height: auto;	
}
#intro .imgTit img, #point .imgTit img, #insta .imgTit img{
	width: auto;
	max-width: 95%;
	height: 30px;	
}	
/* intro */
#intro {
	width:100%;
	padding-bottom:40px;
	position:relative;
	overflow:hidden;
}
#intro .ImgBlock {
	display: none;
}
#intro .Inner{
	display: block;
	padding-left: 0;
}

/* point */
#point {
}
#point .ImgBlock {
	width:100%;
	position:relative;
	top:0;
	right:0;
	display:block;
	min-height:25rem;
}
#point .Inner{
	width:100%;
}
#point h1 {
	text-align:left;
	padding:20px 0 10px;
	font-size:4.5rem;
	line-height:5rem;
}
#point h1 span {
	color:#9DB330;
}

/* MENU */
#menu {
}
#menu h1 {
}

#menu h1.imgTit img {
	width: 40%;
	height: auto;
}

#menuList {
	padding: 0 20px;
}
#menuList h2 {
	text-align: center;
}
#menuList h2 span {
}
#menuList p {
	font-size:1.8rem;
	line-height:3.2rem;
}

/* insta */
#insta .imgTit img {
	width: 40%;
	height: auto;	
}	

/* Access */
#Access .cntBtn {
	text-align: center;
}

.google-maps {
	padding: 0 0 56%;
}
	
	
/* footer */
footer {
	background-size:100% auto;
	background-image:url(img/bg_footersp.jpg);
}

#footer {
	padding:40px 7.5% 20px;
}

#footer .tel {
}
#footer .tel img {
	width:100%;
	height:auto;
}


}


@media (min-width: 768px) and (max-width: 991px) {
html {
	font-size:0.6rem;
}

/* headIntro */
#headIntro {
	text-align: center;
}	
#headIntro p {
	width: 85% !important;
	text-align: center;
	margin: 0 auto;
}
	/* intro */
#intro {
}
#intro .ImgBlock {
	display: none;
}
#intro .Inner{
	padding-left:0;
	overflow:hidden;
	position:relative;
}

/* point */
#point {
	margin-bottom: 60px;
}
#point .ImgBlock {
	width:100%;
	position:absolute;
	top:0;
	right:0;
	display:block;
	min-height:25rem;
}
#point .Inner{
	padding-top: 25rem;
	width:100%;
}
#point h1 {
	text-align:left;
	padding:20px 0 10px;
	font-size:4.5rem;
	line-height:5rem;
}


/* footer */
footer {
	background-size:100% auto;
}


}