.modal-close
{
	cursor: pointer;
}

div#modal-overlay
{
	z-index: 900;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.15);
}

div.modal-sample
{
	/*width: 1000px;*/
	z-index: 910;
	display: none;
	position: absolute;
}

div.popup_frame
{
	width: 100%;
	padding: 60px 60px 60px;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 2px solid #dcdcdc;
}

div.popup_frame table.create
{
	margin: 0px auto 0px;
}

div.popup_frame table.create td.title
{
	width: 5px;
	font-size: 180%;
	line-height: 100%;
	color: #000000;
	padding-right: 40px;
	white-space: nowrap;
}

div.popup_frame table.create td.form input
{
	width: 700px;
	height: 70px;
	font-size: 180%;
	line-height: 100%;
	color: #000000;
	text-align: center;
	background-color: #ffffff;
	border: none;
	padding: 0;
	border: 2px solid #dcdcdc;
}

div.popup_frame table.create_button
{
	margin: 80px auto 0px;
}

div.popup_frame table.create_button td.button
{
	width: 250px;
	padding-right: 60px;
}

div.popup_frame table.create_button td:last-child.button
{
	padding-right: 0px;
}

div.popup_frame table.create_button td.button button
{
	width: 250px;
	height: 70px;
	font-size: 180%;
	line-height: 100%;
	color: #ffffff;
	background-color: #62a8d5;
	border: none;
	border-radius: 35px;
	letter-spacing: 0.05em;
	cursor: pointer;
	padding: 0;
	white-space: nowrap;
}

div#store-modal-content
{
	z-index: 779;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,1);
}

div#equipment-modal-content
{
	z-index: 779;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,1);
}

div#therapy-modal-content
{
	z-index: 779;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,1);
}

div#temp-reservation-modal-content
{
	z-index: 779;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,1);
}

div#reservation-modal-content
{
	z-index: 779;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,1);
}


/* ポップアップ */
div.group_popup_frame table.form td.title04
{
	font-size: 115%;
	line-height: 100%;
	color: #e4e4e4;
	padding: 0px 25px 0px 0px;
	letter-spacing: 0.1em;
}

div.group_popup_frame table.form td.title04_large
{
	font-size: 115%;
	color: #e4e4e4;
	padding: 0px 25px 0px 0px;
	letter-spacing: 0.1em;
	vertical-align: top;
}

div.group_popup_frame
{
	width: auto;
	height: auto;
	/*border: 1px solid #e4e4e4;*/
	/*position: relative;*/
}

div.group_popup_frame div.title_frame
{
	width: 100%;
	height: 40px;
	background-color: #e4e4e4;
	position: relative;
}

div.group_popup_frame div.title_frame div.title
{
	width: 550px;
	height: 40px;
	font-size: 125%;
	line-height: 100%;
	color: #ffffff;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 0.15em;
}

div.group_popup_frame div.title_frame div.close
{
	width: 22px;
	height: 22px;
	position: absolute;
	top: 9px;
	right: 10px;
	cursor: pointer;
}

div.group_popup_frame div.title_frame div.close img
{
	width: 22px;
	height: 22px;
}

div.group_popup_frame div.close2_frame
{
	width: 34px;
	height: 34px;
	background-color: #5da474;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
}

div.group_popup_frame div.close2
{
	width: 22px;
	height: 22px;
	margin: 6px auto;
}

div.group_popup_frame div.close2 img
{
	width: 22px;
	height: 22px;
	display: block;
}

div.group_popup_frame div.close_button_img
{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #4d4d4d;
}

div.group_popup_frame div.close_button_img img
{
	width: 40px;
	height: 40px;
	display: block;
}

div.group_popup_frame .close_bg_milestone
{
	/*background-color: #c2e4e8!important;*/
	background-color: #4d4d4d;
}

div.group_popup_frame .close_bg_unso
{
	/*background-color: #c6b29a!important;*/
	background-color: #4d4d4d;
}

div.group_popup_frame .close_bg_logistics
{
	/*background-color: #196f85!important;*/
	background-color: #4d4d4d;
}

div.group_popup_frame div.content
{
	width: 770px;
	background-color: #ffffff;
	position: relative;
	box-sizing: border-box;
	padding: 50px 35px 25px;
}

div.group_popup_frame div.content div.text
{
	/*width: 500px;*/
	font-size: 100%;
	line-height: 180%;
	color: #4d4d4d;
	padding: 0px 0px 0px;
	margin: 45px auto 0px;
	word-break: break-all;
}

div.group_popup_frame div.content div.text a
{
	color: #4d4d4d;
	text-decoration: underline;
}

div.group_popup_frame div.content2 div.text03 a
{
	color: #4d4d4d;
	text-decoration: underline;
}

div.group_popup_frame div.content2 div.date
{
	width: 500px;
	font-size: 110%;
	line-height: 100%;
	color: #d4a865;
	padding: 0px 0px 0px;
	margin: 15px auto 0px;
}

div.group_popup_frame div.content div.main_img
{
	width: 700px;
	/*height: 350px;*/
	margin: 0px auto 0px;
}

div.group_popup_frame div.content div.main_img img
{
	width: 700px;
	height: 350px;
	display: block;
}

div.group_popup_frame div.content div.movie-block
{
	width: 700px;
	height: 350px;
	margin: 0px auto 0px;
	display: none;
}

div.group_popup_frame div.content div.movie-block iframe
{
	width: 700px;
	height: 350px;
}

div.group_popup_frame div.content div.main_img + div.movie-block
{
	margin-top: 30px;
}

div.group_popup_frame div.content2 div.main_img_bg
{
	width: 480px;
	height: 320px;
	margin: 15px auto 0px;
	background-image: url("../img/none_img.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

div.group_popup_frame table.popup_img
{
	width: 480px;
	margin: 0px auto 0px;
}

div.group_popup_frame table.popup_img td.main
{
	width: 480px;
}

div.group_popup_frame table.popup_img td.main div.img
{
	width: 480px;
	height: 320px;
	margin: 0px auto 0px;
}

div.group_popup_frame table.popup_img td.main div.img img
{
	width: 480px;
	height: 320px;
	display: block;
}

div.group_popup_frame table.popup_img td.thumbnail
{
	width: 160px;
}

div.group_popup_frame table.popup_img td.thumbnail div.img
{
	width: 160px;
	height: 160px;
	margin: 0px auto 0px;
	/*background-image: url("../img/img.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;*/
}

div.group_popup_frame table.popup_img td.thumbnail div.img img
{
	width: 160px;
	height: 160px;
	display: block;
	cursor: pointer;
}

div.group_popup_frame table.popup_img td.thumbnail img.select
{
	opacity: 0.7;
}

div.group_popup_frame table.popup_img td.thumbnail div.bg
{
	width: 160px;
	height: 160px;
	margin: 0px auto 0px;
	background-image: url("../img/img.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

div.group_popup_frame ul.goods_contents
{
	margin: 0;
	padding: 0;
}

div.group_popup_frame ul.goods_contents li.img
{
	width: 480px;
	padding-right: 10px;
	display: table-cell;
	vertical-align: top;
}

div.group_popup_frame ul.goods_contents li.data
{
	width: 450px;
	display: table-cell;
	vertical-align: top;
}


/* シェアボタン */
table.share
{
	margin: 30px 0px 0px auto;
}

table.share td.icon1
{
	width: 70px;
}

table.share td.icon1 img
{
	width: 70px;
	height: 18px;
	display: block;
}

table.share td.icon2
{
	width: 60px;
}

table.share td.icon2 img
{
	width: 60px;
	height: 18px;
	display: block;
}

table.share td.icon3
{
	width: 45px;
}

table.share td.icon3 img
{
	width: 45px;
	height: 18px;
	display: block;
}

table.share td.space
{
	width: 10px;
}

table.share a
{
	text-decoration: none;
}


/* タイトル */
div.page_title
{
	font-size: 150%;
	line-height: 150%;
	color: #000000;
	margin: 0px 0px 0px;
	padding: 0px;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}

div.page_title_line
{
	/*width: 40px;
	border-top: 1px solid #a5a6a7;
	margin: 8px 0px 0px;*/
}


/* SNSボタン */
table.sns_link
{
	margin: 50px auto 0px;
}

table.sns_link td.button
{
	width: 220px;
	padding-right: 20px;
}

table.sns_link td:last-child.button
{
	padding-right: 0;
}

table.sns_link td.button input
{
    width: 220px;
    height: 40px;
    font-size: 95%;
    line-height: 100%;
    color: #ffffff;
    padding: 0;
    border: none;
    text-shadow: none;
    cursor: pointer;
    white-space: nowrap;
	display: block;
}

table.sns_link .facebook input
{
    background-color: #1b2a83;
}

table.sns_link .facebook input:hover
{
	color: #1b2a83;
    background-color: #ffffff;
	border: 1px solid #1b2a83;
}

table.sns_link .x input
{
    background-color: #000000;
}

table.sns_link .x input:hover
{
	color: #000000;
    background-color: #ffffff;
	border: 1px solid #000000;
}

table.sns_link .line input
{
    background-color: #53aa49;
}

table.sns_link .line input:hover
{
	color: #53aa49;
    background-color: #ffffff;
	border: 1px solid #53aa49;
}

table.sns_link td.button a
{
	text-decoration: none;
	display: block;
}