@charset "utf-8";
/* CSS Document */

h1, h2, h2, h3, h5, h6  {  
	font-size: 100%;  
} 

body {
	-webkit-text-size-adjust: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	/* font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic',sans-serif; */
}
	
li {
	white-space:nowrap;
	list-style-type:none;
}
li img {
	vertical-align: bottom;
}

table {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border: 0px #ffffff solid;
	border-collapse: separate;
	border-spacing: 0;
	
}

td {
	padding: 3px 0;
	border: 0px #ffffff solid;
	text-align: center;
	font-size: 17px;
}

hr {
	border-top: 1px solid #8c8b8b;
	width:638px;
	margin:10px auto 20px auto;
}

#whitening {
    margin-top:-130px;
    padding-top:130px;
}
.img {
	line-height: 0;
	vertical-align: bottom;
}
/*--------------------------------
header
----------------------------------*/
div#headerArea {  
	position: fixed !important;  
	position: absolute;  
	top: 0;  
	left: 0;  
	z-index: 9999;  
	width: 100%;
	height: 90px;  
	/*background-color: #000; */
	color: #fff;  
} 
/*大きいモニタの場合非表示にする*/
@media screen and (min-width: 1024px) {
div#headerArea {
	visibility: hidden;
}
}

@media screen and (max-width: 1023px) {
div#headerClone {
	visibility: hidden;
}
}

/*--------------------------------
slider
----------------------------------*/
.slider {
    margin: 10px auto 0; 
    text-align: center;
    width: 640px;
}

/*-------------------------------
main
---------------------------------*/

.main_2 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	background: #e6e6e6;
}

.main_3 {
	font-size: 20px;
	text-align: left;
	font-weight: bold;
}

.main_4 {
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	width: 313px;
	margin: 0 auto;
}

.large {
	color: #969696;
	text-align: center;
	margin: 0 auto 20px auto;
	font-size: 13px; /* 125% of the baseline */
	letter-spacing: 0px;
	line-height: 25px;
}
.large.access {
	width: 640px;
	color: #969696;
	text-align: center;
	margin: 10px auto 20px auto;
	font-size: 20px; /* 125% of the baseline */
	letter-spacing: 0px;
}

.latest {
	text-align: center;
	font-size: 25px;
	width: 640px;
	margin: 30px auto 0 auto;
}
.latest2 {
	border-bottom: solid 2px #555;
	text-align: center;
	font-size: 35px;
	width: 640px;
	margin: 10px auto 20px auto;
}

.latest3 {
    color: #969696;
    text-align: left;
    font-size: 22px;
    padding-left: 5px;
    width: 635px;
    margin: 0 auto;
}

.preparation{
	font-size: 40px;
	width: 640px;
	margin: 100px auto;
}

#link_01 {
    margin-top:-150px;
    padding-top:150px;
}

#link_02 {
    margin-top:-150px;
    padding-top:150px;
}

#link_03 {
    margin-top:-150px;
    padding-top:150px;
}

/*--------------------------
top
----------------------------*/

.top_menu_box {
	width: 640px;
	margin: 0 auto;
}
.top_menu_box .menu_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.top_menu_box .menu_list img {
	width: 210px;
}

.news_list {
	width: 640px;
	margin: 20px auto;
}
.news {
	margin-bottom: 30px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
.news_title {
	color: red;
    font-size: 1.9rem;
}
.news_text {
	color: #969696;
    font-size: 1.4rem;
}
.banner {
	width: 640px;
	margin: 0 auto;
}
.banner img {
	width: 50%;
	margin-bottom: 20px;
}
.banner_list {
	width: 640px;
	margin: 20px auto;
}
.banner_list img {
	width: 640px;
	margin-bottom: 20px;
}
.fta {
	width: 640px;
	margin: 0 auto 30px;
	text-align: center;
}
.fta_text {
	color: #969696;
	font-size: 1.1rem;
}

.sns_box {
	width: 640px;
	margin: 0 auto 6px;
}
.sns_list {
	display: flex;
    justify-content: space-between;
}
.sns_list img {
	height: 105px;
}

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

.price_container {
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}
.price_container .wrap {
	margin-bottom: 30px;
}
.price_content {
	margin-bottom: 30px;
}

.price_title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.price_title span {
	font-size: 24px;
	font-weight: 700;
}
.price_sub_title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.price_text {
	font-size: 21px;
}
.price_text span {
	font-size: 42px;
}
.price_facility {}
.price_item {
	font-size: 18px;
	font-weight: 500;
}

/*.marker_yellow {
    background: linear-gradient(transparent 50%, #ffff00 50%);
}
.marker_green {
    background: linear-gradient(transparent 50%, #21ff00 50%);
}
.marker_pink {
    background: linear-gradient(transparent 50%, #21ff00 50%);
}
.marker_blue {
    background: linear-gradient(transparent 50%, #21ff00 50%);
}*/


/*--------------------------
room
----------------------------*/
.room_box {
    /* margin-left: auto; */
    /* margin-right: auto; */
    text-align: left;
    width: 640px;
}

.room_box td {
    text-align: left;
}

/*--------------------------
coupon
----------------------------*/

.cp-id_box {
	width: 620px;
	margin: 10px auto 20px;
	border: 2px solid #AFAFAF;
	border-collapse: collapse;
}

.cp-id_box th {
	font-size: 30px;
	background: #afafaf;
	color: #fff;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic',sans-serif;
}

.cp-id {
	font-size: 80px;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic',sans-serif;
}

.coupon_set li {
	margin-bottom: 20px;
	width: 640px;
}

/*--------------------------
footer
----------------------------*/
div#footerArea {  
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;
    width: 100%;
    background-color: #ffffff;  
    color: #fff;
}

.footer-item {
	width: 640px;
	margin: 0 auto;
	background: #000;
}
.footer-item img {
	width: 50%;
}
	
/*小さいモニタの場合非表示にする*/
@media screen and (min-width: 1024px){
div#footerArea {
    visibility: hidden;
}
}

/*小さいモニタの場合表示にする*/
 @media screen and (max-width: 643px) {

div#footerClone {
	visibility: hidden;
}
}

/*--------------------------
color
----------------------------*/

.red {color: red;}










