@charset "utf-8";
/* CSS Document */

/*----------------------------------------
トップページ
------------------------------------------*/
/* スタッフブログ */
#blog{
  width: 1000px;
  margin: 0px auto;
}
#blog h2{
  margin-bottom: 47px;
}
#blog ul{
  margin-bottom: 34px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}
#blog ul li{
  width: 322px;
  margin: 0 17px 16px 0;
}
#blog ul li p.thumb{
  height: 230px;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}
#blog ul li:nth-child(3n){
  margin: 0 0 16px 0;
}
#blog ul li p.date{
  margin-bottom: 1em;
  color: #dc143c;
}
#blog ul li p.date span{
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
#blog ul li p.date span.category{
  background-color: #ed6a23;
}
#blog ul li p.date span.area{
  background-color: #cf020c;
}
#blog ul li p.comment{
  margin: 1em 0;
  padding-top: 1em;
  border-top: dashed 1px #998675;
}
#blog ul li p.more{
  text-align: right;
}
#blog ul li p.more a{
  color: #dc143c;
}
#blog .btn{
  width: 660px;
  margin: 0 auto;
}

/* 親子無料相談会 */
#meeting{
  padding: 40px 0;
  background: url(../img/bg1.png);
}
#meeting .wrap{
  position: relative;
  height: 622px;
  background: url(../img/代表挨拶PC.jpg);
}
#meeting .wrap p.btn{
  position: absolute;
  left: 175px;
  top: 630px;
}

/*とみひろ振袖いちばん館が地域で選ばれている7つの理由*/
#point{
  padding: 79px 0 52px 0;
  background: url(../img/bg-point1.jpg), url(../img/bg-point2.jpg);
  background-position: center top, center top 474px;
  background-repeat: no-repeat, repeat;
}
#point h2{
    margin-bottom: 49px;
}
#point .box{
  margin-bottom: 19px;
  padding: 40px;
  box-shadow:        0px 0px 4px 0px rgba(0,0,0,0.2);
  -moz-box-shadow:   0px 0px 4px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 0px 4px 0px rgba(0,0,0,0.2);
  background: #FFFFFF;
}
#point .box figure{
  padding: 20px 0 41px 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
#point .box figure figcaption{
  width: 530px;
  padding-left: 10px;
}
#point .box figure figcaption p{
  margin-bottom: 1em;
}
#point .box p.text1{
  margin-bottom: 5px;
  padding: 20px 10px 0 10px;
}
#point .box p.img1{
  margin-bottom: 29px;
}
#point .box ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}
#point .box .tokuten {
    margin-top: 40px;
    margin-bottom: 40px;
}
#point .box ul li{
  margin: 0 10px 10px 0;
}
#point .box ul li:nth-child(2n){
  margin: 0 0 10px 0;
}
#point .box ul li:nth-child(15),
#point .box ul li:nth-child(16){
  margin: 0 10px 0 0;
}
#point p.btn{
  width: 680px;
  margin: 52px auto 0 auto;
}

/* 取り扱いしている振袖のご紹介 */
#introduction{
  padding: 55px 0 40px 0;
}
#introduction h2{
  margin-bottom: 39px;;
}

#introduction #about{
  height: 200px;
  padding: 20px;
  margin-bottom: 50px;
  background: url(../img/bg-introduction1.jpg);
}


#introduction #about .inner{
  padding: 10px 3.1%;
  background: rgba(255,255,255,0.96)
}

#introduction #about h3{
  margin: 20px 20px 0 20px;
}
#introduction #about p{
  margin: 20px;
}
#introduction #sale{
  margin-bottom: 40px;
  padding: 30px;
  background: url(../img/bg-sale.png);
}
#introduction #rental{
  margin-bottom: 60px;
  padding: 30px;
  background: url(../img/bg-rental.png);
}
#introduction #sale,
#introduction #rental{
  margin-bottom: 38px;
}
#introduction #sale h3,
#introduction #rental h3{
  margin-bottom: 41px;
}
#introduction #sale ul,
#introduction #rental ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  justify-content: center;
}
#introduction #sale ul li,
#introduction #rental ul li{
  padding: 2px;
  margin-right: 20px;
  background: #FFFFFF;
  width: 100%;
  max-width: 364px;
}
#introduction #sale ul li:last-child,
#introduction #rental ul li:last-child{
  margin-right: 0;
}
#introduction #sale ul li p.thumb,
#introduction #rental ul li p.thumb{
  margin: 17px 20px;
}
#introduction #sale ul li p.text1,
#introduction #rental ul li p.text1{
  margin: 0 20px 20px 20px;
}
#introduction p.btn{
  width: 680px;
  margin: 0 auto;
}

/* 振袖選びから成人式までの4Step */
#step{
  padding:  59px 0 10px 0;
  background: url(../img/bg2.png);
}
#step h2{
  margin-bottom: 42px;
}
#step .box{
  padding: 40px;
  margin-bottom: 30px;
  background: #FFFFFF
}
#step .box h3{
  margin-bottom: 35px;
}
#step .box p.img1{
  margin-bottom: 38px;
}
#step .box figure{
  margin-bottom: 27px;
  padding-bottom: 30px;
  border-bottom: dotted 1px #CCCCCC;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
#step .box figure:last-of-type{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#step .box figcaption{
  width: 440px;
}
#step .box p.text1{
  margin-bottom: 25px;
}
#step section:last-child .box{
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
#step section:last-child .box div{
  width: 590px;
}
#step section:last-child .box div p.img3{
  margin-bottom: 34px;
}

/* お客様の声 */
#voice{
  padding: 60px 0;
  background: url(../img/bg-voice.png);
}
#voice .wrap{
  width: 980px;
  padding: 2px;
  border: solid 8px #FFFFFF;
  background: #E6E6E6;
}
#voice .inner{
  padding: 40px 40px 31px 40px;
  background: #FFFFFF;
}
#voice dl{
  margin-bottom: 20px;
  padding: 30px;
  border: solid 1px #E6E6E6;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
}
#voice dl dt{
  margin-right: 30px;
}
#voice p.btn{
  width: 680px;
  margin: 60px auto 0 auto;
}

/* よくあるご質問 */
#qaa{
  width: 980px;
  margin: 58px auto 61px auto;
  padding: 2px;
  border: solid 8px #E6E6E6;
  background: #B3B3B3;
}
#qaa .inner{
  padding: 30px 30px 20px 30px;
  background: #FFFFFF;
}

#qaa .inner dl{
  border-top: dotted 1px #CCCCCC;
}
#qaa .inner dl dt{
  min-height: 45px;
  margin: 58px 0 35px 0;
  padding-left: 125px;
  color: #EC6F82;
  font-size: 18px;
  background: url(../img/icon-q.png) left 58px center no-repeat;
}
#qaa .inner dl dd{
  min-height: 45px;
  margin-bottom: 39px;
  padding-left: 125px;
  font-size: 14px;
  background: url(../img/icon-a.png) left 58px center no-repeat;
}

/* 相談会のご案内 */
#guidance{
  padding: 50px 0;
  background: url(../img/bg1.png);
}
#guidance .wrap{
  padding: 32px 40px 40px 40px;
  width: 920px;
  box-shadow:        0px 0px 4px 0px rgba(0,0,0,0.2);
  -moz-box-shadow:   0px 0px 4px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 0px 4px 0px rgba(0,0,0,0.2);
  background: #FFFFFF;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
#guidance .wrap h2{
  margin-bottom: 19px;
}
#guidance .wrap div p.text1{
  margin: 20px 0 12px 0;
}

/* 振袖いちばん館店舗一覧 */
#shop{
  padding: 70px 0;
  background: url(../img/bg-shop.png);
}
#shop ul{
  margin-bottom: 49px;
  padding: 15px 0;
  border: solid 1px #FFFFFF;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:center;
  justify-content:center;
}
#shop ul li{
  margin-right: 40px;
}
#shop ul li a{
  color: #FFFFFF;
  text-decoration: underline;
}
#shop ul li:last-child{
  margin-right: 0;
}
#shop .box{
  margin-bottom: 25px;
  padding: 25px 40px;
  background: #FFFFFF;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
#shop .box .left{
  width: 520px;
}
#shop .box .left table{
  width: 520px;
  border-top: solid 1px #C7B299;
  border-bottom: solid 1px #C7B299;
}
#shop .box .left table tr{
  border-bottom: dotted 1px #C7B299;
}
#shop .box .left table tr th{
  width: 140px;
  padding: 30px 0;
  color: #534741;
  font-size: 15px;
  background: #F2F2F2;
}
#shop .box .left table tr:nth-of-type(1) th{
  letter-spacing: 2em;
  text-indent: 2em;
}
#shop .box .left table tr:nth-of-type(2) th{
  letter-spacing: 0.8em;
  text-indent: 0.8em;
}
#shop .box .left table tr:nth-of-type(4) th{
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
#shop .box .left table tr td{
  padding: 0 25px;
  vertical-align: middle;
}
#shop .box .right{
  width: 360px;
}
#shop .box .right .gmap{
  margin-bottom: 16px;
}
