/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 14 2023 | 02:46:38 */
.mem-topbtn .is-layout-flex {
    gap: 10px;
}
.mem-topbtn .wp-block-columns {
    margin-top: 10px!important;
}
nav.wpuf-dashboard-navigation {
    display: none;
}
.mbrbtn .wp-block-button{
	margin-bottom:20px;
}
.swpm-profile-phone-row,
.swpm-profile-street-row,
.swpm-profile-city-row,
.swpm-profile-state-row,
.swpm-profile-zipcode-row,
.swpm-profile-country-row,
.swpm-profile-company-row,
.swpm-profile-membership-level-row,
.swpm-registration-lastname-row,
.swpm-registration-membership-level-row,
.swpm-profile-lastname-row,
.swpm-join-us-link
{
display:none;
}
.swpm-registration-username-row label::after {
	margin-top:5px;
	content: "※【4文字以上】の半角英数字で入力";
    display: block;
    font-size: 90%;
    color: red;
}
form#swpm-registration-form label::before {
    content: "必須";
    margin-right: 10px;
    font-weight: normal;
    font-size: 11px;
    padding: 1px;
    color: #fb4d4d;
    border: solid 1px red;
    border-radius: 2px;
}
tr.sakka-kiyaku label::before {
    display: none!important;
}

.sakka-kiyaku input[type=checkbox] {
	transform: scale(2);
	margin: 0 12px 0 0;
}
.wpuf-dashboard-container .page-head {
    display: none;
}
.swpm_error {
    border: red solid 5px;
    padding: 1rem;
    background: #fff1f1;
	position: absolute;
    top: 0;
	left: 0;
	width:100%;
}
input{
max-width: 100%;
}
.page-id-217 .wpuf-message,.page-id-200 .wpuf-message {
    display: none;
}
.swpm_profile_not_logged_in_msg {
    display: none;
}
.wpuf-fields.has-error::before {
    content: "必須項目です";
    color: red;
}
.has-error .wpuf-error-msg,.wpuf-errors {
    display: none;
}

#closeButton-kiyaku {
    margin: 50px auto 0;
    text-align: center;
	display:block;
    border-radius: 10px;
    border: solid 3px #999999!important;
    background: #ebebeb!important;
    font-weight: bold;
    color: #555;
    width: 250px;
	padding: 20px 0;
}
#closeButton-kiyaku:hover{
	    background: #fff;
	    border: solid 3px #ddd;
}

input.swpm-login-form-submit {
    width: 100%;
    border: solid 2px #b9b9b9;
}
.post-name-membership-login .section.siteContent {
    background: #f7f7f7;
}
.swpm-password-input input,.swpm-username-input input {
    width: 100%!important;
}

/* galleryカルーセル */
.carousel {
  position: relative;
  overflow: hidden;
	max-width:500px;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
  height: 100%;
}

.carousel-item {
  flex: 0 0 100%;
}

.carousel-item .image-container {
  position: relative;
  width: 100%;
}

.carousel-item img {
  display: block;
  max-width: 100%;
	margin:auto;
  height: auto;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.carousel-item.active img {
  opacity: 1;
}

.carousel-thumbnail {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap:5px;
}

.carousel-thumbnail img {
  width: 80px;
  height: auto;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}

.carousel-thumbnail img.active {
  opacity: 1;
}

.uf-gallery {
    display: flex;
    gap: 20px;
}
.gallery-left,.gallery-right{
	width:50%;
}
.item-desc {
    border: solid 1px #e1e1e1;
    margin-bottom: 50px;
    padding: 1rem;
}
.item-url {
    margin-bottom: 20px;
    padding: 1rem;
    font-size: 85%;
    background: #ebebeb;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.creator-itemall a:hover {
    background: #7adaff;
    color: #fff;
    text-decoration: none;
}

.creator-itemall a {
    display: block;
    text-align: center;
    padding: 1rem;
    border-radius: 7px;
    border: solid 2px #00afe3;
    color: #00afe3;
    margin: 40px auto;
	font-size:90%;
}
.post_count,.logged-in .login-area {
    display: none;
}
.login-area {
    width: 300px;
    background: #ffffff;
    margin: 4rem auto;
    padding: 2rem;
    box-shadow: 0 0 10px #00000030;
	font-size: 14px;
}
.wp-block-loginout {
    text-align: right;
    margin-top: 2rem!important;
}
.wpuf-fields.html_213.wpuf_custom_html_1_213 {
    text-align: center;
    width: 100%;
    background: #ededed;
    padding: 10px 0;
    font-size: 13px;	
}
.wpuf-submit .wpuf-label {
    width: 0!important;
}
li.wpuf-submit {
    text-align: center;
}
ul.wpuf-form li.field-size-small .wpuf-fields {
    width: 70%!important;
}
.select-ct .wpuf-label label::after {
    content: "※複数選択 可";
    display: block;
    font-weight: normal;
    font-size: 13px;
}


/* フッター固定のマイページリンクや作家ログインパーツ */


.mypagebtn,.logged-out-content {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%;
	opacity:.95;
}
.logged-out-content a {
    width: 100%;
    padding: 15px 0;
    background-color: rgb(54 54 54);
    text-align: center;
    display: block;
    margin: auto;
    color: #fff;
}
.mypagebtn a {
    width: 50%;
    padding: 15px 0;
    background-color: rgb(5 142 223);
    text-align: center;
    display: block;
    margin: auto;
    color: #fff;
}
a.go-logoutlink {
    background: #999999;
}
.go-mypagelink::before {
  font-family: "Font Awesome 5 Free";
  content: '\f2bd';
  font-weight: 900;
  margin-right:10px;
}
.go-logoutlink::before {
  font-family: "Font Awesome 5 Free";
  content: '\f2f5';
  font-weight: 900;
  margin-right:10px;
}
.sk-loginlink::before {
  font-family: "Font Awesome 5 Free";
  content: '\f2f6';
  font-weight: 900;
  margin-right:10px;
}

.mypagebtn a:hover,.logged-out-content a:hover {
    text-decoration: none;
    background: #998686;
}

.lgin-lgout-parts{
	display:none;
}

.category .lgin-lgout-parts,
.single-post .lgin-lgout-parts{
	display:block;
}
/* ここまで　フッター固定のマイページリンクや作家ログインパーツ */






.page-id-256 .mypagebtn,.page-id-257 .mypagebtn,.page-id-217 .mypagebtn,.page-id-254 .mypagebtn,.page-id-200 .mypagebtn,.page-id-255 .logged-out-content,.page-id-254 .logged-out-content{
	display:none;
}
footer.section.siteFooter {
    padding-bottom: 30px;
}
table.items-table.post img {
    width: 250px;
}
table.items-table .post-edit-icon {
    border-radius: 10%!important;
    background: #d1d1d1!important;
}
span.post-edit-icon::before {
    content: "編集";
}
span.post-edit-icon:hover {
    background: #8d8d8d;
}

td.data-column img {
    max-width: 30px;
}

table.items-table td:before{
	display:none!important;
}

@media screen and (max-width: 768px) {
.swpm-registration-widget-form table td {
	display:block;
}

.swpm-registration-widget-form table td:nth-child(odd){
		background:#eee;
}
.swpm-registration-widget-form table td:nth-child(even){
		padding:20px 10px;
}	
body .wpuf-dashboard-container table.items-table .flex-column {
    display: flex;
    flex-direction: row!important;
}	
table.items-table td:before{
	display:none!important;
}
.uf-gallery {
flex-direction: column;
    gap: 30px;
}
.gallery-left,.gallery-right{
	width:100%;
}
/* .item-url a {
    display: block;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
} */
}


/* SNS */
.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}
ul.snsshare {
    border: none;
    list-style: none;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0;
}
ul.snsshare li {
    width: 20%;
    text-align: center;
    transition: 0.3s ease-in-out;
    font-size: 0.8rem;
}
ul.snsshare li i {
    display: block;
    font-size: 2.2rem;
}
li.twitter a {
    color: #39b4ff;
}
li.facebook a {
    color: #3a8df7;
}
li.line a {
    color: #00B900;
}

li.Pinterest a {
    color: #e60023;
}
li.pocket a {
    color: #ff7b7b;
}
ul.snsshare li a {
    text-decoration: none;
}
ul.snsshare li:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
/* ここにPC用スタイルを記述） */
ul.snsshare {
    padding: 0 40px;
}
}