html, body {
  min-height: 100%;
}
body {
	background: #F6F7FA;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
}

p, a, li {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

header {
	background: #fff;
	height: 75px
}

#app {
	position: relative;
	min-height: 98vh;
}

.content.am-main-content-holder {
	padding-bottom: 60px;
}

.pc-header-menu {
	margin-top: 20px;
	text-align: right;
}

.header-left-logo {
	justify-content: flex-start;
}

.header-menu {
	list-style-type: none;
    height: 100%;
    position: relative;
}

.header-menu li {
	font-size: 16px;
    display: inline-block;
    height: 100%;
    position: relative;
    vertical-align: middle;
}

.header-menu li a {
	 padding: 10px 20px;
    display: inline-block;
    color: #000;
    font-size: 17px;
    border-right: 1px solid #EBEBEB;
}

#logo {
    width: 315px;
}

header .row.no-margin:first-child {
	height:100%;
}


form label, .card-login p {
	font-size: 14px !important;
}

p {
	line-height: 1.3
}

footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
  height: 30px;
}

.card-select-branch {
	margin-top: 100px;
}

.btn-search {
    margin-left: 5px;
}

/*container search*/
.container-search {
    width: 45%;
    height: 200px;
    margin:auto;
    margin-top: 40px;
}

.search-input-box {
    width: 100%;
    text-align:center;
}

.search-input-box input{
    width: 80%;
}

.search-p {
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

#btn-select-branch {
    border-radius: 0;
    margin-top: 10px;
    width: 70px;
}

select.select-branch,
select.select-size {
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url('../img/ic_arr_down.png');
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 21px;
    padding: 7px !important;
}

/*sidebar*/
span.ul-mother {
    border-left: 2px solid #9D9D9D;
    border-bottom: 1px solid #9D9D9D;
		margin: 65px 0 0 0;
    display: block;
    padding: 9px 0px 5px 9px;
		font-weight: bold;
		font-size: 17px;
		height: 38px;
}

#sidebar-menu {
	padding: 0 40px;
}

#sidebar-menu li a {
    display: block;
    color: #666666;
		font-size: 17px;
		margin-top: 25px;
}

.right-content {
	width: 100%;
}

.top-container {
	width: 100%;
	display: inline-grid;
	grid-template-columns: repeat(2, 50%);
	padding-right: 15px;
	margin-top: 20px;
    display: flex;
    padding-right: 15px;
}

.white-container {
	width: 100%;
    min-height: 500px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 20px 45px 45px 45px;
    border-right: 0;
    border-top-right-radius: 0;
    height: 100%;
    margin-top: 20px;
		padding-bottom: 2.5rem;
}

.search-container {
	/*width: 37%;*/
	min-width: 230px;
  position: relative;
}

.search-container i,
.search-container button {
  position: absolute;
	z-index: 1;
}

.search-container i.fa-search.search-icon{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.input-field {
	text-align: center;
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 40px;
	min-width: 230px;
}

.search-icon {
	padding: 8px;
  min-width: 35px;
  color: #666;
}

button.close-icon {
	padding: 4px;
	min-width: 35px;
	color: #666;
	border: 0;
  right: 0px;
  height: 100%;
}

.btn.close-icon:focus {
	box-shadow: none;
}

.btn-warning,
.btn-primary,
.btn-danger {
	color: #fff;
	font-size: 14px;
	height: 40px;
}

.btn-warning {
	background-color: #f2a440;
	border-color: #f2a440;
	box-shadow: none;
	color:#fff;
}

.btn-primary {
	background-color: #2254f6;
	border-color: #2254f6;
}

.btn-warning:hover {
	background-color: #f19622;
	border-color: #f19622;
	color: #fff;
}

.btn-primary:hover {
	background-color: #0031d2;
	border-color: #0031d2;
	color: #fff;
}

a.btn {
	border-radius: 0;
	margin-top: 10px;
}

.ul-title {
	margin-top: 0px !important;
}

.title {
	font-size: 17px;
	font-weight:bold;
}

footer p {
	font-size: 14px;
}

button.btn-periods {
    height: 40px;
    width: 115px;
}

a.menu-link,
p.menu-contact {line-height: 2.5;}

/*margin:please do not delete knor change settings*/
.no-margin {
	margin:0 !important;
}

.mt-30 {
    margin-top:30px !important;
}

.mt-20 {
    margin-top:20px !important;
}

.mt-10 {
    margin-top:10px !important;
}

.mt-45 {
    margin-top:45px !important;
}

.mr-10 {
    margin-right:10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}
/*padding:please do not delete knor change settings*/
.pad10 {
	padding:10px;
}

/*font-size:please do not delete knor change settings*/
.font11 {
	font-size: 11px !important
}

.f14 {
    font-size: 14px !important;
}

.f17 {
    font-size: 17px !important;
}

/*padding:please do not delete knor change settings*/
.no-padding-right {
    padding-right:0 !important;
}

/* hide link underline */
a:hover {text-decoration: none;}

/* hidden element */
.hidden {
	display: none;
}

ul.information-list {
  margin-top: 25px;
  margin-bottom: 35px;
}

.am_cart_top_btn {
	position: relative;
}

span.am_cart_nos {
    background: red;
    position: absolute;
    top: -11px;
    min-width: 23px;
    border-radius: 100%;
    padding: 0;
    font-size: 12px;
}

.button-container.am-topcont-actions {
	position: relative;
}

.cart_dialog_message {
    width: 162px;
    background: #5487CF;
    color: #fff;
    position: absolute;
    right: 0;
    z-index: 999999;
    padding: 10px;
    top: 50px;
}

.cart_dialog_message:before {
	position: absolute;
    content: '';
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 11px solid #5487CF;
    top: -10px;
    left: 13px;
}

@media screen and (max-width:1024px) {
	body {
	    background: #fff;
	}

	#logo {width: 100%;}

	.am-sidebar-container .sp-menu-x-btn {font-size: 35px;}

	.header-right-menu,
	.header-left-logo {
		align-items: center;
	    display: flex;
			justify-content: flex-end;
	}

	.header-left-logo {
		justify-content: flex-end;
	}

	.pc-header-menu {
		display: none;
	}
	.sp-header-menu {
		display: block;
	}

	.sp-header-menu #am-menu-bar{
		font-size: 10px;
	    font-weight: bold;
	    border-radius: 4px;
	    padding: 3px 3px;
	}
	.sp-header-menu #am-menu-bar i{
		font-size: 25px;
   		margin-bottom: 4px;
	}

	#main-content-bg-overlay {
	    position: fixed;
	    z-index: 2;
	    width: 100%;
	    height: 100%;
	    top: 76px;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background: #0000009e;
	    cursor: pointer;
	    display: none;
	}

	.am-main-content-holder {
		background: #fff;
    	border-top: 1px solid #cccccc;
	}

	.am-main-content-holder .am-sidebar-container {
			position: fixed;
	    right: 0;
	    z-index: 2;
	    background: #fff;
	    flex: 0 0 45%;
    	max-width: 45%;
    	height: 100%;
    	display: none;
    	padding-left: 30px;
    	padding-right: 30px;
			overflow-y: scroll;
	    overflow-x: hidden;
    	padding-bottom: 30px;
	}

	.am-main-content-holder .am-content-container {
		max-width: 100%;
    	flex: 0 0 100%;
    	padding-right: 15px !important;
	}

	.am-main-content-holder .am-content-container .white-container {
		border:0;
		padding:20px 0;
	}

	.am-sidebar-container .sp-menu-x-btn {
		display: block;
		position: absolute;
	    right: 15px;
	    z-index: 3;
	    font-size: 45px;
	}

	.am-topcont-actions {
		display: none;
	}

	ul.sp-account-menu {
		list-style: none;
		display: block;
	}

	ul.sp-account-menu li {
	    padding: 8px 0;
	    display: block;
	    font-size: 17px;
	    color: #000;
	}

	ul.sp-account-menu {
		margin-top:60px;
	}

	ul.sp-account-menu li a {
		color:#000;
	}

	#sidebar-menu {
		padding: 0;
	}

	ul#sidebar-menu span.ul-mother{
		border-left: 0;
		padding-left: 0px;
		margin: 20px 0 0 0;
	}

  .container-search {width: 75%;}
  .search-p {width:88%;}
}

@media screen and (max-width:767px) {
	.header-left-logo {
		width: 75%;
	}

	.header-right-menu {
		width: 25%
	}

	.sp-top-search-btns .am-topcont-actions,
	.sp-top-search-btns {
		display: block;
	}

	.am-main-content-holder .am-sidebar-container {
	    flex: 0 0 80;
	    max-width: 100%;
	}

	.am-sidebar-container .sp-menu-x-btn {font-size: 35px;}

	.am-head-actions,
	.search-container  {
		display: none;
	}

	ul.sp-account-menu {
	    margin-top: 0;
	}

	.sp-top-search-btns .top-container {
	    padding: 30px 50px 40px 0;
	    flex-flow: column;
	}


	.sp-top-search-btns .search-container {
		order:2;
		display: block
	}

	.sp-top-search-btns .am-topcont-actions .btn {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:480px) {
	.am-main-content-holder .am-sidebar-container {height: 89%;}

  .sp-top-search-btns .am-topcont-actions .btn-warning {width: 180px;}
	.sp-top-search-btns .am-topcont-actions .btn-primary {width: 180px;}
  .sp-top-search-btns .top-container .btn-search {width: 60px;}

	.white-container {padding: 20px;}

  .container-search {width: 100%;}
  .search-p {width: 95%;}
}

@media screen and (max-width:320px) {
	.am-main-content-holder .am-sidebar-container {height: 85%;}

  .sp-top-search-btns .am-topcont-actions .btn-warning {width: 180px;}
  .sp-top-search-btns .am-topcont-actions .btn-primary {width: 180px;}

  button.close-icon {right: 28px;}

	.input-field {
    width: 200px;
    min-width: 200px;
	}
	.white-container {padding: 20px;}
}

@media screen and (max-width: 335px) {
  .search-input-box {width: 295px;}
}
