@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      style.css
 Update:         2017.6.15
 Style Info:     スタイルCSSファイル
----------------------------------------------------------- */
@font-face {
	font-family:'851-gothic';
	src:url('../font/C851gothic-Regular.ttf') format('truetype');
}
html{
	font-size: 62.5%;
}
body{
	font-size: 100%;
	font-weight: bold;
	line-height:1.4;
	font-family: '851-gothic','Yu Gothic','游ゴシック','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,"TBUD丸ゴシック R",sans-serif;
	font-size:1.5rem;
	font-weight: normal;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:none;
	background:#FFF;
	text-align:left;
	position:relative;
	word-wrap: break-word;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

a {
	text-decoration:none;
}

img {
	max-width:100%;
}

fa-heart {
	color: #E0548E;
}

/********************************************
モバイルファースト
*********************************************/
/***header***/
#header{
	width: 100%;
	padding: 0;
	top: 0;
	position: fixed;
	margin-top: 0;
	z-index: 999;
}

/* Fixed reset */
#header.fixed {
	padding-top: 0;
	background: #fff;
}
#header_inner {
	background:#fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#header.fixed #logo,
#header #logo {
	position: absolute;
	width: 200px;
	height: auto;
	left: 13px;
	top: 5px;
}

#openbtn {
    position: absolute;
	width: 50px;
    height:50px;
	cursor: pointer;
	top:2px;
	right: 5px;
}
#openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13px;
    height: 2px;
	background-color: #000;
}
#openbtn span:nth-of-type(1) {
	top:22px;	
  	width: 50%;
}

#openbtn span:nth-of-type(2) {
	top:29px;
  	width:30%;
}
#openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}
#openbtn.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
}
#cartbtn {
    position: absolute;
	width: 36px;
    height:36px;
	cursor: pointer;
	font-size: 24px;
	top: 16px;
	right: 55px;
}
#cartbtn a {
	color: #333333;
}
#global_menu {
	position: absolute;
	top: -500px;
	background: #333;
	width: 100%;
	text-align: center;
	z-index: 900;
	padding: 10px 0;
	box-sizing: border-box;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global_menu.active {
	position: fixed;
	height: 100%;
	padding-bottom: 50px;
	overflow-y: scroll;
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
#header #global_menu > ul li a,
#header.fixed #global_menu > ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 10px 0 5px;
}
#header #global_menu > ul li a span {
	line-height: 1.0;
	color: #666;
}

#global_menu ul#nav01 {
	font-size: 1.6rem;
}
#global_menu ul#nav01 li {
	text-align: center;
}
#global_menu ul#nav01 li.has-child > a {
	position: relative;
	display: inline-block !important;
	width: auto !important;
}
#global_menu ul#nav01 li.has-child > a:after {
	content: "▼";
	font-size: 1.0rem;
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: -10px;
	right: -25px;
	bottom:0;
	margin: auto;
}
#global_menu ul#nav01 li.has-child > a.open:after {
	content: "▲";
}
#global_menu ul#nav01 li span {
	display: block;
}
#global_menu ul#nav01 li .nav_child {
	display: none;
	background: #000;
	padding: 5px 20px 15px;
}
#global_menu ul#nav01 li .nav_child li {
	font-size: 80%;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid #666;
}

#global_menu #btn_sale {
	margin-top: 30px;
}
#global_menu #other_menu {
	margin: 30px 0 15px;
}
#global_menu #other_menu ul li a {
	color: #FFF;
}
#global_menu #other_menu ul.nav {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#global_menu #other_menu ul.nav.menu01 {
	position: relative;
	margin-bottom: 10px;
}
#global_menu #other_menu ul.nav.menu01:after {
	content: "";
	width: 1px;
	height: 18px;
	background: #FFF;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#global_menu #other_menu ul.nav.menu01 li {
	width: 50%;
	box-sizing: border-box;
}
#global_menu #other_menu ul.nav.menu01 li:first-child {
	text-align: right;
	padding-right: 10px;
	
}
#global_menu #other_menu ul.nav.menu01 li:last-child {
	text-align: left;
	padding-left: 10px;
}

#global_menu #other_menu ul.nav.menu02 li {
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 26px;
}
#global_menu #other_menu ul.nav.menu02 li img {
	height: 27px;
	width: auto;
}


/*Shopping Guide*/
#guide_wrap {
	margin-top: 60px;
	color: #0080cc;
	padding: 0 10px;
	font-size: 1.0rem;
	font-weight: bold;
}
#guide_wrap h2 {
    text-align: center;
    font-size: 3.2rem;
}
#guide_wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 20px;
	padding: 10px 0;
	border-top:2px solid #0080cc;
	border-bottom:2px solid #0080cc;
}
#guide_wrap ul li {
	width: 50%;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}
#guide_wrap ul li p:first-child {
	width: 107px;
	height: 68px;
	margin: 0 auto;
	margin-bottom: 5px;
}
#guide_wrap ul li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*お問い合わせについて*/
#inquiry_wrap {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 10px;
	text-align: center;
	font-family: 'Yu Gothic','游ゴシック','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,"TBUD丸ゴシック R",sans-serif;
	background: #f9f9f9;
	border-radius: 24px;
}
#inquiry_wrap h2 {
	display: inline-block;
	color: #0080cc;
	font-size: 2.0rem;
	position: relative;
	padding-left: 40px;
	box-sizing: border-box;
}
#inquiry_wrap h2:before {
	content: "";
	display: block;
	position: absolute;
	width: 35px;
	height: 35px;
	top:0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: url("../img/icon_inquiry.png") no-repeat;
	background-size: contain;
}

#inquiry_wrap > div ul {
	margin: 20px 0 10px;
	display: inline-block;
}
#inquiry_wrap > div ul li {
	text-align: left;
	margin-bottom: 5px;
}
#inquiry_wrap > div li.note {
	font-size: 80%;
	color: #929292;
	padding-left: 15px;
	position: relative;
}
#inquiry_wrap > div li.note:before {
	content: "※";
	position: absolute;
	left: 0;
}
#inquiry_wrap > div ul li span {
	display: block;
}

/*top btn*/
#page_top {
	width:45px;
	height: 80px;
	position: relative;
	margin-left:auto;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
}
#page_top p {
	color: #0080cc;
	font-size: 1.8rem;
}

/*footer*/
#footer {
	background: #0080cc;
	color:#FFF;
	padding: 15px 0 5px;
	text-align: center;
	position: relative;
	bottom: -1px;
}
#footer ul {
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#footer ul li {
	width: 50%;
	padding-right: 5px;
	box-sizing: border-box;
	position: relative;
}
#footer ul li:after {
	content: "";
	width: 1px;
	height: 15px;
	background: #FFF;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#footer ul li:nth-child(even):after {
	display: none;
}
#footer ul li a {
	color: #FFF;
	font-size: 1.2rem;
}
.search_container{
  margin: 15px 0 15px 0;
}
.search_container{
  box-sizing: border-box;
}
.search_container input[type="text"]{
  background: #ccddf5;
  border: none;
  height: 35px;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container a {
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #3879D9;
  color: #fff;
  outline: none;
  width: 3.0em;
  height: 35px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none; /* リンクの下線を消す */
}
.search_container a i {
  font-size: 18px; /* アイコンのサイズを調整 */
}
.pink-heart {
 color: #FF5B79;
}
.color-white {
 color: #FFFFFF;
}

/*モジュール ヘッダー用ニュース*/
.news-swiper-container {
  height:2.4em;
  overflow:hidden;
}
/******************************** NEWS */
.news-list {
  border-top: 1px dotted #ccc;
}
.news-list.index-news-list {
  margin-bottom: 24px; 
  width: 96%;
  margin: 0 auto 24px;
}
.news-list li {
  padding: 16px 6px;
  text-align: left;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
}

.news-list-unit * img {
  width: 100%;
}
.news-list-date {
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #fff;
  background: #222;
  padding: 0 1em;
  display: inline-block;
  height: 100%;
}
.news-list-detail {
  text-align: left;
  flex: 1;
  align-self: center;
  font-size: 14px;
}
.news-list-content {
  margin-top: 8px;
  font-size: 0.8rem;
}
.news-list-content a {
  color: #888;
}
.news-list-content::after {
  content: "…";
}
.news-more {
  text-align: right;
  margin-top: 16px;
  width: 96%;
}
.header-news-wrap {
  background:#000000;
}
.header-news-list {
  margin:0 0 0 0 !important;
  border:none;
}
.header-news-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 4px;
  border:none;
}
.header-news-list li .news-list-date {
  margin-bottom: 0;
}
.header-news-list-icon {
  background: #222;
  color: #fff;
  width: 2em;
  text-align: center;
  line-height: 2em !important;
  border-radius: 2em;
  margin-right: 0.4em;
  font-size: 14px;
}

.header-news-wrap,
.header-news-wrap a,
.header-news-wrap p {
  color: #fff;
}

/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:480px){
	
}


/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:640px){	
	/*Shopping Guide*/
	#guide_wrap h2 {
    	text-align: center;
    	font-size: 4.2rem;
	}
	#guide_wrap ul li {
		width: 25%;
	}
	
	/*お問い合わせについて*/
	#inquiry_wrap {
		width: 93%;
		padding: 20px 15px;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: center;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box; 
	}
	#inquiry_wrap h2 {
		display: block;
		width: 45%;
		text-align: left;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box; 
	}
	#inquiry_wrap > div {
		width: 55%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box; 
	}
	
	/*footer*/
	#footer ul {
		width: 600px;
		margin: 0 auto;
		padding: 10px 0;
		margin-bottom: 20px;
	}
	#footer ul li {
		width: 25%;
	}
	#footer ul li:nth-child(even):after {
		display: block;
	}
	#footer ul li:last-child:after {
		display: none;
	}
}

/********************************************
タブレット
*********************************************/
@media screen and (min-width:768px){

}

/********************************************
PC
*********************************************/
@media print, screen and (min-width: 980px) {	
	/***header***/
	#header{
		width: 100%;
		height: 70px;
		padding: 0;
		top: 0;
		position: fixed;
		margin-top: 0;
		z-index: 999;
		background: #fff;
	}
	#header_wrap {
		width: 980px;
		margin: 0 auto;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	#header_inner {
		width: 238px;
		height: 70px;
		z-index: 999;
		position: relative;
	}
	#header.fixed #logo,
	#header #logo {
		position: relative;
		width: 100%;
		left: 0;
		top: 8px;
	}
	#openbtn {
		display: none;
	}
	#cartbtn {
		display: none;
	}
	#global_menu {
		display: flex;
		height: 70px;
		position: relative;
		top: 0;
		width: 742px;
		text-align: center;
		z-index: 999;
		padding: 10px 0;
		justify-content: space-between;
		background: #FFF;
		box-sizing: border-box;
		-webkit-transition: none;
		-moz-transition: none;
		transition:none;
	}
	#header #global_menu > ul li a,
	#header.fixed #global_menu > ul li a {
		width: 100%;
		display: block;
		color: #000;
		padding: 10px 0 5px;
	}
	#header #global_menu > ul li a span {
		line-height: 1.0;
		color: #666;
		transition:color 0.3s;
	}
	#header #global_menu > ul li a:hover span {
		color: #bf0020;
	}

	#global_menu ul#nav01 {
		display: flex;
		justify-content: space-between;
		width: 420px;
		flex-wrap: nowrap;
		font-size: 1.4rem;
	}
	#global_menu ul#nav01 > li {
		width: 25%;
		text-align: center;
	}
	#global_menu ul#nav01 li > a {
		color: #000;
		font-weight: bold;
		transition:color 0.3s;
	}
	#global_menu ul#nav01 li > a:hover {
		color: #0080cc;
	}
	#global_menu ul#nav01 li.has-child > a {
		position: relative;
		display: inline-block !important;
		width: auto !important;
	}
	#global_menu ul#nav01 li.has-child > a:after {
		display: none;
	}
	#global_menu ul#nav01 li span {
		display: block;
	}
	#global_menu ul#nav01 li .nav_child {
		display: none;
		background: #000;
		padding: 5px 10px 10px;
	}
	#global_menu ul#nav01 li .nav_child li {
		font-size: 80%;
		text-align: left;
		box-sizing: border-box;
		border-bottom: 1px solid #666;
	}
	#global_menu ul#nav01 li .nav_child li a {
		color: #FFF;
		transition: color 0.3s;
	}
	#global_menu ul#nav01 li .nav_child li a:hover {
		color: #0080cc;
	}
	#global_menu #btn_sale {
		width: 110px;
		height: auto;
		margin-top: 5px;
	}
	#global_menu #other_menu {
		width: 212px;
		margin: 10px 0 5px;
		font-size: 1.0rem;
		font-weight: bold;
	}
	#global_menu #other_menu ul li a {
		color: #000;
		transition: color 0.3s;
	}
	#global_menu #other_menu ul li a:hover {
		color: #0080cc;
	}
	#global_menu #other_menu ul.nav {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	#global_menu #other_menu ul.nav.menu01 {
		position: relative;
		margin-bottom: 10px;
	}
	#global_menu #other_menu ul.nav.menu01:after {
		content: "";
		width: 1px;
		height: 18px;
		background: #000;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	#global_menu #other_menu ul.nav.menu01 li {
		width: 50%;
		box-sizing: border-box;
	}
	#global_menu #other_menu ul.nav.menu01 li:first-child {
		text-align: right;
		padding-right: 10px;

	}
	#global_menu #other_menu ul.nav.menu01 li:last-child {
		text-align: left;
		padding-left: 10px;
	}
	#global_menu #other_menu ul.nav.menu02 li {
		width: 32px;
		height: auto;
		box-sizing: border-box;
		padding: 0 5px;
		font-size: 19px;
		font-weight: normal;
	}
	#global_menu #other_menu ul.nav.menu02 li img {
		width: 32px;
		height: auto;
	}
	
	/*Shopping Guide*/
	#guide_wrap {
		padding: 0 0;
	}
	#guide_wrap ul {
		width: 960px;
		margin: 0 auto;
		padding: 20px 0;
		margin-top: 30px;
		box-sizing: border-box;
	}
	
	/*お問い合わせについて*/
	#inquiry_wrap {
		width: 940px;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 40px;
		padding: 20px 20px;
		box-sizing: border-box;
	}
	#inquiry_wrap h2 {
		display: block;
		width: 30%;
		text-align: left;
	}
	#inquiry_wrap > div {
		width: 70%;
	}
	
	/*footer*/
	#footer ul {
		width: 680px;
		margin: 0 auto;
		padding: 10px 0;
		margin-bottom: 20px;
	}
	
	/* キーワード検索 */
	.search_container{
	  margin: 5px 0 0 0;
	}
	.search_container{
	  box-sizing: border-box;
	}
	.search_container input[type="text"]{
	  width: 190px;
	  height: 35px;
	  padding-left: 10px;
	}
	.search_container input[type="text"]:focus {
	  outline: 0;
	}
	.search_container a {
	  cursor: pointer;
	  font-family: FontAwesome;
	  border: none;
	  background: #3879D9;
	  color: #fff;
	  outline: none;
	  width: 3.0em;
	  height: 35px;
	  text-align: center;
	  display: inline-flex;
	  justify-content: center;
	  align-items: center;
	  text-decoration: none; /* リンクの下線を消す */
	}
	.search_container a i {
	  font-size: 18px; /* アイコンのサイズを調整 */
	}
	/*モジュール ヘッダー用ニュース*/
  .news-swiper-container {
    height:2.4em;
    overflow:hidden;
  }

  /******************************** NEWS */
  .news-list {
    border-top: 1px dotted #ccc;
  }
  .news-list.index-news-list {
    margin-bottom: 24px;
  }
  .news-list li {
    display: flex;
    padding: 14px 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
  }
  .news-list-unit * img {
    width:100%;
  }
  .news-list-date {
    margin-right: 16px;
    font-size: 0.9rem;
    color: #fff;
    background: #222;
    padding: 0 1em;
    display: inline-block;
    height: 100%;
  }
  .news-list-detail {
    text-align: left;
    flex: 1;
    align-self: center;
  }
  .news-list-content {
    margin-top: 8px;
    font-size: 0.8rem;
  }
  .news-list-content a {
    color: #888;
  }
  .news-list-content::after {
    content: "…";
  }
  .news-more {
    text-align: right;
    margin-top: 16px;
  }
  .header-news-wrap {
    background: #000000;
    height:2.2em;
  }
  .header-news-list {
    margin: 0 auto!important;
    display: block;
    text-align: left;
    border: none;
    max-width: 1400px;
    font-size:14px;
  }
  .header-news-list li {
    display: grid;
    grid-template-columns: auto 1fr 1fr 1fr;
    padding: 4px;
    border:none;
  }
  .header-news-list li .news-list-date {
    margin-bottom: 0;
  }
  .header-news-list-icon {
    background: #222;
    color: #fff;
    width: 2em;
    text-align: center;
    line-height: 2em !important;
    border-radius: 2em;
    margin-right: 0.4em;
  }

  .header-news-wrap,
  .header-news-wrap a,
  .header-news-wrap p {
    color: #fff;
  }


}

/********************************************
タブレット　ランドスケープ
*********************************************/
@media only screen and (min-width: 1024px) {

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1051px) {

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1100px) {
	/***header***/
	#header_wrap {
		width: 1400px;
		margin: 0 auto;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	#header_inner {
		width: 248px;
		height: 70px;
		z-index: 999;
		position: relative;
	}
	#header.fixed #logo,
	#header #logo {
		position: relative;
		width: 100%;
		left: 10px;
		top: 8px;
	}
	#global_menu {
		width: 1100px;
		padding-left: 15px;
		box-sizing: border-box;
	}
	#header #global_menu > ul li a span {
		line-height: 1.0;
		color: #666;
	}

	#global_menu ul#nav01 {
		width: 400px;
	}
	#global_menu #other_menu {
		width: 212px;
		margin: 10px 0 5px;
		font-size: 1.0rem;
		font-weight: bold;
	}
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1280px) {

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1300px) {

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1400px) {
	
}