/*---------------------------------------------------------------------------------

	Theme Name: GFA
	Version: 3.0
	Description: Garry Fine Art　websaite用
	Author: 

-----------------------------------------------------------------------------------*/

/*==================================================
Single Artwork
==================================================*/

.siteMain {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 10px;
}

.art_atention{
  padding: 10px;
  text-align: left;
  border: 4px #ccc solid;
  border-radius: 4px;
  margin: 10px 10px 30px;
}

.art_atention ul{
  margin-left: 30px;
}
.art_atention h3{
  padding: 5px 0px;
}
.art_atention h4{
  padding: 5px 0px;
}
.art_atention p{
  padding:0 0 10px;
}

.artDetail{
    padding:80px 0;
}

.detailWrap{
    max-width:1400px;
    margin:0 auto;
    display:grid;
    grid-template-columns:460px 1fr;
    gap:70px;
    align-items:start;
}

.detailLeft{
    position:sticky;
    top:40px;
}

.mainImage{
    border:1px solid #ddd;
    background:#fff;
    width: 45%;
}

.main_img_box {
    aspect-ratio: 4 / 3;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

}

.mainImage img{
    width: 100%;
  height: 100%;
  object-fit: contain;
}

#mainArtworkImage {
  width: 100%;
}
.thumbList{
    margin-top:15px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
    list-style:none;
    padding:10px;
}

.thumbList li{
    border:none;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbList img{
    display:block;
    width:100%;
    cursor:pointer;
    transition:.3s;
}

.thumbList img:hover{
    opacity:.7;
}

.detailRight{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.mainImage .price_tbl{
  padding: 30px 0;
}

.mainImage table{
  width: 100%;
}

.mainImage table th , .mainImage table td{
  border-bottom: #ccc dotted 1px;

  padding: 10px;
}
.mainImage table th {  text-align: left;}

.mainImage table td{text-align: right;}

.formbtn {
  border-radius: 4px;
  padding: 10px;
  border: #ccc 3px double;
  background-color: #004fa6;
  transition: background-color 0.4s ease; 
  width: 80%;
  margin: 0 auto 20px;
  text-decoration: none;
  color: #fff;
  text-align: center !important;
}

body#cont #main .mainImage a  {
  text-decoration: none !important;
}
body#cont #main .mainImage a:visited{
  text-decoration: none !important;
}

a:hover .formbtn {
  background-color: #3284db;
  cursor: pointer;
}

/*==================================================
BOX
==================================================*/

.infoBox{
    border:1px solid #ddd;
    background:#fff;
}

.infoBox h2{
    margin:0;
    padding:18px 25px;
    background:#f6f6f6;
    font-size:22px;
    font-weight:700;
    border-bottom:1px solid #ddd;
}

.boxBody{
    padding:30px;
}

.boxBody p{
    line-height:2;
    margin:0;
}


/*==================================================
GALLERY
==================================================*/

.artSingle .inner {
  display: flex;
flex-direction: row;
justify-content: space-around;
padding: 50px 0;
width: 100%;
}


.artSingle__gallery {
  max-width: 600px;
  width: 50%;
  padding:15px ;
}
.artSingle__info {
  padding-top: 60px;
width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}
.artSingle__info h4{
  padding: 0 0 40px;
}

.artSingle__info table{
  width: 100%;
}
.artSingle__info table td{text-align: left;}

.artSingle__info table th , .artSingle__info table td{
  border-bottom: #ccc dotted 1px;

}

/*==================================================
TABLE
==================================================*/

.specTable,
.priceTable{
    width:100%;
    border-collapse:collapse;
}

.specTable th,
.specTable td,
.priceTable th,
.priceTable td{
    padding:16px 20px;
    border-bottom:1px solid #e5e5e5;
    vertical-align:top;
}

.specTable th,
.priceTable th{
    width:220px;
    background:#fafafa;
    font-weight:600;
    text-align:left;
}

.priceTotal{
    font-size:34px;
    font-weight:bold;
    color:#b70000;
}

/*==================================================
ReadMore
==================================================*/

.readmoreButton{

    margin-top:25px;
    display:inline-block;
    padding:12px 30px;
    border:none;
    background:#222;
    color:#fff;
    cursor:pointer;
    transition:.3s;

}

.readmoreButton:hover{

    background:#444;

}

.readmoreArea{

    display:none;
    margin-top:-10px;
    padding:35px;
    border:1px solid #ddd;
    background:#fafafa;
    line-height:2;

}

/*==================================================
Action
==================================================*/

.actionBox{

    padding:40px;

}

.status{

    font-size:22px;
    font-weight:bold;
    margin-bottom:25px;

}

.status-stock{

    color:#006400;

}

.status-order{

    color:#005bbb;

}

.status-sold{

    color:#cc0000;

}

.status-price{

    color:#222;

}

.actionButton{

    display:inline-flex;
    justify-content:center;
    align-items:center;

    width:320px;
    height:60px;

    color:#fff;
    text-decoration:none;

    font-size:18px;
    font-weight:bold;

    transition:.3s;

}

.buy{

    background:#000;

}

.order{

    background:#0060c8;

}

.actionButton:hover{

    opacity:.8;

}

/*==================================================
Related
==================================================*/

.relatedArtwork{

    margin-top:100px;

}

.relatedArtwork h2{

    margin-bottom:40px;
    text-align:left;
    font-size:34px;

}

/*==================================================
Navigation
==================================================*/

.artNavigation{

    margin:100px auto 0;
    max-width:1000px;

    display:grid;
    grid-template-columns:1fr auto 1fr;

    align-items:center;

}

.artNavigation .prev{

    text-align:left;

}

.artNavigation .back{

    text-align:center;

}

.artNavigation .next{

    text-align:right;

}

.artNavigation a{

    text-decoration:none;
    color:#222;
    font-weight:bold;

}

.artNavigation .back a{

    display:inline-block;

    padding:14px 35px;

    background:#222;

    color:#fff !important;
    text-decoration: none !important;

}

/*==================================================
artist list
==================================================*/

.artistBlock {
  margin-bottom: 40px;
}

.artistBlock a.headlink ,.artSingle   {
  text-align: left !important;

}
.artistBlock h3 span.main_name  {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

.artistBlock h3 span.main_name small  {
  font-size: 12px;
  padding-left: 0px;

}

.artistBlock a.headlink ,.artSingle h3  {
  text-decoration: none !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
} 

.artistBlock h3 span.go_artist_list , .artSingle h3 span.go_artist_list{
  border: none !important;
  font-size: 14px;
  display: flex !important;
  align-items: end;
  justify-content: end;
}

ul.artMiniList {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
ul.artMiniList li {
  max-width: 200px;
  width: 19%;
  padding: 10px;
}
ul.artMiniList li img{
  max-width: 200px;
  width: 100%;

}

@media screen and (max-width: 767px) {

  ul.artMiniList li {
  max-width: 200px;
  width: 33%;
  padding: 10px;
}
ul.artMiniList li img{
  max-width: 200px;
  width: 100%;

}


  .artMiniList .artMiniListItem:nth-child(n + 4) {
    display: none;
  }
}


/*==================================================
Responsive
==================================================*/

@media(max-width:1100px){

.detailWrap{

    grid-template-columns:1fr;

}

.detailLeft{

    position:static;

}

}

@media(max-width:768px){

.artDetail{

    padding:50px 20px;

}

.artSingle__info table td{text-align: left;}

.thumbList{

    grid-template-columns:repeat(4,1fr);

}

.specTable th,
.priceTable th{

    width:120px;

}

.infoBox h2{

    font-size:18px;

}

.priceTotal{

    font-size:28px;

}

.actionButton{

    width:100%;

}

.artNavigation{

    grid-template-columns:1fr;
    gap:20px;
    text-align:center;

}

.artNavigation .prev,
.artNavigation .next{

    text-align:center;

}

}

/*====================================
Archive Layout
====================================*/

.artworkArchive{

    padding:0px 0;

}

.artworkArchive .inner{

    max-width:1400px;
    width: 100%;
    margin:auto;

}

/* タイトル */

.pageTitle{

    margin-bottom:50px;

    text-align:left;

    font-size:42px;

    font-weight:700;

}

/*====================================
Layout
====================================*/

.archiveWrap{

    display:grid;

    grid-template-columns:280px 1fr;

    gap:60px;

}

/*====================================
Sidebar
====================================*/

.archiveSide{

    position:sticky;

    top:30px;

    align-self:start;

}

.sideBox{

    border:1px solid #ddd;

    margin-bottom:30px;

    background:#fff;

}

.sideTitle{

    background:#111;

    color:#fff;

    padding:15px 20px;

    font-size:18px;

    font-weight:bold;

}

.sideBox ul{

    list-style:none;

    margin:0;

    padding:0;

}

.sideBox li{

    border-bottom:1px solid #eee;

}

.sideBox li:last-child{

    border-bottom:none;

}

.sideBox a{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:14px 20px;

    text-decoration:none;

    color:#222;

    transition:.25s;

}

.sideBox a:hover{

    background:#f8f8f8;

    padding-left:28px;

}

.sideBox .current a{

    background:#111;

    color:#fff;

}

/*====================================
Content
====================================*/

.archiveContent{

    min-width:0;

}

/*====================================
Filter
====================================*/

.resultHead{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:35px;

}

.resultCount{

    font-size:18px;

    font-weight:600;

}

.sortSelect select{

    width:220px;

    height:44px;

}

/*====================================
Grid
====================================*/

.artGrid{

    display:grid;

    grid-template-columns:repeat(auto-fill,minmax(270px,1fr));

    gap:40px;
    padding: 50px 0;

}

/*====================================
Pagination
====================================*/

.pagination{

    margin-top:70px;

    display:flex;

    justify-content:center;

    gap:10px;

}

.pagination .page-numbers{

    width:46px;

    height:46px;

    display:flex;

    justify-content:center;

    align-items:center;

    border:1px solid #ddd;

    text-decoration:none;

    color:#222;

}

.pagination .current{

    background:#111;

    color:#fff;

}

.pagination a:hover{

    background:#f5f5f5;

}

.pc_display {
  display: revert;
}

.sp_display {
  display: none;
}

@media screen and (max-width: 767px) {

}

/*====================================
Responsive
====================================*/

@media(max-width:1000px){

.archiveWrap{

    grid-template-columns:1fr;

}

.archiveSide{

    position:static;

}

.sideBox{

    margin-bottom:20px;

}

}

@media(max-width:768px){

.pageTitle{

    font-size:30px;

}

.resultHead{

    flex-direction:column;

    gap:20px;

    align-items:flex-start;

}

.artGrid{

    grid-template-columns:repeat(2,1fr);

    gap:20px;

}

}

@media(max-width:480px){


  .pc_display {
    display: none;
  }

  .sp_display {
    display: revert;
  }

  .siteMain {
    padding-top: 30px;
  }

.artSingle .inner {
flex-direction: column;
padding: 20px 0;
}
.mainImage{
    border:none;
    width: 100%;
}

.artSingle__info {
    padding-top: 60px;
    width: 100%;
}

.artGrid{

    grid-template-columns:repeat(2,1fr);

}

.artSingle__info table td{text-align: left;}

}

/*======================================
Artwork Card
======================================*/

.artCard{
position: relative;
    background:#fff;

    border:1px solid #e8e8e8;

    transition:.35s;

    overflow:hidden;

    height:100%;

}

.artCard:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.artCard a{

    display:flex;

    flex-direction:column;

    height:100%;

    color:#222;

    text-decoration:none !important;

}

/*=====================
画像
=====================*/

.artCard__image{
position: relative;
    height: auto;
    background:#fafafa;
}

.artCard__image img{

    width:100%;
    height: auto;

    aspect-ratio:1;

    object-fit:cover;

    display:block;

    transition:.5s;

}

.artCard:hover img{

    transform:scale(1.05);

}

/*=====================
本文
=====================*/

.artCard__body{

    padding:12px;

    display:flex;

    flex-direction:column;

    flex:1;
    height: auto;

}

.artCard__body p{

  margin-bottom: 3px !important;

}

/* 作家 */

.artCard .artist{

    margin:0 0 10px;

    color:#777;

    font-size:13px;

    letter-spacing:.08em;

    text-transform:uppercase;

}

/* タイトル */

.artCard h2{

    margin:0 0 4px;

    font-size:14px;

    line-height:1.1;

    font-weight:600;

}

/* 種類 */

.artCard .type{

    color:#888;

    font-size:12px;

    margin-bottom:4px;

}

/* 下部 */

.artCard__footer{

    margin-top:auto;

    padding-top:2px;

    border-top:1px solid #eee;

}

/* 価格 */

.artCard .price{

    font-size:24px;

    font-weight:700;

    color:#111;

    margin-bottom:8px;

}

/* サイズ */

.artCard .size{

    color:#666;

    font-size:14px;

}

/*=====================
Hover
=====================*/

.artCard:hover h2{

    color:#666;

}

.artCard:hover .price{

    color:#9a6b2d;

}

/*=====================
Responsive
=====================*/

@media(max-width:768px){

.artCard__body{

    padding:18px;

}

.artCard h2{

    font-size:18px;

}

.artCard__body p{
  margin-bottom: 2px !important;

}


.artCard .price{

    font-size:20px;

}

}

/*======================================
Card Status
======================================*/

.artCard__header{

    position:relative;
    background-color: #fafafa;
    width: 100%;
    height: 50px;

}

.cardStatus{

    position:absolute;

    top:12px;

    left:12px;

    padding:6px 14px;

    font-size:12px;

    font-weight:bold;

    color:#fff;

    border-radius:30px;

    letter-spacing:.05em;

}

.cardStatus.stock{

    background:#2e7d32;

}

.cardStatus.order{

    background:#2e7d32;

}

.cardStatus.sold{

    background:#c62828;

}

.cardStatus.inquiry{

    background:#2e7d32;

}

/*========================*/



.artist{

    font-size:13px;

    color:#777;

    margin-bottom:8px;

}

.type{

    color:#888;

    font-size:14px;

    margin:0px 0 6px;

}

.artCard__footer{

    margin-top:auto;

    border-top:1px solid #eee;

    padding-top:16px;

}

.price{

    font-size:24px;

    font-weight:bold;

    margin-bottom:6px;

}

.size{

    color:#777;

    font-size:13px;

}

/*====================================
TOP PAGE
====================================*/

.hero{

    position:relative;

    height:90vh;

    min-height:700px;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:left;

    color:#fff;

    background:#222 center/cover no-repeat;

}

.hero::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.45);

}

.hero__inner{

    position:relative;

    z-index:2;

}

.hero h1{

    font-size:72px;

    font-weight:300;

    letter-spacing:.08em;

}

.hero p{

    margin:30px 0 45px;

    font-size:22px;

    letter-spacing:.08em;

}

.btn{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    min-width:240px;

    height:58px;

    background:#fff;

    color:#111;

    text-decoration:none;

    transition:.3s;

}

.btn:hover{

    background:#111;

    color:#fff;

}

section{

    padding:0px 0;

}

.inner{

    width:min(1400px,92%);

    margin:auto;

}
section.artDescription {
  width: 100%;

}
section.artDescription h2{

    font-size:20px;
    text-align:left;
    margin-top: 40px;
    font-weight:300;
    letter-spacing:.06em;

}

.typeList{

    display:flex;

    flex-wrap:wrap;

    justify-content:center;

    gap:20px;

    list-style:none;

    padding:0;

}

.typeList a{

    display:block;

    padding:12px 28px;

    border:1px solid #ddd;

    color:#222;

    text-decoration:none;

    transition:.3s;

}

.typeList a:hover{

    background:#111;

    color:#fff;

}

.recommend{

    background:#fafafa;

}

.topNews ul{

    max-width:900px;

    margin:auto;

    list-style:none;

    padding:0;

}

.topNews li{

    border-bottom:1px solid #eee;

}

.topNews a{

    display:flex;

    gap:30px;

    align-items:center;

    padding:22px 0;

    color:#222;

    text-decoration:none;

}

.topNews time{

    width:120px;

    color:#777;

    font-size:14px;

}

.topNews span{

    flex:1;

}

.topNews a:hover{

    color:#888;

}

.center{

    text-align:center;

    margin-top:60px;

}

@media(max-width:768px){

.hero{

    min-height:500px;

}

.hero h1{

    font-size:42px;

}

.hero p{

    font-size:18px;

}

section{

    padding:5px 0;

}

section h2{

    font-size:30px;

    margin-bottom:40px;

}

.artistList,
.typeList{

    gap:12px;

}

.artistList a,
.typeList a{

    padding:10px 18px;

}

.topNews a{

    flex-direction:column;

    align-items:flex-start;

    gap:10px;

}

}

/*====================================
TREM WORDｓ
====================================*/

.fullContent{
    display:none;
}

.fullContent.is-open{
    display:block;
}

.readmoreButton{
    margin-top:0px;
}