@charset "utf-8";

/*********************
* base tags
*********************/

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0 auto;
}

body {
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', 'メイリオ', 'sans-serif';
	font-size: small;
	line-height: 135%;
}

.do-fixed {
    position: fixed;
}

#contents {
	line-height: 120%;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
}

html>/**/body .clearfix { display /*\**/: block\9 }

input,
textarea {
	width: 100%;
	margin: 5px 0;
	padding: 5px;
	font-size: x-large;
}

select {
	width: 20%;
	margin: 5px 0;
	padding: 5px;
	font-size: x-large;
}

select.w50 {
	width: 50%;
}

button {
}

input,
textarea {
	-webkit-box-sizing: border-box; /* Chrome, Safari */
}

input[type=image] {
	width: auto;
}

input[type=radio] {
	/*float: left;
	margin: 0;
	width: auto;*/
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;}

input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 12px;
    height: 12px;
    background: #000000;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

label {
	display: block;
	width: 530px;
	margin: 0 0 0 45px;
	padding: 5px 0 0 0;
	font-size: x-large;
}

p {
	padding-bottom: 15px;
}

img {
	border: none;
}

.alert {
	font-weight: bold;
	color: #FF0000;
}

/*********************
* main structure
*********************/

#container {
	width: 100%;
}

#header {
	width: 100%;
	background-color: #000000;
}

#contents {
	width: 100%;
}

#footer {
	width: 100%;
}

/*********************
* main contents
*********************/
h2 {
	text-align: center;
	color: #ffffff;
}

#header_inner {
	background-color: #0f003a;
	padding: 20px 0;
	height: 29px;
	position: relative;
}

#header_inner .menu_icon {
	position: absolute;
	top: 15%;
	right: 2%;
}

#header ul.menu {
}

#header ul.menu li{
	list-style-type: none;
	background-color: #000000;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #000000;
	height: 79px;
	margin: 0;
	width: 100%;
}

#header ul.menu li a{
	color: #ffffff;
	display: block;
	height: 34px;
	margin: 0;
	padding: 22px 10px 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	font-size: x-large;
	line-height: 34px;
}

#header ul.menu li a::after{
	content: url(../images/common/icon01.png);
	float: right;
	padding: 5px 15px 0 0;
}

#header .tel {
	 width: 462px;
	 margin: 0 auto;
	 padding: 40px 0;
}

#footer ul.footer_menu {
}

#footer ul.footer_menu li{
	list-style-type: none;
	background-color: #000000;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #000000;
	height: 79px;
	margin: 0;
	width: 100%;
}

#footer ul.footer_menu li a{
	color: #ffffff;
	display: block;
	height: 34px;
	margin: 0;
	padding: 22px 10px 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	font-size: x-large;
	line-height: 34px;
}

#footer ul.footer_menu li a::after{
	content: url(../images/common/icon01.png);
	float: right;
	padding: 5px 15px 0 0;
}

.menu_back {
	display: none;
}

/*********************
* TOP
*********************/
#top h3 {
	margin-bottom: 20px;
}

#top h3.shop_info_title {
	background-color: #a39387;
	padding: 7px 0 7px 15px;
	margin-bottom: 5px;
}

#top #header_inner .logo {
	position: absolute;
	top: -145%;
	left: 50%;
	margin-left: -161px;
}

#top .whatsnew {
	background-color: #e4e4e4;
	padding: 15px;
}

#top .whatsnew .whatsnew_list {
}

#top .whatsnew .whatsnew_list dt,
#top .whatsnew .whatsnew_list dd {
	/*font-size: medium;
	line-height: 135%;*/
}

#top .whatsnew .whatsnew_list dt {
	margin-top: 15px;
}

#top .whatsnew .whatsnew_list dd {
	color: #ff5400;
}

#top .whatsnew .whatsnew_list dd a {
	color: #ff5400;
	text-decoration: none;
}

#top .link {
	font-size: large;
	text-align: right;
	padding: 20px 15px;
	margin-bottom: 30px;
}

#top .link a {
	background: url(../images/common/icon02.png) no-repeat left center;
	padding-left: 20px;
	color: #000000;
	text-decoration: none;
}

#top .greeting {
}

#top .greeting_inner {
	padding: 15px 15px 0;
}

#top .greeting_inner p {
	/*font-size: medium;
	line-height: 135%;*/
}

#top .gallery {
	margin-bottom: 20px;
}

#top .shop_info {
	background-color: #54473d;
	padding: 10px 0;
	margin-bottom: 30px;
}

#top #shop_info_tbl {
	width: 100%;
	margin: 20px 0;
}

#top #shop_info_tbl tr th,
#top #shop_info_tbl tr td {
	padding: 5px;
	line-height: 130%;
	color: #ffffff;
	font-size: x-large;
}

#top #shop_info_tbl tr th {
	width: 25%;
	text-align: right;
	font-weight: normal;
	vertical-align: top;
}

#top #shop_info_tbl tr td {
	width: 75%;
}

#top .adenovital_banner {
	margin-bottom: 30px;
}

#top .onlineshop {
	border-top: 10px solid #231814;
}

/*********************
* ご予約・お問合せ
*********************/
#inquiry .message {
	padding: 1.5em 1em;
	font-size: x-large;
	line-height: 150%;
}

#inquiry table {
	width: 100%;
	margin: 0;
}

#inquiry table tr th,
#inquiry table tr td {
	display: block;
	font-size: x-large;
	line-height: 130%;
}

#inquiry table tr th {
	background-color: #0f003a;
	padding: 15px 0 15px 20px;
	text-align: left;
	font-weight: normal;
	color: #ffffff;
}

#inquiry table tr td {
	padding: 1.5em 1em;
}

#inquiry table tr td h3 {
	background-color: #9f9f9f;
	padding: 10px 0 10px 20px;
	margin: 5px 0 10px;
	font-weight: normal;
	color: #ffffff;
}

/*********************
* dream weaver対策（本番で消すこと）
*********************/

.clearfix {
	overflow:hidden;
}
