@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

h1, h2, h3, h4, h5, h6 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-mainVisual__slideTitle,.p-mainVisual__slideText,.c-mvBtn__btn{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
}

.p-mainVisual__slideTitle{
  font-size: 60px;  /*メインテキストのフォントサイズ変更*/
}

.p-mainVisual__slideText{
  font-size:30px;　　/*サブテキストのフォントサイズ変更*/
}

.c-mvBtn__btn{
  font-size:15px;  /*ボタンテキストのフォントサイズ変更*/
}

/*スマホサイズでの変更*/
@media (max-width: 480px){
.p-mainVisual__slideTitle{
  font-size:30px;  /*メインテキストのフォントサイズ変更*/
}
}
#header #gnav .menu-item .ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1rem;
}
#fix_header .c-gnav .menu-item .ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1rem;
}
#fix_header .c-gnav li:hover {
 color: #c0e8f1;
}

.ls-resort-title {
  text-align: center;
  margin: 50px 0;
}

.subtitle-en {
  font-size: 17px !important;
  color: #0d62a9 !important;
  letter-spacing: 1px !important;
  margin: 0 !important;
  font-weight: normal !important;
}

.ls-resort-h2 {
  font-size: 56px !important;
  color: #0d62a9 !important;
  margin-top: 10px !important;
  font-weight: 300 !important;
  position: relative !important;
}

.ls-resort-h2::after {
  content: '' !important;
  display: block !important;
  margin: 10px auto 0 !important;
  width: 50px !important;
  height: 1px !important;
  background: #0068b7 !important;
}

.point {
      text-align: center;
      color: #0d62a9;
      font-family: sans-serif;
	  letter-spacing: 0.1rem;
}
.point hr {
      width: 30px;
      border: none;
      border-top: 1px solid #0068b7;
      margin: 0 auto 5px;
}
.point .num {
      font-size: 1.8em;
      font-weight: bold;
}
    .point .text {
	  font-size: 1.3em;
}

.ls-resort-Column{
  height : 100%;
}

@media (max-width: 768px)  {
.ls-resort-h2 {
  font-size: 42px !important;
}
}
@media (max-width: 768px)  {
.swell-col-reverse .swell-block-columns__inner{
flex-direction: column-reverse; 
}
}

@media (max-width: 768px)  {
.text-white{
  color: #fff;
}
}

/* 無限ループスライダー */
.slider1 {
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height:600px;
  overflow: hidden;
}
.slider1 ul{
	display:flex;
	padding: 0;
	margin:0;
}
.slider1 li{
	width:470px;
	list-style: none;
	margin-right: 40px;
}
.slider1 ul:first-child {
  animation: slide1 150s -75s linear infinite;
}

.slider1 ul:last-child {
  animation: slide2 150s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media screen and (max-width: 959px) {
.slider1 {
  height:320px;
}
.slider1 li{
 width:250px;
 margin-right: 20px;
}
}

/*-----部屋の特徴-----*/
.ls-resort-room dl {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin: 50px auto 100px auto !important;
}
.ls-resort-room dt {
	flex-basis: 30%;
	padding: 25px;
	margin: 0;
	font-weight: normal;
	text-align: left;
	color: #2b2b2b;
	border-bottom: 1px solid #000;
}
.ls-resort-room dd {
	flex-basis: 70%;
	padding: 25px 10px;
	margin: 0;
	border-bottom: 1px solid #000;
}

.ls-resort-room dt:first-child {
 	border-top: 1px solid #000;
}

.ls-resort-room dd:nth-child(2) {
 	border-top: 1px solid #000;
}

@media screen and (max-width: 559px) {
	.ls-resort-room dl {
		flex-flow: column;
		width: 95%;
		padding: 0 10px;
		border: 0;
	}
	.ls-resort-room dt {
		padding: 10px;
		border-bottom: 1px dashed #7d7d7d;
	}
	.ls-resort-room dd {
		padding: 10px;
		border-bottom: 1px solid #000;
	}	
	.ls-resort-room dd:nth-child(2) {
	 	border-top: 0;
	}
}

/* 追従サイドバナー（PC用） */
.follow-banner {
  position: fixed;
  top: 80%;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
}

.follow-banner a {
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  transition: opacity 0.25s;
}

.follow-banner a:hover {
  opacity: 0.7;
}

.follow-banner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1280px) {
  .follow-banner {
    display: none;
  }
}

/* スマホ画面下に固定追従バナー */
@media screen and (max-width: 959px) {
    body {
		margin-bottom: 75px !important;
    }
    .p-fixBtnWrap {
		bottom: 5.5em; /* 上に戻るボタンの位置を上に */
    }
    #fixed-bottom-menu {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 99;
		background-color: rgba(255,255,255,0.6) !important;
        padding: .3em .3em;
    }
    #fixed-bottom-menu .swell-block-column {
        padding: .5em;
    }
    #fixed-bottom-menu .swell-block-button__link[data-has-icon] {
        padding: 1em 1em;
    }    
}
.fixed-bottom-sp {
  border-radius: 100px !important;
}
@media screen and (min-width: 960px) {
    #fixed-bottom-menu, #fixed-sidebar-menu {
        display: none;
    }
}