@charset "utf-8";
/* CSS Document */
@media only screen and (min-width: 768px){

/*　home　*/

#home {
	text-align: center;
}

#home #content {
	padding-top:101px;
	position:relative;
}

#home #mainImage {
	background:url(../img/bg_pattern01.gif) repeat ;
	position:relative;
	height: auto;
}

#home #mainImage .sp {
	display:none;
}

#home #mainImage ul li img {
	width:80%;
	min-width:980px;
	margin:0 auto;
}

#home #mainImage #copyOuter {
	position:relative;
}


#home #mainImage #mainCopy img {
	position:absolute;
	right:15%;
	height:100%;
	width:auto;
	bottom:0;
	z-index:100;
}

#home #mainImage #spMaincopy {
	display:none
}

#home #mainBanner {
	position:absolute;
	bottom:20px;
	width:100%;
}

#home #mainImage #mainBanner a:hover {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

#home #mainImage #mainBanner #bnnerInner {
	width:80%;
	min-width:980px;
	margin:0 auto;
	text-align:left;
	padding-left:5%;
}

#home #mainImage #mainBanner img {
	padding-right:10px;
	height:auto;
	min-width:210px;
	width:20%;
	text-align:left;
}

#home #ichiran {
	background:url(../img/bg_pattern01.gif) repeat ;
	padding:50px 0;
	border-bottom:1px solid #afb35e;
}

#home #ichiran .ichranImg {
	width:950px;
	height: 530px;
}

#home #ichiran h3 {
	height:50px;
	background:url(../img/home_icon_machikado.svg) no-repeat center left ;
	padding:20px 0 0 60px;
	font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
	font-size:24px;
	display: inline-block;
}

#home #ichiran p {
	padding:20px 50px;
	text-align:left;
	font-size:16px;
}

#home #imgArea {
	padding:15px;
	background-color:#fff;
}
/*-------------------------------*/
#home #imgArea #ichiranBtn {
	text-align:center;
	padding-bottom:0;
}

#home #imgArea #ichiranBtn a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

#home #sns #movie {
	width:600x;
	margin: 0 auto;
}

#home #sns #movie h4 {
	text-align:center;
	font-size:20px;
	margin-bottom:20px;
}

#home #sns #movie h4 .icon {
	box-sizing: content-box;
    display: inline-block;
	width: 30px;
	height: 30px;
    background: url(/img/youtube-symbol_red.svg) no-repeat;
	background-size: 30px 30px;
	margin-right: 10px;
	vertical-align: -7px;
}

#home #sns #movie .btnMovietop a {
	font-size:14px;
	padding:15px 50px;
	text-align:center;
	background-color:#afb35e;
	text-decoration:none;
	display:inline-block;
	margin:20px 0 10px;
	color: #fff;

	}

#home #sns #movie .btnMovietop a .icon {
	box-sizing: content-box;
    display: inline-block;
	width: 30px;
	height: 30px;
    background: url(/img/youtube-symbol.svg) no-repeat;
	background-size: 30px 30px;
	margin-right: 10px;
	vertical-align: -7px;
}

#home #sns #movie .btnMovietop a:hover {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	text-decoration:none;
}
/*-------------------------------*/

#home #ichiran ul {
	display: flex;
	justify-content: center;
}

#home #ichiran ul li a {
	width:300px;
	font-size:14px;
	padding:13px 0 15px;
	text-align:center;
	background-color:#afb35e;
	text-decoration:none;
	display:inline-block;
	margin:20px 20px 10px;
	color: #fff;
}

#home #ichiran ul li a:hover {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	text-decoration:none;
}

#home #ichiran ul li.btnIchirantop a.ichiran {
	background-image:url("../img/ichiran_icon.svg");
	background-repeat: no-repeat;
	background-size:30px 30px;
	background-position: 20px center;
}

#home #ichiran ul li.btnMovietop a.movie {
	background-image:url("../img/youtube-symbol.svg");
	background-repeat: no-repeat;
	background-size:30px 30px;
	background-position: 20px center;
}

#home #news {
	padding:30px 0 50px;
}

#home #news h3 {
	height:30px;
	background:url(../img/home_icon_news.svg) no-repeat center left ;
	padding:10px 0 0 60px;
	font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
	font-size:24px;
	display: inline-block;
	margin-bottom:30px;
}

#home #news #topics {
	width:472px;
	float:left;
}

#home #news #topics h4 {
	background:#79bf95;
	padding:10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin-bottom:10px;
}

#home #news h4 span {
	font-size:11px;
	display:block;
	line-height:1.2em;
}

#home #news #event {
	width:472px;
	float:right;
}

#home #news #event h4 {
	background:#7ac3cf;
	padding:10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin-bottom:10px;
}

#home #news dl dt {
	font-size:14px;
	font-weight:bold;
	color:#666;
	padding:10px 0 ;
	text-align:left;
	float:left;
}

#home #news dl dd {
	font-size:14px;
	padding-bottom:20px;
	text-align:left;
	border-bottom:1px solid #ddd;
	padding:10px 0 10px 7em;
}


#home #news dl dd:last-child {
	border-bottom:none;
}

#home #news p.moreBtn a {
	display:block;
	border:2px solid #ccc;
	padding:10px 0;
	margin-top:10px;
}

#home #news p.moreBtn a:hover {
	border:2px solid #ccc;
	background-color:#ccc;
	color:#fff;
	text-decoration:none;	
}

#home .specialBanner {
	background-color: #efefef;
}

#home .specialBanner ul {
	display: flex;
	justify-content: space-between;
	width: 850px;
	margin: 0 auto;
	padding: 50px 0;
}

#home .specialBanner ul li a img {
	width: 400px;
	height: 133px;
}

#home .specialBanner ul li a:hover {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
	
#home #sns {
	padding:70px 0 50px;
}

#home #sns .contentInner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 980px;
	height: auto;
	margin: 0 auto ;
	padding-bottom: 50px;
}

#home #sns #facebook {
	width:300px;
	height: 600px;
}

#home #sns h4 {
	font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
}

#home #sns #facebook h4 {
	text-align:center;
	font-size:20px;
	margin-bottom:20px;
}

#home #sns #facebook h4 .icon {
	box-sizing: content-box;
    display: inline-block;
	width: 30px;
	height: 30px;
    background: url(/img/facebook_logo.svg) no-repeat;
	background-size: 30px 30px;
	margin-right: 10px;
	vertical-align: -7px;
}

#home #sns #movie {
	margin: 0 auto;
}

#home #sns #movie h4 {
	text-align:center;
	font-size:20px;
	margin-bottom:20px;
}

#home #sns #movie h4 .icon {
	box-sizing: content-box;
    display: inline-block;
	width: 30px;
	height: 30px;
    background: url(/img/youtube-symbol_red.svg) no-repeat;
	background-size: 30px 30px;
	margin-right: 10px;
	vertical-align: -7px;
}

#home #sns #twitter {
	width:300px;
	height: 600px;
}

#home #sns #twitter h4 {
	text-align:center;
	font-size:20px;
	margin-bottom:20px;
}

#home #sns #twitter h4 .icon {
	box-sizing: content-box;
    display: inline-block;
	width: 30px;
	height: 30px;
    background: url(/img/twitter_logo.svg) no-repeat;
	background-size: 30px 30px;
	margin-right: 10px;
	vertical-align: -8px;
}

#home #sns #insta {
	width:300px;
	height: 600px;
}

#home #sns #insta .instaOuter {
	height: 500px;
	overflow: scroll;
}

#home #sns #insta h4 {
	text-align:center;
	font-size:20px;
	margin-bottom:20px;
}

#home #sns #insta h4 .icon {
	box-sizing: content-box;
    display: inline-block;
	width: 30px;
	height: 30px;
    background: url(/img/insta_logo.png) no-repeat;
	background-size: 30px 30px;
	margin-right: 10px;
	vertical-align: -8px;
}

/*　バナーエリア　*/

#home #bannerArea {
	padding:50px 0;
	margin:0 auto;
	width:775px;
	font-size:12px;
}

#home #bannerArea h3 {
	margin:0 auto;
	padding-bottom:20px;
	font-size:16px;
	font-weight:bold;
}

#home #bannerArea ul li {
	height:48px;
	float:left;
	margin:0 10px;
}
}


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

#home #content {
	position:relative;
	margin:0;
	padding:0;
}

#home #mainImage {
	position:relative;
}

#home #mainImage .pc {
	display:none;
}

#home #mainImage ul li img {
	width:100%;
	height:auto;
}


#home #mainImage #copyOuter {
	position:relative;
}

#home #mainImage #mainCopy img {
	display:none;
}

#home #mainImage #spMaincopy img {
	position:absolute;
	left:0;
	width:100%;
	bottom:0;
	z-index:99;
}

#home #mainImage  img {
	width:100%;
	height:auto;
}

#home #mainImage #mainBanner {
	text-align:center;
}


#home #mainImage #mainBanner a {
	
}

#home #mainImage #mainBanner img {
	width:47%;
	height:auto;
	padding:10px 1.5% 0;
}

#home #ichiran {
	background:url(../img/bg_pattern01.gif) repeat ;
	background-size:70%;
	padding:30px 10px 50px;
	border-bottom:1px solid #afb35e;
}

#home #ichiran h3 {
	height:40px;
	background:url(../img/home_icon_machikado.svg) no-repeat center left ;
	background-size:30px;;
	padding:17px 0 0 35px;
	font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
	font-size:18px;
	display: inline-block;
}

#home #ichiran p {
	padding:10px 10px 20px;
	text-align:left;
	font-size:16px;
	line-height:1.8em;
}

#home #imgArea {
	padding:10px;
	background-color:#fff;
}

#home #imgArea .ichranImg {
	width:100%;
	height:auto;

}

/*-------------------------------*/
#home #imgArea #ichiranBtn {
	text-align:center;
	padding-bottom:0;
}

#home #imgArea #ichiranBtn img {
	width:300px;
	height:auto;
}

#home #imgArea #ichiranBtn a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

#home #sns #movie {
padding: 0 10px;
}

#home #sns #movie .movieOuter {
	width:100%;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	margin-bottom: 20px;
}

#home #sns #movie .movieOuter iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#home #sns #movie h4 {
	text-align:center;
	font-size:24px;
	margin-bottom:20px;
}
/*-------------------------------*/

#home #ichiran ul {
	display: block;
}

#home #ichiran ul li a {
	width: 100%;
	box-sizing: border-box;
	font-size:14px;
	padding:13px 0 15px;
	text-align:center;
	background-color:#afb35e;
	text-decoration:none;
	display:inline-block;
	margin:20px 0 10px;
	color: #fff;
}

#home #ichiran ul li a:hover {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	text-decoration:none;
}

#home #ichiran ul li.btnIchirantop a.ichiran {
	background-image:url("../img/ichiran_icon.svg");
	background-repeat: no-repeat;
	background-size:30px 30px;
	background-position: 20px center;
}

#home #ichiran ul li.btnMovietop a.movie {
	background-image:url("../img/youtube-symbol.svg");
	background-repeat: no-repeat;
	background-size:30px 30px;
	background-position: 20px center;
}

#home #news {
	padding:30px 0 ;
}

#home #news h3 {
	height:35px;
	background:url(../img/home_icon_news.svg) no-repeat center left ;
	background-size:35px;;
	padding:12px 0 0 37px;
	font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
	font-size:18px;
	display: inline-block;
	margin-bottom:20px;
}

#home #news #topics {
	width:100%;
	margin-bottom:20px;
}

#home #news #topics h4 {
	background:#79bf95;
	padding:5px 10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:0 10px 10px;
}

#home #news h4 span {
	font-size:11px;
	display:block;
	line-height:1.2em;
}

#home #news #event {
	width:100%;
}

#home #news #event h4 {
	background:#7ac3cf;
	padding:5px 10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:0 10px 10px;
}

#home #news dl {
	padding: 0 10px ;
}

#home #news dl dt {
	font-size:10px;
	font-weight:bold;
	color:#666;
	padding:5px 0 0 ;
	text-align:left;
}

#home #news dl dd {
	font-size:12px;
	text-align:left;
	border-bottom:1px solid #ddd;
	padding:0 0 10px 0;
	line-height:1.6em;
}

#home #news dl dd:last-child {
	border-bottom:none;
}



#home #news p.moreBtn a {
	display:block;
	border:2px solid #ccc;
	padding:10px 0;
	margin-top:10px;
}

#home #news p.moreBtn a:hover {
	border:2px solid #ccc;
	background-color:#ccc;
	color:#fff;
	text-decoration:none;	
}

#home .specialBanner {
	background-color: #efefef;
}

#home .specialBanner ul {
	margin: 0 auto;
	padding: 30px 0;
}

#home .specialBanner ul li {
	padding-bottom: 20px;
}

#home .specialBanner ul li a img {
	width: 70%;
	height: auto;
}
	
#home #sns {
	padding:70px 0 50px;

}

#home #sns #facebook {
	width:100%;
	padding-bottom: 70px;
}

#home #sns #facebook .facebook-wrapper {
padding: 0 20px;
}

#home #sns #facebook .facebook-wrapper > .fb-page {
    width:100%;
	
}
#home #sns #facebook .facebook-wrapper > .fb-page > span {
    width: 100% !important;
}

#home #sns h4 {
	font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
}


#home #sns #facebook h4 {
	text-align:center;
	font-size:24px;
	margin-bottom:20px;
}

#home #sns #facebook h4 .icon {
	box-sizing: content-box;
    display: inline-block;
	width: 30px;
	height: 30px;
    background: url(/img/facebook_logo.svg) no-repeat;
	margin-right: 10px;
	vertical-align: -7px;
}

#home #sns #movie {
padding: 0 10px;
}

#home #sns #movie .movieOuter {
	width:100%;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	margin-bottom: 20px;
}

#home #sns #movie .movieOuter iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#home #sns #movie h4 {
	text-align:center;
	font-size:24px;
	margin-bottom:20px;
}

#home #sns #twitter {
	width:100%;
	padding-bottom: 70px;
}

#home #sns #twitter .twitterOuter {
	padding: 0 20px;
}

#home #sns #twitter h4 {
	text-align:center;
	font-size:24px;
	margin-bottom:20px;
}

#home #sns #twitter h4 .icon {
	box-sizing: content-box;
    display: inline-block;
	width: 30px;
	height: 30px;
    background: url(/img/twitter_logo.svg) no-repeat;
	background-size: 30px 30px;
	margin-right: 10px;
	vertical-align: -8px;
}

#home #sns #insta {
	width:100%;
	height: 80vh;
	padding-bottom: 70px;
}

#home #sns #insta .instaOuter {
	padding: 0 20px;
	height: 70vh;
	overflow: scroll;
}

#home #sns #insta h4 {
	text-align:center;
	font-size:24px;
	margin-bottom:20px;
}

#home #sns #insta h4 .icon {
	box-sizing: content-box;
    display: inline-block;
	width: 30px;
	height: 30px;
    background: url(/img/insta_logo.png) no-repeat;
	background-size: 30px 30px;
	margin-right: 10px;
	vertical-align: -8px;
}


/*　バナーエリア　*/

#home #bannerArea {
	padding:50px 0 0;
	margin:0 auto;
	width:100%;
	text-align: center;
}

#home #bannerArea h3 {
	margin:0 auto;
	padding-bottom:15px;
	font-size:14px;
	font-weight:bold;
}

#home #bannerArea ul li a {
	display:block;
	width:49%;
	height:48px;
	float:left;
	margin:0;
	border-top:1px solid #ccc;
	padding:15px 0 0;
}

#home #bannerArea ul li img {
	width:auto;
	height:30px;
}

#home #bannerArea ul li:nth-child(even) a {
	border-left:1px solid #ccc;
}
}


