@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

@media only screen and ( max-width : 768px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    padding: 0 10px;
  }
}

@media print, screen and ( min-width : 767px ) {
  .sbox {
    margin-bottom: 25px;
  }
  .container {
    width: 1080px;
  }
}

.sp_nav a{
color:#555555 !important;
}
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

.logo img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}
.shop_top_img img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}


#sp_nav a:hover {
  color: #999;
}
nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
}
nav .sp_sub_menu,.mean-container .mean-nav ul ul {
  background: #bbe9e9;
  /*background-image: linear-gradient(to top, #fff 0%, #ace1fa 100%);*/
}
@media only screen and ( max-width : 768px ) {
  #sp_nav .sp_nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
	.mean-container .mean-nav ul li a.mean-expand {
	    margin-right: 0.5rem;
	}

}

@media print, screen and ( min-width : 768px ) {
  #header {
    height: 80px;
  }

  #sp_nav ul {
    position: relative;
    display: flex;
  }
  #sp_nav li {
    position: relative;
    margin-right: 1em;
  }
  #sp_nav li:last-child {
    margin-right: 0;
  }
  #sp_nav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #sp_nav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 60px;
  }
  #sp_nav .sp_sub_menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #sp_nav .sp_sub_menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #sp_nav .sp_sub_menu a:hover:after {
    content: none;
  }
  #sp_nav .sp_sub_menu li {
    display: block;
    font-size: 16px;
    padding: 0;
/*    margin: 0;*/
  }
  #sp_nav .sp_sub_menu li:last-child {
    border-bottom: none;
  }
  #sp_nav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #sp_nav ul > li:hover a,#sp_nav .current-menu-item a,#sp_nav .current-menu-parent a {
    color: #bfd0ff;
  }
  #sp_nav li:hover ul.sp_sub_menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #sp_nav li ul li:after {
    content: none;
  }
 #sp_nav li:hover ul.sp_sub_menu a {
    color: #111;
  }
  #sp_nav .sp_sub_menu li a:hover {
    background: #fff;
  }
  #sp_nav .contact_btn a:hover {
    color: #fff;
  }

	.mean-container .mean-nav ul li a.mean-expand {
	    margin-right: 2.6rem;
	}


}


/*web font */
.btn {
  display: block;
  background: #fff;
  color: #618bbe;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
}
.btn:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 5px;
}
@media only screen and ( max-width : 768px ) {
  #main {
    padding-top: 58px;
  }
  .btn {
    width: 60%;
  }
}

@media only screen and ( max-width : 480px ) {
  .btn {
    width: 100%;
  }
}

@media print, screen and ( min-width : 768px ) {
  #main {
    padding-top: 80px;
  }
  .btn {
    width: 300px;
  }
}




/*　横スクロール */
.sp_nav_yoko {
	background-color: #bbe9e9;
	overflow-x: auto;
margin:75px 0 0 0;
}
.sp_nav_yoko ul {
	list-style-type: none;
	display: flex;
	width: max-content;
	margin: 0 auto;
}
.sp_nav_yoko ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	display: inline-block;
	padding: 15px;
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
.sp_nav_yoko ul li a:hover {
	background-color: #00204E;
	color: #fff;
}

/*スクロールバー全体を表示したまま*/
.sp_nav_yoko::-webkit-scrollbar {
    height: 3px;
}
/*スクロールバーのつまみ部分*/
.sp_nav_yoko::-webkit-scrollbar-track {
/*    background-color: rgb(0, 0, 255); 20230818*/
}
/*スクロールバーの背景部分*/
.sp_nav_yoko::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 3px rgb(70,70,70);
}

/* フッターアイコン*/
#footer_menu{
	position: fixed;
	bottom:0px;
	width:100%;
	height:50px;
    background: rgba(255,255,255,0.9);
}
#footer_menu ul{
	list-style: none;
}
#footer_menu li{
	float:left;
	margin:10px;
}
#footer_menu li a{
	padding-bottom:5px;
}


/*ログイン時のアイコンカラー*/
.mem_login span{color:#ff1493;}




/******商品詳細ページ下のサイズ、価格、ボタン（inputは共通）　******/
.buy_area {
    margin: 20px auto;
    width: 100%;
}


select.option_disp_naka {
    width: 210%;
}

.contents_m select {
    padding: 10px 40px 10px 25px;
    border: 1px solid rgb(125, 125, 125);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 25px;
    -moz-box-shadow: inset 0px 0px 2px #a68664;
    -webkit-box-shadow: inset 0px 0px 2px #a68664;
    box-shadow: inset 0px 0px 2px #a68664;
    margin-bottom: 5px;
    width: 50%;
}

/******　一般ページのボタン　.back_button .page_contents_cも含む*******/

.page_contents_c input[type="submit"],.back_button input[type="button"], .contents_m button, .contents_m input[type="button"], .contents_m input[type="reset"], .contents_m input[type="submit"] {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px 20px;
    line-height: 5px;
    /* font-weight: bold; */
    cursor: pointer;
    color: #666;
    width: 84%;
    /* vertical-align: bottom; */
    position: initial !important;
    margin: 5px 10px;
    background-color: #eeeeee;
    appearance: none;
    -webkit-appearance: none;
}


/******　カートの中の商品削除と変更ボタンのサイズ　*******/

input.cart_btn_1 {
    width: 50%;
}

input.cart_btn_2 {
    width: 50%;
    margin:-2px;
}


/******　商品詳細の在庫表（中央へ寄せる）　*******/

.slide_box_naka {
    margin: 10px auto;
    text-align: initial;
    width: initial; 
}

.hyou2 {
    color: #4e454a;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}


/******　商品詳細価格の文字と上下のマージン　*******/

.price_area {
    margin-bottom: 15px;
}

.price_font_1 {
    font-size: 2.8rem !important;
    font-weight: bold;
}


/******　下向き▼のついたタイトルの上余白　*******/

.member_midashi {
    padding-top: 10px;
}


/******　会員登録の確認画面　*******/

fieldset.form-area.mem_kakunin_area .freedom-area {
    border-bottom: solid 1px #666 !important;
}



/*******************************/

