/* cada css*/

@charset "UTF-8";
/*
Theme Name: 現代美術商協同組合オリジナルテーマ
Theme URL: cada2014.jp
Description: 現代美術商協同組合オフィシャルサイトテーマ
Author: 現代美術商共同組合
Version: 2025.1.00
*/

/* 基本設定クラス */
.aC {text-align: center;}
.aL {text-align: left;}
.aR {text-align: right;}
.cB {clear: both;}
.aC2 {text-align: center;}

/*PCはセンター、SPは左*/
@media screen and (max-width: 767px) {
    .aC2 {text-align: left;}
    /*PCはセンター、SPは左*/
}

.fL {float: left;}
.fR {float: right;}
.mb0 {margin-bottom: 0px !important;}
.mb00 {margin-bottom: 0px !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb100 {margin-bottom: 100px !important;}
.mb1em {margin-bottom: 1.2em !important;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}

a:link,
a:visited {
    color: #333;
}

strong,
.strong {
    font-weight: bold;
}

sub {
    vertical-align: -0.3em;
}

/*
img {
    max-width: 100%;
    height: auto;
}
*/

img.border {
    border: 1px solid #ccc;
}

span.sp-block {display: inline;}
.forSP {display: none;}
.forPC {display: inline;}

@media screen and (max-width: 767px) {
    span.sp-block {display: block;}
    .forSP {display: inline;}
    .forPC {display: none;}
}

/*------------------------------------------
      Setting Font
  ------------------------------------------*/
@font-face {
    font-family: "Original Yu Gothic";
    src: local("Yu Gothic");
    font-weight: 300;
}

@font-face {
    font-family: "Original Yu Gothic";
    src: local("Yu Gothic");
    font-weight: 500;
}

@font-face {
    font-family: "Original Yu Gothic";
    src: local("Yu Gothic");
    font-weight: bold;
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
}

html {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
    html {
        font-family: Verdana, Meiryo, sans-serif;
    }
}

@media all and (-ms-high-contrast: active) {
    html {
        font-family: Verdana, Meiryo, sans-serif;
    }
}

/*------------------------------------------
      テキスト
  ------------------------------------------*/
.txtS {
    font-size: 74% !important;
}

.txtM {
    font-size: 85% !important;
    line-height: 1.8;
}

.txtL {
    font-size: 110% !important;
}

.txtLL {
    font-size: 130% !important;
}

.txt-normal {
    font-weight: normal !important;
}

.txt-uline {
    text-decoration: underline !important;
}

.nowrap {
    white-space: nowrap;
}

/*------------------------------------------
      ページトップへボタン
  ------------------------------------------*/
.pagetop {
    /*display:block;*/
    position: fixed;
    width: 44px;
    height: 44px;
    left: auto;
    bottom: 10px;
    margin-left: 920px;
    opacity: .7;
}

.pagetop button {
    border: none;
    background: none;
}

/*------------------------------------------
      基本構造
  ------------------------------------------*/
body {
    position: relative;
    color: #666666;
    font-size: 100%;
    background: #fff;
    line-height: 1.5;
}

/*
#wrapper {
    width: 100%;
    min-width: 1080px;
}
*/

#wrapper {
    width: 100%;
}

/*------------------------------------------
      ヘッダ
  ------------------------------------------*/
#header {
    padding:20px 40px 20px 40px;
    background: #ddd;

}

.site-title {
    position: relative;
    width: 1080px;
    margin: 0 auto 20px;
    padding: 40px 0;
    text-align: center;
}

/* entry topのみを考慮したheader */

#site-title {
    padding: 20px;
    align-items: center;
}

@media screen and (max-width: 767px){
    #site-title {
        padding:0;
        align-items: center; }
}

#site-subtitle {
    padding: 40px;
    background: #ddd;
    align-items: center;
}


#header #site-title p {
    padding: 40px 0;
}

#header .lang {
    position: absolute;
    right: 50px;
    font-size: 80%;
}

#header .lang li {
    display: inline-block;
}

#header .lang li:first-child:after {
    content: "｜";
    color: #ffffff;
    padding: 0 5px;
}

#header .lang li a {
    color: #ffffff;
    text-decoration: none;
}

#header .lang li a:hover {
    color: #4370EF;
}

/*------------------------------------------
      ナビゲーション
  ------------------------------------------*/
#nav {
    width: 870px;
    margin: 20px auto 40px;
}

#nav ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

#nav ul a {
    text-decoration: none;
    font-weight: bold;
}

#nav ul a:hover {
    color: #4370EF;
}

/*------------------------------------------
      フッタ
  ------------------------------------------*/
/*#footer_entry {
    background: #dddddd;
    padding: 70px 0px 100px 0px;
    text-align: center;
}
*/

#footer_entry {
    background: #dddddd;
    padding: 70px 0px 100px 0px;
    text-align: center;
}


#footer {
    background: #b5b5b5;
    padding: 10px;
    text-align: center;
}

#footer p {
    font-size: 85%;
    color: #333333;
}

@media screen and (max-width: 767px) {
    #footer p {
            font-size: 55%;
            color: #333333;   }
}

/*------------------------------------------
      コンテンツエリア
  ------------------------------------------*/
#contentsArea {
    width: 870px;
    margin: 0 auto 200px;
}


#contentsArea_entry {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:30px;
    margin-top:20px;
    margin-bottom: 20px;
}

.logo-svg{
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.entry_button{
    width:300px;
    height: 300px;
    border-radius: 50%;
    border:none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    background: #b9f7fa;
    color: #3a62a6;
}

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

    #contentsArea_entry {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin-top: 20px;
        }

    .entry_button {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        background: #b9f7fa;
        color: #3a62a6;
    }
}

.mainImg {
    margin-bottom: 40px;
}

/*------------------------------------------
      見出し
  ------------------------------------------*/
.h_1 {
    font-size: 150%;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
    padding: 5px;
    background: #eeeeee;
}

/*------------------------------------------
      表組み
  ------------------------------------------*/
/*------------------------------------------
      リスト
  ------------------------------------------*/
.imageList ul {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

/*------------------------------------------
      トップページ新着情報
  ------------------------------------------*/
.top-newsBox {
    margin-bottom: 50px;
}

.top-newsBox ul {
    margin-bottom: 30px;
}

.top-newsBox ul li {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
}

.top-newsBox ul li a {
    font-size: 90%;
    text-decoration: none;
}

.top-newsBox ul li a:hover {
    text-decoration: underline;
}

.top-newsBox ul li a .top-newsDate {
    width: 120px;
    display: inline-block;
    margin-right: 1em;
    padding-left: 15px;
}

.top-newsBox .top-btn-newsList {
    text-align: right;
}

.top-newsBox .top-btn-newsList a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #333;
    font-size: 90%;
    text-decoration: none;
}

/*------------------------------------------
      トップページバナー
  ------------------------------------------*/
.top-bannerArea {
    margin-bottom: 50px;
}

/*------------------------------------------
      新着情報
  ------------------------------------------*/
.newsList {
    margin-bottom: 50px;
}

.newsList li {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #666;
}

.newsList li a {
    text-decoration: none;
}

.newsList li a:hover {
    text-decoration: underline;
}

.newsList li a .news-list-time {
    width: 120px;
    display: inline-block;
    margin-right: 1em;
    padding-left: 15px;
}

.newsList li a .news-list-title {
    display: inline-block;
    width: 600px;
}

/*------------------------------------------
      about
  ------------------------------------------*/
.about {
    margin-bottom: 40px;
}

.about dl {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.about dl dt {
    width: 20%;
    margin-bottom: 1em;
}

.about dl dd {
    width: 75%;
    margin-bottom: 1em;
}

/*------------------------------------------
      組合員一覧
  ------------------------------------------*/
.list-anchor {
    border: 1px solid #666;
    margin-bottom: 30px;
    padding: 5px;
    text-align: center;
}

.list-anchor li {
    display: inline-block;
    margin: 8px;
}

.list-anchor li a {
    text-decoration: none;
}

.list-anchor li a:hover {
    color: #710c0d;
    text-decoration: underline;
}

.member-list {
    margin-bottom: 40px;
}

.member-list h3 {
    font-size: 110%;
    font-weight: bold;
}

.member-list li {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dotted #333;
}

.member-list li li {
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.member-list ul .thumbbox {
    display: block;
    width: 150px;
    height: 100px;
    background-color: #ff0000;
    float: right;
    margin-right: 20px;
}

/*------------------------------------------
      お問い合わせ
  ------------------------------------------*/
.formBlock {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    display: table;
    width: 100%;
}

.formBlock label {
    display: table-cell;
    width: 200px;
    vertical-align: middle;
}

.formBlock input[type="text"],
.formBlock input[type="tel"],
.formBlock input[type="email"] {
    display: table-cell;
    width: 300px;
    padding: 8px;
    font-size: 110%;
    border-radius: 2px;
    border: 1px solid #ccc;
}

.formBlock input.postalcode {
    width: 100px !important;
}

.formBlock input.addressform {
    width: 500px !important;
}

.formBlock div span {
    display: block;
    margin-bottom: 10px;
}

.formBlock textarea {
    display: table-cell;
    width: 400px;
    height: 200px;
    padding: 8px;
    font-size: 110%;
    border-radius: 2px;
    border: 1px solid #ccc;
}

input[type="submit"],
.btnStyle1 {
    border: 1px solid #396DB3;
    border-radius: 4px;
    background: #fff;
    padding: 8px 20px;
    font-size: 110%;
    color: #396DB3;
}

.contactForm_submit {
    text-align: center;
}

.formTable {
    width: 100%;
    margin-bottom: 40px;
}

.formTable th {
    width: 25%;
    padding: 8px 15px;
    border-bottom: 1px dotted #ccc;
}

.formTable td {
    padding: 8px 15px;
    border-bottom: 1px dotted #ccc;
}
