@charset "UTF-8";
/*----------------------------------------------------
		ヘッダー
----------------------------------------------------*/


#page {
  width: 950px ;
  margin: 0 auto;
}



/*----------------------------------------------------
	menu
----------------------------------------------------*/

#globalnavi{
  margin:0 auto;
  padding: 0;
  width: 950px;
  height: 65px;
}

#globalnavi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#globalnavi li{
  text-indent: -9999px;
  float:left;
  width: 190px;
  margin: 0;
  padding: 0;
}

#globalnavi a{
  display: block;
  width: 100%;
  height: 65px;
  background-image: url(../images/menub3.png);
  background-repeat: no-repeat;
}

#menu1 a{background-position: 0 0;}
#menu2 a{background-position: -190px 0;}
#menu3 a{background-position: -380px 0;}
#menu4 a{background-position: -570px 0;}
#menu5 a{background-position: -760px 0;}


#globalnavi a:hover{
  background-image: url(../images/menub3.png);
  background-repeat: no-repeat;
}

#menu1 a:hover{background-position: 0 -65px;}
#menu2 a:hover{background-position: -190px -65px;}
#menu3 a:hover{background-position: -380px -65px;}
#menu4 a:hover{background-position: -570px -65px;}
#menu5 a:hover{background-position: -760px -65px;}


/*----------------------------------------------------
		スライド
----------------------------------------------------*/
.css-carousel-slider4 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.css-carousel-slider4 img {
  width: 100%;
  vertical-align: top;
  object-fit:cover;
}

/* スライド設定 */
.css-carousel-slider4 .slide-wrap {
  width: 400%;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  z-index: 0;
  animation: css-carousel-slider4 20s infinite;
  animation-delay: 5s;
}

.css-carousel-slider4 .slide-wrap-main {
  width: 100%;
  z-index: 1;
  animation: css-carousel-slider-main4 20s infinite;
  animation-delay: 5s;
}

.css-carousel-slider4 .slide {
  width: 100%;
}

/* スライダーアニメーションの設定 */
@keyframes css-carousel-slider4 {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(calc(1 / 4 * -100%));
  }

  25% {
    transform: translateX(calc(1 / 4 * -100%));
  }

  45% {
    transform: translateX(calc(2 / 4 * -100%));
  }

  50% {
    transform: translateX(calc(2 / 4 * -100%));
  }

  70% {
    transform: translateX(calc(3 / 4 * -100%));
  }

  75% {
    transform: translateX(calc(3 / 4 * -100%));
  }

  95% {
    transform: translateX(calc(4 / 4 * -100%));
  }

  100% {
    transform: translateX(calc(4 / 4 * -100%));
  }
}

@keyframes css-carousel-slider-main4 {
  0% {
    transform: translateX(100%);
  }

  75% {
    transform: translateX(100%);
  }

  95% {
    transform: translateX(0%);
  }
}

/* ナビゲーションの設定 */
.css-carousel-slider4 .navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.css-carousel-slider4 .nav-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dcdcdc;
  margin: 0 8px;
  cursor: pointer;
}

.css-carousel-slider4 .nav-dot.active {
  background-color: #333;
}

/*----------------------------------------------------
		乗せ文字
----------------------------------------------------*/
.nose {
  position: relative;

}

.nose .txt{
  position: absolute;
  left: 5px;
  bottom: 100px;
  color: #FFF;
  background-color: rgba(0,0,0,0.4);
  width: 600px;
  padding: 10px 25px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nose .txt h1 {
  font-size: 25px;
  line-height: 1.231;
  margin-bottom: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.nose .txt p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0;
}
/* ------------------------
	リニューアル
------------------------ */
.room-description {
    text-align: center;
    margin-top: 0px;
    background-color: #E8F8F5;
    padding: 20px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  
    .room-description p {
    font-size: 16px;
    line-height: 1.5;
  }
/* ------------------------
	アピール
------------------------ */
h6 {
    font-family: "Montserrat", sans-serif;
  }
.appeal {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .appeal li {
    flex-basis: 33%;
    border: 1px solid #000000;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 2px 2px 5px #ccc;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
  }
  
  .appeal li img {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 181px;
    border-radius: 10px;
    border: 1px solid #000000;
    box-shadow: 2px 2px 5px #ccc;
  }
  
  .appeal li h3 {
		position: relative;
		border-top: solid 2px #80d1a2;
		border-bottom: solid 2px #80d1a2;
		background: #f4f4f4;
		line-height: 1.4;
		padding: 0.4em 0.5em;
		margin: 2em 0 0.5em;
	  }
	  
	  h3:after {
		/*タブ*/
		position: absolute;
		font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
		font-weight: 900;
		content: '\f0a7\ 無料';
		background: #000000;
		color: #fff;
		left: 0px;
		bottom: 100%;
		border-radius: 5px 5px 0 0;
		padding: 5px 7px 3px;
		font-size: 0.7em;
		line-height: 1;
		letter-spacing: 0.05em;
	  }

   
  .appeal li h4 {
		position: relative;
		border-top: solid 2px #013c88;
		border-bottom: solid 2px #013c88;
		background: #f4f4f4;
		line-height: 1.4;
		padding: 0.4em 0.5em;
		margin: 2em 0 0.5em;
	  }
	  
	  h4:after {
		/*タブ*/
		position: absolute;
		font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
		font-weight: 900;
		content: '\f0a7\ 有料';
		background: #013c88;
		color: #fff;
		left: 0px;
		bottom: 100%;
		border-radius: 5px 5px 0 0;
		padding: 5px 7px 3px;
		font-size: 0.7em;
		line-height: 1;
		letter-spacing: 0.05em;
	  }

  .appeal li p {
    margin-top: 5px;
    font-size: 14px;
  }
 /* ------------------------
	見出し
------------------------ */ 
  .demo {
    width: 950px;
    margin-top: 50px;
    padding: 10px 0;
    font-family: serif;
    font-size: 35px;
    color:#000000;
  }
  .heading {
    margin: 10px 0
  }
  .demo7 .heading {
    position: relative;
    height: 50px;
    padding: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #000000;
    line-height: 50px;
  }
  .demo7 .heading .caption{
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 25px;
    padding-right: 40px;
    background: #000000;
    color: #fff;
  }
  .demo7 .heading .caption:before{
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 99.9%;
    top: 0;
    border: 0 solid transparent;
    border-width: 50px 37px 0 0;
    border-right-color:#000000;
  }
  .demo7 .heading .title{
    float: left;
    padding-left: 20px;
    font-family: serif;
    font-size: 35px;
  }
/* ------------------------
	ボタン
------------------------ */ 
  a.btn_23 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #000000;
	color: #000000;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
  margin-top: 10px;
}
a.btn_23::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn_23:hover::before {
	transform: translateX(0);
}
a.btn_23:hover {
	color: #fff;
}
/* ------------------------
	客室説明カラム
------------------------ */ 

.container {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  width: 100%;
  flex-direction: row;
}


.left-column {
  margin-top: 25px;
  padding-right: 40px;
}

.right-column {
  width: 60%;
}
/* ------------------------
	テーブル
------------------------ */ 
table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}

th, td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f1f1f1;
}
/* ------------------------
	TOP横並びの画像
------------------------ */ 
#image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 画像を中央に配置する場合に追加 */
  list-style: none;
  padding: 0;
}

.image-container {
  width: 15%; /* 画像の幅を適宜調整 */
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}

.image-container img {
  max-width: 100%;
  height: 69px;
  border-radius: 15px;
  box-shadow: 2px #19953e;
}

.image-text {
  margin-top: 5px;
  font-size: 12px;
}
/* ------------------------
	TOPへ戻る矢印
------------------------ */ 

#page_top{
  width: 90px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  border: 3px solid #008e42;
  border-radius: 15px;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #008e42;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #008e42;
  position: absolute;
  top: 38px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}