﻿@charset "utf-8";
/* 
---------------------------------------
common
---------------------------------------
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0;}
html {
	overflow-y:scroll;
	-webkit-text-size-adjust: 100%;
}
table{border-collapse:collapse; border-spacing:0; vertical-align:top;}
img {
	max-width: 100%;
	height: auto;
	border:0;
	vertical-align:top;
}
li{list-style:none;}
area:active{outline:none;}
a{outline:none;}
a:hover img{filter: alpha(opacity=70); opacity:0.7;}
address{font-style:normal;}
h1,h2,h3,h4,h5,h6,p,th,td,table,dl,dt,dd,ul,ol,li{ font-weight:normal;}

a:link{color:#666; text-decoration:underline;}
a:visited{color:#666; text-decoration:none;}
a:hover{
	color:#666;
	text-decoration:none;
}
a:active{color:#666; text-decoration:none;}
.alnL{text-align:left;}
.alnC{text-align:center;}
.alnR{text-align:right;}

.opa70 {
  opacity: 0.7;
}
.textUnderLine{
	text-decoration: underline;
}
.no-wrap {
  white-space: nowrap;
}
/* 
---------------------------------------
フォント
---------------------------------------
*/
.font12{
	font-size: 12px;
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}
.font21{
	font-size: 21px;
}
.font28{
	font-size: 28px;
}
.font32{
	font-size: 32px;
}
.fontRed{
	color: #F00;
}
.fontPink{
	color: #EC8076;
}
.fontBrown{
	color: #963;	
}
.fontBold{
    font-weight: bold;
}
/* 
---------------------------------------
padding
---------------------------------------
*/

.pt0{padding-top:0 !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt100{padding-top:100px !important;}

.pb0{padding-bottom:0 !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb30{padding-bottom:30px !important;}
.pb50{padding-bottom:50px !important;}

.pl0{padding-left:0 !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl50{padding-left:50px !important;}

.pr0{padding-right:0 !important;}
.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr50{padding-right:50px !important;}

/* 
---------------------------------------
追従バナー
---------------------------------------
*/
.right-fixed-banner {
	position: fixed;
	bottom: 0%;
	right: 0;
	width: 60px;
	margin-right: 0%;
	font-size: 14px;
}
#rightInquiry {
    position: relative;
	width:100%;
	height: 120px;
	background: #19822f;
	writing-mode: vertical-rl;
	color:#fff;
}
#rightInquiry p{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
	white-space: nowrap;
}
#return {
    position: relative;
	width:100%;
	height: 60px;
	background: #333;
	text-align: center;
	color:#fff;
}
#return p{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.right-fixed-banner a:link{
	color:#ffffff;
	text-decoration: none;
}
.right-fixed-banner a:visited{
	color:#ffffff;
	text-decoration: none;
}
.right-fixed-banner a:hover{
	color:#ffffff;
	text-decoration: none;
	opacity: 0.7;
}
.right-fixed-banner a:active{
	color:#ffffff;
	text-decoration: none;
}

/* 
---------------------------------------
電話番号
---------------------------------------
*/
a:hover .tel-img{
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.tel-number a:link{
	color:#666;
	text-decoration: none;
}
.tel-number a:visited{
	color:#666;
	text-decoration: none;
}
.tel-number a:hover{
	color:#666;
	text-decoration: none;
}
.tel-number a:active{
	color:#666;
	text-decoration: none;
}

.tel-numberW a:link{
	color:#ffffff;
	text-decoration: none;
}
.tel-numberW a:visited{
	color:#ffffff;
	text-decoration: none;
}
.tel-numberW a:hover{
	color:#ffffff;
	text-decoration: none;
}
.tel-numberW a:active{
	color:#ffffff;
	text-decoration: none;
}

/* 
---------------------------------------
スクエアボタン
---------------------------------------
*/
/* 白色→群青 */
.btnWhiteBlue{
  position: relative;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  height: 50px;
  padding-top:22px;
  line-height: 1.5;
  display: flex;
  text-align: center;
  background: #fff;
  font-size: 20px;
}
.btnWhiteBlue-Text{
  width: 100%;
  height: 100%;
  color: #333333;
  z-index: 10;
}
.btnWhiteBlue-Text:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #004f8b;
  z-index: -1;
  transition: .5s;
  color: #fff;
}
.btnWhiteBlue-Text:hover{
  color: #fff;
}
.btnWhiteBlue-Text:hover:before{
  width: 100%;
}
/* 白色→ピンク */
.btnWhitePink{
  position: relative;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  height: 50px;
  padding-top:22px;
  line-height: 1.5;
  display: flex;
  text-align: center;
  background: #fff;
  font-size: 20px;
}
.btnWhitePink-Text{
  width: 100%;
  height: 100%;
  color: #333333;
  z-index: 10;
}
.btnWhitePink-Text:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #d1798f;
  z-index: -1;
  transition: .5s;
  color: #fff;
}
.btnWhitePink-Text:hover{
  color: #fff;
}
.btnWhitePink-Text:hover:before{
  width: 100%;
}
/* 枠ピンク白色→ピンク */
.btnWhitePink2{
  position: relative;
  border: 1px solid #d1798f;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  height: 50px;
  padding-top:22px;
  line-height: 1.5;
  display: flex;
  text-align: center;
  background: #fff;
  font-size: 20px;
}
.btnWhitePink2-Text{
  width: 100%;
  height: 100%;
  color: #d1798f;
  z-index: 10;
}
.btnWhitePink2-Text:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #d1798f;
  z-index: -1;
  transition: .5s;
  color: #fff;
}
.btnWhitePink2-Text:hover{
  color: #fff;
}
.btnWhitePink2-Text:hover:before{
  width: 100%;
}
/* 枠白ピンク色→白色 */
.btnPink_inquiry{
  position: relative;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  height: 50px;
  padding-top:22px;
  line-height: 1.5;
  display: flex;
  text-align: center;
  background: #d1798f;
  font-size: 20px;
}
.btnPink_inquiry-Text{
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
}
.btnPink_inquiry-Text:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  z-index: -1;
  transition: .5s;
  color: #fff;
}
.btnPink_inquiry-Text:hover{
  color: #d1798f;
}
.btnPink_inquiry-Text:hover:before{
  width: 100%;
}
/* 茶色 */
.btnBrown{
  position: relative;
  border: 1px solid #a47453;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  height: 50px;
  padding-top:22px;
  line-height: 1.5;
  display: flex;
  text-align: center;
  background: #a47453;
  font-size: 20px;
}
.btnBrown-Text{
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
}
.btnBrown-Text:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  z-index: -1;
  transition: .5s;
  color: #333;
}
.btnBrown-Text:hover{
  color: #333;
}
.btnBrown-Text:hover:before{
  width: 100%;
}
/* 
---------------------------------------
リスト
---------------------------------------
*/
.contentsCon ul li {
  position: relative;
}
.contentsCon ul li::after,
.contentsCon ul li::before {
  display: block;
  content: '';
  position: absolute;
}
.contentsCon ul li::after {
  top: .35em;
  left: -1.2em;
  width: 14px;
  height: 14px;
  background-color: #7E6666;
  border-radius: 100%;
}
.contentsCon ul li::before {
  z-index: 2;
  top: .625em;
  left: -.975em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* 
---------------------------------------
フェードイン表示
---------------------------------------
*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
.fadein2 {
  opacity : 0;
  transform: translateY(40px);
  transition: all 1s;
}
.fadein3 {
  opacity : 0;
  transform: translateY(60px);
  transition: all 1s;
}
.fadein4 {
  opacity : 0;
  transform: translateY(80px);
  transition: all 1s;
}
.fadein5 {
  opacity : 0;
  transform: translateY(100px);
  transition: all 1s;
}
.fadein6 {
  opacity : 0;
  transform: translateY(120px);
  transition: all 1s;
}
.fadein7 {
  opacity : 0;
  transform: translateY(140px);
  transition: all 1s;
}

/* 
---------------------------------------
左右フェードイン
---------------------------------------
*/
/*---左から右へ--*/
.animation_boxL {
  animation-name: fadeInL;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: backwards;
}
 @keyframes fadeInL {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*---右から左へ--*/
.animation_boxR {
  animation-name: fadeInR;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: backwards;
}
 @keyframes fadeInR {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 
---------------------------------------
レスポンシブ対応　改行
---------------------------------------
*/
/*---PC時改行--*/
@media screen and (min-width:961px){
.br-pc{display:block;}
.br-tb{display:none;}
.br-sp{display:none;}
}
/*---タブレット時改行--*/
@media screen and (max-width: 960px) {
.br-pc{display:none;}
.br-tb{display:block;}
.br-sp{display:none;}
}
/*---スマホ時改行--*/
@media screen and (max-width: 767px) {
.br-pc{display:none;}
.br-tb{display:block;}
.br-sp{display:block;}
}



/* 
---------------------------------------
レスポンシブ対応 非表示
---------------------------------------
*/
@media screen and (max-width: 960px){
.noneTablet {display:none}
}
@media screen and (max-width:767px){
.noneSp {display:none}
}

/* 
---------------------------------------
レスポンシブ対応
---------------------------------------
*/
.pc	{ display:inline!important; }
.sp	{ display:none!important; }
@media screen and (max-width: 767px) {
.pc	{ display:none!important; }
.sp { display:inline!important; }
}


/* 
---------------------------------------
ボディ
---------------------------------------
*/

body {
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ W3",Arial,sans-serif;
	font-size: 15px;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	color: #333;
	_display: inline;
	_zoom:1;
}

/* 
---------------------------------------
メイン
---------------------------------------
*/
#main{
	width: 100%;
	height: auto;
    margin-right: 0%;
    margin-left: 0%;
	overflow: hidden;
}


/* 
---------------------------------------
ヘッダー
---------------------------------------
*/
header {
	width: 100%;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e4b4b4;
}
#headerBox {
	width: calc(100% - 5px);
    width : -webkit-calc(100% - 5px) ;
	height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content : space-between;
	-webkit-justify-content : space-between;
}
#rogoBox {
	width: 30%;
	height: 50px;
}
#menuBox {
    width: 70%;
    height: 45px;
    padding-top: 5px;
    text-align: right;
}
#menuBox .menuEn{
    text-align: center;
    padding-bottom: 2px;
	font-size: 10px;
}
/* 
---------------------------------------
着物・帯　買受いたします
---------------------------------------
*/
#kaiuke {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-image: url(../img/common/kaiuke_bg.gif);
    background-repeat: repeat;
}
#kaiukeBox {
	width: 60%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content : space-between;
	-webkit-justify-content : space-between;
}
#kaiukeBoxL{
	width: 50%;
	height: auto;
	color: #333333;
	padding-top:27px;
	font-size: 24px;
    white-space: nowrap;
	text-align: right;
}
#kaiukeBoxR{
	width: 50%;
	height: auto;
	text-align: left;
}
/* 
---------------------------------------
お問い合わせ
---------------------------------------
*/
#footerInquiry {
	width: 100%;
	height: auto;
    background-color: #d1798f;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    text-align: center;
    border-top: 1px solid #FFFFFF;
}
#footerInquiryBox {
	width: 50%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
    margin-top: 30px;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content : space-between;
	-webkit-justify-content : space-between;
}
#footerInquiryBoxL{
	width: 50%;
	height: auto;
    padding-top: 15px;
    white-space: nowrap;
	line-height: 200%;	
}
#footerInquiryBoxR{
	width: 50%;
	height: auto;
}

/* 
---------------------------------------
フッター住所
---------------------------------------
*/

footer {
	width: 100%;
	height: auto;
    padding-top: 40px;
    background-color: #ccc;
    text-align: center;
    border-top: 1px solid #FFFFFF;
    color: #666;
}
footer .line{
    width: 200px;
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #aaaaaa;
}
footer .cr{
    color: #666;
    padding-top: 30px;
    padding-bottom: 40px;
}

@media screen and (max-width : 1500px ){
/* 
---------------------------------------
着物・帯　買受いたします
---------------------------------------
*/
#kaiukeBox {
	width: 70%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content : space-between;
	-webkit-justify-content : space-between;
}
}
@media screen and (max-width: 1300px){
/* 
---------------------------------------
着物・帯　買受いたします
---------------------------------------
*/
#kaiukeBox {
	width: 80%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content : space-between;
	-webkit-justify-content : space-between;
}
}


@media screen and (max-width: 1100px){
/* 
---------------------------------------
お問い合わせ
---------------------------------------
*/
#footerInquiryBox {
	width: 60%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
    margin-top: 30px;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content : space-between;
	-webkit-justify-content : space-between;
}
}

@media screen and (max-width: 960px){
/* 
---------------------------------------
スクエアボタン
---------------------------------------
*/
/* 白色→ピンク */
.btnWhitePink{
  position: relative;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  height: 30px;
  padding-top:10px;
  line-height: 1.5;
  display: flex;
  text-align: center;
  background: #fff;
  font-size: 16px;
}

/* 枠白ピンク色→白色 */
.btnPink_inquiry{
  position: relative;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  height: 30px;
  padding-top:10px;
  line-height: 1.5;
  display: flex;
  text-align: center;
  background: #d1798f;
  font-size: 16px;
}
/* 茶色 */
.btnBrown{
  position: relative;
  border: 1px solid #a47453;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  height: 30px;
  padding-top:10px;
  line-height: 1.5;
  display: flex;
  text-align: center;
  background: #a47453;
  font-size: 16px;
}

/* 
---------------------------------------
return画像
---------------------------------------
*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 4;
}

/* 
---------------------------------------
メイン
---------------------------------------
*/
#main{
	width: 100%;
	height: auto;
}

/* 
---------------------------------------
ヘッダー
---------------------------------------
*/
header {
	width: 100%;
	height: 52px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e4b4b4;
}
#headerBox {
	width: calc(100% - 5px);
	width : -webkit-calc(100% - 5px) ;
	height: 52px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content : space-between;
	-webkit-justify-content : space-between;
}
#rogoBox {
	width: 100%;
	height: 52px;
}
#menuBox {
    width: 0%;
    height: 0px;
    padding-top: 5px;
    text-align: right;
}
/* 
---------------------------------------
着物・帯　買受いたします
---------------------------------------
*/
#kaiuke {
}
#kaiukeBox {
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content : space-between;
	-webkit-justify-content : space-between;
}
#kaiukeBoxL{
	width: 100%;
	height: auto;
	color: #333333;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 21px;
    white-space: nowrap;
	text-align: center;
}
#kaiukeBoxR{
	width: 100%;
	height: auto;
	text-align: center;
}
/* 
---------------------------------------
お問い合わせ
---------------------------------------
*/
#footerInquiryBox {
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
    margin-top: 20px;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content : space-between;
	-webkit-justify-content : space-between;
}
#footerInquiryBoxL{
	width: 100%;
	height: auto;
    padding-top: 0px;
    white-space: nowrap;
}
#footerInquiryBoxR{
	width: 100%;
	height: auto;
    padding-top: 10px;
}

}





/*===============================================
●画面の横幅が460px以下
===============================================*/

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


}
