@charset "utf-8";
/* ===================================================================
	base.css
=================================================================== */
body {
	color: #020202;
	font-size: 14px;
	font-family: "YakuHanJP" , "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",Meiryo, sans-serif;
	line-height: 1.7;
}
img {max-width: 100%; height: auto;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
a, ::before , ::after {
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:hover img {
	opacity: 0.7;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.wrap {
	max-width: 1200px;
	margin: 0 auto;
}
.sp_view {display: none;}
@media screen and ( max-width:780px ){
.pc_view {display: none;}
.sp_view {display: block;}

}
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header {
	display: block;
	box-sizing: border-box;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 200px;
	z-index: 9998;
	/*修正前20230130 z-index: 10000;*/
	background: rgba(255,255,255, 0.9);
	box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.08);
	padding: 0px;
	-webkit-transition: all .9s;
	transition: all .9s;
}

/*↑お知らせなしheight: 150px;*/

#header.vis {
	top: 0;
}
#header .news {
	background:#000000;
	color: #FFFFFF;
	text-align: center;
	padding:10px;
}
#header .logo {
	float: left;
	padding-top: 14px;
}
#header .logo img {
	width: 180px;
}
#header #inner {
	position: relative;
	margin:0 auto 50px auto;
	width:1100px;
}
#globalNav_sub ul {
    position: absolute;
    top: 8px;
    right: 0px;
    background: #4e4e4e;
    border-radius: 3px 3px;
    padding: 4px 10px ;
}
#globalNav_sub ul li {
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	line-height: 1.5;
}
#globalNav_sub ul li a:hover {
	color:#B1B1B1;
}
#globalNav_sub ul li:first-child {
	background: url("../img/m_login.png") no-repeat;
	padding-left:20px;
}
#globalNav_sub ul li:nth-child(2){
	background: url("../img/m_cart.png") no-repeat;
	padding-left:20px;
}
#globalNav ul {
	float: right;
	margin-top: 52px;

}
#globalNav ul li {
	display: inline-block;
	padding: 0 20px;
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
}
#globalNav ul li:nth-last-child(1){
	padding: 0 0 0 20px;
}
#globalNav ul li span {
	display: block;
	font-family: 'Optima';
}
#globalNav ul li a{
	color: #161414;
}
#globalNav ul li a:hover {
	color: #258999;
}
#triggerNavi {
	display: none;
}

@media screen and ( max-width: 1100px ){
#header #inner {
	width:100%;
}
#triggerNavi {
	display: none;
}
#triggerNavi + label {
	display: block;
	width: 21px;
	height: 18px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin: 20px 0 0;
	cursor: pointer;
	z-index: 1000002;
}
#triggerNavi + label b {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #333333;
	transition: all .4s;
}
#triggerNavi + label b:nth-of-type(1) {top: 0;}
#triggerNavi + label b:nth-of-type(2) {top: 8px;}
#triggerNavi + label b:nth-of-type(3) {bottom: 0;}
#triggerNavi:checked + label b:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}
#triggerNavi:checked + label b:nth-of-type(2) {
	opacity: 0;
}
#triggerNavi:checked + label b:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}
#drawerMenu {
	display: none;
	opacity: 0;
	position: fixed;
	top: 130px;
	right:0px;
	z-index: 120;
	width: 300px;
	height: 100%;
	background: rgba(247,247,247,0.95);
	-webkit-transition: all .5s;
	transition: all .5s;
}
#triggerNavi:checked + label + #drawerMenu {
	display: block;
	opacity: 1;
}
#globalNav ul {
	float: none;
}
#globalNav ul li {
	display: block;
	text-align: left;
	border-top: solid 1px #B7B7B7;
	border-bottom: solid 1px #B7B7B7;
}
#globalNav ul li a {
	box-sizing: border-box;
	width: 100%;
	display: block;
	padding: 25px 10px;
	color:#258999;
}
#globalNav ul li a:hover {
}
#globalNav ul li span {
	display: inline-block;
	margin: 0 20px 0 0;
}
}
@media screen and ( max-width: 640px ){
#header {
	height: 167px;
	padding: 0;
}
/*↑お知らせなし：height: 167px;*/	
	
	#header .logo{
		padding-top:0px;
	}
#header .logo img {
	width: 150px;
}
	#triggerNavi + label{
		margin:12px 0 0;
	}
#drawerMenu {
	top: 115px;
}

}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
	background: #ffffff;
	padding: 0 0 20px;
}
.box {
	max-width: 1100px;
	margin: 0 auto;
}
.companyAd{
	position:relative;
	border-bottom: solid 1px #dfdad7;
}
.companyAd img{
	position:absolute;
	width:120px;
	left:0;
	right:0;
	margin: -35px auto 0;
}
.companyAd p {
	text-align: center;
	padding: 70px 0 50px;
	font-size:16px;
}
.contactArea {
	background: #000000;
	padding: 30px 0 30px;
	text-align: center;
}
.contactArea dl {
	font-size: 0;
}
.contactArea dt {
	display: inline-block;
	width: 600px;
	font-size: 17px;
	
	color:#FFFFFF;
	text-align: left;
	line-height:40px;
	letter-spacing: 1px;
}
.contactArea dd {
	display: inline-block;
	max-width: 420px;
	margin: 0 auto;
	text-align: center;
}
.contactArea .tel{
	display: inline-block;
	width: 300px;
	border-left: dotted 1px #beb6b2;
	border-right: dotted 1px #beb6b2;
	padding: 0 8px 0 0;
	margin: 0 47px 0 16px;
}
.contactArea .tel img {
	width: 225px;
	margin-top: -11px;
}
.contactArea .tel a {
	pointer-events: none;
}
.contactArea .mail {
	width: 317px;
	text-align: right;
	vertical-align: top;
}
.contactArea .mail img {
	max-width: 220px;
}

/*  copyrightArea
------------------------------------ */
#footer .copyrightArea {
	padding: 15px 0;
	text-align:center;
}
#footer .copyrightArea::after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#footer .copyrightArea ul {
	display: inline-block;
}
#footer .copyrightArea ul li {
	position: relative;
	display: inline-block;
	font-size: 1rem;
	font-size: 1.1rem;
	padding: 0 6px 0 14px;
}
#footer .copyrightArea ul li::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	border-top: solid 1px #b8aea8;
	border-right: solid 1px #b8aea8;
	transform: rotate(45deg);
	margin: -3px 0 0;
}
#footer .copyrightArea ul li a {
	color: #2b2b2b;
	font-size:14px;
}
#footer .copyrightArea small {
	display: block;
	float:right;
	font-size: 0.9rem;
	text-align: center;
}

#footer .contactArea dl dd.mail a {
    display: block;
    background: #f8f7f7;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: center;
}
@media screen and ( max-width: 1100px ){
.contactArea {
	padding: 15px 15px 25px;
}
.contactArea dt {
	width: 100%;
	color:#d9d4d1;
	font-size: 13px;
	letter-spacing: normal;
	text-align: center;
}
.contactArea dd {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	text-align: center;
}
.contactArea .tel {
	width: 100%;
	max-width: 420px;
	display: block;
	border-left: none ;
	border-right: none ;
	padding: 0;
	margin: 0 auto;
}
.contactArea .tel a {
	box-sizing: border-box;
	display: block;
	border: solid 1px #b3a096;
	border-radius: 3px;
	margin: 10px auto 15px;
	padding: 20px 15px 15px;
}
.contactArea .tel img {
	max-width: 200px;
	margin-top: -10px;
}
.contactArea .mail {
	width: 100%;
}
}
@media screen and ( max-width: 800px ){
	.box img{
		
	}
.infoArea {
	padding: 0 0 20px;
}
.infoArea dl {
	width: 100%;
	padding: 0 20px;
}
.infoArea dl dt {
	margin: 20px 0 10px;
}

}
@media screen and ( max-width: 640px ){
.contactArea .tel a {
	pointer-events: auto;
}
}

/*----------------------------------------------------
	汎用
----------------------------------------------------*/
.status span {
	display: inline-block;
	box-shadow: 0px 0px 2px 0 rgba(255,255,255,1);
	border-radius: 4px;
	margin: 5px 7px 0 0;
	padding: 9px 14px;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
}
.limited {background: #bf231b;letter-spacing: 1px;}
.housou {background: #a35100;}
.noshi {background: #63a900;}

/* 640px以下 --------------------*/
@media screen and ( max-width: 640px ){
.status span {
	font-size: 13px;
}
}
/*----------------------------------------------------
	Style-pallet
----------------------------------------------------*/
/* animation ----------------------------*/
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 3;}
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 3;}
}
.fadeIn {
  -webkit-animation-name: fadeIn; animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 40%, 0);
	transform: translate3d(0, 40%, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 20%, 0);
	transform: translate3d(0, 20%, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated { opacity: 0;-webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
@media (prefers-reduced-motion) {
  .animated {-webkit-animation: unset !important; animation: unset !important; -webkit-transition: none !important; transition: none !important; }
}
/* clearfix ----------------------------*/
.clearfix:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.clearfix {
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}
/* align/flort/box --------------------*/
.alignLeft   {text-align:left}
.alignRight  {text-align:right;}
.alignCenter {text-align:center;}
.vaTop	{vertical-align:top;}
.vamiddle {vertical-align:middle;}
.vabottom {vertical-align:bottom;}
.floatRight {float:right;}
.floatLeft  {float:left;}
.clear {clear:both;}
.hide {visibility:hidden}
.delete {display:none;}
.inlineBlock {display:inline-block;}
.relative {position:relative;}
.ovHide{overflow:hidden;}


/* margin --------------------*/
.mt5  {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mb0  {margin-bottom:0px !important;}
.mb3  {margin-bottom:3px !important;}
.mb5  {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.ml3  {margin-left:3px !important;}
.ml5  {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}
.mr3  {margin-right:3px !important;}
.mr5  {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr35 {margin-right:35px !important;}
.mr40 {margin-right:40px !important;}


/* padding --------------------*/
.pt3 {padding-top: 3px !important;}
.pt5 {padding-top: 5px !important;}
.pt10{padding-top: 5px !important;}
.pt15{padding-top: 15px !important;}
.pt20{padding-top: 20px !important;}
.pt25{padding-top: 25px !important;}
.pt30{padding-top: 30px !important;}
.pt35{padding-top: 35px !important;}
.pt40{padding-top: 40px !important;}
.pt45{padding-top: 45px !important;}
.pt50{padding-top: 50px !important;}
.pr5 {padding-right: 5px !important;}
.pr10{padding-right: 10px !important;}
.pr15{padding-right: 15px !important;}
.pr20{padding-right: 20px !important;}
.pr25{padding-right: 25px !important;}
.pr30{padding-right: 30px !important;}
.pr35{padding-right: 35px !important;}
.pr40{padding-right: 40px !important;}
.pr45{padding-right: 45px !important;}
.pr50{padding-right: 50px !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb25{padding-bottom: 25px !important;}
.pb30{padding-bottom: 30px !important;}
.pb35{padding-bottom: 35px !important;}
.pb40{padding-bottom: 40px !important;}
.pb45{padding-bottom: 45px !important;}
.pb50{padding-bottom: 50px !important;}
.pl5 {padding-left: 5px !important;}
.pl10{padding-left: 10px !important;}
.pl15{padding-left: 15px !important;}
.pl20{padding-left: 20px !important;}
.pl25{padding-left: 25px !important;}
.pl30{padding-left: 30px !important;}
.pl35{padding-left: 35px !important;}
.pl40{padding-left: 40px !important;}
.pl45{padding-left: 45px !important;}
.pl50{padding-left: 50px !important;}


/*----------------------------------------------------
	modalwindow
----------------------------------------------------*/
/* モーダルCSS */
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
    width: 90%;
    max-width: 1000px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}