﻿@charset "utf-8";
body { position:relative; }

.sp { display: none;  }
.pc { display: block; }
.sp_fh { display: none; }
img { width:auto; }

#wrap { 
	width:100%;
	min-width:980px; /* 固定ヘッダがある場合はそれより大きいサイズにしないとiPad時にはみ出す*/
  background: #F8F5F1;
}

.sidelist { letter-spacing:-.4em; }
.sidelist li {
	letter-spacing: normal;
	display:inline-block;
}

.br_12 {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

.inbox { width: 980px; margin-left: auto; margin-right: auto; }

/* =============================== header =============================== */

.ttl01 {
  color: #000;
  text-align: center;
  font-size: 32px;
  padding-bottom: 30px;
  background: url(../img/ttl_line_01.png) no-repeat center bottom;
}
.ttl01 span {
  display: block;
  margin-bottom: 10px;
}
.ttl01.white {
  color: #fff;
  background: url(../img/ttl_line_01w.png) no-repeat center bottom;
}
.ttl02 {
  color: #000;
  text-align: center;
  font-size: 28px;
  padding-bottom: 14px;
  background: url(../img/ttl_line_02.png) no-repeat center bottom;
}
.ttl03 {
  width: 470px;
  color: #fff;
  font-size: 24px;
  overflow: hidden;
  position: relative;
}
.ttl03::after {
  content:"";
  height: 5px;
  width: 100%;
  background: url(../img/ttl_line_03.png) repeat-x center;
  margin-left: 15px;
  position: absolute;
  top: 15px;
}
.ttl04 { text-align: center; }
.ttl04 span {
  position: relative;
  display: inline-block;
  padding: 0 75px;
  font-size: 26px;
}
.ttl04 span:before,
.ttl04 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #38A1C9;
}
.ttl04 span:before {
  left:0;
}
.ttl04 span:after {
  right: 0;
}

.ttl05 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background: #38A1C9;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
}

.ttl06 {
  font-size: 24px;
  padding: 10px 0;
  border-bottom: 1px solid #38A1C9;
}

.ttl07 {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  padding: 20px 0;
  font-weight: normal;
  background: url(../img/ttl_bg_01.png) no-repeat center center;
}
.ttl08 {
  font-size: 22px;
  padding: 4px 0 4px 16px;
  border-left: 4px solid #38A1C9;
}

.copy {
  font-size: 16px;
  line-height: 220%;
  text-align: center;
}

.btn01 a {
  display: block;
  width: 330px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #137EAB;
  background: url(../img/icon_arrow_01w.png) no-repeat right 30px center #137EAB;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  transition: .3s;
}
.btn01 a:hover {
  background: url(../img/icon_arrow_01.png) no-repeat right 30px center #fff;
  color: #137EAB;
  transition: .3s;
}
.btn01.white a {
  border: 1px solid #fff;
  background: url(../img/icon_arrow_01.png) no-repeat right 30px center #fff;
  color: #137EAB;
}
.btn01.white a:hover {
  background: url(../img/icon_arrow_01w.png) no-repeat right 30px center #137EAB;
  color: #fff;
  transition: .3s;
}

/* =============================== header =============================== */

header {
  position: relative;
  width: 100%;
  min-width: 1440px;
  z-index: 100;
  height: 105px;
  background: #F8F5F1;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  position: absolute;
  left: 50px;
  top: 0;
}
#h_nav {
  position: absolute;
  top: 15px;
  right: 50px;
}
#h_nav .tel {
  color: #38A0C9;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  margin-right: 14px;
}
#h_nav .tel span { font-size: 18px; line-height: 1; }
#h_nav .tel_about { vertical-align: middle; }
#h_nav .tel_about li {
  display: block;
  font-size: 12px;
  line-height: 130%;
  margin-right: 20px;
}
#h_nav .price_about { vertical-align: middle; }
#h_nav .price_about li {
  display: block;
  font-size: 12px;
  line-height: 130%;
  margin-right: 20px;
}
#h_nav .price_about li span {
  font-size: 12px;
  display: inline-block;
  width: 5em;
  line-height: 130%;
}
#h_nav .restaurant_about {
  margin-right: 12px;
  margin-bottom: 10px;
}
#h_nav .calendar { vertical-align: middle; }
#h_nav .calendar a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid #38A1C9;
  background: url(../img/h_icon_calendar.png) no-repeat left 22px center #38A1C9;
  padding: 12px 15px 12px 45px;
  line-height: 1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  transition: .3s;
}
#h_nav .calendar a:hover {
  color: #38A1C9;
  background: url(../img/h_icon_calendar_b.png) no-repeat left 22px center #fff;
  transition: .3s;
}

#sptel ,
#spcalendar { display: none; }
  
#gnav {
  position: absolute;
  top: 70px;
  right: 50px;
}
#gnav li:nth-last-of-type(n+2) { margin-right: 34px; }
#gnav li a {
  display: block;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  transition: .3s;
}
#gnav li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #38A1C9;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#gnav li a:hover::after {
  width: 100%;
}

@media screen and (max-width: 1439px) and (min-width: 1120px) {
  header {
    width: 100%;
    min-width: 980px;
  }
  h1 {
    left: 25px;
  }
  #h_nav {
    right: 25px;
  }
  #gnav {
    right: 25px;
  }
  #gnav li:nth-last-of-type(n+2) { margin-right: 20px; }
  #gnav li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1119px) and (min-width: 641px) {
  header {
    width: 100%;
    min-width: 980px;
  }
  h1 {
    left: 10px;
  }
  #h_nav {
    right: 10px;
  }
  #gnav {
    right: 10px;
  }
  #gnav li:nth-last-of-type(n+2) { margin-right: 14px; }
  #gnav li a {
    font-size: 13px;
  }
}

/* =============================== header =============================== */

#mainslide {
  width: 100%;
  position: relative;
  z-index: 15;
}
#mainslide .slick-slide img { width: 100%; }
	
#mainslide .slick-dots {
  z-index:100;
  display: block;
  list-style: outside none none;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 10%;
}
#mainslide .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
#mainslide .slick-dots li button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: medium none;
  padding: 5px;
  width: 20px;
}
#mainslide .slick-dots li button:hover, .slick-dots li button:focus {
  outline: medium none;
}
#mainslide .slick-dots li button:hover::before, .slick-dots li button:focus::before {
  opacity: 1;
}
#mainslide .slick-dots li button::before {
  color: white;
  content: "●";
  font-family: "slick";
  font-size: 12px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.75;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  z-index: 3000;
}
#mainslide .slick-dots li.slick-active button::before {
  color: #28A7A3;
  opacity: 1;
}


#today_wrap {
  position: absolute;
  right: 3.47%;
  bottom: 8.8%;
  z-index: 50;
}
#today {
  border: 5px solid rgba(255,255,255,.9);
  box-shadow:0px 0px 12px 5px rgba(0,0,0,0.12);
}
.today_box {
  background: rgba(255,255,255,.9);
  width: 178px;
  padding: 15px 10px;
  margin: 1px;
  text-align: center;
}
.today_box h2 {
  font-size: 22px;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: 游明朝,"Yu Mincho",YuMincho,serif;
}
.today_box h2.fc_red { color: #AF0000; }
.today_box h2.fc_red small {
  font-family: 游明朝,"Yu Mincho",YuMincho,serif;
  color: #AF0000;
  font-size: 16px;
  display: block;
  margin-bottom: -2px;  
}
.today_box h2::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  margin: auto;
  bottom: 5px;
  height: 1px;
  width: 60px;
  background: #38A1C9;
}
.today_box p {
  font-size: 14px;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
}
.today_box span {
  color: #127EA9;
  font-weight: bold;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
}
/* =============================== topnav =============================== */

#topnav {
  position: relative;
  margin-top: -40px;
  z-index: 5;
}
#topnav ul { display: flex; flex-wrap: wrap; }
#topnav li { vertical-align: top; background: #38A1C9; }
#topnav li:nth-last-of-type(n+2) {
  width: calc(25% - 2px);
  margin-right: 2px;
}
#topnav li:last-child {
  width: calc(25% - 1px);
}
#topnav li a { text-decoration: none; }
#topnav li img {
  width: 100%;
  height: auto;
}
#topnav li .txt {
  background: #38A1C9;
  padding: 25px 20px;
  text-align: center;
}
#topnav li h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
#topnav li p {
  font-size: 14px;
  color: #fff;
  line-height: 150%;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
}
@media screen and (max-width: 1119px) and (min-width: 641px) {
 
  #topnav li .txt {
    padding: 20px 12px;
  }
  #topnav li p {
    font-size: 13px;
  }
  #topnav li br.pc {
    display: none;
  }
  
}

/* =============================== top_hot_springs =============================== */

#top_hot_springs {
  padding: 100px 0;
}
#top_hot_springs .copy {
  margin-bottom: 50px;
}
#top_hot_springs li { vertical-align: top; }
#top_hot_springs li:nth-last-of-type(n+2) { margin-right: 70px; }

#top_hot_springs li a {
  display: block;
  text-decoration: none;
}
#top_hot_springs .photo {
  position: relative;
  margin-bottom: 50px;
}
#top_hot_springs .onimg {
  position: absolute;
  left: 0; right: 0;
  margin: auto;
  bottom: -35px;
}
#top_hot_springs li h3 {
  font-size: 24px;
  color: #000;
  letter-spacing: .1em;
  margin-bottom: 5px;
}
#top_hot_springs li h3 strong {
  font-size: 36px;
  color: #38A0C9;
}

/* =============================== top_restaurant =============================== */

#top_restaurant::before {
  content:"";
  background: url(../img/head_block_00.png) repeat-x top;
  display: block;
  height: 36px;
  width: 100%;
  top: -36px;
  position: absolute;
}
#top_restaurant {
  position: relative;
  background: url(../../img/top/bg_restaurant.png) no-repeat center center #38A1C9;
  background-size: 100%;
  padding: 80px 0;
}
#top_restaurant::after {
  content:"";
  background: url(../img/foot_block_00.png) repeat-x top;
  display: block;
  height: 36px;
  width: 100%;
  bottom: -36px;
  position: absolute;
}
#top_restaurant .copy {
  color: #fff;
  margin-bottom: 45px;
}
  
/* =============================== top_facility =============================== */

#top_facility {
  padding: 130px 0;
}
#top_facility .copy {
  margin-bottom: 50px;
}
#top_facility .btn01 { margin-bottom: 130px; }
#top_facility li { vertical-align: top; width: 489px; }
#top_facility li:first-child { margin-right: 2px; }
#top_facility .photo {
  position: relative;
  margin-bottom: 5px;
}
#top_facility .onimg {
  position: absolute;
  right: 20px;
  margin: auto;
  top: -35px;
}
#top_facility li p {
  width: 430px;
  margin: 0 auto;
  line-height: 160%;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
}


/* =============================== top_news =============================== */

#top_news {
  padding: 100px 0;
}

#news_box ul {
  letter-spacing: -.4em;
}
#news_box li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 450px;
  margin-bottom: 30px;
}
#news_box li:nth-child(2n+1) {
  margin-right: 80px;
}
#news_box a {
  text-decoration: none;
  display: table;
}
#news_box .thumb ,
#news_box .txt { display: table-cell; }
#news_box .thumb {
  width: 100px;
}
#news_box .txt {
  padding: 10px 25px 0 20px;
}

#news_box .date {
  color: #38A1C9;
  font-size: 14px;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}
#news_box .tag {
  background: #B8A666;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 5px 0;
  width: 80px;
  text-align: center;
  font-size: 12px;
  margin-left: 10px;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}
#news_box p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 160%;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}

.facebook-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.facebook-wrapper > .fb-page {
  width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
  width: 100% !important;
}


/* =============================== top_topicsarea =============================== */

#top_topicsarea::before {
  content:"";
  background: url(../img/head_block_00.png) repeat-x top;
  display: block;
  height: 36px;
  width: 100%;
  top: -36px;
  position: absolute;
}
#top_topicsarea {
  position: relative;
  background: url(../../img/top/bg_news.png) no-repeat center center #38A1C9;
  background-size: 100%;
  padding: 80px 0;
  z-index: 15;
}
#top_topicsarea::after {
  content:"";
  background: url(../img/foot_block_00.png) repeat-x top;
  display: block;
  height: 36px;
  width: 100%;
  bottom: -36px;
  position: absolute;
}
#line_box ,
#facebook_box {
  width: 410px;
  padding: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background: #fff;
  height: 468px;
}
#line_box h4 {
  text-align: center;
  font-size: 20px;
}
#line_box h4 i {
  margin-right: 5px;
  line-height: 27px;
  display: inline-block;
}
#line_box p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 160%;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}

.facebook-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.facebook-wrapper > .fb-page {
  width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
  width: 100% !important;
}

#instagram_box {
  width: 920px;
  padding: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background: #fff;
  text-align: center;
}
#instagram_box a {
  display: inline-block;
  padding-left: 18px;
}


/* =============================== top_guide =============================== */

#top_guide {
  padding: 130px 0;
  background: url(../../img/top/bg_guide.png) no-repeat center bottom , repeating-linear-gradient(#FAFCF9 0, #FAFCF9 80%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
  background-size: 100%;
  min-height: 1000px;
  position: relative;
  z-index: 10;
}
#top_guide .copy {
  margin-bottom: 50px;
}
#top_guide ul { margin-bottom: 50px; }
#top_guide li { vertical-align: top; }
#top_guide li:nth-last-of-type(n+2) { margin-right: 70px; }
#top_guide .btn01 { margin-bottom: 130px; }

/* =============================== top_map =============================== */

#top_map {
  position: relative;
  z-index: 2;
  height: 580px;
  margin-top: -40px;
}
#top_map iframe {
  width: 100%;
  height: 580px;
}

/* =============================== footer =============================== */

footer#footer { 
  position: relative;
  z-index: 10;
  margin-top: -40px;
}
footer#footer::before {
  content:"";
  background: url(../img/head_block_01.png) repeat-x top;
  display: block;
  height: 36px;
  width: 100%;
  top: -36px;
  position: absolute;
}

#footer_inner01 {
  background: #117AA8;
  padding: 40px 0;
}
#fnav01 li:first-child { margin-right: 18px; }
#fnav01 li a {
  display: block;
  width: 230px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 0 10px 26px;
  line-height: 1;
  border: 1px solid #fff;
  color: #117AA8;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  transition: .3s;
}
#fnav01 li.inquiry a {
  background: url(../img/f_icon_mail.png) no-repeat left 58px center #fff; }
#fnav01 li.faq a {
  background: url(../img/f_icon_about.png) no-repeat left 58px center #fff;
  padding: 10px 0 10px 23px;
}
#fnav01 li:hover a {
  transition: .3s;
  color: #fff;
}
#fnav01 li.inquiry:hover a {
  background: url(../img/f_icon_mailw.png) no-repeat left 58px center #117AA8;
}
#fnav01 li.faq:hover a {
  background: url(../img/f_icon_aboutw.png) no-repeat left 58px center #117AA8;
}
#fnav02 li:first-child { margin-right: 18px; }



#footer_inner01 { padding-top; 34px; }
#footer_inner01 .tel { pointer-events: none; }
#footer_inner01 .tel a {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}
#footer_inner01 .tel a span {
  font-size: 14px;
}  
#footer_inner01 .tel_about {
  color: #fff;
  font-size: 12px;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
}
#footer_inner01 .price { padding-left:4em; }
#footer_inner01 .calendar a {
  display: block;
  width: 210px;
  margin: 0 auto;
  padding: 10px 0 10px 26px;
  line-height: 1;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  transition: .3s;
  background: url(../img/f_icon_calendar.png) no-repeat left 20px center;
}
#footer_inner01 .calendar a:hover {
  transition: .3s;
  background: url(../img/f_icon_calendarb.png) no-repeat left 20px center #fff;
  color: #117AA8;
}

#fnav03 { padding-top: 35px; }
#fnav03 ul { margin-bottom: 25px; }
#fnav03 li {
  vertical-align: top;
  margin-left: 34px;
}
#fnav03 li a {
  background: url(../img/icon_arrow_02w.png) no-repeat left center;
  text-decoration: none;
  padding-left: 20px;
  color: #fff;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}
#fnav03 li p {
  line-height: 180%;
  margin-top: 10px;
}
#fnav03 li p a {
  background: none;
  padding-left: 25px;
  font-size: 12px;
}


#footer_inner02 {
  background: #38A1C9;
  padding: 15px 0;
}
#footer_inner02 .inbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer_inner02 p ,
#footer_inner02 a {
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
#footer_inner02 li:nth-child(1) {
  border-right: 1px dashed #fff;
  padding-right: 25px;
  margin-right: 25px;
}
  




/*上下中央*/
.nakami {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*縦だけ
.nakami {
	position:absolute;
	top:50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
*/
/*hoverなど簡易アニメーションベース*/
.animaion_base { transition:.3s; }

/*hover caption kaiten*/
figure {
  position: relative;
  overflow: hidden;
  width: 300px;
}
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}
figure:hover figcaption {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
}


.btn_gotop { position:absolute; right:20px; bottom:20px; z-index:9999; }


.logo_umibe {
  width: 300px;
  margin: 40px auto;
}

.txt_chisan {
  width: 200px;
  margin: 0 auto 20px auto;
}

/* add 20240325 */
.top_youtube {
  text-align: center;
}
.top_youtube iframe {
  width: 640px;
  height: 360px;
}

.top_fixed_bn {
  position: fixed;
  right: 20px;
  bottom: 80px;
  width: 20%;
  max-width: 300px;
  z-index: 50;
}
.top_fixed_bn figure ,
.top_fixed_bn img {
  width: 100%;
  height: auto;
}