/* カスタム CSS をここに入力してください */

.shop {
	margin-bottom: 50px;
}

.shop h2 {
	background-color: #ef858c; /* 背景色 */
	color: #fff; /* 文字色 */
	overflow: hidden;
	padding: 10px; /* 余白 */
	position: relative;
}

.shop h2:before {
	background-color: #fff; /* 大きな円の色 */
	border-radius: 50%;
	content: '';
	display: block;
	opacity: 0.6; /* 大きな円の不透明度 */
	position: absolute;
	top: -20px;
	right: 0px;
	width: 200px; /* 大きな円の幅 */
	height: 200px; /* 大きな円の高さ */
}

.shop h2:after {
	background-color: #fff; /* 小さな円の色 */
	border-radius: 50%;
	content: '';
	display: block;
	opacity: 0.6; /* 小さな円の不透明度 */
	position: absolute;
	bottom: -50px;
	right: 180px;
	width: 100px; /* 小さな円の幅 */
	height: 100px; /* 小さな円の高さ */
}


.shop h3 {
	font-size: 20px;
	color: #dd6a7a; /* 文字色 */
	padding: 5px 5px 5px 30px; /* 上・右・下・左の余白 */
	position: relative;
	border: none;
}

.shop h3:before {
	background-color: #ef858c; /* 左側の線の色 */
	border-radius: 5px;
	content: '';
	position: absolute;
	top: 0;
	left: 3px; /* 左端からの位置 */
	width: 5px; /* 左側の線の幅 */
	height: 100%;
}

.shop h3:after {
	background-color: #f3cbd0; /* 右側の線の色 */
	border-radius: 5px;
	content: '';
	position: absolute;
	top: 0;
	left: 12px; /* 左端からの位置 */
	width: 5px; /* 右側の線の幅 */
	height: 100%;
}

.shop-images {
	display: flex;
}

.shop-image {
	width : calc(100% / 3) ;
}

.shop-image img {
	width: 250px;
	height: 300px;
	object-fit: cover;
}

.point-box {
	border: 1px solid #f3cbd0;
	border-radius: 10px;
	padding: 10px 25px;
	font-size: 14px;
}

.point-box .point-content {
	margin: 0;
}

.shop-valuation {
	
}

.valuation-box {
	background: #FCF8E4;
}

.post-content ul.valuation-list {
	list-style: none;
	padding: 10px 30px;
	margin: 0;
	font-size: 14px;
}

.valuation-item {
	display: flex;
	margin: 0;
}

.valuation-name {
	width: 15%;
}
.valuation-stars {
		width: 85%;
}

.shop-reviews {}

.post-content ul.review-list {
	list-style: none;
	padding: 0;
}

.post-content li.review-item {
	font-size: 13px;
	padding: 15px 10px;
	background: #fafafa;
	border: 1px #eee solid;
	margin-bottom: 15px;
}

.shop-table table {
	width: 100%;
	font-size: 13px;
	border: none;
}

.shop-table table tbody tr th, .shop-table table tbody tr td {
	border: #f3cbd0 solid 1px;
}

.shop-table table tbody tr th {
	background: #f9e2e5;
	color: #666;
}

.shop-table table tbody tr td　{
white-space: normal;
}

.features ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}

.features .feature-li {
	display: none;
	font-size: 12px;
	padding: 5px 10px;
	border: 1px solid;
	margin-right: 5px;
	border-radius: 15px;
	white-space: nowrap;
}

.features .li-active {
	display: block;
}

.shop-links {
	display: block;
	width: 100%;
	
}

.shop-button {
	display: block;
	width: 300px;
	padding: 15px;
	margin: auto;
	text-align: center;
	color: #FFF;
	border-radius: 3px;
	background: linear-gradient(to bottom,#EEA3C4 0%,#EB77AB 100%);
	text-decoration: none;
}

.shop-button:hover {
	text-decoration: none;
	opacity: 0.7;
}

@media screen and (max-width: 767px){
.shop-button {
	width: 100%;}

	#header {
		padding: 15px 0 !important;
	}
	
	.post-header {
		padding: 30px 20px 20px;
	}

	.post-meta {
		margin-top: 0;
		margin-bottom: 20px;
		padding: 0;
		border-top: 1px #efefef solid;
	}

	.post-title {
		margin: 0 0 0px;
		font-size: 20px;
		clear: both;
		font-weight: bold;
	}
	
	.shop h2:before {
		background-color: #fff;
		border-radius: 50%;
		content: '';
		display: block;
		opacity: 0.6;
		position: absolute;
		top: 10px;
		right: 0px;
		width: 100px;
		height: 100px;
	}

	.shop h2:after {
		background-color: #fff;
		border-radius: 50%;
		content: '';
		display: block;
		opacity: 0.6;
		position: absolute;
		bottom: -50px;
		right: 70px;
		width: 70px;
		height: 75px;
	}

	.shop h3 {
		font-size: 20px;
		margin: 30px 0 20px 0;
		color: #dd6a7a;
		padding: 5px 5px 5px 30px;
		position: relative;
		border: none;
	}

	.shop-image img {
		width: 250px;
		height: 150px;
		object-fit: contain;
	}
	.point-box {
		border: 1px solid #f3cbd0;
		border-radius: 10px;
		padding: 10px 10px;
		font-size: 14px;
	}
	
	
	
	.breadcrumb {
		margin: 0 0 15px;
		font-size: 12px;
		line-height: 22px;
		padding: 0;
		overflow: scroll;
		display: flex;
		overflow-x: scroll;
		white-space: nowrap;
	}
	
	.breadcrumb li {
		/* float: left; */
		margin-left: 10px;
		width: 100%;
	}
}
#header{
	background-image: url(https://mensesthe-master.com/wp-content/uploads/2021/01/msbg.png);
}


.post-meta {
  margin-top: 0;
  margin-bottom: 42px;
  padding: 0;
  border: none;
}

.post-meta li {
  width: 100%;
  text-align: right;
  background: #fff;
  font-size: 12px;
  color: #999;
  float: none;
  margin-top: -3px;
}


/* サイドバーエリアタグ */
.sidebar-area {
	
}

.sidebar-area-list {
	display: flex;
	flex-wrap: wrap;
}

.sidebar-pref {
	width: 100%;
	margin: 10px 0;
}

.side-widget {
	padding-bottom: 0;
}

.side-widget ul li {
	border: none;
}

.side-widget ul li.sidebar-area-item {
	padding: 0;
}

.side-widget ul li.sidebar-area-item a {
	display: block;
	padding: 5px 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #333;
	border-radius: 5px;
}

@media screen and (max-width: 660px) {
	.freebirdFormviewerViewEmbedded .freebirdFormviewerViewCenteredContent  {
		margin: 0;
		max-width: 50%;
	}
}


/* 揺れボタン */
.swing {
  margin: 40px;
  -ms-animation: swing linear 5s infinite;
  -ms-transform-origin: center -24px 0;
  animation: swing linear 5s infinite;
  transform-origin: center -24px 0;
  /* display: block; */
  text-align: center;
}

.swing a {
  text-decoration: none;
  color: #FFF;
  padding: 15px 30px;
  margin-bottom: 2em;
  /*	border: 1px solid #2b2b2b;*/
  border-radius: 3px;
  display: inline-block;
  width: 70%;
  text-align: center;
  filter: drop-shadow(1.5px 1.5px 1.5px rgba(0,0,0,0.6));
  background: linear-gradient(to bottom,#EEA3C4 0%,#EB77AB 100%);
}

.swing a:hover {
  opacity: 0.6;
}
 
@-webkit-keyframes swing {
    0% { -webkit-transform: rotate(0deg); }
    25% { -webkit-transform: rotate(5deg); }
    50% { -webkit-transform: rotate(0deg); }
    75% { -webkit-transform: rotate(-5deg); }
    100% { -webkit-transform: rotate(0deg); }
}

@keyframes swing {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}

/* フォームデザイン */
.single-lp {
	background: #FFF;
}

.single-lp .lp-wrap {
	background: #f9f9f9;
	border: none;
}

.single-lp #lp-header {
	background: #f9f9f9;
}

.single-lp #lp-header h1 {
	margin: 0 150px;
	padding-bottom: 0px;
}

.single-lp #lp-header .lp-title {
	color: #333;
}

.single-lp .main-inner {
	margin: 0 150px;
}

.post-content .formSec {
	margin-bottom: 30px;
}

.post-content .formSec h2 {
	border: none;
	margin: 0;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
}

.post-content .formSec p {
	color: #999;
}

.post-content .formSec.campaign {
	font-size: 18px;
	padding: 10px;
	border-top: 1px solid #8386C1;
	border-bottom: 1px solid #8386C1;
}

.post-content .formSec.campaign p {
	margin: 0;
	color: #8386C1;
}

.post-content .formSec.endform {
	margin-top: 50px;
}

.wpcf7-list-item {
	display: block;
}

.wpcf7-form-control-wrap form input[type="text"] {
	border-radius: 2px;
	border: 1px #ddd solid;
	box-shadow: 0 1px 10px rgb(0 0 0.03);
}

.post-footer .bzb-sns-btn {
	display: none;
}

@media screen and (max-width: 660px) {
	.single-lp {
		padding: 0;
	}
	
	.single-lp .lp-wrap {
		margin: 0;
		width: 100%;
	}
	
	.single-lp .main-inner {
		margin: 0;
	}
	
	.single-lp #lp-header {
		padding: 0 20px;
	}
	
	.formSec.submit {
		text-align: center;
	}
	
	.single-lp .lp-wrap input[type=submit] {
		width: 80%;
	}
	
	.wpcf7 .ajax-loader {
		display: block;
	}
}

.wp-embedded-content {
max-width: 100%;
}