@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://cdn.jsdelivr.net/npm/@material/typography@latest/dist/mdc.typography.min.css');
@import url('https://cdn.jsdelivr.net/npm/@material/list@latest/dist/mdc.list.min.css');
@import url('https://cdn.jsdelivr.net/npm/@material/button@latest/dist/mdc.button.min.css');
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* 
 * LINE LINK ボタン
 * Use : Profile page
 * 
*/

a.footer-line-btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 0rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  background: #00b900;
  color: #fff;
  width: 100%;
}

a.footer-line-btn:hover {
  color: #fff;
  opacity: 0.8;
}

/*
 * member list
 */

.member {
  float: left;
  padding: inherit;
  display: block;
  padding: 15px;
  border: 1px solid;
  margin: 10px;
}
.member-thumbnail {
  width: 324px;
  height: 324px;
  overflow: hidden;
  text-align: center;
}
.member img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}


/* 
 * Fix edit botton ボタン
 * Use : My Profile page
 * View mobile only
 * PC and tablet dont view
*/
a.footer-btn.fix {
	font-size: 1rem;
	font-weight: 700;
	line-height: 0.5;
	position: fixed;
	bottom: 60px;
	display: inline-block;
	padding: 1rem 0rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
	background: #949495;
	color: #fff;
	width: 90%;
}
@media all and (min-width: 1024px) and (max-width: 3200px) {
	a.footer-btn.fix {
		display:none;
	}
}






@media only screen and (max-width: 750px) {

  ul.su-posts.su-posts-list-loop.member-wrap {
    padding: 0px;
  }
  .member {
    float: none;
    padding: inherit;
    display: block;
    padding: 15px;
    border: 1px solid;
    margin: 10px;
    text-align: center;
  }
  .member-thumbnail {
    width: 214px;
    height: 162px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
  }
  caption,
  th {
    text-align: left;
    white-space: nowrap;
    font-size: 0.9em;
  }
}
th {
  white-space: nowrap;
}

.um-header {
  /* 	display:none; */
}

/************************************
** MyProfile album date css and js
************************************/
/* 
 * class : photo-album
 * data :
 * use html : div
 */
.um-row._um_row_1.photo-album.swiper-container{
	display: flex;
	width: -webkit-fill-available;
	overflow-x: scroll;
}
.um-row._um_row_1.photo-album div {
	margin: 1px;
	flex-shrink: 0;
}
.um-field.um-field-image.um-field-image.um-field-type_image{
	float:left;
	width:150px;
}
div.um-photo img{
	max-height:100px;
}

.photo-album::-webkit-scrollbar {
  height: 14px; /* スクロールバーの高さ */
}
 
.photo-album::-webkit-scrollbar-thumb {
  background: #d2b48c; /* ツマミの色 */
  border-radius: 7px; /* ツマミ両端の丸み */
}
 
.photo-album::-webkit-scrollbar-track {
  background: #f5deb3; /* トラックの色 */
  border-radius: 7px; /* トラック両端の丸み */
}

.photo-album a.um-button.um-btn-auto-width {
	margin-top: 10px;
	min-width:150px;
}
.um .um-single-image-preview > img{
	/*height:150px;*/
	max-height: 150px!important;
	max-width: 300px!important;
}
.photo-album .um-single-image-preview a.cancel, .photo-album .um-single-file-preview a.cancel {
	right:7px;
	top:7px;
}
.um .um-single-image-preview{
	display: block;
	width: 150px;
    height: 150px;
    background-image: url(/wp-content/uploads/2021/12/new_picture.png);
	background-repeat:none;
}

 /*
 * 対応内容
 * 画像アップロードボタン
 * スマホの際に重ならない用に縮小する
 */
a.um-button.um-btn-auto-width{
 	
	display: initial!important;
	width: 145px!important;
	padding: 5px 20px !important;
}

.terms_of_service{
	display: block;
    height: 300px;
    overflow: scroll;
	border: solid 1px #dfdfdf;;
}
.terms_of_service::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
 
.terms_of_service::-webkit-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 5px;
}

h2,.entry-content h2{
	border-left: solid 5px #4a9afa;
}

input.wpcf7-submit{
	color:#000;
}
 

/************************************
** MyProfile css for label
************************************/
/* 
 * class : 
 * data :
 * use html : div
 */
.um-row._um_row_1.photo-album.um-field-label{
	display:none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
  
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  .um-directory.uimob500 .um-members-wrapper .um-members.um-members-list .um-member .um-member-photo a img {
		width: 100px!important;
		height: 100px!important;
	}
	.um-directory.uimob500 .um-members-wrapper .um-members.um-members-list .um-member .um-member-photo{
		width: 100px!important;
	}
	.um-directory.uimob500 .um-members-wrapper .um-members.um-members-list .um-member .um-member-photo a{
	width: 100px!important;
		height: 100px!important;
	}
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}

@media screen and (min-height: 450px) {
   /* 高さ450px以下の場合 */
   
}
@media screen and (min-height: 150px) {
   /* 高さ150px以下の場合 */
   .mobile-menu-buttons{
   }

}

.forget_box{
	font-size: smaller;
    text-decoration: none;
	text-align:center;
	line-height: 0px;
}
a.forget_box-link-alt{
	color:grey;
	font-size: smaller;
    text-decoration: none;
}

.line-notify-button {
        background-color: #00B900; /* LINEの緑色 */
        color: white; /* 文字色は白 */
        padding: 10px 20px; /* パディング */
        border-radius: 20px; /* 角の丸み */
        border: none; /* ボーダーなし */
        cursor: pointer; /* カーソルをポインタに */
        font-size: 16px; /* フォントサイズ */
        text-decoration: none; /* テキストの下線をなくす */
        display: inline-block; /* インラインブロック表示 */
    }


/* 足跡リストのスタイリング */
/* Base container and list styles */

.visit-history-container {
    padding: 15px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.mdc-list{
	padding:0px;
	text-align:center;
}

.mdc-list-item {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    margin: 20px 0;
    background-color: #FAFAFA;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s;
    flex-wrap: wrap;
    text-align: left;
	width:300px;
}

.mdc-list-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.mdc-list-item__graphic {
    width: 152px;
    height: 152px;
    border-radius: 50%;
}

.mdc-button {
    color: #FFFFFF;
    background-color: #1E88E5;
}

.mdc-button:hover {
    background-color: #1565C0;
}

.label-bold {
    font-weight: bold;
    color: #424242;
}

/* Link styles for mdc-list-item */
.mdc-list-item a, .mdc-list-item a:visited {
    color: #FFA500; /* Set link color to orange */
    text-decoration: none; /* Removes underline from links */
}

.mdc-list-item a:hover, .mdc-list-item a:active {
    text-decoration: none; /* Ensures no underline on hover */
}

.material-symbols-outlined{
	margin:auto;
}

/* Responsive design adjustments */
@media (max-width: 768px) {
    .mdc-list-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .visit-history-container, .mdc-list-item {
        padding: 10px;
    }

    .mdc-list-item__text span {
        display: block;
        margin-bottom: 4px;
    }
}




/* POP Limit view */
.popup-limit {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.popup-content-limit {
    background: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    width: 90%; /* スマホでの幅調整 */
    max-width: 500px; /* 最大幅を設定 */
}
.close-limit {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
}

/* スマートフォンでのビューポート調整 */
@media (max-width: 600px) {
    .popup-content-limit {
        padding: 10px;
        font-size: 14px; /* 文字サイズの調整 */
    }
    .close-limit {
        top: 5px;
        right: 5px;
        font-size: 20px; /* 閉じるボタンのサイズ調整 */
    }
}

.blur-max {
  filter: blur(20px); /* ぼかしの強度を調整 */
}

@media (min-width: 1024px) {
  .um-2635.um .um-profile-photo a.um-profile-photo-img {
    width: 200px!important; /* 好みの幅に調整 */
    height: 200px!important; /* 好みの高さに調整 */
  }
}
