@charset "utf-8";
/* CSS Document */
body{
		
		margin: 0;
	}	

.head_title {
    width: 100%;
    padding: 11px 0 15px;
    /* margin-top: 0; */
    top: 0px;
    margin: 0px 0 0 0;
     /* height: 35px; */
    text-align: center;
    background: #ededed;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    position: fixed;
    z-index: 1000000;
}
.logo{
		
		display: flex;
	    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 1000000;
    position: fixed;
    background-color: #fff;
    top: 0px;

	}			
a {
  text-decoration: none;
}

ul {
list-style: none;
}

.menu-checkbox {
display: none;
}

.drawer-menu {
    position: fixed;
    overflow-y: scroll;
    top: 65px;
    left: 0;
    right: 100%;
    width: 350px;
    height: 100%;
    transform: translateX(-100%);
    transition: all 0.5s ease-in-out 0s;
    background-color: #fff;
    z-index: 10000;
}

.drawer-menu-list {
  margin-top: 100px;
}

.drawer-menu-item-link {
    display: block;
    text-align: left;
    font-size: 20px;
    color: #000;
    margin-top: 20px;
}

.menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(0);
}

.drawer-icon {
    cursor: pointer;
    position: fixed;
    top: 25px;
    left: 15px;
    justify-content: center;
    align-items: center;
    z-index: 2000000;
    background-color: #000;
}



.drawer-icon span, .drawer-icon span:before, .drawer-icon span:after {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    border-radius: 3px;
    background-color: #939393;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
}

.drawer-icon span::before {
  bottom: 8px;
}

.drawer-icon span::after {
  top: 8px;
}

.menu-checkbox:checked ~ .drawer-icon {
    background-color: #000;
}

.menu-checkbox:checked ~ .drawer-icon span {
  background-color: rgba(255, 255, 255, 0);
}

.menu-checkbox:checked ~ .drawer-icon span::before {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #000;
}

.menu-checkbox:checked ~ .drawer-icon span::after {
  top: 0px;
  transform: rotate(45deg);
  background-color: #000;
}

.menu-background {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}

.menu-checkbox:checked ~ .menu-background {
  display: block;
  opacity: 0.5;
}

		
.logo2 {
    position: relative;
    display: flex;
    width: 100%;
    padding-top: 10px;
}		
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}		
.p-txt {
    text-align: center;
    font-size: 12px;
    position: relative;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.p-txt:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 1px black;
    border-right: solid 1px black;
    transform: rotate(45deg);
    position: absolute;
    top: 10%;
    right: 20px;
}	
.hamburger {
    position: absolute;
    left: 12px;
    top: 54px;
    width: 20px;
    height: 10px;
    cursor: pointer;
    z-index: 300;
}

.hamburger__line {
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background-color: #000;
    transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1px;
}

.hamburger__line--2 {
  top: 9px;
}

.hamburger__line--3 {
  top: 18px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  right: 100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 85%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  left: 0;
}


/* 
gray-bg(ハンバーガーメニュー解除用bg)
=================================== */
.gray-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .gray-bg {
  opacity: 0.3;
  visibility: visible;
}
/*ナビなかみ*/
	
.sample_sp_menu li {
    list-style: none;
    margin-top: 3px;
    cursor: pointer;
}	
li {
    margin: 0;
    padding: 0;
    list-style: none;
}	
.loginbtn {
    width: 50%;
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}	
#global-menu li a {
    display: block;
}
.loginbtn a {
    font-size: 15px;
    text-align: center;
}	
a:link {
    color:  #333333!important;
}	
a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}	
#global a {
    color: #343434;
    text-decoration: none;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.loginbtn {
    width: 50%;
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}	
	
p.input_l.mp_search_item3 {
    margin: 10px;
    display: flex;
}

#global-menu input[type="text"] {
    -webkit-appearance: none;
    border-radius: 0;
    padding: 4px 3px;
    margin: 0 5px;
    border: solid 1px #898989;
    font-size: 14px;
    line-height: 1;
}
#global-menu .input_l input {
    width: 84%;
    background: #fff;
}	
input, select {
    vertical-align: middle;
}	
input, textarea {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    padding: 2px;
    font-size: 12px;
}
#global-menu input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    width: 9%;
    text-shadow: none;
    margin: 0;
    background-image: url(https://bv-baby.jp/pic-labo/ico_search.png)!important;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-weight: normal;
    background: #282F60;
    font-size: 12px;
    padding: 5px 5px;
}	
#global-menu li.text, #global-menu li.keyword {
    content: none;
    border: none;
}
.sample_sp_menu {

    color: black;
    text-align: center;

}	
.sample_sp_menu li {
    list-style: none;
    margin-top: 3px;
    cursor: pointer;
}	
#global-menu .keyword ul {
    text-align: center;
    font-size: 11px;
	padding: 0 2px;
}
.sample_sp_menu ul {
    padding-inline: 0;
}	
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}	
#global-menu li.keyword > ul > li {
    display: inline-block;
    width: 30%;
    border: none;
    margin: 0 0 8px 0;
    text-align: center;
}	
#global-menu li.keyword li a {
    background: #d9e2f0;
    border-radius: 3px;
    padding: 8px 4px;
    font-size: 10px;
}	
#spNavMenu {
    background-color: #FFFFFF;
}	
.spToggleNav {
    position: relative;
    z-index: 100;
    z-index: 100;
}	
.navTitle {
    margin: 0;
    text-align: center;
    font-size: 16px;
    padding: 20px 0px 10px 0px;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
	
#spNavMenu .spToggleNav ul {
}	
#spNavMenu .spToggleNav li {
    font-size: 15px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}	
#spNavMenu .spToggleNav li {
    margin: auto;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #aaa;
    position: relative;
    padding: 0 15px;
}	
#spNavMenu .spToggleNav li a {
    display: flex;
    align-items: flex-start;
    height: 50px;
    line-height: 50px;
}#spNavMenu .spToggleNav li span img {
    height: 50px;
    padding-right: 10px;
}

#spNavMenu .spToggleNav li:after {
    content: "";
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 1px black;
    border-right: solid 1px black;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
}	
.acd-check {
    display: none;
}
.acd-label {
    margin: auto;
    border-bottom: 1px solid #aaa;
    height: 50px;
    line-height: 50px;
    display: block;
    margin-bottom: 1px;
    padding: 0 15px;
    position: relative;
    font-size: 15px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    display: flex;
}
.acd-label:after {
    content: "";
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 1px black;
    border-right: solid 1px black;
    transform: rotate(135deg);
    position: absolute;
    right: 23px;
    top: 50%;
}	
	
.acd-content {
    background: #eee;
    display: block;
    height: 0;
    opacity: 0;
    visibility: hidden;
}	
.acd-content a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    padding: 0 10px;
    border-bottom: 1px solid #aaa;
    position: relative;
}
.acd-content a:after {
    content: "";
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 1px black;
    border-right: solid 1px black;
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: 50%;
}	
img {
    max-width: 100%;
}	
.acd-label-about {
    text-align: center;
    font-size: 18px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: bold;
    margin: auto;
    border-bottom: 1px solid #aaa;
    height: 60px;
    line-height: 20px;
    display: block;
    margin-bottom: 1px;
    /* padding: 0 10px; */
    position: relative;
}
.acd-label-about:after {
    content: "";
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 1px black;
    border-right: solid 1px black;
    transform: rotate(135deg);
    position: absolute;
    right: 50%;
    top: 70%;
}	
.menu_nav_all {
    padding: 0px 0 50px;
    letter-spacing: 2px;
    text-align: left;
}	
.menu_nav {
    width: 100%;
    border-top: 1px solid #aaa;
    margin-bottom: 50px;
    overflow: hidden;
}	
.menu_nav li {
    width: 50%;
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px 0px 0px 10px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 12px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #aaa;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menu_nav li:nth-child(even) {
    border-left: 1px solid #aaa;
}	
.menu_nav li:last-child {
    width: 100%;
}		
#page {
    padding: 75px 0 0 0!important;
}
a:visited {
    color: #333333;
}
#top_header ul {
    list-style-type: disc;
    padding: 0 0px;
}
#header ul {
    list-style-type: disc;
    padding: 0 0px;
}