@charset "utf-8";
/*----------------------------------------------------
	基本設定＆レイアウト
----------------------------------------------------*/
*{
			margin: 0;
			padding: 0;
		}

body {
	text-align: left;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 100%;
	line-height: 1.7;
	width: 100%;
	background-color: #fff;
	background-image: url(../../img/body_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
}

        .swiper-container {
      width: 100%;
      height:auto;
			margin-top: 0px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

		.button-toggle{
			color: #fff;
			font-size: 30px;
			text-align: center;
		}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	color: #FFF;
	background-color: #333333;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
h3 {
	clear: both;
	font-size: 90%;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
h4 {
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 80%;
	}

img {
	border:0;
	vertical-align: bottom;
}

a {
	-webkit-tap-highlight-color: rgba(2, 109, 236, 0.6);	// タップ時の反転色
}
a:link {
	color: #666666;
	text-decoration : underline;
}
a:visited {color : #666666 ;text-decoration : none;}
a:hover { color:#CCCCCC; text-decoration:none;}
a:active {
	color : #CCCCCC;
	text-decoration : none;
}


a.w-font:link {color : #FFFFFF ;text-decoration : none; font-size:12px;}
a.w-font:visited {color : #FFFFFF ;text-decoration : none; font-size:12px;}
a.w-font:hover {color:#FFFFFF ;text-decoration : underline; font-size:12px;}
a.w-font:active {color : #FFFFFF ;text-decoration : none; font-size:12px;}


a:hover img {
	-moz-opacity:0.5;
	opacity:0.5;
	filter: alpha(opacity=50);
}
header{
	width: 100%;
position: fixed;
  top: 0;
	z-index: 20;
	margin: 0;
	background-color: #fff;
}

		.header_box{
			display: flex;
			justify-content: center;
			flex-wrap: nowrap;
			align-items: center;
			margin-top: 30px;

		}
		.header_logo{
			margin-top: -30px;
		}
#wrapper01 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	margin-top: 60px;
}
#header {
	
	margin-top: 0px;
	margin-bottom: 0px;
	
}


.text_left{
	text-align: left;
}


#main_img {
	padding-top: 30px!important;
	margin-bottom: 0px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
#link {
	width:310px;
	height:25px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#link_mnu {
	float: left;
width:100px;
}
#link_mnu select {
	height:28px;
	font-size: 16px;
}


#link_plan {
width:180px;
	float: right;
}
#foot_logo {
	padding-top: 5px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	}
#footer {
	font-size: 10px;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	color: #CCC;
	background-color: #333333;
	text-align: center;
	padding-bottom: 80px;
}
#footer a {
	color: #CCC;
}



.clear {
	clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0; 
  font-size: 0; 
  line-height: 0; 
  visibility: hidden;
}
.clearfix {
  min-height: 0px;
}
* html .clearfix {
  height: 0px;
  /*\･*//*/
  height: auto;
  overflow: hidden;
  /**/
}

p {
	line-height: 1.25;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}

h2 {
	padding-left: 5px;
	font-size: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #996;
	background-color: #333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.bt_rakuten_2{
	margin: 20px auto;
}



#inquiry {
	color: #333;
	}






.warpper {
	max-width:100%;
	margin: 0 auto;
}
#reservation_area {
	text-align: center;
	}

#main_contents {
	width: 310px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	}

.room_top_l {
}
.room_top_r {
}
#question{
width:300px;
color:#333333;
background-color:#f5efcf;
	font-size: 90%;
font-weight:bold;
padding:3px 4px;
text-align:left;
margin:0px auto;
}

#answer{
	width: 290px;
	color: #333333;
	line-height: 140%;
	font-size: 90%;
	background-color: #EAEAD5;
	text-align: left;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 15px;
}
#main_cont {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 100%;
	line-height: 1.5;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}
#main_cont_season {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 100%;
	line-height: 1.5;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 90%;
	}
.esthe_sub_01 {
	float: left;
}
.spa_sub_tit {
	float: left;}
.spa_sub_txtx {
	float: right;
	width: 160px;
	font-size: 70%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.totop {
width:100%;
	text-align: right;
	font-size: 70%;
	margin-top: 5px;
	}
.totop a{
	color: #000;
	}

.season_pic02 p {
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	}
.toppage {
	font-size: 80%;
	color: #FFF;
	background-color: #666;
	text-align: center;
	border-top-left-radius: 3px;     /* 左上 */
	border-top-right-radius: 3px;    /* 右上 */
	border-bottom-left-radius: 3px;     /* 左上 */
	border-bottom-right-radius: 3px;    /* 右上 */
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	}
.toppage a {
	color: #FFF;
	}
.faci_tit {
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	margin-top: 15px;
	}
.faci_pic img {
	width: 100px;
	float: left;
	border-top-left-radius: 5px;     /* 左上 */
	border-top-right-radius: 5px;    /* 右上 */
	border-bottom-left-radius: 5px;     /* 左上 */
	border-bottom-right-radius: 5px;    /* 右上 */
	margin-right: 10px;
	}
.faci_pic_d {
	float: left;
	border-top-left-radius: 5px;     /* 左上 */
	border-top-right-radius: 5px;    /* 右上 */
	border-bottom-left-radius: 5px;     /* 左上 */
	border-bottom-right-radius: 5px;    /* 右上 */
	background-color: #CCCCCC;
	margin-right: 10px;
	padding: 10px;
	height: 160px;
	width: 220px;
	}
.faci_txt {
	float: left;
	border-top-left-radius: 5px;     /* 左上 */
	border-top-right-radius: 5px;    /* 右上 */
	border-bottom-left-radius: 5px;     /* 左上 */
	border-bottom-right-radius: 5px;    /* 右上 */
	background-color: #F3F3F3;
	padding: 5px;
	width: 190px;
	border: 1px solid #666;
	color: #666;
	}

/*テーブルデザイン*/
#contact {
}
#contact table {
    border: none;
    width: 100%;
}
#contact td {
    border: none;
    border-bottom: 0px solid #ffffff;
    padding: 5px;
	margin-bottom:20px;
	font-size: 70%;
}
#contact th {
	border: none;
	border-bottom: 0px solid #ffffff;
	border-left: 3px solid #C8AB8D;
	font-weight: normal;
	padding: 5px 5px 5px 10px;
	text-align: left;
	color: #FFF;
	font-size: 70%;
}
.must{
	color: #FFFFFF;
}
#contact td.must {
	color:#CC6600;
}
#contact th em {
    font-style: normal;
    color: #009966;
    padding-left: 5px;
}
.example {
    padding: 5px;
    font-size: 0.8em;
    letter-spacing: 0.08em;
}
.example strong {
    color: #CC0000;
    font-weight: 500;
}

/*入力部分*/
.text1, .text2, .text3, .text4 {
    border: 1px solid #cccccc ;
    background: #f1f1f1;
    padding:2px ;
}
.text1 {
    width: 100px;
}
.text2 {
    width: 4em;
}
.text3 {
    width: 98%;
}
.text4 {
    width: 98%;
}
#contact select {
    border: 1px solid #cccccc;
    background: #f1f1f1;
}
.submit {
    text-align: center;
    margin-top: 30px;
}
.text1:focus, .text2:focus, .text3:focus, .text4:focus {
    border-color: #CC6600 ;
    background: #ffffff;
}
optgroup{
    font-weight:normal;
    font-style:normal;
}
.room .pic_main {
	margin-bottom:20px;
	}
.room .pic_main img{
    box-shadow: 0 10px 6px -6px #777777;
	}
.room .hon_main {
	}

.room .thumb_pic {
	float: left;
	width:300px;
	}
.room .thumb_pic p {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	}
.room .thumb_pic p img{
    box-shadow: 0 10px 6px -6px #777777;
	}
.room .txt_pic {
	width:300px;
	}
.room .txt_main {
	margin-bottom: 10px;
	color: #FFF;
	line-height: 1.3;
	font-size: 80%;
	}
.room .madori {
	float: left;
	width:120px;
	padding-right: 5px;
	}
.room .spec {
	float: left;
	margin-bottom: 10px;
	background-color: #FFF;
	padding: 0px;
	}
.room .spec_tit {
	width: 152px;
	margin-bottom: 0px;
	background-color: #666666;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF !important;
	font-size: 90%;
	}
.room .spec_hon {
	width: 150px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFFFFF;
	font-size: 80%;
	}

.spa .pic_main {
	margin-bottom:20px;
	}
.spa .pic_main img{
    box-shadow: 0 10px 6px -6px #777777;
	}
.spa .hon_main {
	padding-left: 5px;
	padding-right: 5px;
	}
.spa .hon_main_pre {
	}

.spa .thumb_pic {
	float: left;
	width:300px;
	}
.spa .thumb_pic p {
	float: left;
	padding-left: 5px;
	padding-bottom: 5px;
	}
.spa .thumb_pic p img{
    box-shadow: 0 10px 6px -6px #777777;
border-top-left-radius: 5px;     /* 左上 */
border-top-right-radius: 5px;    /* 右上 */
border-bottom-left-radius: 5px;     /* 左上 */
border-bottom-right-radius: 5px;    /* 右上 */
	}
.spa .txt_pic {
	width:300px;
	}
.spa .txt_main {
	margin-bottom: 10px;
	color: #FFF;
	line-height: 1.3;
	font-size: 80%;
	}
.spa .madori {
	float: left;
	width:240px;
	padding-right: 23px;
	}
.spa .spec {
	float: left;
	width: 220px;
	margin-bottom: 10px;
	}
.tyuu {
	color: #FFF;
	}
.info {
	background-color: #FFF;
	padding: 10px;
}
.info a {
	font-size: 90%;
	color: #333;
}
.ta_left {
	background-color: #FFF;
	padding: 10px;
}
.ta_left p {
	color: #333;
}
.ta_left td {
	color: #333;
}

/*フッター固定メニュー*/

/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 33.3%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

#sp-fixed-menu li .fa{
   font-size: 30px;
}

/*メニューを緑色に*/
#sp-fixed-menu li{
   background: #38b435;
}


/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:10px 0;
	text-decoration: none;
}

.button-toggle {
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
	text-decoration: none;
}

.menu {
	position: fixed;
	top: 70px;
	width: 100%;
	height: 100vh;
	background: #fff;
	color: #999;
	overflow: hidden;
	z-index: 90;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.menu li {
	position: relative;
}

.menu a {
	display: block;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #555;
	font-size: 100%;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.menu a:hover {
	background: #ccc;
}
