@charset "UTF-8";



body{
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  overflow-x: hidden;
}

.container {
	max-width: 900px;
	margin: 0 auto;
}
@media only screen and (max-width: 900px) {
.container {
	padding: 0 30px;
}
}

.paragraph {
  margin-bottom: 5%;
}



/* header
==============================================================*/

header {
  padding: 20px 0 40px;
}




/* 説明部分
==============================================================*/

h2 {
	font-size: 2.4rem;
	font-weight: normal;
  color: #b1874d;
	line-height: 1.4em;
	border-bottom: 1px solid #b1874d;
	padding-bottom: 5px;
	margin-bottom: 50px;
	position: relative;
}
@media only screen and (max-width: 480px) {
h2 {
	font-size: 1.8rem;
}
}


.catalog-thumb-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10%;
  width: 50%;
}
.catalog-thumb {
  width: 48%;
}
.catalog-thumb img {
  margin-bottom: 10px;
}
.catalog-thumb p {
  line-height: 1.4em;
}
@media only screen and (max-width: 760px) {
.catalog-thumb-wrap {
  width: 100%;
}
}



.privacy-caution {
  margin: 20px 0 50px;
}
.privacy-caution a,
.privacy-caution a:visited {
  text-decoration: underline;
  color: #1558d6;
  transition: color 0.3s;
}

.privacy-caution a:hover {
  color: #fe9a02;
}



/* footer
==============================================================*/

footer {
  border-top: 1px solid #b1874d;
  padding: 50px 0;
  margin-top: 80px;
}




/* copyright
==============================================================*/


#copyright{
	color:#b1874d;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:91.7%;*/
	letter-spacing:1px;

	/*width: 100%;*/
	text-align: center;
	/*padding: 20px 0 50px;*/
}

#copyright p {
	font-size: 1.4rem;
	line-height: 1.4em;
	/*letter-spacing: 0.05em;*/
	/*color: #fff;*/
	/*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
}
#copyright p span {
	font-family: sans-serif;
	font-size: 1.8rem;
	margin: 0 2px;
}