﻿html {overflow: auto;}

body {
	width:100%;
	color: #000;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif;
	line-height: 1.8;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

* {font-weight: normal;}

a {text-decoration:none;color: #333333;}

b {font-weight: bold;}

.b {font-weight: bold;}

img { border:none;}




/* 回り込み解除 */

.clearfix {zoom:1;}
.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}




/* デバイス毎の表示切り替え */

@media screen and (min-width: 769px) {
.pc_none {display:none;}
.tab_only {display:none;}
.sp_only {display:none;}
}

@media screen and (min-width: 641px) and (max-width: 768px) {
.pc_only {display:none;}
.sp_only {display:none;}
.tab_none {display:none;}
}

@media screen and (max-width: 640px) {
.pc_only {display:none;}
.tab_only {display:none;}
.sp_none {display:none;}
}




/* WEBフォント */

.kyo {font-family: "I-OTF教科書Pro D","IwaTxtPro-Db";}

.hm {font-family: "FP-HiraMinProN-W3";}

.hg {font-family: "FP-HiraKakuProN-W3";}

.hgb {font-family: "FP-HiraKakuProN-W6";}

.iwg {font-family: "IwaNGNewsPro-Md"}




/* 指定フォントスタイル */

.red {color:#cc0000;}

.red2 {color:#ff0000;}




/* スライドインアニメーション */

.fadein {
    opacity : 0;
    transform : translate(0, 0);
    transition : all 1500ms;
    }
 
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
	



.wipein1 {
    transform : translate(0, -3px);
    transition-duration : 1.5s;
    transition-delay: 1s;
    }
 
.wipein1.wipe1 {
    transform : translate(0, 0);
   }
 
   
.wipein2 {
    transform : translate(0, 77px);
    transition : 1.5s;
    transition-delay: 1s;
    }
 
.wipein2.wipe2 {
    transform : translate(0, 0);
   }  


.wipein3 {
    transform : translate(0, -77px);
    transition-duration : 1.5s;
    transition-delay: 1s;
    }
 
.wipein3.wipe3 {
    transform : translate(0, 0);
   }




	

#effect .fadein:nth-of-type(2) {
	-moz-transition-delay:500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;
	}	
	
#effect .fadein:nth-of-type(3) {
	-moz-transition-delay:1000ms;
	-webkit-transition-delay:1000ms;
	-o-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	}		


#effect2 .fadein:nth-of-type(1) {
	-moz-transition-delay:0ms;
	-webkit-transition-delay:0ms;
	-o-transition-delay:0ms;
	-ms-transition-delay:0ms;
	}	

#effect2 .fadein:nth-of-type(2) {
	-moz-transition-delay:0.2s;
	-webkit-transition-delay:0.2s;
	-o-transition-delay:0.2s;
	-ms-transition-delay:0.2s;
	}
	
#effect2 .fadein:nth-of-type(3) {
	-moz-transition-delay:0.4s;
	-webkit-transition-delay:0.4s;
	-o-transition-delay:0.4s;
	-ms-transition-delay:0.4s;
	}	

#effect2 .fadein:nth-of-type(4) {
	-moz-transition-delay:0.6s;
	-webkit-transition-delay:0.6s;
	-o-transition-delay:0.6s;
	-ms-transition-delay:0.6s;
	}		

#effect2 .fadein:nth-of-type(5) {
	-moz-transition-delay:0.8s;
	-webkit-transition-delay:0.8s;
	-o-transition-delay:0.8s;
	-ms-transition-delay:0.8s;
	}		

#effect2 .fadein:nth-of-type(6) {
	-moz-transition-delay:1.0s;
	-webkit-transition-delay:1.0s;
	-o-transition-delay:1.0s;
	-ms-transition-delay:1.0s;
	}		

#effect2 .fadein:nth-of-type(7) {
	-moz-transition-delay:1.2s;
	-webkit-transition-delay:1.2s;
	-o-transition-delay:1.2s;
	-ms-transition-delay:1.2s;
	}		

#effect2 .fadein:nth-of-type(8) {
	-moz-transition-delay:1.4s;
	-webkit-transition-delay:1.4s;
	-o-transition-delay:1.4s;
	-ms-transition-delay:1.4s;
	}	


.fadeinan1  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
-webkit-animation-delay: .5s; /* Safari 4.0 - 8.0 */
 animation-delay: .5s;
 -webkit-animation-name: fadeInDown1;
 animation-name: fadeInDown1;
 visibility: visible !important;
}

@-webkit-keyframes fadeInDown1 {
 0% { opacity: 0; }
 100% { opacity: 1.0;}
}
@keyframes fadeInDown1 {
 0% { opacity: 0; }
100% { opacity: 1.0;}
}


.fadeinan2  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown2;
 animation-name: fadeInDown2;
 visibility: visible !important;
-webkit-animation-delay: 1.5s; /* Safari 4.0 - 8.0 */
 animation-delay: 1.5s;
}

@-webkit-keyframes fadeInDown2 {
 0% { opacity: 0; }
 100% { opacity: 1.0;}
}
@keyframes fadeInDown2 {
 0% { opacity: 0; }
 100% { opacity: 1.0;}
}


.fadeinan3l  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown3l;
 animation-name: fadeInDown3l;
 visibility: visible !important;
-webkit-animation-delay: 3s; /* Safari 4.0 - 8.0 */
 animation-delay: 3s;
}

@-webkit-keyframes fadeInDown3l {
 0% { opacity: 0; transform : translate(-50px, 0);}
 100% { opacity: 1.0; transform : translate(0, 0);}
}
@keyframes fadeInDown3l {
 0% { opacity: 0; transform : translate(-50px, 0);}
 100% { opacity: 1.0; transform : translate(0, 0);}
}

.fadeinan3r  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown3r;
 animation-name: fadeInDown3r;
 visibility: visible !important;
-webkit-animation-delay: 3s; /* Safari 4.0 - 8.0 */
 animation-delay: 3s;
}

@-webkit-keyframes fadeInDown3r {
 0% { opacity: 0; transform : translate(50px, 0);}
 100% { opacity: 1.0; transform : translate(0, 0);}
}
@keyframes fadeInDown3r {
 0% { opacity: 0; transform : translate(50px, 0);}
 100% { opacity: 1.0; transform : translate(0, 0);}
}


.fadeinan4  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown4;
 animation-name: fadeInDown4;
 visibility: visible !important;
-webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
 animation-delay: 2s;
}

@-webkit-keyframes fadeInDown4 {
 0% { opacity: 0;}
 100% { opacity: 1.0;}
}
@keyframes fadeInDown4 {
 0% { opacity: 0;}
 100% { opacity: 1.0;}
}

















/* PC用 ここから */

@media screen and (min-width: 769px) {



/* ナビゲーションボタン各種 */

#cart_btn {
    z-index: 60;
    right: 10px;
    top: 50%;
    margin-top: -167px;
    background-image: url(../img/cart_btn_p.png);
    position: fixed;
    width: 64px;
    height: 118px;
}

#cart_btn img {width:100%;}

#netshop_btn {
    z-index: 60;
    right: 10px;
    top: 50%;
    margin-top: -44px;
    background-image: url(../img/netshop_btn_p.png);
    height: 211px;
    position: fixed;
    width: 64px;
}

#netshop_btn img {width:100%;}


#pagetop_btn {
    z-index: 60;
    left: 50%;
    position:fixed;
    bottom:0px;
    background-image: url(../img/totop_p.png);
    background-size: cover;
    width: 43px;
    height: 43px;
    margin:0 0 0 -21.5px;
}

#pagetop_btn img {
	width:100%;
}


/* トップエリア*/

#top_area {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 0;
	overflow: hidden;
}

#top_area {
	background-image: url(../img/main_p.jpg);
    background-position: center bottom;
    position: relative;
    background-size: cover;
    z-index: 0;
    min-height: 800px;
}


#top_area .shrine {
	background-image:url(../img/shrine_p.png) ;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100%;
	width:380px;
	height:200px;
	position: absolute;
	top:25px;
	left:40px;
	z-index: 2;
}

#top_area .logo {
    background-image: url(../img/t_logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 500px;
    height: 200px;
    position: absolute;
    top: 12%;
    left: 50%;
    margin: 0 0 0 -250px;
    z-index: 2;
}

#top_area .arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: absolute;
    background-size: cover;
    z-index: 999;
    bottom: 20px;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: 0px 0 0 -40px;
   -webkit-animation: bounce1 3000ms infinite;
}

@-webkit-keyframes bounce1 {
  0%   {
    margin-bottom:0;
  }
  50% {
    margin-bottom:15px;
  }
  100% {
    margin-bottom:0;
  }
}




/* リード*/

#read {
	width: 500px;
	margin: 0 auto;
	padding:80px 0 0 0;

	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
	text-align: left;
	position: relative;
}

#read .sub {
	margin: 23px auto 26px auto;
	font-size: 21px;
	text-align: center;
}


#read .midashi1 {
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
}

#read .midashi2 {
	margin: 9px auto 20px auto;
	font-size: 19px;
	text-align: center;
}

#read .midashi3 {
	margin: 12px auto 0 auto;
	font-size: 16px;
	text-align: center;
	border-top: #666 1px solid;
	border-bottom: #666 1px solid;
}


#read .midashi4 {
	margin: 9px auto 0 auto;
	font-size: 24px;
	text-align: center;
}

#read .midashi5 {
	margin: 9px auto 0 auto;
	font-size: 17px;
	text-align: center;
}



#read .tax {
	font-size: 16px;
}

#read .titlel {
	font-size: 27px;
}


#read .kl {
	font-size: 30px;
}


#read .midashi5 {
	margin: 0 auto 33px auto;
	font-size: 15px;
	text-align: center;
}


#read2 {
	width: 690px;
	padding-bottom: 80px;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 1.2px;
	line-height: 30px;
	text-align: left;
	position: relative;
}


#read2 .midashi {
	font-size: 20px;
}


#read2 .under {
	font-family: "FP-HiraMinProN-W6";
	border-bottom:#ff0000 1px solid;
	padding-bottom:2px;
}



/* 紙雛エリア */
#kyokamibina {
    width: 100%;
    margin: 0 auto;
    background: #fbf8f3;
    padding: 145px 0 0 0;
}


/* 紙雛エリア */





/* 紙雛イメージ */

#kamibina_img {
	width:850px;
	margin:0 auto 130px auto;
}

#kamibina_img img {
	width:100%;
}

#kamibina_img .txt {
    width: 99%;
    font-size: 14px;
    margin: 10px auto 40px auto;
    text-align: left;
    letter-spacing: 1.3px;
}

#kamibina_img .txt:last-child {
	margin:10px auto 80px auto;	
}

/* 紙雛イメージ */



/* 紙雛・安藤人形店について */

#about {
	width:100%;
	margin: 0 auto;
}

#about .wrapper {
	width:850px;
	margin: 0 auto;
}

#about img {
	width:100%;
	margin: 0 auto;
}

#about .title_kyokamibina {
    background-image: url(../img/kyo_title_p.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1100px;
    height: 40px;
    margin: 0 auto 0 auto;
}

#about .title_shrine {
    background-image: url(../img/shrine_title_p.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1100px;
    height: 40px;
    margin: 140px auto 0 auto;
}

#about .title_ando {
    background-image: url(../img/ando_title_p.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1100px;
    height: 40px;
    margin: 140px auto 0 auto;
}

#about .txt {
    width: 99%;
    font-size: 14px;
    margin: 10px auto 50px auto;
    text-align: left;
    letter-spacing: 1.3px;
}

#about .midashi {
    width: 100%;
    font-size: 16px;
    margin: 15px 0 34px 0;
    text-align: center;
    letter-spacing: 2px;
}

#about .spec {
	width: 100%;
    font-size: 13px;
    margin: -5px 0 34px 0;
    text-align: left;
    letter-spacing: 0.1px;
    line-height: 21px;
}

#about .spec a {
	color:#0099cc!important;
	text-decoration: none;
}

/* 紙雛・安藤人形店について */






/* キーワード*/

#keyword {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 120px 0;
    font-size: 14px;
}


/* 汎用ヘアライン*/

#line {
	width: 100%;
	border-top:#ccc 1px solid;
	margin-right: -500%;
	margin-left: -500%;
	padding-right: 500%;
	padding-left: 500%;
}





/* フッター*/

#footer {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0 auto;
    text-align: center;
    height: 280px;
    z-index: 1;
    position: relative;
    background-color: #f7f1e8;
    background-image: url(../img/b_bg_p.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}

#footer .f_logo {
    background-image: url(../img/b_logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 214px;
    height: 75px;
    margin: 0 0 0 -107px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 55px;
}


#footer .copy {
    position: absolute;
    top: 147px;
    font-size: 13px;
    letter-spacing: 0px;
    color: #000;
    height: auto;
    left: 50%;
    margin: 0 0 0 40px;
}



/* SNSボタン */

#footer .sns {
    position: absolute;
    top: 137px;
    left: 50%;
    margin: 0 0 0 -330px;
}


#footer .sns .logo_net {
	float:left;
	width:280px;
	height:80px;
	margin-top:16px;
}

#footer .sns .logo_net img {
	width:201px;
	height:55px;
}

#footer .sns .logo_sns {
	float:left;
	width:280px;
	height:55px;
}

.snsb {
	position: relative;
}

.snsb ul {
   position: relative;
    left: 75%;
	float: left;
	margin-left:25px;
}

.snsb li {
	position: relative;
	float: left;
	left: -50%;
	margin-right: 10px;
	list-style:none;
}

.snsb iframe {
	margin: 0 !important;
}



}

/* PC用 ここまで */











































/* TABLET用 ここから */

@media screen and (min-width: 641px) and (max-width: 768px) {



/* ナビゲーションボタン各種 */

#cart_btn {
    z-index: 100;
    right: 6px;
    top: 3px;
    background-image: url(../img/cart_btn_s.png?1);
    background-size: cover;
    position: fixed;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
}


#netshop_btn {
    z-index: 60;
    left: 20px;
    bottom: 20px;
    background-image: url(../img/netshop_btn_t.png);
    background-size: cover;
    height: 46px;
    position: fixed;
    width: 164px;
    background-repeat: no-repeat;
}

#pagetop_btn {
    z-index: 60;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -22px;
    background-image: url(../img/totop_p.png);
    position: fixed;
    width: 44px;
    height: 44px;
    background-size: cover;
}



/* トップエリア*/

#top_area {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 0;
	overflow: hidden;
}

#top_area {
	background-image: url(../img/main_t.jpg?1);
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
    z-index: 0;
}


#top_area .shrine {
    background-image: url(../img/shrine_p.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 320px;
    height: 200px;
    position: absolute;
    top: 25px;
    left: 24px;
    z-index: 2;
}

#top_area .logo {
    background-image: url(../img/t_logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 410px;
    height: 180px;
    position: absolute;
    top: 23%;
    left: 50%;
    margin: 0 0 0 -205px;
    z-index: 2;
}

#top_area .arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: absolute;
    background-size: cover;
    z-index: 999;
    bottom: 20px;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: 0 0 0 -35px;
    -webkit-animation: bounce1 3000ms infinite;
}

@-webkit-keyframes bounce1 {
  0%   {
    margin-bottom:0;
  }
  50% {
    margin-bottom:15px;
  }
  100% {
    margin-bottom:0;
  }
}




/* リード*/

#read {
    width: 490px;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: left;
    position: relative;
    padding: 50px 0 0 0;
}

#read .sub {
	margin: 23px auto 26px auto;
	font-size: 21px;
	text-align: center;
}


#read .midashi1 {
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
}

#read .midashi2 {
    margin: 5px auto 10px auto;
    font-size: 17px;
    text-align: center;
}

#read .midashi3 {
    margin: 8px auto 0 auto;
    font-size: 14px;
    text-align: center;
    border-top: #666 1px solid;
    border-bottom: #666 1px solid;
}


#read .midashi4 {
	margin: 9px auto 0 auto;
	font-size: 22px;
	text-align: center;
}

#read .midashi5 {
	margin: 9px auto 0 auto;
	font-size: 15px;
	text-align: center;
}



#read .tax {
	font-size: 14px;
}

#read .titlel {
	font-size: 28px;
}


#read .kl {
	font-size: 28px;
}


#read .midashi5 {
	margin: 0 auto 33px auto;
	font-size: 13px;
	text-align: center;
}


#read2 {
    width: 74%;
    padding-bottom: 90px;
    margin: 0 auto;
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 23px;
    text-align: left;
    position: relative;
}


#read2 .midashi {
	font-size: 20px;
}


#read2 .under {
	font-family: "FP-HiraMinProN-W6";
	border-bottom:#ff0000 1px solid;
	padding-bottom:2px;
}



/* 紙雛エリア */
#kyokamibina {
    width: 100%;
    margin: 0 auto;
    background: #fbf8f3;
    padding: 115px 0 0 0;
}


/* 紙雛エリア */





/* 紙雛イメージ */

#kamibina_img {
	width:94%;
	margin:0 auto 110px auto;
}

#kamibina_img img {
	width:100%;
}

#kamibina_img .txt {
    width: 99%;
    font-size: 12px;
    margin: 7px auto 38px auto;
    text-align: left;
    letter-spacing: 1px;
}

#kamibina_img .txt:last-child {
	margin:10px auto 80px auto;	
}

/* 紙雛イメージ */



/* 紙雛・安藤人形店について */

#about {
	width:100%;
	margin: 0 auto;
}

#about .wrapper {
	width:100%;
	margin: 0 auto;
}

#about img {
    width: 94%;
    margin: 0 3%;
}

#about .title_kyokamibina {
    background-image: url(../img/kyo_title_t.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 40px;
    margin: 0 auto 0 auto;
}

#about .title_shrine {
    background-image: url(../img/shrine_title_t.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 40px;
    margin: 120px auto 0 auto;
}

#about .title_ando {
    background-image: url(../img/ando_title_t.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 40px;
    margin: 140px auto 0 auto;
}

#about .txt {
    width: 93%;
    font-size: 12px;
    margin: 7px auto 34px auto;
    text-align: left;
    letter-spacing: 1px;
}

#about .midashi {
    width: 100%;
    font-size: 14px;
    margin: 0px 0 29px 0;
    text-align: center;
    letter-spacing: 1px;
}

#about .spec {
    width: 93%;
    font-size: 12px;
    margin: -5px auto 34px auto;
    text-align: left;
    letter-spacing: 0.1px;
    line-height: 18px;
}

#about .spec a {
	color:#0099cc!important;
	text-decoration: none;
}

/* 紙雛・安藤人形店について */






/* キーワード*/

#keyword {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 120px 0;
    font-size: 14px;
}


/* 汎用ヘアライン*/

#line {
	width: 100%;
	border-top:#ccc 1px solid;
	margin-right: -500%;
	margin-left: -500%;
	padding-right: 500%;
	padding-left: 500%;
}





/* フッター*/

#footer {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0 auto;
    text-align: center;
    height: 240px;
    z-index: 1;
    position: relative;
    background-color: #f7f1e8;
    background-image: url(../img/b_bg_t.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

#footer .f_logo {
    background-image: url(../img/b_logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 184px;
    height: 70px;
    margin: 0 0 0 -92px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 35px;
}


#footer .copy {
    position: absolute;
    top: 120px;
    font-size: 12px;
    letter-spacing: 0px;
    color: #000;
    height: auto;
    left: 50%;
    margin: 0 0 0 40px;
}



/* SNSボタン */

#footer .sns {
    position: absolute;
    top: 111px;
    left: 50%;
    margin: 0 0 0 -330px;
}


#footer .sns .logo_net {
	float:left;
	width:280px;
	height:80px;
	margin-top:16px;
}

#footer .sns .logo_net img {
	width:201px;
	height:55px;
}

#footer .sns .logo_sns {
	float:left;
	width:280px;
	height:55px;
}

.snsb {
	position: relative;
}

.snsb ul {
   position: relative;
    left: 75%;
	float: left;
	margin-left:25px;
}

.snsb li {
	position: relative;
	float: left;
	left: -50%;
	margin-right: 10px;
	list-style:none;
}

.snsb iframe {
	margin: 0 !important;
}


}

/* TABLET用 ここまで */











































/* SMP用 ここから */

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



/* ナビゲーションボタン各種 */

#cart_btn {
    z-index: 100;
    right: 0px;
    top: 0px;
    background-image: url(../img/cart_btn_s.png);
    background-size: cover;
    position: fixed;
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
}


#netshop_btn {
    z-index: 60;
    left: 16px;
    bottom: 2px;
    background-image: url(../img/netshop_btn_t.png);
    background-size: 100%;
    height: 46px;
    position: fixed;
    width: 135px;
    background-repeat: no-repeat;
}

#pagetop_btn {
    z-index: 60;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -17px;
    background-image: url(../img/totop_p.png);
    position: fixed;
    width: 34px;
    height: 34px;
    background-size: cover;
}



/* トップエリア*/

#top_area {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 0;
	overflow: hidden;
}

#top_area {
	background-image: url(../img/main_s.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
    z-index: 0;
}


#top_area .shrine {
    background-image: url(../img/shrine_p.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 189px;
    height: 100px;
    position: absolute;
    top: 11px;
    left: 13px;
    z-index: 2;
}

#top_area .logo {
background-image: url(../img/t_logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 86%;
    height: 200px;
    position: absolute;
    top: 17%;
    left: 50%;
    margin: 0 0 0 -43%;
    z-index: 2;
}

#top_area .arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: absolute;
    background-size: cover;
    z-index: 999;
    bottom: 20px;
    left: 50%;
    width: 66px;
    height: 66px;
    margin: 0 0 0 -33px;
    -webkit-animation: bounce1 3000ms infinite;
}

@-webkit-keyframes bounce1 {
  0%   {
    margin-bottom:0;
  }
  50% {
    margin-bottom:15px;
  }
  100% {
    margin-bottom:0;
  }
}




/* リード*/

#read {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: left;
    position: relative;
    padding: 45px 0 0 0;
}

#read .sub {
	margin: 23px auto 26px auto;
	font-size: 21px;
	text-align: center;
}


#read .midashi1 {
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
}

#read .midashi2 {
    margin: 2px auto 10px auto;
    font-size: 15px;
    text-align: center;
}

#read .midashi3 {
    margin: 8px auto 0 auto;
    font-size: 11px;
    text-align: center;
    border-top: #666 1px solid;
    border-bottom: #666 1px solid;
}


#read .midashi4 {
	margin: 9px auto 0 auto;
	font-size: 17px;
	text-align: center;
}

#read .midashi5 {
	margin: 9px auto 0 auto;
	font-size: 12px;
	text-align: center;
}



#read .tax {
	font-size: 14px;
}

#read .titlel {
	font-size: 21px;
}


#read .kl {
	font-size: 24px;
}


#read .midashi5 {
	margin: 0 auto 33px auto;
	font-size: 13px;
	text-align: center;
}


#read2 {
    width: 86%;
    padding-bottom: 90px;
    margin: 0 auto;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 21px;
    text-align: left;
    position: relative;
}


#read2 .midashi {
	font-size: 20px;
}


#read2 .under {
	font-family: "FP-HiraMinProN-W6";
	border-bottom:#ff0000 1px solid;
	padding-bottom:2px;
}



/* 紙雛エリア */
#kyokamibina {
    width: 100%;
    margin: 0 auto;
    background: #fbf8f3;
    padding: 90px 0 0 0;
}


/* 紙雛エリア */





/* 紙雛イメージ */

#kamibina_img {
	width:100%;
	margin:0 auto 75px auto;
}

#kamibina_img img {
	width:100%;
}

#kamibina_img .txt {
    width: 94%;
    font-size: 12px;
    margin: 7px auto 30px auto;
    text-align: left;
    letter-spacing: 1px;
}



/* 紙雛イメージ */



/* 紙雛・安藤人形店について */

#about {
	width:100%;
	margin: 0 auto;
}

#about .wrapper {
	width:100%;
	margin: 0 auto;
}

#about img {
    width: 100%;
    margin: 0;
}

#about .imgs {
    width: 88%;
    margin: 0 6%;
}

#about .title_kyokamibina {
    background-image: url(../img/kyo_title_s.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 40px;
    margin: 0 auto 0 auto;
}

#about .title_shrine {
    background-image: url(../img/shrine_title_s.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 40px;
    margin: 80px auto 0 auto;
}

#about .title_ando {
    background-image: url(../img/ando_title_s.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 40px;
    margin: 80px auto 0 auto;
}

#about .txt {
    width: 93%;
    font-size: 12px;
    margin: 7px auto 25px auto;
    text-align: left;
    letter-spacing: 1px;
}

#about .midashi {
    width: 94%;
    font-size: 13px;
    margin: 0px auto 20px auto;
    text-align: center;
    letter-spacing: 1px;
}

#about .spec {
    width: 93%;
    font-size: 12px;
    margin: -5px auto 34px auto;
    text-align: left;
    letter-spacing: 0.1px;
    line-height: 18px;
}

#about .spec a {
	color:#0099cc!important;
	text-decoration: none;
}

/* 紙雛・安藤人形店について */






/* キーワード*/

#keyword {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 90px 0;
    font-size: 12px;
}


/* 汎用ヘアライン*/

#line {
	width: 100%;
	border-top:#ccc 1px solid;
	margin-right: -500%;
	margin-left: -500%;
	padding-right: 500%;
	padding-left: 500%;
}





/* フッター*/

#footer {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    height: 205px;
    z-index: 1;
    position: relative;
    background-color: #f7f1e8;
    background-image: url(../img/b_bg_s.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

#footer .f_logo {
    background-image: url(../img/b_logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 46%;
    height: 100px;
    margin: 0 0 0 -23%;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 30px;
}


#footer .copy {
    position: absolute;
    top: 103px;
    font-size: 10px;
    letter-spacing: 0px;
    color: #000;
    height: auto;
    left: 50%;
    margin: 0 0 0 40px;
}



/* SNSボタン */

#footer .sns {
    position: absolute;
    top: 92px;
    left: 50%;
    margin: 0 0 0 -325px;
}


#footer .sns .logo_net {
	float:left;
	width:280px;
	height:80px;
	margin-top:16px;
}

#footer .sns .logo_net img {
	width:201px;
	height:55px;
}

#footer .sns .logo_sns {
	float:left;
	width:280px;
	height:55px;
}

.snsb {
	position: relative;
}

.snsb ul {
   position: relative;
    left: 75%;
	float: left;
	margin-left:25px;
}

.snsb li {
	position: relative;
	float: left;
	left: -50%;
	margin-right: 10px;
	list-style:none;
}

.snsb iframe {
	margin: 0 !important;
}


}

/* SMP用 ここまで */