@charset "utf-8";

html {
  scroll-behavior: smooth;
}

body {
  background-color: #FCFCFC;
  font-family: "FOT-筑紫B丸ゴシック Std", "FOT-筑紫A丸ゴシック Std", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif""MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'serif';
}

/*wrapper*/
.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  /*  border: 1px solid red;*/
}

/*------------------------------------------------↓↓↓　ここからTOPページ　↓↓↓---------------------------------------------*/
/*header*/

header h1 {
  padding-top: 80px;
  font-size: 2.5em;
  text-decoration: none;
  margin-left: 100px;
  color: #FFFFFF;
}

header h3 {
  font-size: 1.125em;
  margin-left: 100px;
  color: #FFFFFF;
  text-align: left;
  line-height: 23px;
}

header h3.title {
  font-size: 2.5em;
  padding: 34px 0 34px 0;
}

#vegas {
  width: 100%;
  height: 100vh;
}

/*
.topbg {
  background-color: rgba(62, 58, 57, 0.6);
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
}

.toptop {
  float: right;
  line-height: 50px;
  margin-top: 5px;
  margin-right: 30px;
}
*/

/*★scroll*/
.scroll p {
  text-align: center;
  margin-top: 350px;
}

/*------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------↓↓↓ナビゲーション↓↓↓-------------------------------------------------------*/
#navArea {
  display: none;
}

nav.global {
  width: 100%;
  height: 100px;
  /*  margin: 0px;*/
  padding: 15px 0 10px 0;
  background-color: rgba(0, 175, 204, 1);
  font-family: "FOT-筑紫A丸ゴシック Std";
}

nav.sub {
  width: 100%;
  height: 80px;
  margin: 0px;
  padding: 15px 0 40px 0;
  background-color: rgba(0, 175, 204, 1);
  font-family: "FOT-筑紫A丸ゴシック Std";
  /*  border: 1px solid red;*/
}

nav.global ul {
  /*  text-align: center;*/
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  /*  border: 1px solid blue;*/
}

nav.sub ul {
  /*  text-align: center;*/
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  /*  border: 1px solid blue;*/
}

nav ul li {
  width: 20%;
  list-style-type: none;
  float: left;
  text-decoration: none;
  /*  border: 1px solid red;*/
  box-sizing: border-box;
  text-align: center;
}

nav ul li a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  text-align: center;
  font-size: 0.8em;
  transition-duration: 0.2s;
}

nav ul li a:hover span {
  border-bottom: 3px solid rgba(255, 255, 255, 0.18);
  padding: 0 1em;
  transition: 0.4s;
  transition-timing-function: linear;
  font-size: 1.225em;
}

/*★hoverしたときの画像の動き★*/
.button,
.button img {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.button img::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  z-index: -1;
  content: '';
  width: 100%;
  height: 24px;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.button:hover img {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.button:hover::after {
  width: 70%;
  height: 18px;
}

.nav-smart {
  display: none;
}

/*------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------↓↓↓共通設定↓↓↓-------------------------------------------------------*/
header,
article,
footer {
  font-family: 'FOT-筑紫B丸ゴシック Std';
}

section,
p,
h4 {
  text-align: center;
  font-family: "FOT-筑紫A丸ゴシック Std";
  /* padding-top: 15px;*/
}

h2 {
  width: 100%;
  font-family: "VDL ヨタＧ";
  color: #FFFFFF;
  background-color: #0C4470;
  font-size: 3.125em;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

h3 {
  text-align: center;
  font-size: 3.125em;
  margin-top: 0px;
}

h4 {
  font-size: 2.5em;
  text-align: center;
  text-decoration: none;
}

.main p {
  margin-top: 100px;
  margin-bottom: 100px;
  line-height: 1.5;
}

p {
  font-size: 1.125em;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
}

/*------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------↓↓↓ここからmain↓↓↓-----------------------------------------------------------*/
/*
.main p {
  margin-top: 75px;
  margin-bottom: 75px;
}
*/
/*------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------↓↓↓おすすめポイント↓↓↓-------------------------------------------------------*/

/*
.recommend {
  background-image: url(../images/top/recommend.jpg);
  background-size: cover;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
*/

.recommend img {
  width: 100%;
  /*  max-width: 1280px;
  */
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}

div.recommend section h3 {
  /*  border: 1px solid orange;*/
  line-height: 0;
}

/*--------------------ポイント①③----------------------*/
.white {
  height: 540px;
  padding-bottom: 80px;
  color: black;
  text-align: center;
  text-decoration: none;
}

.white h4 {
  margin-top: 30px;
}

.white p {
  margin: 30px 0 30px 0;
}

.map {
  float: left;
  margin-left: 250px;
}

.mapfont {
  float: right;
  margin-top: 90px;
  margin-right: 160px;
}

/*★point1のホバー★*/
.shimajikann a img {
  /*  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);*/
  /*  display: inline-block;*/
  padding: 0.6em 2em;
  margin: 0 0 1em;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.shimajikann a:hover img {
  /*  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);*/
  transform: translateY(-0.1875em);
}

/*---------------------ポイント②④---------------------*/
.blue {
  background-color: #00AFCC;
  padding-top: 50px;
  padding-bottom: 60px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.blue p {
  padding: 20px 0 20px 0;
}

.box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}

.box p {
  width: 261px;
  float: left;
}

.box0 {
  clear: both;
}

/*★各pointの設定★*/
.point1 {
  height: 720px;
  padding-bottom: 20px;
}

.point2 {
  height: 900px;
  padding-bottom: 20px;
}

.point3 {
  height: 1650px;
  padding-bottom: 20px;
}

.point4 {
  height: 600px;
  padding-bottom: 20px;
}

/*★point②画像のアップの動き★*/

.box img {
  width: 261px;
  height: 231px;
  margin: 0 auto;
  /*画像の高さ*/
  transition-duration: 0.5s;
  /*変化の時間*/
}

.box img:hover {
  transform: scale(1.3, 1.3);
  /*画像の拡大*/
  cursor: pointer;
  /*カーソルをポインターにする*/
}

/*------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------↓↓↓topからメニューページへ↓↓↓-------------------------------------------------------*/
.menu {
  clear: both;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.spot {
  width: 100%;
  max-width: 1189px;
  margin: 0 auto;
}

/*★menu画像ホバー時の動き★*/
.menu a img {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.6s ease 0s;
}

.menu a:hover img {
  box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.25);
}


/*------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------↓↓↓お申込みはコチラ↓↓↓-------------------------------------------------------*/
.form {
  clear: both;
  background-repeat: repeat-x;
  color: #FFFFFF;
  font-family: "DNP 秀英丸ゴシック Std";
  text-decoration: none;
  /*  padding: 80px 0 0 0;*/
  background-color: #0C4470;
  height: 220px;
  padding-top: 50px;
}

.form p span {
  padding-left: 10px;
  vertical-align: 8px;
  /* border: 2px solid red;*/
}

.here {
  display: inline-block;
  width: 200px;
  height: 54px;
  margin-bottom: 15px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  border-radius: 5px;
}

.here::before,
.here::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.here,
.here::before,
.here::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*★ホバー時の動き★*/
.here {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden;
}

.here:hover {
  color: #fff;
}

.here::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

.here:hover::after {
  background: #EC008C;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------↓↓↓footer↓↓↓-------------------------------------------------------*/
footer {
  background-color: #3B4043;
  color: #FFFFFF;
  width: 100%;
  /*  max-width: 1350px;*/
  height: 180px;
  text-align: center;
  margin: 0;
  padding: 45px 0 15px 0;
}

footer img {
  float: left;
  margin: 10px 20px 10px 60px;
}

.footernav {
  height: 200px;
}

.footernav ul {
  float: left;
  width: 100%;
  max-width: 1000px;
}

nav.footernav ul li {
  height: 40px;
  text-align: center;
  width: 20%;
  margin-left: 20px;
}

nav.footernav ul li a {
  text-align: left;
  width: 160px;
}

nav.footernav ul li a:hover {
  text-decoration: underline;
}

.footernav small {
  padding-top: 18px;
  margin-right: 120px;
  clear: both;
  display: block;
  text-align: right;
}

/*------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------↑↑↑　ここまでTOPページ　↑↑↑-------------------*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*-------------------↓↓↓　ここからmenuページ　↓↓↓-------------------*/

/*
.content {
  border: 1px solid red;
  padding-top: 165px;
}
*/

.detail {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  /*    border: 2px solid blue;*/
}

.content img {
  margin: 0;
  padding: 0;
  /*    border: 10px solid yellow;*/
}

.detail h3 {
  font-size: 2.1875em;
  text-align: left;
  color: white;
  background-color: #00AFCC;
  padding: 0 0 0 15px;
  margin: 80px 0 15px 0;
  /*   border: 1px solid red;*/
}

.detail h4 {
  max-width: 840px;
  font-size: 1.875em;
  border-bottom: 5px #00AFCC solid;
  text-align: left;
  padding-top: 10px;
  margin: 60px 0 30px 50px;
}

.detail h5 {
  font-size: 1.875em;
  text-align: left;
  padding-left: 14p;
  margin: 0 0 15px 50px
}

.detail p {
  font-size: 1.125em;
  text-align: left;
  padding-left: 16px;
  margin: 0 0 30px 50px
}

/*-------------------↑↑↑　ここまでmenuページ　↑↑↑-------------------*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*-------------------↓↓↓　ここからQandAページ　↓↓↓-------------------*/
.qanda {
  width: 100%;
  max-width: 1000px;
  height: 5200px;
  color: #0E0E0E;
  margin: 0 auto;
  padding-top: 100px;
  /*    border-right: rgba(0, 175, 204, 1) 180px solid;*/
}


.qanda h3 {
  color: #0E0E0E;
  text-align: center;
  font-size: 1.875em;
  margin: 20pz;
}

.qanda dl {
  margin: 60px 0px 60px 0px;
}

.qanda dt img {
  text-align: left;
  vertical-align: center;
  font-size: 1.5625em;
  /*  margin-bottom: 15px;*/
  line-height: 40px;
  /*  border: 1px solid red;*/
  margin-right: 300px;
}


.qanda dd {
  text-align: left;
  font-size: 1.125em;
  margin-left: 120px;
  margin-top: 20px;
}

/*-------------------↑↑↑　ここまでQandAページ　↑↑↑-------------------*/
/**ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*-------------------↓↓↓　ここからreserveページ　↓↓↓-------------------*/
.reserve {
  width: 100%;
  max-width: 800px;
  height: 1200px;
  padding-top: 150px;
  text-align: center;
  padding: 100px 300px 10px 300px;
  margin: 0 auto;
}

.number {
  background-image: url("../images/reserve/number.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 778px;
  height: 163px;
  margin: 80px 0 10px 0;
}

.number p {
  font-size: 2.5em;
  color: aliceblue;
}

.smart {
  padding-top: 39px;
}

.hometel {
  padding-top: 39px;

}

h4 {
  font-size: 1.875em;
}

.mail {
  background-image: url("../images/reserve/mail.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 778px;
  height: 131px;
  color: aliceblue;
  margin: 45px 0 15px 0;
  padding: 15px 0 0 23px;
  font-size: 1.075em;
}

.mail p {
  font-size: 2.375em;
  padding-top: 50px;
  color: aliceblue;
}

.alert {
  width: 800px;
  height: 240px;
  background-color: #0C4470;
  color: aliceblue;
  text-align: left;
  margin-top: 80px;
  border-radius: 5px;
}

.alert h4 {
  padding-top: 15px;
}

.alert p {
  font-size: 0.875em;
}

.cancel {
  width: 800px;
  height: 160px;
  background-color: #0C4470;
  color: aliceblue;
  margin: 40px 0 30px 0;
  border-radius: 5px;
}

.cancel h4 {
  padding-top: 15px;
}

.cancel p {
  font-size: 0.875em;
}

/*-------------------↑↑↑　ここまでreserveページ　↑↑↑-------------------*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*-------------------↓↓↓　ここからPrivacy Policyページ　↓↓↓-------------------*/
.policy {
  width: 900px;
  margin: 100px auto 0 auto;
  padding: 10px 240px 10px 240px;
  height: 1800px;
}

.policy h3 {
  font-size: 1.375em;
  text-align: left;
}

.policy p {
  text-align: left;
}

/*-------------------↑↑↑　ここまでPrivacy Policyページ　↑↑↑-------------------*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*-------------------↓↓↓　ここからaccessページ　↓↓↓-------------------*/
.access {
  text-align: center;
  margin-top: 100px;
}

.access p {
  font-size: 1em;
  margin: 50px 0px 100px 0px;
}

/*-------------------↑↑↑　ここまでaccessページ　↑↑↑-------------------*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*★topへのボタン★*/

#page_top {
  position: fixed;
  bottom: 30px;
  right: 10px;
}

#page_top a {
  background-color: #999;
  border-radius: 180px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 20px 20px;
}

#page_top a:hover {
  background-color: #666;
  text-decoration: none;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ ★ハンバーガーメニュー用のCSS設定★
*/

.page {
  display: none;
}
