@charset "utf-8";

/*----------------------------------------------
	全体
------------------------------------------------*/


.contents {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.5em;
}
.contents .inner {
    width: 992px;
    margin: 0 auto;
}
.contents .red {
    color: #d65d6b;
  
}
.contents .red a{
    color: #d65d6b;
      text-decoration: underline!important;
}
.contents .red a:hover{text-decoration:none;}
.contents .bold {
    font-weight: bold;
}
.contents a:hover {
    opacity: 0.8;
    transition: all 0.6s ease;
}
#hawaii-senmon img {
  max-width: 100%;
}
#hawaii-senmon a:link, #hawaii-senmon a:visited, #hawaii-senmon a:active {
  text-decoration: none;
  
}
/*------------------------------------------------
	ナビ
--------------------------------------------------*/
#navi {
	width: 100%;
	padding: 20px 0;
    background-color: #fff;
}
#navi ul {
    width: 992px;
    margin: 0 auto;
    text-align: center;
	display: flex;
    justify-content: center;
}
#navi ul li {
    font-size: 18px;
    font-weight: bold;
    margin: 0 13px;
}
#navi ul li img {
    width: 30px;
}
#navi ul li span {
    display: block;
    margin-top: 15px;
}
#navi ul li a {
    display:block;
    color: inherit;
    text-decoration: none;
    padding: 20px;
}
#navi ul li.current a {
    background: url("../images/navi-line.png") no-repeat bottom center;
    pointer-events: none;
    cursor: default;
}
#navi.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
    border-top: solid 3px rgb(27 127 204 / 80%);
    padding-top: 0;
}
/*ナビの高さ分ページ最下部に余白を付ける*/
#hisApp {
	padding: 0 0 132px;
}

/*------------------------------------------------
店舗情報
--------------------------------------------------*/
#shopInfo {
    width: 100%;
    padding: 70px 0 35px;
}
#shopInfo h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
#shopInfo h2 span {
    font-size: 40px;
    line-height: 1.5em;
    font-family: 'Futura-Bold','Open Sans', sans-serif;
    display: block;
    margin-bottom: 10px;
}
#shopInfo .flex-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#shopInfo .gmap {
    width: 470px;
	height: 480px;
}
#shopInfo .gmap iframe {
    width: 100%;
    height: 480px;
}
#shopInfo .infotext {
    width: 470px;
}
#shopInfo .infotext h3 {
    color: #71a0cb;;
    font-size: 28px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
#shopInfo .infotext .address {
    margin-bottom: 30px;
}
#shopInfo .infotext dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
#shopInfo .infotext dl dt {
    width: 20%;
    text-align: center;
    margin-bottom: 10px;
}
#shopInfo .infotext dl dt span {
    display: inline-block;
    width: 100%;
    background-color: #71a0cb;
    color: #fff;
    border-radius: 20px;
}
#shopInfo .infotext dl dd {
    width: 75%;
    margin-bottom: 10px;
}
#shopInfo .infotext dl dd.tel {
    font-size: 30px;
    font-weight: bold;
}
#shopInfo a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
}
#shopInfo .btn-yoyaku {
    width: 250px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
}
#shopInfo .btn-yoyaku a {
    display: block;
    background-color: #71a0cb;
    color: #fff;
    text-decoration: none;
    padding: 12px;
    border-radius: 30px;
}
#shopInfo .btn-yoyaku a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    margin-left: 10px;
    font-weight: bold;
}
#shopInfo .movie {
    display: flex;
    align-items: center;
    border-radius: 30px;
    background-color: #e9f3f9;
    padding: 30px;
    justify-content: center;
}
#shopInfo .movie h3 {
    font-size: 18px;
    font-weight: bold;
    color: #367dbe;
    width: 18%;
    margin-right: 2%;
}
#shopInfo .movie iframe {
    width: 40%;
    padding: 0 1%;
}

/*------------------------------------------------
SNS
--------------------------------------------------*/
#sns {
    width: 100%;
    padding: 0 0 70px;
}
#sns .inner {
    background-color: #faf7f3;
    border-radius: 30px;
    padding: 40px 40px 20px;
}
#sns h2 {
    font-family: 'Futura-Bold','Open Sans', sans-serif;
    font-size: 36px;
    color: #367dbe;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
#sns .title-text {
    text-align: center;
    color: #367dbe;
    font-weight: bold;
    margin-bottom: 30px;
}
#sns .sns-list {
    display: flex;
    flex-wrap: wrap;
}
#sns .sns-list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
}
#sns .sns-list li:nth-child(even) {
    margin-right: 0;
}
#sns .sns-list li.line {
    width: 100%;
    margin-right: 0;
}
#sns .sns-list li > a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
}
#sns .sns-list li > a > img {
    width: 50px;
}
#sns .sns-list li > a > dl {
    width: calc(100% - 70px)
} 
#sns .sns-list li dl dt {
    font-size: 16px;
    font-weight: bold;
}
#sns .sns-list li dl dd {
    font-size: 14px;
    line-height: 1.5em;
}

/*------------------------------------------------
下部スライダー
--------------------------------------------------*/
#footSlider {
    width: 100%;
    padding: 0 0 50px 0;
}
.slider-shop img {
    max-width: 100%;
    height: auto;
}
.slider-shop .slick-arrow {
  position: absolute;
  top: 42%;
  z-index: 3;
  width: 40px;
  height: 40px;
  background: #555;
  border-radius: 40px;
  margin-top: -20px;
}
.slider-shop .slick-arrow.prev {
  left: 40px;
}
.slider-shop .slick-arrow.prev::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 4px #fff;
  border-left: solid 4px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 10%;
  margin-top: -7px;
  margin-left: 10px;
}
.slider-shop .slick-arrow.next {
  right: 40px;
}
.slider-shop .slick-arrow.next::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 10%;
  margin-top: -7px;
  margin-left: 7px;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button::before {
  font-family: slick;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
