/*
Theme Name: 株式会社カネマルv2
Theme URL: https://svncred.jp/
Description: レシピページ追加
Version: v2
Tags: 
License: GPL
License URI: 
*/
* {
    box-sizing: border-box;
    font-family: "A1明朝", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
:focus {
    outline: none;
}
textarea {
    resize: none;
}
a button {
    cursor: pointer;
}

body {
    margin: 0;
    width: 100%;
    height: 100%;
    font-feature-settings: "palt";

    background-size: 100% auto;
    background-repeat: repeat-y;
}
a,
a:hover,
a:visited,
a:active {
    color: #000;
    text-decoration: none;
}

@media only screen and (min-width:561px) {
    .pc { display: block; }
    .sp { display: none; }
}
@media only screen and (max-width:560px) {
    .sp { display: block; }
    .pc { display: none; }
}


@media only screen and (min-width:561px) {
    header {
        top: 0;
        width: 100%;
        text-align: center;
        height: 46.73vw
    }
    header div:first-of-type {
        margin-top: 18.4vw;
    }
    header div:first-of-type p {
        font-size: 1.697vw;
    }

    header div {
        width: 100%;
        text-align: center;
    }
    header h1 {
        padding: 0;
        margin: 0;
    }
    header div img {
        width: 33.842vw;
    }
    header div ul {
        margin-top: 16.4vw;
        display: inline-flex;
        flex-direction: row-reverse;
        justify-content: center;
        list-style: none;
        padding: 6.2vw 0 6.66vw 0;
        margin: 0;
        width: 100%;
    }
    header div ul li {
        padding: 0 2.0vw;
        font-size: 1.9vw;
        font-weight: 700;
        font-feature-settings: normal;
        text-orientation: upright;
        -webkit-text-orientation: upright;
        writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-align: left;
        letter-spacing: 0.2em;
    }
}
@media only screen and (max-width:560px) {
    header {
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        height: 19.28vw;
        background-color: #91425B;
    }
    header div:first-of-type {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header div:first-of-type img {
        height: 13.410vw;
    }
    main {
        margin-top: 19.28vw;
    }
}
div.sp-menu {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 1001;
    top: 19.28vw;
    background-color: #91425B;
    overflow: auto;
}
    div.sp-menu ul {
        width: 100%;
        margin-top: 16.4vw;
        display: inline-flex;
        flex-direction: column;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    div.sp-menu ul li {
        height: 15.5vw;
        padding-left: 9.82vw;
        font-size: 5.36vw;
        color: #FFF;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid transparent;
        display: flex;
        align-items: center;
        background-image: url('assets/img/sp_arrow.png');
        background-repeat: no-repeat;
        background-size: 3.0vw;
        background-position: 90vw 50%;
    }
    div.sp-menu ul li:last-child {
        border-bottom: 1px solid #FFF;
    }
    div.sp-menu ul li a {
        margin: -2vw;
        display: block;
        color: #FFF;
    }


main {
    position: relative;
}

.headline-container {
    padding: 0 26.6vw;
    width: 100%;
    text-align: center;
}
.headline-container > div {
    width: 100%;
    display: inline-block;
}
.headline-container h2 {
    font-size: 2.45vw;
}
.headline-container table {
    text-align: left;
    width: 100%;
    border-collapse:collapse;
}
.headline-container table tr {
    border-bottom: 1px solid #000;
}
.headline-container table tr:first-child {
    border-top: 1px solid #000;
}
.headline-container td.headline-date {
    width: 0%;
    font-size: 1.50vw;
    white-space: nowrap;
    padding: 0.5vw 0.66vw 0.5vw 0.66vw;
}
.headline-container td.headline-date span {
    font-family: "ヒラギノ角ゴ ProN W3", "Noto Sans JP";
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin-top: 5px;
    /*margin-bottom: 5px;*/
}
.headline-container td.headline-title {
    width: 100%;
    font-size: 1.50vw;
    padding: 0.5vw 0.66vw 0.5vw 0.66vw;
}
.headline-container td.headline-title span {
    font-family: "ヒラギノ角ゴ ProN W3", "Noto Sans JP";
    display: inline-block;
    width: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.headline-container button {
    font-family: "ヒラギノ角ゴ ProN W3", "Noto Sans JP";
    border: 0;
    border-radius: 2vw;
    padding: 0.5vw 5vw 0.65vw 5vw;
    color: white;
    font-weight: 700;
    font-size: 1.6vw;
    background-color: #91425B;
    vertical-align: text-top;
}
.headline-container div:last-child {
    margin-top: 3.33vw;
}
@media only screen and (max-width:560px) {
    .headline-container {
        padding: 0 9.74vw;
    }
    .headline-container h2 {
        font-size: 6.37vw;
    }
    .headline-container td.headline-date {
        font-size: 2.894vw;
        padding: 1.52vw 0.5vw 1.52vw 0.5vw;
    }
    .headline-container td.headline-title {
        width: 100%;
        font-size: 2.894vw;
        padding: 1.52vw 0.5vw 1.52vw 0.5vw;
    }
    .headline-container button {
        margin-top: 5vw;
        font-family: "ヒラギノ角ゴ ProN W3", "Noto Sans JP";
        border: 0;
        border-radius: 5vw;
        padding: 1.0vw 15vw 1.15vw 15vw;
        color: white;
        font-size: 3.07vw;
        background-color: #91425B;
        vertical-align: text-top;
    }
}


.fb-container {
    margin-top: 10vw;
    width: 100%;
    height: 500px;
    text-align: center;
    overflow: hidden;
}
.fb-container > div {
    width: 100%;
    display: inline-block;
}
@media only screen and (max-width:560px) {
    .fb-container div {
        width: 100%;
        /* padding: 0 9.82vw; */
        display: inline-block;
    }
}


footer {
    padding: 20vw 4.33vw 3.33vw 4.33vw; 
}
footer > hr {
    width: 100%;
}
@media only screen and (max-width:560px) {
    footer {
        padding: 15vw 0vw 3.33vw 0vw; 
    }
}

@media only screen and (min-width:561px) {
    footer > div:first-of-type {
        width: 100%;
        padding: 3.33vw 6.66vw 0 6.66vw;
        display: flex;
        justify-content: space-around;
    }
}
@media only screen and (max-width:560px) {
    footer > div {
    width: 100%;
        border-top: 1.25vw solid #91425B;
        padding: 0;
    }

    footer > div ul {
        width: 100%;
        margin-top: 16.4vw;
        display: inline-flex;
        flex-direction: column;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    footer > div ul li {
        height: 15.5vw;
        padding-left: 9.82vw;
        font-size: 5.36vw;
        color: #000;
        border-bottom: 1px solid #B5B5B6;
        border-top: 1px solid transparent;
        display: flex;
        align-items: center;
        background-image: url('assets/img/sp_arrow_bk.png');
        background-repeat: no-repeat;
        background-size: 3.0vw;
        background-position: 90vw 50%;
    }
    footer > div ul li a {
        margin-top: 1vw;
        display: block;
        color: #000;
    }

}

@media only screen and (min-width:561px) {
    footer > div div.footer-logo img {
        margin: 0 1vw;
        width: 17.6vw;
    }
}
@media only screen and (max-width:560px) {
    footer > div div.footer-logo {
        width: 100%;
        text-align: center;
        padding: 10.17vw 0;
    }
    footer > div div.footer-logo img {
        width: 63.9135vw;
    }
}


footer > div div.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer > div div.footer-links ul li {
    float: left;
    margin: 0 0 0 1.66vw;
    font-weight: bold;
    font-size: 1.30vw;
}
footer > div div.footer-links ul li:before {
    content: "│";
    padding-right: 1.0vw;
}
footer > div div.footer-links ul li:first-child:before {
    content: none;
}

footer > div div.footer-links ul li > img {
    margin: 0 1vw;

}

footer.sp ul li a {
    display: block;
}

/*********************************************************************/
.btn-return  {
    position: fixed;
    bottom: 50px;
    right: 25px;
    z-index: 10000;
    width: 73px;
    height: 73px;
}
.btn-return img {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width:560px) {
    .btn-return  {
        width: 53px;
        height: 53px;
        bottom: 25px;
    }
}

/*********************************************************************/
.title-container {
    background-color: transparent;
    position: relative;
    width: 100%;
}
.title-container > img {
    width: 100%;
    height: auto;
}
.title-container > h1 {
    position: absolute;
    /* bottom: 16.66vw; */
    /* top: -90px;
    top: -180px;
     */
    white-space: nowrap;
    font-size: 4.2vw;
    margin: 0;
    /* opacity: 0; */
    font-feature-settings: normal;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    background-color: #FFF;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 1.33vw 0px;
}
.title-container > h1.right {
    right: 21.6vw;
}
.title-container > h1.left {
    left: 21.6vw;
}
/*********************************************************************/
.pager-container {
    margin-top: 10vw;
    text-align: center;
}
.pager-container ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    font-size:0;
}
.pager-container ul li {
    font-family: "ヒラギノ角ゴ ProN W3", "Noto Sans JP";
    display: inline-block;
    color: #919A9F;
    height: 3vw;
    padding: 0 1vw;
    font-size: 2.16vw;
    border-left: 1px solid #9FA0A0;
    border-right: 1px solid transparent;
    margin: 0;
}
@media only screen and (max-width:560px) {
    .pager-container ul li {
        font-size: 4.610vw;
        padding: 0 2.5vw;
        height: 6vw;
    }
}
.pager-container ul li a,
.pager-container ul li a:hover,
.pager-container ul li a:active,
.pager-container ul li a:visited {
    font-family: "ヒラギノ角ゴ ProN W3", "Noto Sans JP";
    color: #919A9F;
}
.pager-container ul li:last-of-type {
    border-right: 1px solid #9FA0A0;
}
.pager-container ul li.active {
    background-color: #91425B;
    color: #FFF;
}
/*********************************************************************/
.article-container > div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 7.142vw;
    background-color: #91425B;

}
    .article-container select {
        width: 36.96vw;
    }
    .article-container select option {
        font-size: 3.224vw;
    }

/*********************************************************************/
.btn-menu {
    position: absolute;
    left: 5.10vw;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 25px;
  height: 21px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFF;
}
.menu-trigger span:nth-of-type(1) {
  top: 2px;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: -2px;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}


.owl-dots {
    position: absolute;
    bottom: 4vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}
.owl-theme .owl-dots .owl-dot {
    padding: 0 0.8vw !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 0.8532vw !important;
    height: 0.8532vw !important;
    background: #FFF !important;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #91425B !important;
}

@media only screen and (max-width:560px) {
    .owl-theme .owl-dots .owl-dot span {
        width: 1.60vw !important;
        height: 1.60vw !important;
        background: #FFF !important;
    }
}

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

@media only screen and (min-width:961px){.isPc{display:block;} .isSp{display:none;} .isTablet{display:none;}}
@media only screen and (max-width:960px){.isPc{display:none;} .isSp{display:none;} .isTablet{display:block;}}
@media only screen and (max-width:560px){.isPc{display:none;} .isSp{display:block;} .isTablet{display:none;}}