@charset "utf-8";
/*===================================================================
    infomation
===================================================================*/
.infomation-page {
	background: #000 url(../images/common/page-ttl-02-pc.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.infomation-top-text {
	font-size: 1.8rem;
}
.infomation-text-list {
	margin-bottom: 40px;
}
/* =============================================
 instagram
============================================= */
.instagram-tag {
	flex-wrap: wrap;
}
.instagram-tag a {
	display: block;
	margin: 0 4px 16px;
	padding: 8px 20px;
	border: 2px solid #000;
	color: #fff;
	text-align: center;
	background: #000;
	white-space: nowrap;
	position: relative;
}
.instagram-tag a:hover {
	border: 2px solid #000;
	color: #000;
	background: #fff;
}
.instagram-tag a:after {
	content: "";
	position: absolute;
	bottom: -3px;
	right: -3px;
	box-sizing: border-box;
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.instagram-tag a:hover:after {
	border-left: 5px solid #000;
}
.infomation-page-instagram {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
}
.instagram-icon {
	width: 159px;
	margin: 0 auto 60px;
}
.insta-list {
	width: 15.771484375%;
	height: 15.771484375%;
	position: relative;
	overflow: hidden;
	margin-right: 1.07421875%;
}
.insta-list:last-child {
	margin-right: 0;
}
.insta-list::before {
	content: '';
	display: block;
	padding-top: 100%;
}
.insta-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}
.insta-tag-link {
	padding: 0 20px;
}
.infomation-qa dl {
	padding-top: 44px;
	border-top: 1px solid #000;
}
.infomation-qa dl dt, .infomation-qa dl dd {
	position: relative;
	padding: 0 10px 0 40px;
}
.infomation-qa dl dt {
	margin-bottom: 24px;
	font-size: 2rem;
	font-weight: bold;
}
.infomation-qa dl dt:after {
	content: "Q";
	position: absolute;
	top: 3px;
	left: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background: #000;
	color: #fff;
	font-size: 1.6rem !important;
	font-weight: normal;
	border-radius: 25px
}
.infomation-qa dl dd {
	padding-bottom: 44px;
	margin-bottom: 44px;
	color: #524b36;
	border-bottom: 1px solid #000;
}
.infomation-qa dl dd:after {
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background: #a99c77;
	color: #fff;
	border-radius: 25px;
}
.monitar-top {
	margin-bottom:100px;
}
.monitar {
	width: 700px;
	margin: 0 auto;
}
.monitar ul li {
	width: 300px;
}

/* ==========================================================================
   special contents
   ========================================================================== */
.special-under-page .aligncenter {
	margin: 0 auto 10px;
	display: block;
}
.monitar-top img {
	width: auto !important;
	margin: 0 auto;
}

/*===================================================================
    price-table
===================================================================*/
.price-table{
	width: 100%;
	font-size:1.6rem;
  margin-bottom: 40px;
  border: 1px solid #e0e0e0;
}
.price-table th,
.price-table td{
	border-bottom: 1px solid #e0e0e0;
	vertical-align: middle;
}

.price-table th a {
	text-decoration: underline;
}
.price-table th a:hover {
	text-decoration: none;
}
.td-price,
.td-note
 {
	/*text-align: left;*/
}
.name-ttl {
	padding: 16px;
}
.td-ttl {
	padding: 16px;
}
.price-ttl-01,
.price-ttl-02 {

	text-align: left;
	padding: 16px;
}
.td-price-01,
.td-price-02 {
  width: 140px;
  text-align: right;
	padding: 16px;
}

.price-under-page h2 {
	padding: 0 16px;
}
.tax-padding {
	padding: 0 16px !important;
}
.under-line {
  text-decoration: underline;
}
.under-line:hover {
  text-decoration: none;
}

.treatment-ttl {
  background: #323232;
  color: #fff;
}

.treatment-ttl a {
  background: #323232;
  color: #fff;
}
.price-table tr:nth-child(odd) {
  background: #f7f7f7;
}

/* ==========================================================================
   sp 768px
   ========================================================================== */
@media (max-width: 768px) {
.monitar {
	width: 100% !important;
}
.monitar ul li {
	width: 80% !important;
}
}

/* ==========================================================================
   sp 640px
   ========================================================================== */
@media (max-width: 640px) {
	/*===================================================================
    price-table
===================================================================*/
	.price-table{
		font-size:1.2rem;
	}
	.name-ttl {
		width: 50%;
		padding: 8px 16px 8px 8px;
	}
	.td-ttl {
		padding: 8px 30px 8px 8px;
	}
	.price-ttl-01,
	.price-ttl-02,
	.td-price-01,
	.td-price-02 {
		padding: 8px 8px 8px 16px;
	}
	.price-under-page .width-1024 {
		width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.tax-padding {
		padding: 0 16px !important;
	}
}


/* ==========================================================================
   sp 414px
   ========================================================================== */
@media (max-width: 414px) {
	.monitar ul li {
		width: 100% !important;
	}
}
/* ==========================================================================
   sp 375px
   ========================================================================== */
@media (max-width: 375px) {
	.contents-wrap-free img{
		width: 100% !important;
		height:auto;
	}
}
