@charset "UTF-8";

/*
Theme Name: ArtShop月映_Ver.2507
Theme URI: http:
Description: 金沢市の町屋をリノベーションし、アートショップ兼ギャラリーを運営しています。
Version: 1.0
Author: MORI Design Lab.
*/

html {
    font-size: 62.5%;
}

body {
    max-width: 1200px;
    margin: 0 auto;
    color: #555;
    font-size: 1.5rem;
    font-family: arial, sans-serif;
    letter-spacing: 1px;
    line-height: 1.7;
    background-color: #333;
    -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #2a83a2;
    text-decoration: none;
}

.cf::after {
    content: "";
    display: block;
    clear: both;
}

.backcolor {
    background-color: #fff;
}

/*--スクロールwrapper--*/
.wrapper {
    background-color: #fff;
}

@media(max-width:800px) {
    .wrapper {
        padding-top: 136px;
        /*↑header高さ　スクロール分マージン*/
    }
}

@media(max-width:600px) {
    .wrapper {
        padding-top: 116px;
        /*↑header高さ　スクロール分マージン*/
    }
}

/*--header--*/
header {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 50px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 30;
}


.logo {
    width: 70px;
    height: 133px;
    background: url(./img/common/logo-brush.png) no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.logo-mark {
    position: absolute;
    top: 0;
    right: 50px;
    width: 250px;
    height: auto;
}

.logo-mark-nav {
    display: none;
}

@media(max-width:800px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 20px 30px;
        background-color: rgba(255, 255, 255, 0.9);
        border-bottom: 1px solid #D55335;
    }

    .logo {
        width: 50px;
        height: 95px;
    }

    .logo-mark {
        right: 30px;
        width: 200px;
        height: auto;
    }
}

@media(max-width:600px) {
    header {
        padding: 10px 15px;
    }

    .logo-mark {
        right: 15px;
        width: 150px;
    }
}

/*--global-nav--*/
nav {
    padding: 20px 50px 50px;
    background-color: #fff;
}
.global-nav{
    display: flex;
    justify-content: space-around;
}
.global-nav .border{
    width: 1px;
    height: 50px;
    background-color: #888;
}

.global-nav .nav-item {
    display: block;
    width: auto;
    height: auto;
    font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
    font-size: 1.6rem;
    text-align: center;
}

.global-nav .nav-item a {
    display: block;
    color: #555;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}


.global-nav .nav-item a span {
    display: block;
    margin-top: 5px;
    font-family: arial, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: #d55335;
}

.global-nav .nav-item a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px 20px 140px;
    border-bottom: 1px solid #D55335;
    background-color: rgba(255, 255, 255, 1);
    z-index: 30;
}

.nav-fixed .logo-mark-nav {
    display: block;
    position: absolute;
    top: -4px;
    left: 30px;
    width: 100px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.nav-fixed .logo-mark-nav:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.nav-fixed .global-nav .nav-item {
    width: auto;
    font-size: 1.4rem;
    border-right: none;
}

.nav-fixed .global-nav .nav-item a span {
    display: none;
}

.nav-fixed .global-nav .nav-item a:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.nav-fixed .global-nav .border{
    display: none;
}

#toggle-btn {
    display: none;
}

@media(max-width:800px) {
    nav {
        padding: 0;
    }

    .nav-fixed {
        top: -100px;
    }

    #toggle-btn {
        display: block;
        position: fixed;
        top: 136px;
        right: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 2rem;
        border: none;
        cursor: pointer;
        background-color: rgba(213, 083, 053, 0.9);
        color: #fff;
        z-index: 30;
    }

    #toggle-btn:focus {
        outline: none;
    }

    #global-nav {
        position: fixed;
        display: none;
        top: 136px;
        left: 0;
        width: 100%;
        height: auto;
        border-left: none;
        background-color: rgba(255, 255, 255, 1);
        z-index: 30;
    }

    #global-nav .nav-item:first-child {
        border-left: none;
    }
    #global-nav .border{
        display: none;
    }
    #global-nav .nav-item {
        display: block;
        width: 100%;
        height: 60px;
        line-height: 60px;
    }

    #global-nav .nav-item a span {
        display: none;
    }

    #global-nav .nav-item a:hover {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

@media(max-width:600px) {

    #toggle-btn {
        top: 116px;
    }

    #global-nav {
        top: 116px;
    }
}

/*--footer--*/
footer {
    border-top: 2px solid #f0f0f0;
}

.sub-nav {
    width: 100%;
    padding: 10px 10px 0;
    height: auto;
    list-style: none;
}

.sub-nav .sub-item a {
    float: left;
    display: inline-block;
    margin-right: 10px;
    padding: 3px 10px;
    background-color: #777;
    border: 1px solid #777;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.sub-nav .sub-item a:hover {
    background-color: transparent;
    border: 1px solid #666;
    color: #666;
}

.sub-nav .sub-item a i {
    margin-right: 5px;
}

.footer-wrapper {
    padding: 50px 0 20px;
    color: #666;
    text-align: center;
}

.footer-wrapper h2 {
    margin-bottom: 5px;
    font-size: 2rem;
}

.footer-wrapper address {
    margin-bottom: 20px;
    font-style: normal;
    font-size: 1.3rem;
}

.footer-wrapper a {
    color: #666;
}

.footer-wrapper p {
    font-size: 1.2rem;
}

.footer-wrapper p i {
    margin: 0 8px;
}

@media(max-width:600px) {
    .footer-wrapper {
        padding: 40px 0 15px;
    }

    .sub-nav .sub-item a {
        font-size: 1.3rem;
        margin-bottom: 8px;
    }
}

@media(max-width:320px) {
    .sub-nav .sub-item a {
        margin-right: 5px;
        font-size: 1.2rem;
    }
}

/*--page-top--*/
#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
}

#page-top a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #D55335;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 3rem;
    text-align: center;
    display: block;
}

/*--TOPスライドショー--*/
.head-img {
    margin-bottom: 50px;
}

.head-img img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.bx-wrapper {
    margin: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}

/*--container common--*/
.container {
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 50px;
}

.container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 60px;
    background-color: #d55335;
}

.container ul {
    list-style: none;
}

.gray {
    background-color: #f0f0f0;
}

.title-h2 {
    display: block;
    width: 100%;
    height: 35px;
    margin-bottom: 60px;
    line-height: 35px;
    font-size: 3rem;
    color: #d55335;
}

.sub-title {
    display: block;
    font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 2rem;
    color: #555;
}

@media(max-width:800px) {
    .container {
        padding: 40px;
    }
}

@media(max-width:600px) {
    .container {
        padding: 30px 15px 40px;
    }

    .container::before {
        width: 60px;
        height: 4px;
    }
}

@media(max-width:320px) {
    .sub-title {
        font-size: 1.8rem;
    }
}

/*--more-btn--*/
a.more-btn {
    display: inline-block;
    width: auto;
    height: 36px;
    line-height: 36px;
    margin-top: 20px;
    padding: 0 30px;
    border: 1px solid #666;
    border-radius: 3px;
    color: #666;
    font-weight: bold;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

a.more-btn:hover {
    background-color: #777;
    border: 1px solid #777;
    color: #fff;
}

@media(max-width:600px) {
    a.more-btn {
        width: 100%;
        text-align: center;
    }
}

@media(max-width:320px) {
    a.more-btn {
        padding: 0 15px;
        font-size: 1.3rem;
    }
}

/*--wp-pagenavi--*/
.wp-pagenavi {
    margin-top: 40px;
    font-size: 1.2rem;
    text-align: center;
}

/*--wpcf7--*/
.wpcf7 {
    font-size: 1.4rem;
    font-weight: bold;
}

.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 0;
    font-size: 1.4rem;
}

.wpcf7 input[type='submit'] {
    width: 50%;
    padding: 8px;
    border: 1px solid #D55335;
    border-radius: 0;
    background-color: #d55335;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.wpcf7 input[type='submit']:hover {
    border: 1px solid #D55335;
    background-color: #f0f0f0;
    color: #D55335;
}

@media(max-width:600px) {
    .wpcf7 input[type='submit'] {
        width: 100%;
    }
}

/*--news--*/
.news-item a {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px dotted #a0a0a0;
    color: #555;
}

.news-item h3 {
    margin-top: 5px;
}

.news-date {
    font-size: 1.4rem;
}

.news-category {
    margin-left: 10px;
    padding: 3px 10px;
    font-size: 1.3rem;
    background-color: #888;
    color: #fff;
}

.news-item a.page-url {
    display: block;
    margin: 30px 0 0;
    padding: 5px 0;
    text-align: center;
    border-bottom: none;
    border: 1px solid #2a83a2;
    border-radius: 3px;
    color: #2a83a2;
    font-weight: bold;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.news-item a.page-url:hover {
    border: 1px solid #888;
    background-color: #888;
    color: #fff;
}

/*--concept top--*/
.concept-top p {
    float: left;
    width: 55%;
    padding-right: 30px;
}

.concept-top img {
    float: right;
    width: 45%;
}

@media(max-width:800px) {
    .concept-top p {
        width: 60%;
        padding-right: 15px;
    }

    .concept-top img {
        width: 40%;
    }
}

@media(max-width:600px) {
    .concept-top p {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .concept-top img {
        float: none;
        width: 100%;
    }
}

/*--works top--*/
.works-top {
    text-align: center;
}

.works-top .works-top-text {
    float: right;
    width: 50%;
    padding-left: 30px;
}

.works-top .works-top-text a.more-btn {
    display: block;
    width: 80%;
    margin: 30px auto;
    padding: 0;
    background-color: #888;
    border: 1px solid #888;
    color: #fff;
}

.works-top .works-top-text a.more-btn:last-child {
    margin-bottom: 0;
}

.works-top .works-top-text a.more-btn:hover {
    background-color: transparent;
    border: 1px solid #666;
    color: #666;
}

.works-top img {
    float: left;
    width: 50%;
}

@media(max-width:800px) {
    .works-top .works-top-text {
        margin-top: 0;
        padding-left: 10px;
    }

    .works-top .works-top-text a.more-btn {
        width: 90%;
        margin: 20px auto;
    }
}

@media(max-width:600px) {
    .works-top .works-top-text {
        float: none;
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .works-top img {
        float: none;
        width: 90%;
    }
}

/*--exhibition top--*/
.exhibition-top .exhibition-top-text {
    float: left;
    width: 60%;
    padding-right: 30px;
}

.exhibition-top .exhibition-top-text ul {
    position: relative;
    margin-top: 20px;
}

.exhibition-top .exhibition-top-text li {
    padding: 8px;
    font-size: 1.4rem;
    border-top: 1px dotted #666;
}

.exhibition-top .exhibition-top-text li:last-child {
    border-bottom: 1px dotted #666;
}

.exhibition-top .exhibition-top-text li span {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #555;
}

.exhibition-top img {
    float: right;
    width: 40%;
}

@media(max-width:800px) {
    .exhibition-top .exhibition-top-text {
        float: left;
        width: 50%;
        margin-bottom: 30px;
        padding-right: 20px;
    }

    .exhibition-top img {
        float: right;
        width: 50%;
    }
}

@media(max-width:600px) {
    .exhibition-top .exhibition-top-text {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .exhibition-top img {
        float: none;
        width: 100%;
    }
}

/*--shop information--*/
.shop-top .shop-top-text {
    float: left;
    width: 60%;
    padding-right: 30px;
}

.shop-top .shop-top-text h3 {
    margin-bottom: 5px;
    font-size: 2rem;
}

.shop-top .shop-top-text address {
    font-style: normal;
}

.shop-top .note {
    margin-top: 20px;
}

.shop-top img {
    float: right;
    width: 40%;
}

a.mail-btn {
    display: inline-block;
    width: auto;
    margin-top: 40px;
    padding: 8px 20px;
    border: 1px solid #777;
    background-color: transparent;
    border-radius: 3px;
    color: #666;
    font-weight: bold;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

a.mail-btn:hover {
    border: 1px solid #888;
    background-color: #888;
    color: #fff;
}

@media(max-width:800px) {
    .shop-top .shop-top-text {
        padding-right: 10px;
    }
}

@media(max-width:600px) {
    .shop-top {
        text-align: center;
    }

    .shop-top .shop-top-text {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: left;
    }

    .shop-top img {
        float: none;
        width: 90%;
    }

    a.mail-btn {
        display: block;
        margin: 20px 0 30px;
        text-align: center;
    }
}

/*--concept page--*/
.concept-page {
    margin-bottom: 50px;
}

.concept-page h3 {
    font-size: 1.6rem;
}

.concept-left {
    float: left;
    width: 65%;
    padding-right: 40px;
}

.concept-left-img {
    float: right;
    width: 35%;
}

.concept-right {
    float: right;
    width: 65%;
    padding-left: 40px;
}

.concept-right-img {
    float: left;
    width: 35%;
}

.concept-left-img img,
.concept-right-img img {
    width: 100%;
    height: auto;
}

@media(max-width:800px) {
    .concept-left {
        width: 60%;
        padding-right: 20px;
    }

    .concept-left-img {
        width: 40%;
    }

    .concept-right {
        width: 60%;
        padding-left: 20px;
    }

    .concept-right-img {
        width: 40%;
    }
}

@media(max-width:600px) {
    .concept-page {
        margin-bottom: 30px;
    }

    .concept-left {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .concept-left-img {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .concept-right {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .concept-right-img {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
}

/*--archive-artist--*/
.artist-list {
    width: 100%;
    height: auto;
}

.artist-item {
    position: relative;
    float: left;
    width: 160px;
    height: 220px;
    margin: 0 18px 18px 0;
    padding-top: 5px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #D55335;
    border-radius: 0 0 3px 3px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.artist-item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #555;
}

.artist-item:hover {
    -webkit-box-shadow: 3px 3px 5px 2px rgba(100, 100, 100, 0.4);
    box-shadow: 3px 3px 5px 2px rgba(100, 100, 100, 0.4);
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.artist-item img {
    width: 150px;
    height: 150px;
}


.artist-item h3 {
    display: block;
    width: 100%;
    margin-top: 3px;
    font-weight: bold;
    text-align: center;
}

.artist-item h3 span {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    font-weight: normal;
    color: #666;
}

@media(max-width:600px) {
    .artist-item {
        margin: 0 12px 12px 0;
    }
}

@media(max-width:320px) {
    .artist-item {
        width: 140px;
        height: 200px;
        margin: 0 5px 5px 0;
    }

    .artist-item img {
        width: 130px;
        height: 130px;
    }
}

/*--single-works--*/
.WorksSingle {
    width: 100%;
    height: auto;
}

.WorksSingle .works-img {
    float: left;
    width: 56%;
    max-width: 500px;
    height: auto;
    font-size: 0;
}

.WorksSingle .works-img img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid #fff;
}

.WorksSingle .works-desc {
    float: right;
    width: 44%;
    height: auto;
    padding-left: 30px;
}

.WorksSingle a.more-btn {
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 50px 0 30px;
    padding: 0 20px;
    font-size: 1.4rem;
    text-align: center;
}

.WorksSingle a.mail-btn {
    display: block;
    margin-top: 20px;
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #777;
    border: 1px solid #777;
    color: #fff;
    text-align: center;
}

.WorksSingle a.mail-btn:hover {
    background-color: transparent;
    border: 1px solid #666;
    color: #666;
}

.soldout {
    margin: 20px 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #d55335;
}

.works-title {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 2.2rem;
    border-bottom: 1px dotted #666;
}

.works-title::before {
    content: '作品タイトル：';
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #666;
}

.artist-name {
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px dotted #666;
}

.artist-name::before {
    content: 'つくり手：';
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #666;
}

.artist-name span {
    font-size: 1.4rem;
    font-weight: normal;
}

.works-material::before {
    content: '素材：';
    font-size: 1.2rem;
    font-weight: bold;
    color: #666;
}

.works-size::before {
    content: 'サイズ：';
    font-size: 1.2rem;
    font-weight: bold;
    color: #666;
}

.works-weight::before {
    content: '重さ：';
    font-size: 1.2rem;
    font-weight: bold;
    color: #666;
}

.works-price::before {
    content: '価格：';
    font-size: 1.2rem;
    font-weight: bold;
    color: #666;
}

.price-zone {}

.price-zone::before {
    content: '価格帯：';
    font-size: 1.2rem;
    font-weight: bold;
    color: #666;
}

.price-note {
    margin-top: 10px;
}

.works-note {
    position: relative;
    display: block;
    margin: 30px 0 20px;
    padding: 8px;
    font-size: 1.3rem;
    border: 1px dotted #666;
}

.works-note span {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #666;
}

@media(max-width:600px) {
    .WorksSingle .works-img {
        float: none;
        width: 100%;
    }

    .WorksSingle .works-desc {
        float: none;
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .WorksSingle a.mail-btn {
        margin-bottom: 5px;
    }
}

/*--archive-works--*/
.WorksArchive li {
    float: left;
    margin: 2px;
}

.WorksArchive li a {
    display: block;
    width: auto;
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid #D55335;
    border-radius: 0 0 3px 3px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.WorksArchive li a:hover {
    -webkit-box-shadow: 3px 3px 5px 2px rgba(100, 100, 100, 0.4);
    box-shadow: 3px 3px 5px 2px rgba(100, 100, 100, 0.4);
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.WorksArchive-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
}

.WorksArchive-img img {
    max-width: 148px;
    max-height: 148px;
}

.WorksArchive-artist {
    display: block;
    padding: 3px 0 0;
    font-size: 1.3rem;
    color: #555;
    text-align: center;
}

.WorksArchive-ttl {
    display: block;
    width: 150px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 1rem;
    color: #888;
    text-align: center;
    overflow: hidden;
}

.WorksArchive-btn {
    margin-top: 50px;
}

.WorksArchive-btn li a {
    float: left;
    display: inline-block;
    width: auto;
    height: 36px;
    line-height: 36px;
    margin: 5px;
    padding: 0 30px;
    border: 1px solid #666;
    border-radius: 3px;
    color: #666;
    font-weight: bold;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.WorksArchive-btn li a::before {
    content: '# ';
}

.WorksArchive-btn li a:hover {
    background-color: #777;
    color: #fff;
}

@media(max-width:800px) {
    .WorksArchive-img {
        width: 130px;
        height: 130px;
    }

    .WorksArchive-img img {
        max-width: 128px;
        max-height: 128px;
    }

    .WorksArchive-ttl {
        width: 130px;
    }
}

@media(max-width:600px) {
    .WorksArchive-img {
        width: 110px;
        height: 110px;
    }

    .WorksArchive-img img {
        max-width: 108px;
        max-height: 108px;
    }

    .WorksArchive-ttl {
        width: 110px;
    }
}

@media(max-width:320px) {
    .WorksArchive-img {
        width: 90px;
        height: 90px;
    }

    .WorksArchive-img img {
        max-width: 88px;
        max-height: 88px;
    }

    .WorksArchive-ttl {
        width: 90px;
    }
}

/*--single-artist--*/
/*--profile--*/
.profile {
    margin-top: -20px;
}

.profile .pf-img {
    float: left;
    width: 20%;
}

.profile img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.profile .pf-text {
    float: left;
    width: 80%;
    height: auto;
    padding-left: 50px;
}

.pf-text h3 {
    margin-bottom: 20px;
    font-size: 2rem;
}

.pf-text h3 span {
    display: block;
    font-size: 1.6rem;
    color: #666;
}

.pf-text .website {
    display: inline-block;
    padding: 0 10px;
    font-weight: bold;
    border: 1px solid #2a83a2;
    border-radius: 2px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.profile .website:hover {
    background-color: #2a83a2;
    color: #fff;
}

.pf-text .website i {
    margin-left: 5px;
    font-size: 1.3rem;
}

.pf-text .category {
    display: inline-block;
    width: auto;
    height: 26px;
    line-height: 26px;
    margin-bottom: 15px;
    padding: 0 10px;
    background-color: #666;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}

.pf-text .pf-career {
    clear: both;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #999;
}

.pf-text .pf-career:nth-of-type(1) {
    margin-top: 50px;
}

.pf-career h4 {
    margin-bottom: 10px;
}

.pf-career dl dt {
    display: inline-block;
    float: left;
    width: 15%;
}

.pf-career dl dt::after {
    content: '年';
}

.pf-career dl dd {
    display: inline-block;
    float: left;
    width: 85%;
}

@media(max-width:800px) {
    .pf-career dl dd {
        padding-left: 20px;
    }
}

@media(max-width:600px) {
    .profile .pf-img {
        float: right;
        width: 150px;
    }

    .profile .pf-text {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .pf-career dl dt {
        width: 18%;
    }

    .pf-career dl dd {
        width: 82%;
    }
}

@media(max-width:320px) {
    .pf-career dl dt {
        width: 20%;
    }

    .pf-career dl dd {
        width: 80%;
    }
}

/*--owner-comment--*/
.owner-comment {
    margin: 50px 0 30px;
    padding: 20px;
    border: 1px solid #d55335;
    border-radius: 3px;
}

.owner-comment h4 {
    margin-bottom: 10px;
}

.owner-comment p {
    font-size: 14px;
}

/*--works--*/


.artist-works {
    margin-top: 30px;
}

.artist-works li a {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    margin: 2px;
    background-color: #fff;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.artist-works li a:hover {
    -webkit-box-shadow: 3px 3px 5px 2px rgba(100, 100, 100, 0.4);
    box-shadow: 3px 3px 5px 2px rgba(100, 100, 100, 0.4);
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.artist-works li a img {
    max-width: 148px;
    max-height: 148px;
}

.works-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding: 10px 0 10px 10px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.works-list-h3 {
    margin: 50px 0 5px;
    font-size: 1.4rem;
}

.works-list li a {
    font-size: 1.3rem;
    color: #555;
}

.works-list li a i {
    margin-right: 3px;
    font-size: 1rem;
}

.artsy a {
    display: block;
    margin-top: 30px;
    color: #555;
    font-size: 1.4rem;
}

.artsy img {
    width: 100px;
    height: auto;
    margin-right: 10px;
    opacity: 0.7;
}

.artsy span {
    vertical-align: top;
}

@media(max-width:800px) {
    .artist-works li a {
        width: 130px;
        height: 130px;
    }

    .artist-works li a img {
        max-width: 128px;
        max-height: 128px;
    }

    .works-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media(max-width:600px) {
    .artist-works li a {
        width: 110px;
        height: 110px;
    }

    .artist-works li a img {
        max-width: 108px;
        max-height: 108px;
    }
}

@media(max-width:320px) {
    .artist-works li a {
        width: 90px;
        height: 90px;
    }

    .artist-works li a img {
        max-width: 88px;
        max-height: 88px;
    }
}

/*--ページ内リンクマージン調整--*/
#anchor-profile {
    position: absolute;
    display: inline-block;
    padding-top: 105px;
    margin-top: -105px;
}

#anchor-works {
    position: absolute;
    display: inline-block;
    padding-top: 400px;
    margin-top: -400px;
}

@media(max-width:800px) {
    #anchor-profile {
        padding-top: 176px;
        margin-top: -176px;
    }
}

@media(max-width:600px) {
    #anchor-profile {
        padding-top: 146px;
        margin-top: -146px;
    }
}

/*--exhibition--*/
.gyallery-link {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #888;
    border-radius: 3px;
    font-size: 1.3rem;
}

.gyallery-link a {
    display: block;
    margin-top: 5px;
    font-size: 1.4rem;
    font-weight: bold;
}

.exhi-item {
    padding: 30px 0;
    border-top: 1px dotted #555;
}

.exhi-item:last-child {
    border-bottom: 1px dotted #555;
}

.exhi-desc {
    float: left;
    width: 60%;
    padding-right: 20px;
}

.exhi-img {
    float: right;
    width: 40%;
    text-align: right;
}

.exhi-img img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.exhi-title {
    font-size: 2rem;
}

.introduction {
    margin: 20px 0;
}

.address {
    margin: 20px 0;
    font-size: 1.4rem;
    font-weight: bold;
}

.link {
    margin: 20px 0;
}

.link a.more-btn {
    margin: 0 0 5px;
    background-color: #777;
    border: 1px solid #777;
    color: #fff;
}

.link a.more-btn:hover {
    background-color: transparent;
    border: 1px solid #666;
    color: #666;
}

.artist-page li a.more-btn {
    float: left;
    margin: 5px 5px 5px 0;
}

@media(max-width:600px) {
    .exhi-desc {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .exhi-img {
        float: none;
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
}

/*--artist Story-single--*/
.story-header {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background-color: #fff;
    border-top: 4px solid #D55335;
}

.story-header-desc {
    float: right;
    width: 80%;
    height: auto;
    margin-top: 30px;
    padding-left: 30px;
}

.story-header img {
    float: left;
    display: block;
    width: 20%;
    height: auto;
    max-width: 200px;
    max-height: 200px;
}

.story-category {
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 10px;
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #777;
    color: #fff;
    border-radius: 2px;
}

.story-artist {
    font-size: 3.2rem;
}

.story-artist span {
    display: block;
    color: #666;
    font-size: 1.8rem;
}

.owner {
    width: 100%;
    height: auto;
    margin: 50px 0 30px;
    padding: 15px;
    border: 2px solid #D55335;
    border-radius: 5px;
}

.owner h4 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 1.6rem;
    border-bottom: 1px dotted #666;
}

.owner .owner-name {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: right;
}

.story-header-desc a.more-btn {
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    font-size: 1.3rem;
}

.ArtistStory a.more-btn {
    color: #fff;
    background-color: #888;
    border: 1px solid #888;
}

.ArtistStory a.more-btn:hover {
    color: #666;
    background-color: transparent;
    border: 1px solid #666;
}

@media(max-width:800px) {
    .story-header-desc {
        width: 75%;
    }

    .story-header img {
        width: 25%;
    }

    .story-artist {
        font-size: 3rem;
    }
}

@media(max-width:600px) {
    .story-header-desc {
        float: left;
        width: 65%;
        margin-top: 15px;
        padding-left: 15px;
    }

    .story-header img {
        float: right;
        width: 35%;
    }

    .story-category {
        margin-bottom: 5px;
        padding: 2px 10px;
        font-size: 1.2rem;
    }

    .story-artist {
        font-size: 2.5rem;
    }

    .story-artist span {
        font-size: 1.3rem;
    }
}

@media(max-width:320px) {
    .story-header-desc {
        margin-top: 10px;
        padding-left: 10px;
    }

    .story-artist {
        font-size: 2rem;
    }
}

/*--Artiststory本文--*/
.story-text .layout-1,
.story-text .layout-2,
.story-text .layout-3,
.story-text .layout-4,
.story-text .layout-5,
.story-text .layout-6,
.story-text .layout-7 {
    margin-bottom: 30px;
}

.story-text div img {
    vertical-align: bottom;
    border: 1px solid #fff;
}

.story-text div .cap {
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #666;
}

/*テキスト-画像*/
.layout-1 {}

/*テキスト-画像*/
.layout-2 .editor {
    float: left;
    width: 60%;
}

.layout-2-inner {
    float: right;
    width: 40%;
    padding-left: 30px;
}

.layout-2-inner img {
    width: 100%;
}

.layout-2-inner .cap {
    text-align: right;
}

/*画像-テキスト*/
.layout-3-inner {
    float: left;
    width: 40%;
    padding-right: 30px;
}

.layout-3-inner img {
    width: 100%;
    height: auto;
}

.layout-3 .editor {
    float: right;
    width: 60%;
}

/*テキスト-2縦画像*/
.layout-4 .editor {
    float: left;
    width: 70%;
    padding-right: 30px;
}

.layout-4 .layout-4-inner {
    float: right;
    width: 30%;
    text-align: right;
}

.layout-4 .layout-4-inner img {
    width: 100%;
    height: auto;
}

.layout-4 .layout-4-inner p {
    margin-bottom: 10px;
}

/*2縦画像-テキスト*/
.layout-6 .editor {
    float: right;
    width: 70%;
    padding-left: 30px;
}

.layout-6 .layout-6-inner {
    float: left;
    width: 30%;
}

.layout-6 .layout-6-inner img {
    width: 100%;
    height: auto;
}

/*3横画像*/
.layout-5 .layout-5-inner {
    float: left;
    width: 33.333%;
    height: auto;
    padding: 0 5px;
    text-align: center;
}

.layout-5 .layout-5-inner img {
    width: 100%;
    height: auto;
}

/*2横画像*/
.layout-7 .layout-7-inner {
    float: left;
    width: 50%;
    height: auto;
    padding: 0 5px;
    text-align: center;
}

.layout-7 .layout-7-inner img {
    width: 100%;
    height: auto;
}


@media(max-width:600px) {
    .layout-2 .editor {
        float: none;
        width: 100%;
    }

    .layout-2-inner {
        float: none;
        width: 80%;
        margin: 30px auto 0;
        padding-left: 0;
    }

    .layout-2-inner .cap {
        text-align: center;
    }

    .layout-3-inner {
        float: none;
        width: 80%;
        margin: 0 auto 30px;
        padding-right: 0;
        text-align: center;
    }

    .layout-3 .editor {
        float: none;
        width: 100%;
    }

    .layout-4 .editor {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .layout-4 .layout-4-inner {
        float: none;
        width: 80%;
        margin: 30px auto 0;
        text-align: center;
    }

    .layout-4 .layout-4-inner .cap {
        margin-bottom: 20px;
    }

    .layout-6 .editor {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .layout-6 .layout-6-inner {
        float: none;
        width: 80%;
        margin: 30px auto 0;
        text-align: center;
    }

    .layout-6 .layout-6-inner .cap {
        margin-bottom: 20px;
    }

    .layout-5 .layout-5-inner {
        float: none;
        width: 80%;
        padding-right: 0;
        margin: 0 auto 20px;
    }

    .layout-5 .layout-5-inner:last-child {
        margin-bottom: 0;
    }

    .layout-7 .layout-7-inner {
        float: none;
        width: 80%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .layout-7 .layout-7-inner .cap {
        margin-bottom: 20px;
    }
}

/*--artist Story-archive--*/
.story-list a {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    padding: 15px 10px 10px 15px;
    color: #555;
    border-bottom: 2px solid #D55335;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.story-list a:hover {
    -webkit-box-shadow: 3px 3px 5px 2px rgba(100, 100, 100, 0.4);
    box-shadow: 3px 3px 5px 2px rgba(100, 100, 100, 0.4);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.story-category-index {
    margin-bottom: 5px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #666;
}

.story-desc h3 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.story-desc h3 span {
    color: #666;
    margin-left: 10px;
    font-size: 1.4rem;
}

.story-desc p {
    font-size: 1.4rem;
}

.story-thumb {
    float: right;
    width: auto;
    margin: 3px 0 0 15px;
    font-size: 0;
    text-align: right;
}

.story-thumb img {
    height: 160px;
    width: auto;
    margin-left: 3px;
}

@media(max-width:800px) {
    .story-thumb {
        margin: 23px 0 0 15px;
    }

    .story-thumb img {
        height: 120px;
    }
}

@media(max-width:600px) {
    .story-list a {
        position: relative;
        height: 320px;
        padding: 15px;
    }

    .story-thumb {
        float: none;
        position: absolute;
        bottom: 10px;
        margin: 0;
        text-align: center;
    }

    .story-thumb img {
        height: 110px;
        margin-right: 3px;
    }
}

@media(max-width:320px) {
    .story-desc h3 {
        font-size: 1.8rem;
    }

    .story-desc h3 span {
        font-size: 1.2rem;
    }

    .story-thumb img {
        height: 90px;
    }
}

/*--gallery single--*/
.gallery .gallery-title {
    margin-bottom: 5px;
    font-size: 2rem;
}

.gallery .period {
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 1.3rem;
    font-weight: bold;
}

.gallery .overview {
    margin-bottom: 30px;
    margin-left: 10px;
}

.gallery-works .layout {
    padding: 30px 0;
    border-top: 1px solid #555;
}

.gallery-works .layout:last-child {
    border-bottom: 1px solid #555;
}

.layout .left {
    float: left;
    width: 60%;
    padding-right: 10px;
}

.layout .right {
    float: right;
    width: 40%;
    text-align: right;
}

.layout .left img,
.layout .right img {
    width: 100%;
    margin-top: 5px;
    vertical-align: bottom;
}

.layout .left img:first-child,
.layout .right img:first-child {
    margin-top: 0;
}

.layout .desc {
    margin-top: 5px;
    font-size: 1.4rem;
}

.layout .desc span {
    font-weight: bold;
}

.layout .price {
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.layout .sold-out {
    font-weight: bold;
    color: #d55335;
}

.layout a.more-btn {
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
    padding: 0 15px;
    font-size: 1.2rem;
    background-color: #777;
    border: 1px solid #777;
    color: #fff;
}

.layout a.more-btn:hover {
    color: #666;
    background-color: transparent;
}

@media(max-width:800px) {
    .layout .right .desc {
        font-size: 1.3rem;
    }
}

@media(max-width:600px) {
    .layout .left {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .layout .right {
        float: none;
        width: 100%;
        text-align: left;
    }

    .layout .right .desc {
        font-size: 1.4rem;
    }

    .layout a.more-btn {
        display: inline-block;
        width: auto;
        margin-top: 5px;
        margin-bottom: 20px;
        padding: 0 15px;
    }
}

/*--gallery archive--*/
.gallery-item {
    padding: 20px 0;
    border-bottom: 1px dotted #555;
}

.gallery-item:first-child {
    border-top: 1px dotted #555;
}

.gallery-item a {
    color: #555;
}

.gallery-item a .period {
    margin-bottom: 0;
}

.gallery-item a .overview {
    margin-bottom: 0;
}

/*--achievement archive--*/
.link_ctn {
    margin-bottom: 30px;
    text-align: right;
}

.achievement-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.achievement-item_year {
    width: 15%;
    font-weight: bold;
    padding: 0.5em;
    border-top: 1px solid #888;
}

.achievement-item_year:last-of-type {
    border-bottom: 1px solid #888;
}

.overseas .achievement-item_year {
    border-top: 1px dotted #888;
}

.overseas .achievement-item_year:last-of-type {
    border-bottom: 1px dotted #888;
}

.achievement-item_txt {
    width: 85%;
    border-top: 1px solid #888;
}

.achievement-item_txt:last-of-type {
    border-bottom: 1px solid #888;
}

.overseas .achievement-item_txt {
    border-top: 1px dotted #888;
}

.overseas .achievement-item_txt:last-of-type {
    border-bottom: 1px dotted #888;
}

.achievement-item_txt p {
    padding: 0.5em;
    border-bottom: 1px dotted #888;
}

.achievement-item_txt p:last-child {
    border-bottom: none;
}

.achievement-item_txt a {
    margin-left: 1em;
}

.achievement-item_txt a .fas {
    margin-left: 5px;
}

.achievement-item_txt p span {
    display: inline-block;
    margin-right: 10px;
    width: auto;
    height: 25px;
    line-height: 25px;
    font-size: 1.2rem;
    padding: 0 10px;
    color: #666;
    font-weight: bold;
    background-color: #ddd;
    border-radius: 2px;
}

@media(max-width:600px) {
    .achievement-list {
        display: block;
        padding: 0;
    }

    .achievement-item_year {
        width: 100%;
        background-color: #888;
        color: #fff;
    }

    .achievement-item_txt {
        width: 100%;
    }

    .achievement-list.overseas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .overseas .achievement-item_year {
        width: 20%;
        background-color: inherit;
        color: inherit;
    }

    .overseas .achievement-item_txt {
        width: 80%;
    }
}

.overseas_about {
    margin-top: 50px;
    background-color: #fff;
    padding: 40px;
}

.overseas_about h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

@media(max-width:600px) {
    .overseas_about {
        padding: 30px 20px;
    }

    .overseas_about h3 {
        font-size: 1.6rem;
    }

    .overseas_about p {
        font-size: 1.4rem;
    }
}

.architecture {}

.architecture .architecture-title {
    margin-bottom: 20px;
    font-size: 2rem;
}

.architecture .architecture-title small{
    margin-left: 5px;
    font-size: 1.7rem;
}

.architecture .architecture-text {
    background-color: #fff;
    padding: 30px 40px;
}

.architecture .img_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.architecture .img_list {
    width: 49%;
    margin-bottom: 30px;
}

.architecture .img_list img {
    width: 100%;
}

.architecture .img_list figcaption {
    font-size: 1.4rem;
    font-weight: bold;
}
@media(max-width:600px){
    .architecture .architecture-text {
        padding: 20px;
    }
    .architecture .img_wrap {
        display: block;
    }
    .architecture .img_list {
        width: 100%;
    }
}