@charset "UTF-8";



/***************
pc-----
***************/


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@400;700&display=swap');
body {font-family: 'Noto Serif JP' ,serif;}

.onlyPC {
  display: block;
}

.onlySP {
  display: none;
}




/* intro */

.intro{
	width: 100%;
	height: auto;
}

.MV .onlyPC{
	width: 100%;
	height: auto;
	background-image: url("../../img/mv_pc02.jpg");
	background-size: cover;
	position: relative;
}

.MV .onlyPC{
	width: 100%;
	height: auto;
}



/* メインテキスト */

.intro .thanks{
	max-width: 165px;
	width: 100%;
	height: auto;
	margin: 100px auto 20px auto;
	
}


.intro .txt .main{
	margin: 0px auto 35px auto;
	width: 900px;
	text-align: center;
	height: auto;
	font-size: 23px;
		
	}

.intro .txt{
	margin: 0px auto 100px auto;
	width: 900px;
	text-align: center;
	height: auto;
	font-size: 18px;
	line-height: 34px;
}


/* セクション　ニュース */

.news{

}


/* ニュースの中身　タイトル */

.news .ttl01{
	margin: 60px auto 0px auto;
	max-width: 245px;
	width: 100%;
	height: 58px;
	
}


/* ニュースの中身　グーグルカレンダー範囲 */

.news .calendar{
	width: 100%;
	height: auto;
	background-image:url("../../img/back01.jpg");
	background-size: cover;
	display: inline-block;
	text-align: center;
}


/* ニュースの中身　グーグルカレンダー大きさ指定するところ */
#calender_inbox{
	width: 900px;
	box-sizing: border-box;
	margin: 20px auto 100px auto;	
}



/* ニュースの中身　グーグルカレンダー側*/
#calender_inbox .yotei{
	width: 100%;
	height: auto;
	}




/* ニュースの中身　twitter範囲 */

.news .twitter{
	margin-top: 20px;
	width: 100%;
	height: auto;
	background-color: white;
	display: inline-block;
	text-align: center;
	}

/* ニュースの中身　twitter大きさ指定するところ */

#twitter_inbox{
	width: 700px;
	height: auto;
	box-sizing: border-box;
	margin: 20px auto 100px auto;
	border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
	
}

/* ニュースの中身　twitter側 */
#twitter_inbox .oshirase{
	width: 100%;
	height: auto;
	
	}




/* セクション　ソート */

.sort{
}




/* セクションの中身　質預かりの流れ */

.sort .azukari{
	padding: 70px 0 80px 0;
	margin-bottom: 40px;
	width: 100%;
	height: auto;
	background-image: url("../../img/back_img_blue.jpg");
	background-repeat: repeat;
}


/* セクションの中身　タイトル */

.sort .ttl01{
	margin: 0px auto 40px auto;
	max-width: 375px;
	width: 100%;
	height: 68px;
}



/* セクションの中身　流れ */
.nagare{
	width: 900px;
	height: auto;
	margin: 0px auto 0px auto;
	display: flex;
	justify-content: space-between;
}


/* セクションの中身　イメージ */

.nagare .inbox{
	width: 280px;
	height: auto;
}


.nagare .img {
	max-width: 280px;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.nagare .setumei{
	text-align:justify;
	line-height: 19px;
	font-size: 15px;
	width: 280px;
	height: auto;
	color: white;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}



/* セクションの中身　買取の流れ */

.sort .kaitori{
	padding: 70px 0 80px 0;
	width: 100%;
	height: auto;
	background-image: url("../../img/back_img_orange.jpg");
	background-repeat: repeat;
}



/* セクション　バナー */

.bunner{
	
}


.bunner .shitimaru{
	margin: 70px auto 70px auto;
	max-width: 502px;
	width: 100%;
	height: auto;
	
}




/* セクション　店舗 */
.spec{
	width: 100%;
	height: auto;
	background-color:#B6C6E0;
	
}


/* セクションの中身　タイトル */

.spec .ttl{
	padding-top: 60px;
	margin: 60px auto 30px auto;
	max-width: 375px;
	width: 100%;
	height: auto;
}


.spec .tenpo{
	margin: 0 auto;
	padding-top: 40px;
	padding-left: 50px;
	padding-bottom: 40px;
	width: 900px;
	height: auto;
	background-color: white;
	display: flex;
	justify-content: space-between;	
}



.spec .txt{
	width: 348px;
	height: auto;
	text-align: inherit;
	line-height: 24px;
	font-size: 15px;
	
}


.tenpoPH{
	max-width: 478px;
	width: 100%;
	height: auto;
	margin: 55px 0 0 0 ;
 }



#map{
	width: 900px;
	box-sizing: border-box;
	padding-bottom: 70px;
	margin: 0 auto 30px auto;
	
}

#map .gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}


#map .gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


.copyright{
	text-align: center;
	font-size: 13px;
	padding-bottom: 30px
}

