@charset "UTF-8";
/* CSS Document */
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
	
body {
	background: white;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
.wrapper{
	 margin: 20px auto ;
	 width: 960px;
}
h2	{
	color: #333;
	font-size: 16px;
	letter-spacing: 3px;
		line-height:120%;
　}
h3	{
	color: #333;
	font-size: 14px;
	letter-spacing: 3px;
		line-height:120%;
　}
p{
	color: #666;
	font-size: 12px;
	line-height:150%;
}

a {
  text-decoration: none;
}
a: link .a:visited {
	color: #999;
}
a: hover {
	color: #aaa;
	text-decoration: underline;
}

img {
  display: block;
  vertical-align: bottom;
}


.title {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: none;
}

#slider4 {
	margin-top: 20px;
	margin-bottom:30px;
}

	
	
	/*  footer */
#footer {
	clear:both;
 margin-top: 20px;
}
#copyright {
	margin-top:20px;
	padding-top: 20px;
	text-align: center;
	color: #fff;
	background-color: #B3D41F;
}
.anchor_link {
	clear:both;
	z-index: 20000;
	text-align: right;
	position: fixed;
	bottom: 50px;
	right: 0px;
	opacity: 0.7;
}

.anchor_link  img{
　width:36px;
		height:auto;
}
	
	
/* aside */
aside {
	overflow: hidden;
	margin-bottom: 0px;
	width: 960px;
	text-align: center;
	margin-bottom: 0px;
}
aside .asideLogo img {
	width: 23%;
	margin: 0 auto;
}
.publicity {
	float: left;
	width: 23%;
	margin-left:2%;
	margin-right: 7%;
}
.last {
	margin-right: 2%;
}
.publicity img {
	margin-bottom: 0px;
}

.publicity h3 {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 6px;
}
.publicity p {
	font-size: 8px;
	line-height: 1.7;
}

/*  article   */
article h3 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 28px;
}

section {
  margin-bottom: 50px;
}




#top{
	clear:both;
	margin: 50px 0 0 0;
	width:280px;
	}
	#top img{
		width:100%;
	}
	
	.contents{
	clear:both;
	}

.sentence {
	clear:both;
	margin-top:100px;
}
.img_chiro{
	width:100%;
}
#main{
float: left;
	width: 28%;
	margin: 40px 0px 0px 15%;
	text-align:left;
	}
	#main p{
		font-size:12px;
	}
	
#sub{
	float: right;
	display: block;
	width: 36%;
	background-color: none;
	margin:-560px 15% 0px 7%;
	text-align:left;
	}
	
	#transration{
	float: left;
	background-color: #eee;
	padding: 10px 20px 0px 20px;
	border: 1px solid #eee;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}
	section {
  margin-bottom: 20px;
}
	
	.spnav{
		display:none;
	}
/*ナビ------------*/
.nav  {
	display:inherit;
	clear:both;
	float: left;
	margin: 0px 0 0px 0px;
	padding: 0 0px 0 0px;
	background-color: #FFF;
  max-width: 960px;
}
.nav ul{
		display: block;
		margin: 25px 0 20px 0;
		padding: 0 0 0 0;
		list-style-type: none;
}
.nav ul li {
	float: left;
	width: 110px;
	border-bottom: none;
	border-right: 1px solid #ddd;
}
.nav ul li a {
  display: block;
	padding: 0px;
	border-bottom: none;
}
.nav img{
	width: 100%;
}


/*ナビSNS------------*/
.nav_sns  {
	clear:both;
	float:right;
	margin: -25px 0% 0px 0px;
	padding: 0px 0 0 0px;
	background-color: #FFF;
  max-width: 320px;
}
.nav_sns ul{
		display: block;
		margin: 0 0 0px 0;
		padding: 0 0 0 0;
		list-style-type: none;
}
.nav_sns ul li {
	display: block;
	float: left;
	width: 25px;
	height: auto;
	margin: 0 10px 0 0;
	border-bottom: none;
	border-right: 0px solid #ddd;
}
.nav_sns ul li a {
  display: block;
	padding: 0px;
}
.nav_sns img{
	width:100%;
}

#item{
	clear:both;
	margin-top:50px;
	max-width:100%;
	}

#item aside {
	width: 100%;
	margin: 0px auto;
}
#item .publicity {
	width: 20%;
	margin-left:10%;
	margin-right: 0%;
}
#item .last {
	margin-right: 9%;
}
#item .publicity img {
	width:100%;
	margin-top:100px;
	margin-bottom: 0px;
}
	
	#item p{
	color: #666;
	font-size: 12px;
	line-height:150%;
	text-align:left;
}

	/*ライトボックス------------*/
.lightbox-page {
	clear: both;
  margin 0px 0 0 0;
	max-width: 100%;
	text-align:center;
}
.lightbox-page aside {
	width: 100%;
	margin: 0px auto;
}
.lightbox-page .publicity {
	
	width: 20%;
	margin-left:4%;
	margin-right: 0%;
}
.lightbox-page .last {
	margin-right: 0%;
}
.lightbox-page .publicity img {
	margin-top:30px;
	margin-bottom: 0px;
}
.lightbox-page p {
	font-size: 10px;
}

/*  article   */
article h3 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 28px;
}

section {
  margin-bottom: 50px;
}

/*ギャラリーページ------------*/
.gallery-page {
	clear: both;
  margin 0px 0 0 0;
	max-width: 100%;
	text-align:center;
}
.gallery-page aside {
	width: 100%;
	margin: 0px auto;
}
.gallery-page .publicity {
	width: 17%;
	margin-left:2%;
	margin-right: 0.5%;
}
.gallery-page .last {
	margin-right: 0.5%;
}
.gallery-page .publicity img {
	width:100%;
	margin-top:30px;
	margin-bottom: 0px;
}
.gallery-page p {
	font-size: 8px;
}
}