@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vujahday+Script&display=swap');

:root{--MainShadow: 0 0 4px rgb(0 0 0 / 20%);--MainColor:#08bdd8;--SubColor:#c0a667;--PointColor: #fbff79;--BgColor:#f3f3f3;--Width:90%;--MaxWidth:1500px;--MinWidth:1000px;--MainPadding: 50px 0px 70px 0px;}

article .min{  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;}
article .FontEn{font-family: "Vujahday Script", cursive;
  font-weight: 400;
  font-style: normal;}

article img{
    width: 100%;
    height: auto;
}

article .btn{}
article .btn a{
	display: block;
	color: var(--MainColor);
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	padding: 18px 20px;
	border-radius: 2px;
	font-size: 15px;
	background-color: #fff;
	box-shadow: var(--MainShadow);
}
article .btn a:after{position: absolute;right: 10px;top:50%;margin-top:-0.5em;content:"\f101";font-family:FontAwesome;line-height: 1;font-weight: normal;font-size: 180%;}
article .btn a:hover{
    background-color: var(--MainColor);
    color: #fff;
}

article .CommonTtl{
    color: var(--MainColor);
    margin-bottom: 35px;
}
article .CommonTtl .main{
    font-size: 28px;
    font-style: italic;
    padding-bottom: 14px;
}
article .CommonTtl .sub{
    font-size: 18px;
    letter-spacing: 0.8px;
}
article .MainTxt{
    text-align: center;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 50px;
}

/*----------------------------*/
article .BoxSec{
    background-color: var(--BgColor);
    width: 94%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 1px;
    position: relative;
    padding-bottom: 50px;
}
article .BoxSec:before,
article .BoxSec:after{content: "";width: 130px;height: 110px;position: absolute;top: -20px;background-position: center;background-repeat: no-repeat;background-size: contain;}

article .BoxSec.flower01:before{background-image: url(../../images/hawaiiLounge/illust_flower01_left.png);left: -25px;}
article .BoxSec.flower01:after{background-image: url(../../images/hawaiiLounge/illust_flower01_right.png);right: -25px;}

article .BoxSec.flower02:before{ background-image: url(../../images/hawaiiLounge/illust_flower02_left.png);left: -25px;}
article .BoxSec.flower02:after{background-image: url(../../images/hawaiiLounge/illust_flower02_right.png);right: -25px;}

article .BoxSec .CommonTtl{margin-top: -16px;}
article .BoxSec .Inner{ width: 80%;
    margin: 0 auto;
    min-width: 900px;
    max-width: 1050px;}

/*------------------------------*/
article .photo .owl-theme .owl-controls{
    position: absolute;
    width: 100%;
    margin-top: 0;
    line-height: 1;
    0:
    AUTO 100PX;
    padding: 7px 0;
}
article .photo .owl-theme .owl-controls .owl-page span{
    margin: 0 3px;
    width: 9px;
    height: 9px;
}
article .photo .owl-buttons{
    bottom: 29px;
}
article .photo .owl-theme .owl-controls .owl-buttons div{
    color: #212121;
    top: 2px;
    font-size: 24px;
    padding: 0;
}
article .photo{line-height: 0;position: relative;}
article .photo .caption{font-size: 11px;line-height: 1.2;position: absolute;bottom: 0;background-color: rgb(47 47 47 / 70%);color: #fff;padding: 3px 7px;right: 0;}

/*-----------------------Menu*/
.header_change{position: fixed !important;transition: .5s;width: 100%;z-index: 1000;}
.header_change .Sub{
    display: none !important;
}
.header_change.show{top: 0;border: none;margin-top: 0;}
.header_change.show:after{}

.menuArea{
    margin-top: -90px;
    position: relative;
    z-index: 999;
}
.menuArea .humb{display: none}
.menuArea .Inner{
    background-color: rgb(8 189 216 / 80%);
    padding: 15px 0;
}
.menuArea .Inner h2{ display: none}
.menuArea .Inner ul{
    min-width: var(--MinWidth);
    margin: 0 auto;
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    width: 93%;
    max-width: 1200px;
    justify-content: center;
    letter-spacing: -0.5px;
}
.menuArea .Inner li{
    margin: 3px 0px;
    font-size: 15px;
    position: relative;
}
.menuArea .Inner li + li{}
.menuArea .Inner li:before,
.menuArea .Inner li:last-of-type:after{
    content: "";
    transform: rotate(-55deg);
    width: 1.1em;
    border-top: 1px solid #ffffff;
    margin: 0;
    padding: 0;
    transform-origin: 0% 0%;
    display: block;
    position: absolute;
    top: 19px;
    left: -18px;
    }
.menuArea .Inner li:last-of-type:after{
    left: auto;
    right: -24px;
}
.menuArea .Inner li a{
    color: #fff;
    text-decoration: none;
    font-style: italic;
}
.menuArea .Inner li a:hover,
.menuArea .Inner li a.active{
    text-decoration: underline;
    color: var(--PointColor);
}
.header_change.menuArea .Inner{
    padding: 10px 0;
    background-color: rgb(8 189 216 / 90%);
}
.header_change.menuArea .Inner li{
    font-size: 14px;
    margin: 2px 0;
}
.header_change.menuArea .Inner li a{}
