@charset "utf-8";
/* ワン・ステーションホテル熊本 */
.dm{}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}
html {
	height: 100%;
  font-size: calc(100vw / 7.5);
}
@media only screen and (max-width: 319px) {
  html {
    font-size:62.5%;
  }
}
@media only screen and (min-width: 751px) {
  html {
    font-size:62.5%;
  }
}
body {
	height: 100%;
	margin: auto;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: .16rem;
  background-color: #FFFFFF;
	line-height: 2;
	text-align: center;
}
@media only screen and (max-width: 319px) {
  body {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 751px) {
  body {
    font-size: 3.2rem;
  }
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

img {
	vertical-align: top;
  width: 100%;
	height: auto;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	color: #465167;
	text-decoration: none;
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display: block;
	width: auto;
	height: 1px;
	margin: 30px 0;
	border-top: 1px solid #3366CC;
}

input, select {
	vertical-align:middle;
}

.clear {clear:both;}
.clear hr {display:none;}
.clearboth {clear:both;}

.cf:after {
  display: block;
	clear: both;
	content: "";
}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -js-display: flex;
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}
.order4 {
  order: 4;
}
.order5 {
  order: 5;
}

.abBox {
	position: relative;
}
.ab {
	position: absolute;
}

.mb20 {
	margin-bottom: 2vh;
}
.mb30 {
	margin-bottom: 3vh;
}
.mb40 {
	margin-bottom: 4vh;
}
.mb50 {
	margin-bottom: 5vh;
}

/*テキストスタイル*/
.ffGo {
  font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}
b.ffGo, strong.ffGo, .ffGo.bold {
  font-family: Verdana,"游ゴシック","Yu Gothic","游ゴシック体",YuGothic,sans-serif;
}
.ffMin {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.fs10 {
	font-size: 0.625rem;
}
.fs11 {
	font-size: 0.6875rem;
}
.fs12 {
	font-size: 0.75rem;
}
.fs13 {
	font-size: 0.8125rem;
}
.fs14 {
	font-size: 0.875rem;
}
.fs16 {
	font-size: 1rem;
}
.fs18 {
	font-size: 1.125rem;
}
.fs24 {
	font-size: 1.5rem;
}

.sp-display {
  display: none;
}
@media only screen and (max-width: 750px) {
  .sp-display {
    display: block;
  }
}

@media only screen and (max-width: 750px) {

}
@media only screen and (min-width: 751px) {

}

/*レイアウト*/
#wrapper {
  position: relative;
	margin: auto;
	width: 100%;
  min-width: 320px;
	max-width: 750px;
	min-height: 100%;
	overflow: initial;
}

header#headerWrap {
  position: relative;
  margin: auto;
  padding: 3% 0;
  display: none;
  z-index: 5;
}
header#headerWrap .logo {
  width: 22%;
  font-size: 12px;
  margin: auto;
  line-height: 1;
}

.pageInner {
  padding: 0 0 10%;
}

.point--inner {
  background-image: url(../img/lp_cpr/point_bg.jpg);
  background-size: cover;
  background-position: top center;
}

#point .way_link.wl1 {
  padding: 15% 0 10%;
}
#point .way_link.wl2 {
  padding: 0 0 5%;
}
#point .way_link.wl3 {
  padding: 5% 0 15%;
}

.way_link {
  width: 86%;
  margin: auto;
}

.planSliderWrap {
  width: 80%;
  margin: auto;
}

#way {
  margin: 0 auto 15%;
}
#way ul li + li {
  margin-top: 12%
}
#way .way_btn {
  width: 86%;
  margin: auto;
}


/* -------------------------------- 
form
-------------------------------- */
#lp #formWrap {
  width: 100%;
  margin: 0 auto 3%;
}
#lp #formWrap .formHeader {
  position: relative;
  margin-bottom: 4%;
}
#lp #formWrap .formHeader .inner {
  position: relative;
  margin-bottom: 5%;
}
#lp #formWrap .formHeader h2 {
  font-size: .32rem;
  line-height: 1;
  margin: 0 auto 4%;
  color: #333;
}
  @media only screen and (max-width: 319px) {
    #lp #formWrap .formHeader h2 {
      font-size: 1.6rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #lp #formWrap .formHeader h2 {
      font-size: 3.2rem;
    }
  }

#lp #formWrap .formHeader .read1 {
  margin-bottom: 1em;
  text-indent: -1em;
}
#lp #formWrap .formHeader .read1 li {
  margin-left: 1em;
  font-feature-settings: 'palt' 1;
}

#lp #formWrap .formHeader .read3 {
  text-indent: -1em;
}

#lp #formWrap .formHeader .read3 li {
  margin-left: 1em;
  font-feature-settings: 'palt' 1;
}
#lp #formWrap .formHeader .read4 {
  margin-bottom: 1em;
}

#lp #formWrap .formHeader h3 {
  font-size: .20rem;
  font-weight: normal;
  font-feature-settings: 'palt' 1;
  line-height: 1.6;
  text-align: left;
  padding: 0 4%;
}
#lp #formWrap .formHeader .read1,
#lp #formWrap .formHeader .read2,
#lp #formWrap .formHeader .read3,
#lp #formWrap .formHeader .read4,
#lp #formWrap .formHeader .read5 {
  font-size: .20rem;
  line-height: 1.6;
  text-align: left;
  padding: 0 4%;
}
  @media only screen and (max-width: 319px) {
    #lp #formWrap .formHeader h3 {
      font-size: 1.3rem;
    }
    #lp #formWrap .formHeader .read1,
    #lp #formWrap .formHeader .read2,
    #lp #formWrap .formHeader .read3,
    #lp #formWrap .formHeader .read4,
    #lp #formWrap .formHeader .read5 {
      font-size: 1rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #lp #formWrap .formHeader h3 {
      font-size: 2.4rem;
    }
    #lp #formWrap .formHeader .read1,
    #lp #formWrap .formHeader .read2,
    #lp #formWrap .formHeader .read3,
    #lp #formWrap .formHeader .read4,
    #lp #formWrap .formHeader .read5 {
      font-size: 2rem;
    }
  }


/* ------------------------------------------------------------ */
#lp #formWrap .formMain {
  font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
  text-align: left;
  padding: 2%;
}
#lp #formWrap .formMain > table {
  width: 100%;
}

#lp #formWrap .formMain th,
#lp #formWrap .formMain td {
  font-size: .28rem;
  text-align: left;
  padding: 8px !important;
  width: 100%;
  display:block;
  box-sizing: border-box;
}
  @media only screen and (max-width: 319px) {
    #lp #formWrap .formMain th,
    #lp #formWrap .formMain td {
      font-size: 1.3rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #lp #formWrap .formMain th,
    #lp #formWrap .formMain td {
      font-size: 2.4rem;
    }
  }

#lp #formWrap .formMain th {
  font-weight: normal;
  line-height: 1;
}

#lp #formWrap .formMain td {
  padding: 0 15px 22px 15px !important;
}

#lp #formWrap .formMain td input[name=kibou1d],
#lp #formWrap .formMain td input[name=kibou2d] {
  width: 48%;
  display: inline-block;
}

#lp #formWrap .formMain td .kibou1t,
#lp #formWrap .formMain td .kibou2t {
  width: 48%;
  display: inline-block;
}

#lp #formWrap .formMain td .subTt {
  line-height: 1.4;
  margin: 2% 0 0;
}

#lp #formWrap .formMain td .note {
  font-size: .2rem;
  line-height: 1.4;
  margin: 2% 0 0;
}
  @media only screen and (max-width: 319px) {
    #lp #formWrap .formMain td .note {
      font-size: 1.1rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #lp #formWrap .formMain td .note {
      font-size: 1.3rem;
    }
  }

#lp #formWrap .formMain th .title-contactform7 {
  display: inline-block;
}
#lp #formWrap .formMain th .required-contactform7 {
  display: inline-block;
  padding: 5px 8px;
  background: #DE8686;
  font-size: .28rem;
  color: #fff;
  border-radius: 3px;
  margin-right: 6px;
}
  @media only screen and (max-width: 319px) {
    #lp #formWrap .formMain th .required-contactform7 {
      font-size: 1rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #lp #formWrap .formMain th .required-contactform7 {
      font-size: 1.8rem;
    }
  }

#lp #formWrap input[type=text],
#lp #formWrap input[type=email],
#lp #formWrap input[type=tel],
#lp #formWrap input[type=date],
#lp #formWrap input[type=number],
#lp #formWrap textarea {
	border: 0;
	padding: 6px 4px;
	color: #5E5851;
	border: 1px solid #ccc;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
	font-size: 16px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

#lp #formWrap textarea {
  box-sizing: border-box;
  width: 100%;
  height: 3.6em;
}


#lp #formWrap input[type=text]:focus,
#lp #formWrap input[type=email]:focus,
#lp #formWrap input[type=tel]:focus,
#lp #formWrap input[type=date]:focus,
#lp #formWrap textarea:focus { border: solid 1px #EEA34A; }

#lp #formWrap select {
	border: 0;
	padding: 6px 4px;
	color: #5E5851;
	border: 1px solid #ccc;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
  font-size: 16px;
}


#lp #formWrap input[type="radio"],
#lp #formWrap input[type="checkbox"]{
  appearance: auto;
  -webkit-transform: scale(1.3) translate3d(0, 0, 0);
  transform: scale(1.3) translate3d(0, 0, 0);
  margin-right: 0.5em;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  height: 16px;
}


#lp #formWrap .formSend .formCheck {
  display: table;
  width: 96%;
  border: 1px solid #AC855B;
  padding: 2% 3%;
  margin: 0 auto 5%;
  background-color: #fefdfc;
  font-size: .22rem;
  line-height: 1.6;
}
#lp #formWrap .formSend .wpcf7-list-item {
  margin: 0;
}
  @media only screen and (max-width: 319px) {
    #lp #formWrap .formSend .formCheck {
      font-size: 1.2rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #lp #formWrap .formSend .formCheck {
      font-size: 1.6rem;
    }
  }


#lp #formWrap .formSend input[type=submit] {
  display: block;
  width: 60%;
	border: solid 1px #ccc;
	padding: 4% 0;
	margin: 0 auto 5%;
	font-size: .3rem;
  line-height: 1;
	cursor: pointer;
	background-color: #5EAABA;
	color: #fff;
	-webkit-appearance: none;
}
  @media only screen and (max-width: 319px) {
    #lp #formWrap .formSend input[type=submit] {
      font-size: 1.2rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #lp #formWrap .formSend input[type=submit] {
      font-size: 3rem;
    }
  }

#lp #formWrap .formMain .horizontal-item {
  display: inline-block;
}

/* ------------------------------------------------------------ */

body.page-lp-cpr-end #lpHeader {
  position: relative;
  margin: auto;
  padding: 15% 0 0 0;
  background-color: inherit;
}
body.page-lp-cpr-end #lpHeader h1 {
  font-size: .21rem;
  line-height: 1.2;
}

#fromEndWrap {
  padding: 5%;
}
#fromEndWrap h3  {
  font-size: .24rem;
  line-height: 1.5;
  margin-bottom: 3%;
}
#fromEndWrap .fromEndRead1,
#fromEndWrap .fromEndRead2 {
  font-size: .16rem;
  line-height: 1.5;
  margin-bottom: 5%;
}
#fromEndWrap .toCpTop  {
  font-size: .16rem;
  line-height: 1.5;
  margin-bottom: 5%;
}
#fromEndWrap .toTop  {
  font-size: .16rem;
  line-height: 1.5;
}
#fromEndWrap .formEndInfo  {
  font-size: .14rem;
  line-height: 1.4;
  margin-bottom: 8%;
}

  @media only screen and (max-width: 319px) {
    body.page-lp-cpr-end #lpHeader h1 {
      font-size: 1.6rem;
    }
    #fromEndWrap h3 {
      font-size: 1.4rem;
    }
    #fromEndWrap .fromEndRead1,
    #fromEndWrap .fromEndRead2 {
      font-size: 1.2rem;
    }
    #fromEndWrap .toCpTop,
    #fromEndWrap .toTop {
      font-size: 1.2rem;
    }
    #fromEndWrap .formEndInfo  {
      font-size: 1.1rem;
    }
  }
  @media only screen and (min-width: 751px) {
    body.page-lp-cpr-end #lpHeader h1 {
      font-size: 2.1rem;
    }
    #fromEndWrap h3 {
      font-size: 2.1rem;
    }
    #fromEndWrap .fromEndRead1,
    #fromEndWrap .fromEndRead2 {
      font-size: 1.6rem;
    }
    #fromEndWrap .toCpTop,
    #fromEndWrap .toTop {
      font-size: 1.6rem;
    }
    #fromEndWrap .formEndInfo {
      font-size: 1.4rem;
    }
  }

/* カレンダーの色 */
.flatpickr-weekdaycontainer > span:nth-child(7),
.flatpickr-day.is-saturday {
    color: #1a70f3 !important; 
}
.flatpickr-day.is-sunday,
.flatpickr-day.is-holiday {
    color: #f31a31 !important; 
}

.flatpickr-day.is-saturday.is-holiday {
    color: #f31a31 !important;
}
.flatpickr-day.selected.is-saturday,
.flatpickr-day.selected.is-sunday,
.flatpickr-day.selected.is-holiday {
    color: #ffffff !important; 
}
.flatpickr-weekdaycontainer > span:nth-child(1),
.flatpickr-day.flatpickr-disabled.is-sunday,
.flatpickr-day.flatpickr-disabled.is-holiday {
    color: #f31a31 !important;
}


/* -------------------------------- 
footer
-------------------------------- */
#lp footer {
  margin: auto;
  padding: 1vw 0 14vw;
}

#lp footer #footerEnd .coppyright {
  font-size: .20rem;
  line-height: 1.2;
}
  @media only screen and (max-width: 319px) {
    #lp footer #footerEnd .coppyright  {
      font-size: 1rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #lp footer #footerEnd .coppyright  {
      font-size: 1.8rem;
    }
  }

#lp footer #footerBarWrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
}
#lp footer #footerBarWrap nav {
  max-width: 750px;
  margin: auto;
  background-color: #FFF;
}
#lp footer #footerBarWrap ul {
  display: flex;
  justify-content: space-between;
}
#lp footer #footerBarWrap ul li {
  width: 49.8%;
}
#lp footer #footerBarWrap ul a {
  display: block;
  text-align: center;
  line-height: 1;
}
#lp footer #footerBarWrap ul a img {
  width: 100%;
  margin: auto;
}

#lp #pageWrap .pageInner > .note {
  font-size: .16rem;
  color: #B19039;
  margin-bottom: 5%;
}
  @media only screen and (max-width: 319px) {
    #lp #pageWrap .pageInner > .note {
      font-size: 1rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #lp #pageWrap .pageInner > .note {
      font-size: 1.6rem;
    }
  }

#footerCopy {
  font-size: .2rem;
}
  @media only screen and (max-width: 319px) {
    #footerCopy {
      font-size: 1rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #footerCopy {
      font-size: 2rem;
    }
  }


#lp footer #footerBarWrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 9000;
}
#lp.page-lp-sbf-end footer #footerBarWrap {
  display: none;
}
#lp footer #footerBarWrap nav {
  max-width: 750px;
  margin: auto;
  background-color: #FFF;
}
#lp footer #footerBarWrap ul {
  display: flex;
  justify-content: space-between;
}
#lp footer #footerBarWrap ul li {
  width: 49.8%;
}
#lp footer #footerBarWrap ul a {
  display: block;
  text-align: center;
  line-height: 1;
}
#lp footer #footerBarWrap ul a img {
  width: 100%;
  margin: auto;
}


/* --------------------------------
SLICK SLIDER
-------------------------------- */
.slick-prev {
  width: 36px !important;
  height: 36px !important;
  left: -18px !important;
  z-index: 100 !important;
  border-radius: 20px !important;
}
.slick-next {
  width: 36px !important;
  height: 36px !important;
  right: -18px !important;
  z-index: 100 !important;
  border-radius: 20px !important;
}
.slick-prev,
.slick-next {
  color: #fff !important;
  top: calc(50% - 1em) !important;
}
.slick-prev,
.slick-next,
.slick-prev:focus,
.slick-next:focus {
  background: rgb(142, 123, 123) !important;
  border-radius: 21px !important;
  border: 1px solid #7b6867 !important;
  border-radius: 50% !important;
  transition: border 0.3s !important;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: default;
  background: rgb(206, 206, 206) !important;
}
.slick-prev:hover,
.slick-next:hover {
  background: rgb(140, 109, 106) !important;
}
.slick-prev.slick-disabled:hover,
.slick-next.slick-disabled:hover {
  background: rgb(247, 247, 247) !important;
}
.slick-prev::before,
.slick-next::before {
  content: "" !important;
  position: absolute !important;
  top: calc(50% - 5px) !important;
  transform: translate(-50%, -50%) !important;
  width: 20px !important;
  height: 8px !important;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="レイヤー_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 8.7 5.1" style="enable-background:new 0 0 8.7 5.1;" xml:space="preserve"><polygon style="fill:white;" points="8,5.1 4.4,1.4 0.7,5.1 0,4.4 4.4,0 8.7,4.4 "/></svg>') !important;
  background-size: cover !important;
  transition: all 0.5s !important;
  pointer-events: none !important;
}
.slick-prev::before {
  right: calc(50% - 9px) !important;
  transform-origin: center !important;
  transform: rotate(-90deg) !important;
}
.slick-next::before {
  left: calc(50% - 9px) !important;
  transform-origin: center !important;
  transform: rotate(90deg) !important;
}
.slick-prev:hover::before,
.slick-next:hover::before {
  color: #fff !important;
}
.slick-prev.slick-disabled:hover::before,
.slick-next.slick-disabled:hover::before {
  color: #000 !important;
}

.dots-wrap {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 5% 0;
}
.dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #c8c8c8;
  border-radius: 50%;
  cursor: pointer;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #b3a9a6;
}
.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

#ui-datepicker-div {
  font-size: initial !important;
}

#gMapWrap {
  font-size: .16rem;
  line-height: 1.6;
  margin: 0 auto 5%;
}
  @media only screen and (max-width: 319px) {
    #gMapWrap {
      font-size: 1rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #gMapWrap {
      font-size: 1.6rem;
    }
  }
#gMap {
  height: 0;
  overflow: hidden;
  padding-bottom: 64%;
  position: relative;
  margin-bottom: 15px;
}
#gMap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


#pageTopWrap {
  position: fixed;
  width: 48px;
  right: 25px;
  bottom: 70px;
  display: none;
  z-index: 999;
}
#pageTop {
  overflow: hidden;
  margin: 0 auto;
}
#pageTop p {
  text-align: right;
}

