@charset "utf-8";

html {
	font-size: 14px !important;
}

#information .info-box {
	width: 100%;
}

.page2015 .content img {
    max-width: 100%;
}

.sp-cont {
	display: block;
}
.pc-cont {
	display: none;
}
.tarumi-section01 h2 {
	margin: 0 0 10px;
	padding: 10px 0 0;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: center;
}
.permission {
	max-width: 500px;
	margin: 0 auto 30px;
}
.tarumi-topList {
	display: flex;
	flex-wrap: wrap;
}
.tarumi-topList li {
	width: 100%;
	margin: 0 0 20px;
}
.tarumi-topList dl {
	box-sizing: border-box;
	border: 2px solid #f3cb69;
}
.tarumi-topList dl dt {
	padding: 8px 0 10px;
	background: #f3cb69;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
.tarumi-topList dl dd {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding: 10px;
	background: #fff;
	font-size: 1rem;
	font-weight: bold;
}
.tarumi-topList .small {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 0.7rem;
	line-height: 1.2;
}
.tarumi-topList dl dd p:last-of-type {
	display: flex;
	align-items: center;
}
.tarumi-topList .price {
	color: #c70000;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 1.2rem;
}
.tarumi-section01 {
	box-sizing: border-box;
	padding: 0 10px;
	background: url("../img-en/tarumi/impro_main_bg.png") top left / 300px no-repeat #f2f2f2;
}
.tarumi-section02 {
	padding: 40px 0 0;
}
.tarumi-ttl {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
h4.tarumi-ttl {
	margin: 0 0 15px;
	font-size: 1.4rem;
}
.onayami-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 50px 0 50px;
}
.onayami-list li {
	width: 45%;
}
.onayami-list li p {
	margin: 10px 0 0;
	text-align: center;
	line-height: 1.5;
}
.onayami-list li p span {
	background: linear-gradient(transparent 60%, #fff45c 60%);
}
.onayami-text:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 30px;
	border-color: transparent transparent #f2e3bf transparent;
}
.onayami-text:nth-of-type(1):before {
	left: 17%;
}
.onayami-text:nth-of-type(2):before {
	left: 67%;
}
.onayami-text5:before {
	left: 50%!important;
	transform: translateX(-50%);
}
.onayami-text_ar .onayami-text1 {
	display: block;
}

.onayami-text {
	box-sizing: border-box;
	position: relative;
	display: none;
	padding: 30px 10px 20px;
	background: #f2e3bf;
}
.show {
	display: block;
}
.onayami-text h4 {
	margin: 0 0 20px;
	color: #c0504d;
	font-size: 1.3rem;
	text-align: center;
	font-weight: bold;
}
.onayami-text > div:first-of-type ul {
	box-sizing: border-box;
	margin: 0 0 40px;
	padding: 15px;
	background: #fff;
}
.onayami-text > div:first-of-type ul li {
	margin: 0 0 10px;
	font-size: 1.1rem;
	line-height: 1.3;
}
.onayami-text > div:first-of-type ul li:last-of-type {
	margin: 0;
}
.onayami-text > div:last-of-type ul li a {
	display: block;
	margin: 0 0 10px;
	padding: 15px;
	background: #f3cb69;
	color: #fff;
	font-size: 1.1rem;
	text-decoration: none;
	text-shadow:1px 1px 3px #aaa;
}
.tarumi-contact {
	box-sizing: border-box;
	margin: 0 0 50px;
	padding: 35px 10px;
	background: #f3cb69;
	text-align: center;
}
.tarumi-contact img {
	width: 100%;
}
.tarumi-contact > div:first-of-type {
	display: flex;
	justify-content: center;
}
.tarumi-contact > div p {
	line-height: 1.2;
	text-align: left;
}
.tarumi-booking01 a,
.tarumi-booking02 a {
	display: block;
	padding: 15px;
	border-radius: 5px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.tarumi-booking01 a {
	margin: 0 0 10px;
	background: #c0504d;
	border: 2px solid #c0504d;
	transition: 0.4s;
}
.tarumi-booking02 a {
	background: #cc8b89;
	border: 2px solid #cc8b89;
	transition: 0.4s;
}
.treatment-section {
	margin: 0 0 50px;
}
.tarumi-treatment {
	box-sizing: border-box;
	padding: 0 10px;
}
.t-treatment-text {
	margin: 0 0 30px;
}
.t-treatment-text p {
	margin: 0 0 10px;
}
.common-text {
	line-height: 1.5;
}
.tarumi-accordion {
	box-sizing: border-box;
	position: relative;
	margin: 0 0 10px;
	border: 2px solid #f3cb69;
}
.accordion-kick {
	position: relative;
	padding: 8px 0 10px;
	background: #f3cb69;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
}
.accordion-kick:before {
	content: "";
	position: absolute;
	top: 45%;
	right: 15px;
	width: 20px;
	border-top: 4px solid #fff;
	transform: rotate(90deg);
	transition: 0.4s;
}
.accordion-kick:after {
	content: "";
	position: absolute;
	top: 45%;
	right: 15px;
	width: 20px;
	border-top: 4px solid #fff;
}
.open .accordion-kick:before {
	transform: rotate(0deg);
}
.tarumi-accordion dd {
	display: none;
	padding: 10px 10px 15px;
}
.t-recomended {
	margin: 0 0 10px;
	padding: 15px;
	background: #f2e3bf;
}
.t-recomended p {
	margin: 0 0 15px;
	color: #c0504d;
	font-weight: bold;
	text-align: center;
}
.accordion-list01 {
	box-sizing: border-box;
}
.accordion-list01 li {
	margin: 0 0 10px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.3;
}
.accordion-list01 li:last-of-type {
	margin: 0;
}
.accordion-cont {
	margin: 0 0 20px;
}
.accordion-cont p {
	line-height: 1.4;
	font-size: 1rem;
}
.accordion-cont figure {
	margin: 0 0 10px;
	text-align: center;
}
.treatment-effect p {
	margin: 0 0 10px;
	color: #c0504d;
	font-weight: bold;
}
.treatment-effect ul li {
	display: inline;
	margin: 0 10px 10px 0;
	line-height: 1.5;
}
.accordion-price {
	margin: 20px 0 30px;
	text-align: center;
}
.accordion-price span:not(.gurosu-text) {
	color: #c70000;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 1.4rem;
	font-weight: bold;
}
.accordion-btn a {
	display: block;
	padding: 10px 0;
	color: #fff;
	background: #f3cb69;
	border: 2px solid #f3cb69;
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: 0.4s;
}
.accordion-text01 {
	margin: 0 0 10px;
	color: #c00;
	font-size: 1.1rem;
}
.accordion-text01 span {
	color: #000;
	font-size: 0.7rem;
}





@media (min-width: 768px) {
	.pc-cont {
		display: block;
	}
	.sp-cont {
		display: none;
	}
	.tarumi-section01 h2 {
		margin: 0 0 30px;
		font-size: 1.8rem;
	}
	.tarumi-ttl {
		font-size: 1.8rem;
	}
	h4.tarumi-ttl {
		margin: 0 0 20px;
		font-size: 1.8rem;
	}
	.permission {
		max-width: 500px;
		margin: 0 auto 30px;
	}
	.tarumi-topList {
		display: flex;
		flex-wrap: wrap;
	}
	.tarumi-topList li {
		width: calc(50% - 20px);
		margin: 0 0 20px 20px;
	}
	.tarumi-topList dl {
		padding: 2px;
		background: #f3cb69;
	}
	.tarumi-topList dl dt {
		padding: 10px 0 15px;
		color: #fff;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
	}
	.tarumi-topList dl dd {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 60px;
		padding: 10px 20px;
		background: #fff;
		font-size: 1.3rem;
	}
	.tarumi-topList .small {
		display: inline-block;
		margin: 0 10px 0 0;
		font-size: 0.7rem;
		font-weight: bold;
	}
	.tarumi-topList dl dd p:last-of-type {
		display: flex;
		align-items: center;
	}
	.tarumi-topList .price {
		color: #c70000;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		font-size: 1.6rem;
	}
	.tarumi-section01 {
		background: url("../img-en/tarumi/impro_main_bg.png") top left / 700px no-repeat #f2f2f2;
	}
	.onayami-list li {
		width: 15%;
	}
	.onayami-list li:hover {
		cursor: pointer;
	}
	.onayami-text {
		display: none;
		justify-content: space-around;
	}
	.show {
		display: flex;
	}
	.onayami-text_ar.pc-cont {
		margin: 0 0 50px;
	}
	.onayami-text > div {
		width: 45%;
	}
	.onayami-text > div:first-of-type ul li {
		padding-left: 80px;
	}
	.tarumi-contact img {
		max-width: 350px!important;
	}
	.tarumi-btnbox {
		display: flex;
		justify-content: space-around!important;
	}
	.tarumi-btnbox p {
		width: 45%;
		margin: 10px 0 0;
	}
	.tarumi-booking01 a,
	.tarumi-booking02 a {
		padding: 20px;
	}
	.tarumi-booking01 a:hover {
		background: #fff;
		color: #c0504d;
	}
	.tarumi-booking02 a:hover {
		background: #fff;
		color: #cc8b89;
	}
	.bihaku_menu .tarumi-ttl {
		margin: 0 0 30px;
	}
	.treatment-section {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	h4.tarumi-ttl {
		width: 100%;
	}
	.tarumi-accordion {
		width: 48%;
		margin: 0 0 30px;
		padding: 0 0 220px;
	}
	.tarumi-accordion dd {
		display: block;
	}
	.accordion-kick:after,
	.accordion-kick:before {
		display: none;
	}
	.accordion-btn {
		position: absolute;
		bottom: 20px;
		left: 5%;
		width: 90%;
	}
	.accordion-price {
		position: absolute;
		bottom: 60px;
		left: 5%;
		width: 90%;
	}
	.treatment-effect {
		position: absolute;
		bottom: 150px;
		left: 5%;
		width: 90%;
		height: 72px;
	}
	.treatment-section:last-of-type .tarumi-accordion:last-of-type {
		padding: 0 0 10px 0;
	}
	.treatment-section:last-of-type .tarumi-accordion:last-of-type .accordion-btn,
	.treatment-section:last-of-type .tarumi-accordion:last-of-type .accordion-price,
	.treatment-section:last-of-type .tarumi-accordion:last-of-type .treatment-effect {
		position: static;
		width: 100%;
	}
	.accordion-btn a {
		padding: 15px 0;
	}
	.accordion-btn a:hover {
		background: #fff;
		color: #f3cb69;
	}
	.accordion-price span:not(.gurosu-text) {
		font-size: 2.2rem;
	}
	.accordion-cont figure img {
		height: 300px;
	}
	
	.onayami-text > div:last-of-type ul li a:hover {
		opacity: 0.8;
	}
	.onayami-text:nth-of-type(1):before {
		left: 70px;
	}
	.onayami-text:nth-of-type(2):before {
		left: 270px;
	}
	.onayami-text:nth-of-type(3):before {
		content: "";
		position: absolute;
		top: -30px;
		left: 470px;
		border-width: 0 30px 30px 30px;
		border-color: transparent transparent #f2e3bf transparent;
	}
	.onayami-text:nth-of-type(4):before {
		content: "";
		position: absolute;
		top: -30px;
		left: 670px;
		border-width: 0 30px 30px 30px;
		border-color: transparent transparent #f2e3bf transparent;
	}
	.onayami-text:nth-of-type(5):before {
		content: "";
		position: absolute;
		top: -30px;
		left: 870px;
		border-width: 0 30px 30px 30px;
		border-color: transparent transparent #f2e3bf transparent;
		transform: none;
	}
	.t-recomended p {
		font-size: 1.2rem;
	}
	.treatment-effect p {
		font-size: 1.2rem;
	}
	.t-treatment-text {
		margin: 0 0 50px;
	}
	.accordion-list01 li {
		font-size: 1rem;
	}
	.gurosu-text {
		padding: 0 0 0 10px;
}
}
