@charset "UTF-8";

body,h1,h2,h3,h4,p,ul,ol{
  margin: 0;
  padding: 0;}

ul,li {list-style: none;}

a{text-decoration: none;}

* {box-sizing: border-box;} /* paddingとborderを幅と高さに含める */

body {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  line-height: 1.8;
  color: #444;}

/* ヘッダー部分・ロゴ・サイトタイトル */
.header-box {
	padding: 20px;
	background-color: rgb(242, 235, 227);
	display: flex;
	align-items: center;}

.header_logo img {width: 400px;}

/* メインナビゲーションと検索box */
.navBox{margin-left: auto;}

.global-nav {
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;}

.global-nav ul {display: flex;}

.global-nav li a {
	margin-right: 20px;
	font-size: 16px;
	color: rgb(70, 70, 70);
	letter-spacing: 2px;
	transition: 0.5s ease;}

.global-nav li a:hover {color: #fe72aa;}

.global-nav li i{font-size: 20px;
	margin-right: 20px;}
	
.global-nav .space{margin-left: 40px;}

.search{margin-left: 0px;}

.search input[type="search"]{padding: 10px;
	outline: none;
	border: 1px solid #b6b6b6;}

.search input[type="search"]:focus{background-color: #ffd1e3;}

.search input[type="submit"]{cursor: pointer;
	padding: 5px 15px;}

/* bxslider */
.sliderBox .bxslider img{width: 100%;}


/* テキストエリア */
.text_wrapper {
	width: 1280px;
	margin: 50px auto 20px;
	text-align: center;
	font-size: 18px;
	line-height: 3;
	color: #444;}

.text_wrapper img {
	width: 300px;
	margin-bottom: 30px;}

.hrline{border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
	margin-bottom: 50px;}


	/* 商品エリア */
.pickupBox{width: 1280px;
	margin: 0 auto;}

.title {
	font-size: 24px;
	letter-spacing: 10px;
	font-family: 'Quicksand', sans-serif;}

.subtitle {
  font-size: 16px;
  letter-spacing: 4px;
  font-family: 'Quicksand', sans-serif;}

.box_wrapper {
	width: 1280px;
	margin: 20px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}

.top_box_item {
	width: 300px;
	margin-bottom: 80px;}

.top_box_item h3,.top_box_item p {
	font-size: 14px;
	font-weight: normal;
	font-family: 'Quicksand', sans-serif;}

.top_box_item a {color: #444;
	transition: 0.5s ease;}
.top_box_item a:hover {color: #fe72aa;
	opacity: 0.5;}
.top_box_item img {width: 100%;}


/* フッター */
.footer-box {
	width: 1280px;
	padding:20px 0;
	margin: 0 auto 40px;
	border-top: dotted 1px #444;
	display: flex;}

.footer_copyright {width: 300px;}

.footer_copyright p {font-size: 14px;}

.footer_logo {
	font-size: 18px;
	font-weight: bold;
	color: #fe72aa;}

.footer_navigation {margin-left: auto;}

.footer_navigation ul {display: flex;}

.footer_navigation li a {
	margin-right: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #444;}

.footer_navigation li a:hover {color: #fe72aa;}



/* 中面ページ */
.top_image img {width: 100%;}

.content {
	width: 1080px;
	margin:60px auto;
	color: #444;
	display: flex;}

.content img { 
  width: 600px;
  margin: 0 20px 20px;}

/* テキストエリア */
.content_text { 
	line-height: 2em;}

.content_text h2 {
	color: #fe72aa;
	font-size: 22px;
	font-weight: bold;}

.table {
  border-collapse: collapse;
  text-align: center;}

.th, td {
  padding: 5px;
  border: 1px solid #444;}

th {
  background-color: #b6b6b6;
  border: 1px solid #444;}

.content_wrapper {
  text-align: center;
	font-size: 18px;}

.content_wrapper hr {width: 700px;}