@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: '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;
}

/*--------------------------------
header
----------------------------------*/
div#headerArea {  
	position: fixed !important;  
	position: absolute;  
	top: 0;  
	left: 0;  
	z-index: 9999;  
	width: 100%;  
	height: 86px;  
	background-color: #ffffff;  
	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 20px; 
    text-align: center;
    width: 640px;
}

.flexslider .slides img {
	aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: top;
}
.flex-control-thumbs img {
	aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: top;
}

/*-------------------------------
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;
}


/*--------------------------
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_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;
}
.insta_btn {
  display: inline-flex;
  align-items: center;
  text-align: center;
  color: #2e6ca5;
  font-size: 35px;
  text-decoration: none;
  /*margin-top: 20px;*/
}
.insta_btn:hover {
  color:#668ad8;
  transition: .5s;
}
.insta_btn .insta{
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  border-radius: 13px;

}
.insta_btn .insta:before{
  content: '';
  position: absolute;
  top: 23px;
  left: -18px;
  width: 60px;
  height: 60px;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}
.insta_btn .fa-instagram {
  color: #FFF;
  position: relative;
  z-index: 2;
  font-size: 75px;
  line-height: 90px;
}
/*--------------------------
price
----------------------------*/
.price_info_3 {
    padding-left: 8px;
    border: 0px;
    text-align: left;
    font-size: 17px;
    border-style: none;
    font-weight: normal;
}

.p-bottom_20 {
	padding-bottom: 20px;
}

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

.room_box td {
    text-align: left;
}

.room_headding {
	text-align: center;
    font-size: 25px;
}
.room_number {
	font-size: 17px;
    text-align: center;
	margin-bottom: 10px;
}

/*--------------------------
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 {
	width: 640px;
	margin-bottom: 20px;
}
.coupon_set li img{
}
.cpn {
	width: 560px;
}
.cpn_use {
	width: 80px;
}

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

/*-----------------------------
booking
-------------------------------*/

.booking-box {
    width: 640px;
    height: 780px;
    margin: 0 auto 20px;
}

/*--------------------------
links
----------------------------*/

#event_1,#event_2,#event_3,
#event_4,#event_5,#evente_6,
#event_7,#event_8,#event_9,
#event_10,#event_11,#event_12 {
    margin-top:-150px;
    padding-top:150px;
}

#service_1,#service_2,#service_3,
#service_4,#service_5,#service_6,
#service_7,#service_8,#service_9,
#service_10,#service_11,#service_12,
#service_13,#service_14,#service_15 {
    margin-top:-150px;
    padding-top:150px;
}

#scroll_1,#scroll_2,#scroll_3,
#scroll_4,#scroll_5,#scroll_6,
#scroll_7,#scroll_8,#scroll_9,
#scroll_10,#scroll_11,#scroll_12 {
    margin-top:-80px;
    padding-top:80px;
}

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

/*--------------------------
scroll_btn
----------------------------*/
.pm_box {
    width: 640px;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pm_box li {
	width: calc(100% / 5);
	margin-bottom: 10px;
}
.pm_box li img {
	width: 95%;
}

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


/*小さいモニタの場合非表示にする*/
@media screen and (min-width: 1024px){
div#footerArea {
    visibility: hidden;
}
}

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

div#footerClone {
	visibility: hidden;
}
}














