/*
Theme Name: PICT SCROLL
Theme URl: http://www.seeboo.jp
Description: Basic Theme for WordPress.
Author: seeboo
*/
/*
タブレット横　1024px
タブレット縦・スマホ横　768px
スマホ縦　480px
*/
html{
	font-size: 62.5%;
}
body {
	text-align: center;
	width: 100%;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-image: url(images/wall.jpg);
	background-repeat: repeat;	
	-webkit-text-size-adjust: none;
	font-size: 16px; font-size: 1.6rem; 
	font-family:-apple-system, ‘Helvetica Neue’,’Hiragino Kaku Gothic ProN’, ‘游ゴシック’,’メイリオ’,meiryo,sans-serif;

}
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/*ヘッダー部*/

header{
	text-align: center;
	width: 100%;
	height: 55px;
	float: left;
	margin: 0px;
	padding-bottom: 5px;
	background-image: url(images/ww.png);
	background-repeat: repeat;
	position:absolute;
	z-index:500;
	margin-top:40px;
}

@media screen and (min-width:0\0) {
header{
	text-align: center;
	width: 100%;
	height: 55px;
	float: left;
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 5px;
	background-repeat: repeat;
	position:absolute;
	z-index:500;
	margin-top:40px;
}
}
/*IE用*/

html.ie8 header{
	text-align: center;
	width: 100%;
	height: 50px;
	float: left;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 5px;
	background-image: url(images/ww.png);
	background-repeat: repeat;
	position:absolute;
	z-index:500;
	margin-top:40px;
}/*IE8用*/

header #title {
	float: left;
	min-height:73px;
	margin-left: 20px;
	width: 280px;
}

header #tel {
	float: right;
	width: 200px;
	font-size:140%;
	text-align: left;
	line-height: 100%;
	margin-right: 20px;
	height: 35px;
	padding-top: 15px;
	margin-top: 5px;
	font-family: 'Noto Sans Japanese';
    font-weight: 800;
}

html.ie8 header #tel {
	float: right;
	width: 200px;
	font-size:140%;
	text-align: left;
	line-height: 100%;
	margin-right: 20px;
	height: 35px;
	padding-top: 0px;
	margin-bottom: 10px;
	font-family: 'Noto Sans Japanese';
    font-weight: 800;
}/*IE8用*/

header  > a {
    display: inline-block;
}
 
header  > object {
    pointer-events: none;
}

header #tel a {
	font-weight: bold;
	text-decoration: none;
}

nav a{
	color:#FFFFFF;
}
nav a:visited{
	color:#DEDEDE;
}
	


#wrap {
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(images/bw.png);
	background-repeat: repeat-x;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	float: left;
}

.nav_container {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#container {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*アイコン*/
/*Mac*/
.monitor {
	border-radius: 25em;
	box-shadow: inset 0 0 0 .25em #FFFFFF,
                inset 0 -.25em 0 .25em #FFFFFF;
	height: 1.25em;
	position:relative;
	margin-top:-0.5em;
	width: 2em;
}
.monitor:after {
	background-color: #FFFFFF;
	content: '';
	height: 0.25em;
	left: 1em;
	position: absolute;
	top: 100%;
	width: 0.5em;
}
.monitor:before {
	background-color: #FFFFFF;
	bottom: -0.5em;
	content: '';
	height: 0.25em;
	left: 0.75em;
	position: absolute;
	width: 0.5em;
}


/*フッター*/

#seventh{
	margin: 0 auto;
	padding: 0px 0px 5%;
	overflow: hidden;
	text-align: left;
	position:relative;
}


footer{
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 980px;
	padding-top: 40px;
	padding-right: 0%;
	padding-bottom: 40px;
	padding-left: 0%;
	text-align:left;
}

.centercol{
	width: 980px;
	float: left;
	margin-left:20px;
	margin-right:20px;
	margin-bottom: 20px;
}

#leftcol{
	float: left;
	width:480px;
	margin-left:20px;
	margin-bottom: 20px;
}

#rightcol{
	float: right;
	width:400px;
	margin-right:20px;
	margin-bottom: 20px;
}
.margin{
	margin-right: 20px;
	margin-left: 20px;
}

footer h2 {
	font-size: 3rem;
	font-size:30px;
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese';
    font-weight: 100;
	color:#000;
}

.arrow {
	padding:5px;
	background-image:url(images/bw.png);
	background-repeat:repeat;
	border-radius: 50%;
	cursor: pointer;
	position: fixed;
	font-size: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	right: 0px;
	bottom: 6%;
	height:60px;
	width: 60px;
	-webkit-animation-name: blink;/* keyframe名 */
	-webkit-animation-duration: 1s;/* アニメーションにかける時間 */
	-webkit-animation-iteration-count:infinite;/*infiniteで無限ループ */
	-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
	-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
	-webkit-animation-delay: 0s; /* 実行までの待ち時間 */
	color:#FFFFFF
}

/*検索関係*/
.result{
	border-bottom:dotted 1px #7F7F7F;
	padding-bottom:20px;
	}
.search-highlight {
	background:yellow;
	padding:2px;
}

/*フッター問い合わせ*/
footer ul.news{
	margin: 0px;
	padding: 0px;
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	float:left;
}

footer ul.news li {
	font-size: 110%;
	width: 98%;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	list-style-type: none;

}

footer ul.news li i {
	position: relative;
	top: 10px;
	margin-right: 10px;
	font-size: 250%;
}

p.form {
	margin-bottom: 10px;
	font-size: 100%;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
p.form input,textarea {
	font-size: 100%;
	padding: 5px;
}
p.form select{
	font-size: 130%;
	padding: 15px;
	background-color: #CCCCCC;
}
p.submit input{
	font-size: 100%;
	padding: 5px 10px;
	color:#FFFFFF;
	background-color:#000000;
	margin-left: 20px;
	}

/*下部リンク*/
ul.footer-link{
	font-size: 14px;
	font-size:1.4rem;
	margin: 0px auto 30px;
	padding: 0px;
	list-style-type: none;
	width: 90%;
	clear: both;
	float:left;
	display: block;
	position: relative;
	left: 50%;
}

ul.footer-link li{
	width: 22%;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	left: -50%;
}

ul.footer-link li i{
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	left: 0px;
	top: 0px;
}

/*画像*/

img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/*テキスト*/

a{
	color: #333;
}
a:visited {
	color: #666;
}

.float{
	float: left;
}
.clear{
	clear: both;
}

.sp_nav{
	display:none
}

.kuro{
	color:#000000;
}

/*Next Gen*/
.ngg-galleryoverview{
	margin-top:100px !important;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}


/*■□■□■□■□■□■□■□タブレット横■□■□■□■□■□■□■□*/

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

header > .tel {
	float: right;
	font-size:140%;
	text-align: right;
	line-height: 100%;
	width:300px !important;
	font-family: 'Noto Sans Japanese';
    font-weight: 800;
}

footer h2 {
	font-size: 2.7rem;
	font-size:27px;
	margin-bottom: 20px;
}

header{
	text-align: center;
	width: 100%;
	padding-top: 0px!important;
	padding-top: 20px;
	margin-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/ww.png);
	background-repeat: repeat;
	float: left;
	z-index: 200;
	position: relative;
	top: 0px\9;
	height:55px;
}
header #title {
	float: left;
	min-height:73px;
	margin-left: 20px;
	width: 280px;
	padding-top: 5px;
}

header #tel {
	float: right;
	width: 200px;
	font-size:140%;
	text-align: left;
	line-height: 100%;
	margin-right: 20px;
	height: 35px;
	padding-top: 20px;
	margin-top: 5px;
	font-family: 'Noto Sans Japanese';
    font-weight: 800;
}

footer{
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
	padding-top: 40px;
	padding-right: 0%;
	padding-bottom: 40px;
	padding-left: 0%;
	text-align:left;
}

.centercol{
	width: 98%;
	float: left;
	margin-left:1%;
	margin-right:1%;
	margin-bottom: 20px;
}

footer ul.news{
	margin: 0px;
	padding: 0px;
	width: 100%;
	float:left;
}


footer ul.news li{
	font-size: 100%;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

}

/*■□■□■□■□■□■□■□タブレット縦■□■□■□■□■□■□■□*/

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

#wrap {
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	poisition: relative;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
	background-image:url(pic/BB.jpg);
	background-repeat:repeat;
}

header{
	text-align: center;
	width: 100%;
	padding-top: 0px!important;
	margin: 0px;
	padding-bottom: 0px;
	background-image: url(images/ww.png);
	background-repeat: repeat;
	height: 100px !important;
	float: left;
	z-index: 200;
	position: relative;
}

header > #title {
	margin: 0 auto;
	height:20px !important;
	width: 100%;
	text-align: center;
}

header > #title > div {
	width:280px;
	margin-left:auto;
	margin-right:auto;
	height:20px !important;
}


header > #tel {
	float: left;
	font-size:140%;
	text-align: center;
	left:0px;
	width: 100%!important;
	padding-bottom:10px;
	margin-top:-30px!important;
	font-family: 'Noto Sans Japanese';
    font-weight: 800;
}


#content {
  position: relative;
}


/*フッター関係*/

.centercol{
	width: 98%!important;
	padding-left: 1%;
	padding-right:1%;
	float: left;
	margin-bottom: 40px;
}



#leftcol{
	float:left;
	width: 98%!important;
	padding-left: 1%;
	padding-right:1%;
	margin-bottom: 20px;
	margin-left:0px;
	margin-right:0px;
}

#rightcol{
	float:left;
	width: 98%!important;
	padding-left: 1%;
	padding-right:1%;
	margin-bottom: 20px;
	margin-left:0px;
	margin-right:0px;
}

footer{
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 98%;
	padding:0px;
}

footer ul.news{
	margin: 0px;
	padding: 0px;
	list-style:none;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	float:left;
}

footer ul.news li{
	font-size: 100%;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	float: left;
}


/*下部リンク*/
ul.footer-link{
	font-size: 80%;
	margin: 0px;
	list-style-type: none;
	width: 100%;
	clear: both;
	float:left;
}
ul.footer-link li{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 180px !important;
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	
}

ul.footer-link li i{
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	left: 0px;
	top: 0px;
}

p.form {
	margin-bottom: 10px;
	font-size: 100%;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
p.form input {
	width:98%;
	padding: 1%;
}
p.form input,textarea {
	padding: 1%;
	width:98%;
}
p.form select{
	font-size: 130%;
	padding: 15px;
	background-color: #CCCCCC;
}
p.submit input{
	font-size: 100%;
	padding: 5px;
	color:#FFFFFF;
	background-color:#000000
	}
	
.arrow {
	display:none;
}
}

@media screen and (max-width: 885px) and (min-width:0\0) {
	header{
	text-align: center;
	width: 100%;
	padding-top: 0px!important;
	margin: 0px;
	padding-bottom: 0px;
	background-image: url(images/ww.png);
	background-repeat: repeat;
	height: 85px !important;
	float: left;
	z-index: 200;
	position: relative;
}

header > #title {
	margin: 0 auto;
	height:20px !important;
	width: 100%;
	text-align: center;
	margin-top:-5px;
}

header > #tel {
	float: left;
	font-size:140%;
	text-align: center;
	left:0px;
	width: 100%!important;
	padding-bottom:10px;
	margin-top:-30px!important;
	font-family: 'Noto Sans Japanese';
    font-weight: 800;
}

}

@media screen and (max-width: 480px) {
	
footer{
	margin-bottom: 0;
	width: 100%;
	padding:0px;
	float:left;
}
	

/*下部リンク*/
footer ul.news{
	margin: 0px;
	padding: 0px;
	list-style:none;
	padding-left:1%;
	padding-right:1%;
	float:left;
	width: 98%;
}

/*スマホではサイトマップを非表示にする*/
.eraser{
	display:none;
}
ul.footer-link{
	display:none;
}
footer ul.news li{
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	float: left;
	/*padding-right:30px;*/
	width: 100%;
}


footer ul.news li a {
	display:inline-block;
	float:left;
	width: 100%;
}

.centercol{
	padding-left:0px;
	padding-right:0px;
	width: 100%!important;
	float: left;
	margin-bottom: 40px;
}

footer #leftcol {
	float: left;
	width:98% !important;
	clear:both;
	margin-top: 0px;
	margin-left:1%;
	margin-right:1%;
}

footer #rightcol {
	float: left;
	width:98% !important;
	clear:both;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:40px;
}

footer h2 {
	font-size: 2.4rem !important;
	font-size: 24px !important;
	margin-bottom: 20px;
	margin-top: 20px;
}

/*
p.form input {
	width:100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

p.form input,textarea {
	padding-top: 5px;
	padding-bottom: 5px;
	width:100%;
}
	*/
.arrow {
	padding:2px;
	background-image:url(images/bw.png);
	background-repeat:repeat;
	border-radius: 50%;
	cursor: pointer;
	position: fixed;
	font-size: 80%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	right: 0px;
	bottom: 3%;
	height:40px;
	width: 40px;
	-webkit-animation-name: blink;/* keyframe名 */
	-webkit-animation-duration: 1s;/* アニメーションにかける時間 */
	-webkit-animation-iteration-count:infinite;/*infiniteで無限ループ */
	-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
	-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
	-webkit-animation-delay: 0s; /* 実行までの待ち時間 */
	color:#FFFFFF
}

}

@media screen and (max-width: 320px) {
	footer #leftcol {
	float: left;
	width:98% !important;
	clear:both;
	max-width:370px;
	margin-top: 0px;
	margin-left:1%;
	margin-right:1%;
}

footer #rightcol {
	float: left;
	width:98% !important;
	clear:both;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:40px;
}

footer h2 {
	font-size: 2.2rem !important;
	font-size: 22px !important;
	margin-bottom: 20px;
	margin-top: 20px;
}

}