body {
    color: #000;
    font-family: "Helvetica Neue",Helvetica,"Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

/*common*/
.black_color{
    background-color: #000000;
}
.sub_color{
    background-color: #F8F8F8 ;
}
.font-56{
    font-size: 56px;
}
.font-35{
    font-size: 35px;
}
.font-26{
    font-size: 26px;
}
.font-18{
    font-size: 18px;
}
.container{
    min-width: 98%;
}


/* header */
header{
    background-color: #000000;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
#navbarNavAltMarkup > div > a{
    /*font-weight: bold;*/
    color: white;
}
#logo{
    /*margin-left: 140px;*/
    font-size: 20px;
}

#navbarNavAltMarkup > div > a:nth-child(1){
    /*margin-left: 116px;*/
}
#navbarNavAltMarkup > div > a:nth-child(2){
    margin-left: 37px;
}
#navbarNavAltMarkup > div > a:nth-child(3){
    margin-left: 37px;
}
#navbarNavAltMarkup > div > a:nth-child(4){
    margin-left: 37px;
}
#nav_right{
    text-align: right;
}
#nav_right > div > a{
    margin-left: 28px;
}

.navbar-nav.align-content-end {
    width: 100%;
    justify-content: flex-end;
}


/* footer */
footer{
    background: #000000 no-repeat padding-box;
    color: white;
}
#copy{
    font-size: 8px;
}
@media screen and (min-width: 768px) {
footer > div > div > div:not(:first-child) {
    max-width: 220px;
}
}

/*index.php*/
#searcharea{
    background: #999999 0% 0% no-repeat padding-box;
    width: 80%;
}
#textSearchArea{
    width: 80%;
    background: #F8F8F8 0% 0% no-repeat padding-box;
}


/*index*/
.banner{
    width: 260px;
    height: 260px;
}

/* top page */
.p-top-visual {
    background-image: url(/images/top_back.png);
    height: 388px;
    margin-bottom: 42px;
    position: relative;
    padding: 0 140px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-position: center;
}

.p-top-visual__txt {
    color: #fff;
    text-shadow: 0px 0px 12px #00000083;
    max-width: 488px;
}
.p-top-visual__txt h2 {
    font-size: 42px;
    line-height: 61px;
}

.owl-stage {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
}

.owl-item {
    display: flex;
}

.p-top-contents {
    margin: 56px 140px 0;
}
.p-top-contents__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    margin-bottom: 20px;
}

.p-top-contents__title h2 {
    margin: 0;
    font-size: 42px;
}

.p-top-contents__title span {
    font-size: 24px;
}

@media screen and (max-width: 767px) {
.p-top-visual {
  padding: 0 20px;
}
.p-top-contents {
    margin: 56px 20px 0;
}
}

.u-layout-detail {
    padding: 80px 140px;
    max-width: 1280px;
    margin: 0 auto;
}

.u-layout-detail-head__categories {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.u-layout-detail-head__category {
    margin: 0;
    background: #000000;
    color: #fff;
    font-size: 16px;
    padding: 10px 38px;
    font-weight: bold;
}

.u-layout-detail-head__title {
    font-size: 32px;
    margin: 10px 0 30px;
    line-height: 1.3;
    font-weight: bold;
}

.u-layout-detail-head__kana {
    font-size: 24px;
    font-weight: bold;
    color: #999;
    margin-top: -28px;
    margin-bottom: 16px;
}

.u-layout-detail-head__info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}

.c-evalutions {
    display: flex;
    gap: 14px;
    font-size: 32px;
    color: #FFCA28;
}

.c-evalutions__value {
    margin: 0;
}

.u-layout-detail-card {
    display: flex;
    gap: 38px;
    margin-top: 28px;
}

.u-layout-detail-card__order {
    min-width: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.u-layout-detail-card__order__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 24px;
    margin-bottom: 12px;
}

.u-layout-detail-card__order__list dt {
    font-weight: normal;
}

.u-layout-detail-card__order__list dd {
    font-weight: bold;
    margin: 0;
}

.u-layout-detail-card__order__prices {
    display: flex;
    gap: 11px;
    width: 100%;
    margin-top: 8px;
}

.u-layout-detail-card__order__price {width: 100%;text-align: right;}

.u-layout-detail-card__order__price span {
    font-size: 18px;
    margin-bottom: 0px;
    display: block;
}

.u-layout-detail-card__order__price p {
    font-size: 42px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.u-layout-detail-card__order__price p small {
    font-size: 28px;
}

.u-layout-detail-card__order__buttons {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    gap: 12px;
    width: 100%;
}

.c-btn {
    border-width: 1px;
    transition: .3s;
    padding: 12px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-style: solid;
    text-decoration: none;
}

.c-btn:hover {
    opacity: 0.6;
    text-decoration: none;
}

.c-btn--black {
    color: #000;
    background: #fff;
    border-color: #000;
}

.c-btn--bold {
    border-width: 4px;
    font-weight: bold;
}

.u-layout-detail-card__order__button {
    font-size: 18px;
    padding: 15px 32px;
}

.u-layout-detail-body h2 {
    margin: 56px 0 14px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
}

.u-layout-detail-body h3 {
    margin-top: 26px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
}

.u-layout-detail-body p {
    font-size: 18px;
    line-height: 1.5;
}

.u-layout-detail-body h3.ac-parent {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
}

.u-layout-detail-body h3.ac-parent::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: #000;
}

.u-layout-detail-body h3.ac-parent::after {
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    font-weight: bold;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background: url(../images/angle-top.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.u-layout-detail-body h3.ac-parent.open::after {
    transform: translateY(-50%);
}

.u-layout-detail-body h3.ac-parent + p {
    padding-left: 34px;
    position: relative;
    display: block;
}

.u-layout-detail-body h3.ac-parent + p::before {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% + 9px);
    background: #000;
    position: absolute;
    left: 11px;
    top: -14px;
}

.c-comment-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.c-comment-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.c-comment-item__info {
    font-weight: bold;
    margin: 0;
}

.c-comment-item__body {
    margin: 0;
}

.c-comments {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.c-comments__value {
    font-size: 28px;
    font-weight: bold;
}

.c-map {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.c-map__text {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
.u-layout-detail {
    padding: 56px 20px;
}

.u-layout-detail-head__title {
    font-size: 24px;
    margin-bottom: 18px;
}

.u-layout-detail-head__kana {
    font-size: 18px;
    margin-top: -16px;
    margin-bottom: 12px;
}

.u-layout-detail-head__info {
    flex-wrap: wrap;
    gap: 20px;
}

.c-evalutions {
    font-size: 20px;
}

.c-comments__value {
    font-size: 20px;
}

.u-layout-detail-card {
    flex-direction: column;
    gap: 24px;
}

.u-layout-detail-card__order {
    min-width: unset;
}

.u-layout-detail-card__order__list {
    font-size: 18px;
}

.u-layout-detail-card__order__price span {
    font-size: 14px;
}

.u-layout-detail-card__order__price p {
    font-size: 36px;
}

.u-layout-detail-card__order__price p small {
    font-size: 22px;
}

.u-layout-detail-body h2 {
    font-size: 24px;
    margin-top: 42px;
}

.u-layout-detail-body h3 {
    margin-top: 14px;
    font-size: 14px;
}

.u-layout-detail-body p {
    font-size: 14px;
}

.u-layout-detail-card {
    margin-top: 18px;
}
}

.c-shopcard {
    display: flex;
    gap: 32px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 29px;
}

.c-shopcard img {
    max-width: 276px;
}

.c-shopcard__info__categories {
    display: flex;
    gap: 12px;
}

.c-shopcard-shopcard__info__category {
    display: flex;
    margin: 0;
    font-size: 14px;
    padding: 6px 26px;
    background: #000;
    color: #fff;
    font-weight: bold;
}

.c-shopcard-shopcard__info__title {
    margin: 8px 0 0;
    font-size: 24px;
}

.c-shopcard-shopcard__info__kana {
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    margin: 0;
}

.c-shopcard .c-evalutions {
    font-size: 24px;
}

.u-layout-detail-shopdetail {
    font-size: 18px;
}

.u-layout-detail-shopdetail th {
    color: #999;
    font-weight: bold;
    border-right: solid 2px #feeeee;
    padding: 12px 30px 12px 0px;
}

.u-layout-detail-body__button {
    max-width: 360px;
    margin-top: 25px;
}

.u-layout-detail-shopdetail td {
    padding: 12px 0 12px 30px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .c-shopcard {
    flex-direction: column-reverse;
    gap: 15px;
    margin-bottom: 18px;
}

.c-shopcard img {
    max-width: 100%;
}

.c-shopcard-shopcard__info__title {
    font-size: 20px;
}

.c-shopcard-shopcard__info__kana {
    font-size: 14px;
}

.u-layout-detail-shopdetail {
    font-size: 14px;
}

.u-layout-detail-shopdetail th {
    padding: 10px 24px 10px 0;
}

.u-layout-detail-shopdetail td {
    padding: 10px 0 10px 24px;
}

.c-shopcard__info {
    width: 100%;
}
}
