@charset "utf-8";


/* ------------------------------------------------------------

	RESET
	
------------------------------------------------------------ */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ------------------------------------------------------------

	BASE
	
------------------------------------------------------------ */

body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	line-height: 1.6;
	margin: 0 auto;
}

#container {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: url(../img/main/main_bg.jpg);
}

#contents {
	float: right;
	width: 80%;
}

#side {
	float: left;
	position: fixed;
	width: 192px;
	background-image: url(../img/side/saide_bg.jpg);
	height: 100%;
	padding: 14px;
}

#main {
	width: 90%;
	margin: 125px auto 100px auto;
	overflow: hidden;
}

#main img {
	float: left;
}

#main .main_catch {
	margin-top: 100px;
}

p {
	margin-bottom: 15px;
}

ol {
	padding-left: 17px;
}

a .opa:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	opacity: 0.75;
}


/* start: clearfix ------------------------------ */

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}

/* end: clearfix ------------------------------ */


/* -------------------------------------------
	common
------------------------------------------- */

section {
	overflow: hidden;
}

.main {
	float: left;
	width: 760px;
	margin-top: 85px;
	overflow: hidden;
}

h2.title {
	float: left;
	text-align: center;
	width: 188px;
}

h5.title {
	margin-bottom: 5px;
	color: #4F6D4B;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro";
	font-size: 16px;
}

.main .float_box {
	overflow: hidden;
}

.main .l_txt {
	float: left;
	list-style-type: none;
}

.main .r_img {
	float: right;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb100 {
	margin-bottom: 100px;
}

.bold {
	font-weight: bold;
}

/* -------------------------------------------
	side
------------------------------------------- */

#side .nav {
	margin: 20px 0 20px 0;
}

#side .nav li {
	float: right;
	margin: 0 12px 0 12px;
	background: url(../img/side/img_navicn.jpg) no-repeat 8px 0;
	padding-top: 10px;
}

#side .nav .last {
	margin-left: -11px;
}

#side ul,
#side .side_info li {
	overflow: hidden;
}

#side .side_info {
	border-top: thin solid #E4E4E1;
	margin: 5px 0 5px 0;
	padding-top: 10px;
}

#side .side_info li {
	margin-bottom: 5px;
}

#side .side_info.sns li {
	width: 48px;
	height: 48px;
	background-color: #333333;
	position: relative;
}

#side .side_info.sns .fab {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 26px;
}

#side .side_info.sns li:last-child .fab {
	font-size: 38px
}

/* #side .side_info.sns li img{
	width: 100%;
} */

#side .side_contact {
	text-align: center;
}

#side dt,
#side dd {
	float: left;
}

#side dt {
	width: 80px;
}

#side .sns li {
	float: left;
	margin-right: 5px;
}

/* -------------------------------------------
	header
------------------------------------------- */

#header_wrap {
	background-color: #000;
	height: 6px;
	width: 100%;
	z-index: 1;
}

#header {
	width: 60%;
	margin: 0 auto 0 auto;
}

/* -------------------------------------------
	about
------------------------------------------- */
#about .greet {
	width: 650px;
	float: right;
	margin-top: 50px;
}

#about .greet .l_txt {
	width: 440px;
}

#about .greet .r_img {
	text-align: center;
}

/* -------------------------------------------
	flow
------------------------------------------- */


.guid_flow li {
	background-image: url(../img/main/img_box_bg.jpg);
	overflow: hidden;
	margin-bottom: 10px;
	width: 747px;
	box-shadow:
		inset 0 0 5px #FAF8F4,
		inset 0 0 5px #FAF8F4,
		inset 0 0 5px #FAF8F4,
		inset 0 0 5px #FAF8F4;
	border-radius: 8px;
	padding: 7px 5px 7px 10px;
}

.guid_flow .arrow {
	text-align: center;
}

.guid_flow li dt,
.guid_flow li dd {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;

}

.guid_flow li img {
	float: left;
}

.guid_flow .flow_img {
	width: 201px;
}

.guid_flow li .flow_txt {
	float: right;
	background-color: #FFF;
	width: 505px;
	text-align: left;
	margin-right: 5px;
	padding: 20px 15px 20px 15px;
	box-shadow:
		inset 0 0 5px #F1EACB,
		inset 0 0 5px #F1EACB,
		inset 0 0 5px #F1EACB,
		inset 0 0 5px #F1EACB;
	border-radius: 8px;
	z-index: 1;
}

#flow .r_img {
	margin-top: -217px;
	z-index: 100;
}

/* -------------------------------------------
	price
------------------------------------------- */

.menu,
.option {
	overflow: hidden;
	margin-top: 30px;
}

.menu .menu_box,
.option .option_box {
	float: left;
	height: 100%;
	background-color: #FFF;
	padding: 15px 15px 0 15px;
	text-align: center;
	margin-right: 13px;
}

.menu .last,
.option .last {
	margin-right: 0;
}

.menu {
	display: flex;
}

.menu .menu_box {
	width: calc(62% - 13px);
	margin-right: 13px;
}

.menu .menu_box.last {
	/* width: 38%; */
	width: 32%;
	margin-right: 0;
}

.option .option_box {
	width: 214px;
}

.caption {
	height: 50px;
}

.optio_menu {
	text-align: center;
	height: 140px;
}

.optio_menu li {
	display: inline;
}

#price .price_txt {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro";
	font-size: 18px;
	/* text-align: left; */
}

#price .r_img {
	margin-top: -15px;
}

#price .price_txt.is_left {
	text-align: left;
	display: flex;
	flex-direction: column;
	padding-bottom: 15px;
}

#price .price_txt.is_left p {
	margin-bottom: 0;
}

.caution {
	margin: 5px 0 0 0;
	float: right;
}

.price_memo {
	display: block;
	text-align: right;
	margin-top: 5px;
}

/* -------------------------------------------
	voice
------------------------------------------- */

#voice .voice_ttl {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro";
	font-size: 18px;
	background-color: #516E4C;
	width: 316px;
	color: #FAF7F2;
	margin: 0 0 20px -37px;
	background-image: url(../img/voice/img_ttlbg02.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding: 10px 15px 14px 15px;
}

#voice .voice_box_l,
#voice .voice_box_r {
	height: 100%;
	width: 306px;
	background-color: #FFF;
	margin: 0 0 20px 15px;
	padding: 20px 22px 0 22px;
}

.voice_box_l {
	float: left;
}

.voice_box_r {
	float: right;
}

.voice_txt {
	text-align: justify;
	text-justify: inter-ideograph;
}

#voice .profile {
	text-align: right;
}

#voice .more {
	float: right;
}

#voice .more:hover {
	cursor: pointer;
}

input[type="checkbox"].ExpandCheckBox {
	display: none;
}

input[type="checkbox"].ExpandCheckBox+div.panel {
	display: none;
}

input[type="checkbox"].ExpandCheckBox:checked+div.panel {
	display: block;
}




/* -------------------------------------------
	faq
------------------------------------------- */

#faq .faq_box {
	padding: 10px 7px 7px 7px;
	margin: 20px 0 50px 0;
	background-image: url(../img/faq/img_bg.jpg);
	-webkit-border-image: url(../img/faq/img_boader_bg.jpg) 30 30 round;
	border-image: url(../img/faq/img_boader_bg.jpg) 30 30 round;
	height: 100%;
	box-shadow:
		inset 0 0 5px #FAF8F4,
		inset 0 0 5px #FAF8F4,
		inset 0 0 5px #FAF8F4,
		inset 0 0 5px #FAF8F4;
	border-radius: 8px;
}

#faq .faq_box .question {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro";
	font-size: 18px;
	color: #52430A;
	background: url(../img/faq/img_question.png) no-repeat 5px 5px;
	margin-top: -28px;
	padding: 27px 0 0 35px;
}

#faq .faq_box .answer {
	background-color: #FFF;
	margin-top: 5px;
	padding: 20px 15px 20px 15px;
	box-shadow:
		inset 0 0 5px #F1EACB,
		inset 0 0 5px #F1EACB,
		inset 0 0 5px #F1EACB,
		inset 0 0 5px #F1EACB;
	border-radius: 8px;
}

#faq .faq_box p {
	margin-bottom: 0;
}

/* -------------------------------------------
	shop
------------------------------------------- */

.shop__list {
	display: flex;
	/* justify-content: space-between; */
	gap: 13px;
}

.shop__list__item {
	width: calc((100% - 26px) / 3);
	background: #fff;
	padding: 15px;
	margin-right: 20px;
}

.shop__list__item__hdg {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro";
	font-size: 15px;
	color: #516F4C;
	text-align: center;
	margin-bottom: 10px;
}

.shop__list__item__price {
	text-align: right;
}

.shop__list__item__image {
	text-align: center;
}

.shop__list__item__image img {
	max-width: 100%;
}

.shop__list__item__logo {
	text-align: center;
	margin-bottom: 10px;
}

.shop__list__item__info {
	text-align: center;
}

.shop__list__item__info__inner {
	display: inline-block;
	text-align: left;
}

/* -------------------------------------------
	footer
------------------------------------------- */
#footer_wrap {
	background-color: #516F4C;
	height: 257px;
	width: 100%;
}

#footer_wrap #footer {
	float: right;
	width: 80%;
	overflow: hidden;
	padding: 20px 0 0 25px;
	font-size: 10px;
	color: #FFF;
}

#footer .map {
	margin: 0 255px 0 0;
}

#footer .footer_info li {
	margin-bottom: 10px;
}


#footer .map,
#footer .footer_info {
	float: left
}

#contents .pagetop {
	float: right;
	margin-bottom: -30px;
}

/* 20240109 閉店のお知らせ追加 */

#info {
	width: 60%;
	margin: 0 auto 0 auto;
	padding: 15px 0;
}

#info a {
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: red;
}

#info span {
	color: #52430A;
	margin-right: 15px;
	padding: 2px;
	border: 1px solid #52430A;
	font-size: 20px;
}

/* 20240307 レンタル酵素追加 */

/* #compliance {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro";
  background-color: #FFF;
  padding: 40px 50px 60px;
  margin: 80px auto 0;
}

#compliance h2 {
  margin-bottom:40px;
  text-align: center;
  font-size: 28px;
}

#compliance ul li {
  font-size: 16px;
  margin-bottom: 20px;
} */

#infomation {
	margin: 80px auto 0;
}

#main .rental {
	margin-top: 80px;
	margin-bottom: 60px;
	background-color: #FFF;
	padding: 35px 100px;
}

#main .rental_info {
	text-align: center;

}

#main .rental p {
	font-size: 16px;
}

#main .rental p .big {
	font-size: 24px;
}

#main .rental_info .rental_hdg {
	background-color: #516F4C;
	font-size: 22px;
	color: #fff;
	padding: 5px 70px;
	width: fit-content;
	margin: 0 auto 30px;
	font-weight: bold;
	border-radius: 15px;
}

#main .rental_info p:nth-of-type(2) {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 7px;
}

#main .rental_info p:last-of-type {
	font-size: 14px;
	margin-bottom: 20px;
}

.rental .rental_flow li {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	padding: 24px 50px;
}

.rental .rental_flow p {
	margin-bottom: 0;
}

.rental .rental_flow li:not(:first-child)::after {
	content: '';
	background: url(../img/rental/arrow.png) no-repeat;
	width: 33px;
	height: 17px;
	background-size: contain;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

/* 241101 */
.t-right {
	text-align: right;
}